Class TMeasureGroup
Unit
bsFhir_stu3
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 identifier : TIdentifier read Getidentifier write Setidentifier; |
A unique identifier for the group. This identifier will used to report data for the group in the measure report.
|
|
property name_ : string read Getname_ write Setname_; |
Optional name or short description of this group.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
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.
|