Class TMeasureReportPopulation1

Unit

Declaration

type TMeasureReportPopulation1 = class(TBackboneElement)

Description

The MeasureReport resource contains the results of evaluating a measure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property count : integer read Getcount write Setcount;
Public property countElement : Tinteger read GetcountElement write SetcountElement;
Public property patients : TReference read Getpatients write Setpatients;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The identifier of the population being reported, as defined by the population element of the measure.

Public property code : TCodeableConcept read Getcode write Setcode;

The type of the population.

Public property count : integer read Getcount write Setcount;

The number of members of the population in this stratum.

Public property countElement : Tinteger read GetcountElement write SetcountElement;
 
Public property patients : TReference read Getpatients write Setpatients;

This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum.


Generated by PasDoc 0.15.0.