This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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
Describes the intended objective(s) of the care.
This resource is referenced by [CarePlan2]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Goal | DomainResource | Patient Health Goal | ||
identifier | 0..* | Identifier | External Ids for this goal | |
patient | 0..1 | Patient | The patient for whom this goal is intended for | |
description | 1..1 | string | What's the desired outcome? | |
status | M | 0..1 | code | proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected GoalStatus (Required) |
notes | 0..1 | string | Comments about the goal | |
concern | 0..* | Condition | Health issues this goal addresses |
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> <description value="[string]"/><!-- 1..1 What's the desired outcome? --> <status value="[code]"/><!-- 0..1 proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected --> <notes value="[string]"/><!-- 0..1 Comments about the goal --> <concern><!-- 0..* Reference(Condition) Health issues this goal addresses --></concern> </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 "description" : "<string>", // R! What's the desired outcome? "status" : "<code>", // proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected "notes" : "<string>", // Comments about the goal "concern" : [{ Reference(Condition) }] // Health issues this goal addresses }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Goal | DomainResource | Patient Health Goal | ||
identifier | 0..* | Identifier | External Ids for this goal | |
patient | 0..1 | Patient | The patient for whom this goal is intended for | |
description | 1..1 | string | What's the desired outcome? | |
status | M | 0..1 | code | proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected GoalStatus (Required) |
notes | 0..1 | string | Comments about the goal | |
concern | 0..* | Condition | Health issues this goal addresses |
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> <description value="[string]"/><!-- 1..1 What's the desired outcome? --> <status value="[code]"/><!-- 0..1 proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected --> <notes value="[string]"/><!-- 0..1 Comments about the goal --> <concern><!-- 0..* Reference(Condition) Health issues this goal addresses --></concern> </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 "description" : "<string>", // R! What's the desired outcome? "status" : "<code>", // proposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected "notes" : "<string>", // Comments about the goal "concern" : [{ Reference(Condition) }] // Health issues this goal addresses }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
Goal.status | Indicates whether the goal has been met and is still being targeted | Fixed | http://hl7.org/fhir/goal-status |
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) |