Class TMeasureGroup
Unit
bsFhir_r4b
Declaration
type TMeasureGroup = class(TBackboneElement)
Description
The Measure resource provides the definition of a quality measure.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
Indicates a meaning for the group. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing groups to be correlated across measures.
|
|
property description : string read Getdescription write Setdescription; |
The human readable description of this population group.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property stratifier : TMeasureStratifierArray read GetstratifierArray; |
The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.
|
Generated by PasDoc 0.15.0.
|