Class TMeasureReportStratum
Unit
bsFhir_r4
Declaration
type TMeasureReportStratum = class(TBackboneElement)
Description
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property value : TCodeableConcept read Getvalue write Setvalue; |
The value for this stratum, expressed as a CodeableConcept. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique.
|
|
property population : TMeasureReportPopulation1Array read GetpopulationArray; |
The populations that make up the stratum, one for each type of population appropriate to the measure.
|
|
property measureScore : TQuantity read GetmeasureScore write SetmeasureScore; |
The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.
|
Generated by PasDoc 0.15.0.
|