This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Detailed Descriptions for the elements in the Goal resource.
Goal | |
Definition | Describes the intended objective(s) of patient care, for example, weight loss, restoring an activity of daily living, etc. |
Control | 1..1 |
Comments | Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline. |
Goal.identifier | |
Definition | This records identifiers associated with this care plan that are defined by business processed and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation). |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
Requirements | Need to allow connection to a wider workflow. |
Goal.patient | |
Definition | Identifies the patient/subject whose intended care is described by the plan. |
Control | 0..1 |
Type | Reference(Patient) |
Requirements | Goals are associated with a patient. |
Summary | true |
Goal.targetDate | |
Definition | Indicates when the goal is intended to be reached. |
Control | 0..1 |
Type | date |
Requirements | Identifies when the goal should be evaluated. |
Summary | true |
Goal.description | |
Definition | Human-readable description of a specific desired objective of care. |
Control | 1..1 |
Type | string |
Requirements | Without a description of what's trying to be achieved, element has no purpose. |
Summary | true |
Goal.status | |
Definition | Indicates whether the goal has been reached and is still considered relevant. |
Control | 1..1 |
Binding | GoalStatus: Required: http://hl7.org/fhir/goal-status (Indicates whether the goal has been met and is still being targeted) |
Type | code |
Is Modifier | true |
Requirements | Allows measuring outcome and whether goal needs to be further tracked. |
Summary | true |
Goal.statusDate | |
Definition | Identifies when the current status. I.e. When initially created, when achieved, when cancelled, etc. |
Control | 0..1 |
Type | date |
Summary | true |
Comments | To see the date for past statuses, query history. |
Goal.author | |
Definition | Indicates whose goal this is - patient goal, practitioner goal, etc. |
Control | 0..1 |
Type | Reference(Patient | Practitioner | RelatedPerson) |
Summary | true |
Goal.priority | |
Definition | Identifies the level of importance associated with reaching/sustaining the goal. |
Control | 0..1 |
Binding | GoalPriority: Preferred: See http://hl7.org/fhir/vs/goal-priority (The level of importance associated with a goal) |
Type | CodeableConcept |
Summary | true |
Goal.concern | |
Definition | The identified conditions and other health record elements that are intended to be addressed by the goal. |
Control | 0..* |
Type | Reference(Condition | Observation | MedicationStatement | NutritionOrder | ProcedureRequest | RiskAssessment) |
Requirements | Allows specific goals to explicitly linked to the concerns they're dealing with - makes the goal more understandable. |
Goal.notes | |
Definition | Any comments related to the goal. |
Control | 0..1 |
Type | string |
Requirements | There's a need to capture information about the goal that doesn't actually describe the goal. |
Comments | May be used for progress notes, concerns or other related information that doesn't actually describe the goal itself. |
Goal.outcome | |
Definition | Identifies the change (or lack of change) at the point where the goal was deepmed to be cancelled or achieved. |
Control | 0..* |
Requirements | Outcome tracking is a key aspect of care planning. |
Comments | Note that this should not duplicate the goal status. |
To Do | Define a proper value set for this. |
Goal.outcome.result[x] | |
Definition | Details of what's changed (or not changed). |
Control | 0..1 |
Binding | GoalOutcome: The result of the goal. E.g. "25% increase in shoulder mobility", "Anxiety reduced to moderate levels". "15 kg weight loss sustained over 6 months" |
Type | CodeableConcept|Reference(Observation) |