Class TMeasureSupplementalData

Unit

Declaration

type TMeasureSupplementalData = class(TBackboneElement)

Description

The Measure resource provides the definition of a quality measure.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property usage : TCodeableConceptArray read GetusageArray;
Public property criteria : string read Getcriteria write Setcriteria;
Public property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement;
Public property path : string read Getpath write Setpath;
Public property pathElement : Tstring read GetpathElement write SetpathElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

An identifier for the supplemental data.

Public property usage : TCodeableConceptArray read GetusageArray;

An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation.

Public property criteria : string read Getcriteria write Setcriteria;

The criteria for the supplemental data. This must be the name of a valid expression defined within a referenced library, and defines the data to be returned for this element.

Public property criteriaElement : Tstring read GetcriteriaElement write SetcriteriaElement;
 
Public property path : string read Getpath write Setpath;

The supplemental data to be supplied as part of the measure response, specified as a valid FHIR Resource Path.

Public property pathElement : Tstring read GetpathElement write SetpathElement;
 

Generated by PasDoc 0.15.0.