Class TMeasureSupplementalData
Unit
bsFhir_stu3
Declaration
type TMeasureSupplementalData = class(TBackboneElement)
Description
The Measure resource provides the definition of a quality measure.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
An identifier for the supplemental data.
|
|
property usage : TCodeableConceptArray read GetusageArray; |
An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation.
|
|
property criteria : string read Getcriteria write Setcriteria; |
The criteria for the supplemental data. This must be the name of a valid expression defined within a referenced library, and defines the data to be returned for this element.
|
|
property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement; |
|
|
property path : string read Getpath write Setpath; |
The supplemental data to be supplied as part of the measure response, specified as a valid FHIR Resource Path.
|
|
property pathElement : Tstring read GetpathElement write SetpathElement; |
|
Generated by PasDoc 0.15.0.
|