Class TGoal
Unit
bsFhir_r4b
Declaration
type TGoal = class(TDomainResource)
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. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
|
|
property lifecycleStatus : string read GetlifecycleStatus write SetlifecycleStatus; |
The state of the goal throughout its lifecycle.
|
|
property lifecycleStatusElement : TGoalLifecycleStatus read GetlifecycleStatusElement write SetlifecycleStatusElement; |
|
|
property achievementStatus : TCodeableConcept read GetachievementStatus write SetachievementStatus; |
Describes the progression, or lack thereof, towards the goal against the target.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
Indicates a category the goal falls within.
|
|
property priority : TCodeableConcept read Getpriority write Setpriority; |
Identifies the mutually agreed level of importance associated with reaching/sustaining the goal.
|
|
property description : TCodeableConcept read Getdescription write Setdescription; |
Human-readable and/or coded description of a specific desired objective of care, such as "control blood pressure" or "negotiate an obstacle course" or "dance with child at wedding".
|
|
property subject : TReference read Getsubject write Setsubject; |
Identifies the patient, group or organization for whom the goal is being established.
|
|
property start : TElement read Getstart write Setstart; |
The date or event after which the goal should begin being pursued.
|
|
property target : TGoalTargetArray read GettargetArray; |
Indicates what should be done by when.
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
Identifies when the current status. I.e. When initially created, when achieved, when cancelled, etc.
|
|
property statusDateElement : Tdate_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property statusReason : string read GetstatusReason write SetstatusReason; |
Captures the reason for the current status.
|
|
property statusReasonElement : Tstring read GetstatusReasonElement write SetstatusReasonElement; |
|
|
property expressedBy : TReference read GetexpressedBy write SetexpressedBy; |
Indicates whose goal this is - patient goal, practitioner goal, etc.
|
|
property addresses : TReferenceArray read GetaddressesArray; |
The identified conditions and other health record elements that are intended to be addressed by the goal.
|
|
property note : TAnnotationArray read GetnoteArray; |
Any comments related to the goal.
|
|
property outcomeCode : TCodeableConceptArray read GetoutcomeCodeArray; |
Identifies the change (or lack of change) at the point when the status of the goal is assessed.
|
|
property outcomeReference : TReferenceArray read GetoutcomeReferenceArray; |
Details of what's changed (or not changed).
|
Generated by PasDoc 0.15.0.
|