Class TGoalTarget

Unit

Declaration

type TGoalTarget = class(TBackboneElement)

Description

Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.

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 dueDate : string read GetdueDate write SetdueDate;
Public property dueDateElement : Tdate_ read GetdueDateElement write SetdueDateElement;
Public property dueDuration : TDuration read GetdueDuration write SetdueDuration;

Description

Methods

Public constructor Create; override;
 

Properties

Public property measure : TCodeableConcept read Getmeasure write Setmeasure;

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

Public property detailQuantity : TQuantity read GetdetailQuantity write SetdetailQuantity;

The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus 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 focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus 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 focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus 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 focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus 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 focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus 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 focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus 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 focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. 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 focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value. (choose any one of detail*, but only one)

Public property dueDate : string read GetdueDate write SetdueDate;

Indicates either the date or the duration after start by which the goal should be met. (choose any one of due*, but only one)

Public property dueDateElement : Tdate_ read GetdueDateElement write SetdueDateElement;
 
Public property dueDuration : TDuration read GetdueDuration write SetdueDuration;

Indicates either the date or the duration after start by which the goal should be met. (choose any one of due*, but only one)


Generated by PasDoc 0.15.0.