Class TMeasureReportGroup

Unit

Declaration

type TMeasureReportGroup = 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 linkId : string read GetlinkId write SetlinkId;
Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property population : TMeasureReportPopulationArray 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;
Public property stratifier : TMeasureReportStratifierArray read GetstratifierArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property linkId : string read GetlinkId write SetlinkId;

The group from the Measure that corresponds to this group in the MeasureReport resource.

Public property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

The meaning of the population group as defined in the measure definition.

Public property subject : TReference read Getsubject write Setsubject;

Optional subject identifying the individual or individuals the report is for.

Public property population : TMeasureReportPopulationArray read GetpopulationArray;

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

Public property measureScoreQuantity : TQuantity read GetmeasureScoreQuantity write SetmeasureScoreQuantity;

The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group. (choose any one of measureScore*, but only one)

Public property measureScoreDateTime : string read GetmeasureScoreDateTime write SetmeasureScoreDateTime;

The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group. (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 population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group. (choose any one of measureScore*, but only one)

Public property measureScorePeriod : TPeriod read GetmeasureScorePeriod write SetmeasureScorePeriod;

The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group. (choose any one of measureScore*, but only one)

Public property measureScoreRange : TRange read GetmeasureScoreRange write SetmeasureScoreRange;

The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group. (choose any one of measureScore*, but only one)

Public property measureScoreDuration : TDuration read GetmeasureScoreDuration write SetmeasureScoreDuration;

The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group. (choose any one of measureScore*, but only one)

Public property stratifier : TMeasureReportStratifierArray read GetstratifierArray;

When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.


Generated by PasDoc 0.15.0.