Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TMeasureReportStratum
Unit
bsFhir_r5
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 valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
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. (choose any one of value*, but only one)
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
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. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
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. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
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. (choose any one of value*, but only one)
|
|
property valueReference : TReference read GetvalueReference write SetvalueReference; |
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. (choose any one of value*, but only one)
|
|
property population : TMeasureReportPopulation1Array read GetpopulationArray; |
The populations that make up the stratum, one for each type of population appropriate to the measure.
|
|
property measureScoreQuantity : TQuantity read GetmeasureScoreQuantity write SetmeasureScoreQuantity; |
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. (choose any one of measureScore*, but only one)
|
|
property measureScoreDateTime : string read GetmeasureScoreDateTime write SetmeasureScoreDateTime; |
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. (choose any one of measureScore*, but only one)
|
|
property measureScoreDateTimeElement : TdateTime_ read GetmeasureScoreDateTimeElement write SetmeasureScoreDateTimeElement; |
|
|
property measureScoreCodeableConcept : TCodeableConcept read GetmeasureScoreCodeableConcept write SetmeasureScoreCodeableConcept; |
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. (choose any one of measureScore*, but only one)
|
|
property measureScorePeriod : TPeriod read GetmeasureScorePeriod write SetmeasureScorePeriod; |
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. (choose any one of measureScore*, but only one)
|
|
property measureScoreRange : TRange read GetmeasureScoreRange write SetmeasureScoreRange; |
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. (choose any one of measureScore*, but only one)
|
|
property measureScoreDuration : TDuration read GetmeasureScoreDuration write SetmeasureScoreDuration; |
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. (choose any one of measureScore*, but only one)
|
Generated by PasDoc 0.15.0.
|