Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TGoalTarget
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property measure : TCodeableConcept read Getmeasure write Setmeasure; |
The parameter whose value is being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
property detailStringElement : Tstring read GetdetailStringElement write SetdetailStringElement; |
|
|
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)
|
|
property detailBooleanElement : Tboolean read GetdetailBooleanElement write SetdetailBooleanElement; |
|
|
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)
|
|
property detailIntegerElement : Tinteger read GetdetailIntegerElement write SetdetailIntegerElement; |
|
|
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)
|
|
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)
|
|
property dueDateElement : Tdate_ read GetdueDateElement write SetdueDateElement; |
|
|
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.
|