2nd DSTU Draft For Comment

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

4.6.4 Resource Goal - Detailed Descriptions

Detailed Descriptions for the elements in the Goal resource.

Goal
Definition

Describes the intended objective(s) of the care.

Control1..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).

Control0..*
TypeIdentifier
Requirements

Need to allow connection to a wider workflow.

Goal.patient
Definition

Identifies the patient/subject whose intended care is described by the plan.

Control0..1
TypeReference(Patient)
Requirements

Goals are associated with a patient.

Goal.description
Definition

Human-readable description of a specific desired objective of care.

Control1..1
Typestring
Requirements

Without a description of what's trying to be achieved, element has no purpose.

Goal.status
Definition

Indicates whether the goal has been reached and is still considered relevant.

Control0..1
BindingGoalStatus: Required: http://hl7.org/fhir/goal-status (Indicates whether the goal has been met and is still being targeted)
Typecode
Is Modifiertrue
Requirements

Allows measuring outcome and whether goal needs to be further tracked.

Goal.notes
Definition

Any comments related to the goal.

Control0..1
Typestring
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.concern
Definition

The identified conditions that this goal relates to - the condition that caused it to be created, or that it is intended to address.

Control0..*
TypeReference(Condition)
Requirements

Allows specific goals to explicitly linked to conditions - makes the goal more understandable.