Class TMeasurePopulation

Unit

Declaration

type TMeasurePopulation = class(TBackboneElement)

Description

The Measure resource provides the definition of a quality measure.

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 description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property criteria : TExpression read Getcriteria write Setcriteria;
Public property groupDefinition : TReference read GetgroupDefinition write SetgroupDefinition;
Public property inputPopulationId : string read GetinputPopulationId write SetinputPopulationId;
Public property inputPopulationIdElement : Tstring read GetinputPopulationIdElement write SetinputPopulationIdElement;
Public property aggregateMethod : TCodeableConcept read GetaggregateMethod write SetaggregateMethod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property linkId : string read GetlinkId write SetlinkId;

An identifier that is unique within the Measure allowing linkage to the equivalent population in a MeasureReport resource.

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

The type of population criteria.

Public property description : string read Getdescription write Setdescription;

The human readable description of this population criteria.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property criteria : TExpression read Getcriteria write Setcriteria;

An expression that specifies the criteria for the population, typically the name of an expression in a library.

Public property groupDefinition : TReference read GetgroupDefinition write SetgroupDefinition;

A Group resource that defines this population as a set of characteristics.

Public property inputPopulationId : string read GetinputPopulationId write SetinputPopulationId;

The id of a population element in this measure that provides the input for this population criteria. In most cases, the scoring structure of the measure implies specific relationships (e.g. the Numerator uses the Denominator as the source in a proportion scoring). In some cases, however, multiple possible choices exist and must be resolved explicitly. For example in a ratio measure with multiple initial populations, the denominator must specify which population should be used as the starting point.

Public property inputPopulationIdElement : Tstring read GetinputPopulationIdElement write SetinputPopulationIdElement;
 
Public property aggregateMethod : TCodeableConcept read GetaggregateMethod write SetaggregateMethod;

Specifies which method should be used to aggregate measure observation values. For most scoring types, this is implied by scoring (e.g. a proportion measure counts members of the populations). For continuous variables, however, this information must be specified to ensure correct calculation.


Generated by PasDoc 0.15.0.