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
This resource maintained by the Patient Care Work Group
Describes the intended objective(s) of patient care, for example, weight loss, restoring an activity of daily living, etc.
A Goal in health care services delivery is an expressed desired health state to be achieved by a subject of care (or family/group) over a period or at a specific point of time. This desired target health state may be achieved as a result of health care intervention(s) or resulting from natural recovery over time. For example:
Goals may address the prevention of illness, cure or mitigation of a condition, prolongation of life, or mitigation of pain and discomfort.
Goals are typically established in the context of a CarePlan. However, goals may also be directly referenced by request-type resources (e.g. MedicationPrescription or ReferralRequest) by using an extension.
Goals are often evaluated using Observations.
This resource is referenced by [CarePlan]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Goal | DomainResource | Describes the intended objective(s) of patient care | ||
identifier | 0..* | Identifier | External Ids for this goal | |
patient | Σ | 0..1 | Patient | The patient for whom this goal is intended for |
targetDate | Σ | 0..1 | date | Reach goal on or before |
description | Σ | 1..1 | string | What's the desired outcome? |
status | ?! Σ | 1..1 | code | proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected GoalStatus (Required) |
statusDate | Σ | 0..1 | date | When goal status took effect |
author | Σ | 0..1 | Patient | Practitioner | RelatedPerson | Who's responsible for creating Goal? |
priority | Σ | 0..1 | CodeableConcept | high | medium |low GoalPriority (Preferred) |
concern | 0..* | Condition | Observation | MedicationStatement | NutritionOrder | ProcedureRequest | RiskAssessment | Health issues this goal addresses | |
notes | 0..1 | string | Comments about the goal | |
outcome | 0..* | Element | What was end result of goal? | |
result[x] | Code or observation that resulted from gual | |||
resultCodeableConcept | 0..1 | CodeableConcept | ||
resultReference | 0..1 | Observation |
UML Diagram
XML Template
<Goal xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Ids for this goal --></identifier> <patient><!-- 0..1 Reference(Patient) The patient for whom this goal is intended for --></patient> <targetDate value="[date]"/><!-- 0..1 Reach goal on or before --> <description value="[string]"/><!-- 1..1 What's the desired outcome? --> <status value="[code]"/><!-- 1..1 proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected --> <statusDate value="[date]"/><!-- 0..1 When goal status took effect --> <author><!-- 0..1 Reference(Patient|Practitioner|RelatedPerson) Who's responsible for creating Goal? --></author> <priority><!-- 0..1 CodeableConcept high | medium |low --></priority> <concern><!-- 0..* Reference(Condition|Observation|MedicationStatement| NutritionOrder|ProcedureRequest|RiskAssessment) Health issues this goal addresses --></concern> <notes value="[string]"/><!-- 0..1 Comments about the goal --> <outcome> <!-- 0..* What was end result of goal? --> <result[x]><!-- 0..1 CodeableConcept|Reference(Observation) Code or observation that resulted from gual --></result[x]> </outcome> </Goal>
JSON Template
{ "resourceType" : "Goal", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Ids for this goal "patient" : { Reference(Patient) }, // The patient for whom this goal is intended for "targetDate" : "<date>", // Reach goal on or before "description" : "<string>", // R! What's the desired outcome? "status" : "<code>", // R! proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected "statusDate" : "<date>", // When goal status took effect "author" : { Reference(Patient|Practitioner|RelatedPerson) }, // Who's responsible for creating Goal? "priority" : { CodeableConcept }, // high | medium |low "concern" : [{ Reference(Condition|Observation|MedicationStatement| NutritionOrder|ProcedureRequest|RiskAssessment) }], // Health issues this goal addresses "notes" : "<string>", // Comments about the goal "outcome" : [{ // What was end result of goal? // result[x]: Code or observation that resulted from gual. One of these 2: "resultCodeableConcept" : { CodeableConcept } "resultReference" : { Reference(Observation) } }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Goal | DomainResource | Describes the intended objective(s) of patient care | ||
identifier | 0..* | Identifier | External Ids for this goal | |
patient | Σ | 0..1 | Patient | The patient for whom this goal is intended for |
targetDate | Σ | 0..1 | date | Reach goal on or before |
description | Σ | 1..1 | string | What's the desired outcome? |
status | ?! Σ | 1..1 | code | proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected GoalStatus (Required) |
statusDate | Σ | 0..1 | date | When goal status took effect |
author | Σ | 0..1 | Patient | Practitioner | RelatedPerson | Who's responsible for creating Goal? |
priority | Σ | 0..1 | CodeableConcept | high | medium |low GoalPriority (Preferred) |
concern | 0..* | Condition | Observation | MedicationStatement | NutritionOrder | ProcedureRequest | RiskAssessment | Health issues this goal addresses | |
notes | 0..1 | string | Comments about the goal | |
outcome | 0..* | Element | What was end result of goal? | |
result[x] | Code or observation that resulted from gual | |||
resultCodeableConcept | 0..1 | CodeableConcept | ||
resultReference | 0..1 | Observation |
XML Template
<Goal xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Ids for this goal --></identifier> <patient><!-- 0..1 Reference(Patient) The patient for whom this goal is intended for --></patient> <targetDate value="[date]"/><!-- 0..1 Reach goal on or before --> <description value="[string]"/><!-- 1..1 What's the desired outcome? --> <status value="[code]"/><!-- 1..1 proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected --> <statusDate value="[date]"/><!-- 0..1 When goal status took effect --> <author><!-- 0..1 Reference(Patient|Practitioner|RelatedPerson) Who's responsible for creating Goal? --></author> <priority><!-- 0..1 CodeableConcept high | medium |low --></priority> <concern><!-- 0..* Reference(Condition|Observation|MedicationStatement| NutritionOrder|ProcedureRequest|RiskAssessment) Health issues this goal addresses --></concern> <notes value="[string]"/><!-- 0..1 Comments about the goal --> <outcome> <!-- 0..* What was end result of goal? --> <result[x]><!-- 0..1 CodeableConcept|Reference(Observation) Code or observation that resulted from gual --></result[x]> </outcome> </Goal>
JSON Template
{ "resourceType" : "Goal", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Ids for this goal "patient" : { Reference(Patient) }, // The patient for whom this goal is intended for "targetDate" : "<date>", // Reach goal on or before "description" : "<string>", // R! What's the desired outcome? "status" : "<code>", // R! proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected "statusDate" : "<date>", // When goal status took effect "author" : { Reference(Patient|Practitioner|RelatedPerson) }, // Who's responsible for creating Goal? "priority" : { CodeableConcept }, // high | medium |low "concern" : [{ Reference(Condition|Observation|MedicationStatement| NutritionOrder|ProcedureRequest|RiskAssessment) }], // Health issues this goal addresses "notes" : "<string>", // Comments about the goal "outcome" : [{ // What was end result of goal? // result[x]: Code or observation that resulted from gual. One of these 2: "resultCodeableConcept" : { CodeableConcept } "resultReference" : { Reference(Observation) } }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON)
Path | Definition | Type | Reference |
---|---|---|---|
Goal.status | Indicates whether the goal has been met and is still being targeted | Required | http://hl7.org/fhir/goal-status |
Goal.priority | The level of importance associated with a goal | Preferred | http://hl7.org/fhir/vs/goal-priority |
Goal.outcome.result[x] | 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" | Unknown | No details provided yet |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
patient | reference | The patient for whom this goal is intended for | Goal.patient (Patient) |