Class TPlanDefinitionTarget

Unit

Declaration

type TPlanDefinitionTarget = class(TBackboneElement)

Description

This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property measure : TCodeableConcept read Getmeasure write Setmeasure;
Public property detailQuantity : TQuantity read GetdetailQuantity write SetdetailQuantity;
Public property detailRange : TRange read GetdetailRange write SetdetailRange;
Public property detailCodeableConcept : TCodeableConcept read GetdetailCodeableConcept write SetdetailCodeableConcept;
Public property detailString : string read GetdetailString write SetdetailString;
Public property detailStringElement : Tstring read GetdetailStringElement write SetdetailStringElement;
Public property detailBoolean : boolean read GetdetailBoolean write SetdetailBoolean;
Public property detailBooleanElement : Tboolean read GetdetailBooleanElement write SetdetailBooleanElement;
Public property detailInteger : integer read GetdetailInteger write SetdetailInteger;
Public property detailIntegerElement : Tinteger read GetdetailIntegerElement write SetdetailIntegerElement;
Public property detailRatio : TRatio read GetdetailRatio write SetdetailRatio;
Public property due : TDuration read Getdue write Setdue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property measure : TCodeableConcept read Getmeasure write Setmeasure;

The parameter whose value is to be tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.

Public property detailQuantity : TQuantity read GetdetailQuantity write SetdetailQuantity;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property detailRange : TRange read GetdetailRange write SetdetailRange;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property detailCodeableConcept : TCodeableConcept read GetdetailCodeableConcept write SetdetailCodeableConcept;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property detailString : string read GetdetailString write SetdetailString;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property detailStringElement : Tstring read GetdetailStringElement write SetdetailStringElement;
 
Public property detailBoolean : boolean read GetdetailBoolean write SetdetailBoolean;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property detailBooleanElement : Tboolean read GetdetailBooleanElement write SetdetailBooleanElement;
 
Public property detailInteger : integer read GetdetailInteger write SetdetailInteger;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property detailIntegerElement : Tinteger read GetdetailIntegerElement write SetdetailIntegerElement;
 
Public property detailRatio : TRatio read GetdetailRatio write SetdetailRatio;

The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value. (choose any one of detail*, but only one)

Public property due : TDuration read Getdue write Setdue;

Indicates the timeframe after the start of the goal in which the goal should be met.


Generated by PasDoc 0.15.0.