Class TMeasureReportStratum

Unit

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

Public constructor Create; override;

Properties

Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;
Public property component : TMeasureReportComponentArray read GetcomponentArray;
Public property population : TMeasureReportPopulation1Array read GetpopulationArray;
Public property measureScoreQuantity : TQuantity read GetmeasureScoreQuantity write SetmeasureScoreQuantity;
Public property measureScoreDateTime : string read GetmeasureScoreDateTime write SetmeasureScoreDateTime;
Public property measureScoreDateTimeElement : TdateTime_ read GetmeasureScoreDateTimeElement write SetmeasureScoreDateTimeElement;
Public property measureScoreCodeableConcept : TCodeableConcept read GetmeasureScoreCodeableConcept write SetmeasureScoreCodeableConcept;
Public property measureScorePeriod : TPeriod read GetmeasureScorePeriod write SetmeasureScorePeriod;
Public property measureScoreRange : TRange read GetmeasureScoreRange write SetmeasureScoreRange;
Public property measureScoreDuration : TDuration read GetmeasureScoreDuration write SetmeasureScoreDuration;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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)

Public 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)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public 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)

Public 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)

Public 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)

Public property component : TMeasureReportComponentArray read GetcomponentArray;

A stratifier component value.

Public property population : TMeasureReportPopulation1Array read GetpopulationArray;

The populations that make up the stratum, one for each type of population appropriate to the measure.

Public 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)

Public 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)

Public property measureScoreDateTimeElement : TdateTime_ read GetmeasureScoreDateTimeElement write SetmeasureScoreDateTimeElement;
 
Public 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)

Public 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)

Public 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)

Public 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.