Class TMeasureComponent

Unit

Declaration

type TMeasureComponent = 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;

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 item in a MeasureReport resource.

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

Indicates a meaning for the stratifier component. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures.

Public property description : string read Getdescription write Setdescription;

The human readable description of this stratifier criteria component.

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

An expression that specifies the criteria for this component of the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element.

Public property groupDefinition : TReference read GetgroupDefinition write SetgroupDefinition;

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


Generated by PasDoc 0.15.0.