Class TMeasureReportPopulation
Unit
bsFhir_r5
Declaration
type TMeasureReportPopulation = 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 linkId : string read GetlinkId write SetlinkId; |
The population from the Measure that corresponds to this population in the MeasureReport resource.
|
|
property linkIdElement : Tstring read GetlinkIdElement write SetlinkIdElement; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
The type of the population.
|
|
property count : integer read Getcount write Setcount; |
The number of members of the population.
|
|
property countElement : Tinteger read GetcountElement write SetcountElement; |
|
|
property subjectResults : TReference read GetsubjectResults write SetsubjectResults; |
This element refers to a List of individual level MeasureReport resources, one for each subject in this population.
|
|
property subjectReport : TReferenceArray read GetsubjectReportArray; |
A reference to an individual level MeasureReport resource for a member of the population.
|
|
property subjects : TReference read Getsubjects write Setsubjects; |
Optional Group identifying the individuals that make up the population.
|
Generated by PasDoc 0.15.0.
|