| Class TGoalUnit
bsFhir_r5 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  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | 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 continuous : boolean read Getcontinuous write Setcontinuous; |  | 
 After meeting the goal, ongoing activity is needed to sustain the goal objective.  |  
|  | property continuousElement : Tboolean read GetcontinuousElement write SetcontinuousElement; |  |  |  
|  | 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 startDate : string read GetstartDate write SetstartDate; |  | 
 The date or event after which the goal should begin being pursued. (choose any one of start*, but only one)  |  
|  | property startDateElement : Tdate_ read GetstartDateElement write SetstartDateElement; |  |  |  
|  | property startCodeableConcept : TCodeableConcept read GetstartCodeableConcept write SetstartCodeableConcept; |  | 
 The date or event after which the goal should begin being pursued. (choose any one of start*, but only one)  |  
|  | 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 source : TReference read Getsource write Setsource; |  | 
 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 outcome : TCodeableReferenceArray read GetoutcomeArray; |  | 
 Identifies the change (or lack of change) at the point when the status of the goal is assessed.  |  Generated by PasDoc 0.15.0.
 |