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 value : TCodeableConcept read Getvalue write Setvalue;
Public property component : TMeasureReportComponentArray read GetcomponentArray;
Public property population : TMeasureReportPopulation1Array read GetpopulationArray;
Public property measureScore : TQuantity read GetmeasureScore write SetmeasureScore;

Description

Methods

Public constructor Create; override;
 

Properties

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

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