Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions icon . Page versions: R5 R4B R4 R3 R2

Responsible Owner: Patient Care icon Work Group Maturity Level : 2   Trial Use Normative Security Category : Patient Compartments : Group , Patient

Detailed Descriptions for the elements in the Goal resource.

Goal.outcomeCode
Element Id Goal
Definition

Describes the intended objective(s) for a patient, group group, or organization care, for example, organizational care. Examples include a patient's weight loss, restoring restoration of an activity of daily living, living for a patient, obtaining herd immunity via immunization, immunization for a group, meeting a process improvement objective, objective for an organization, etc.

Short Display Describes the intended objective(s) for a patient, group, or organizational care
Cardinality 0..*
Type DomainResource
Comments Summary false
Comments

Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.

Element Id Goal.identifier
Definition

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.

Note Short Display External Ids for this goal
Note This is a business identifier, not a resource identifier (see discussion )
Cardinality 0..*
Type Identifier
Requirements

Allows identification of the goal as it is known by various participating systems and in a way that remains consistent across servers.

Comments Summary false
Comments

This is a business identifier, not a resource identifier (see discussion ). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.

Element Id Goal.lifecycleStatus
Definition

The state of the goal throughout its lifecycle.

Short Display proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Cardinality 1..1
Terminology Binding GoalLifecycleStatus Goal Lifecycle Status ( Required )
Type code
Is Modifier true (Reason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid)
Requirements

Allows knowing whether goal needs to be further tracked.

Summary true
Comments

This element is labeled as a modifier because the lifecycleStatus contains codes that mark the resource as not currently valid.

Element Id Goal.achievementStatus
Definition

Describes the progression, or lack thereof, towards the goal against the target.

Short Display in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
Cardinality 0..1
Terminology Binding Goal achievement status Achievement Status ( Preferred )
Type CodeableConcept
Summary true
Element Id Goal.category
Definition

Indicates a category the goal falls within.

Short Display E.g. Treatment, dietary, behavioral, etc
Cardinality 0..*
Terminology Binding Goal category Category ( Example )
Type CodeableConcept
Requirements

Allows goals to be filtered and sorted.

Summary true
Element Id Goal.continuous
Definition

After meeting the goal, ongoing activity is needed to sustain the goal objective.

Short Display After meeting the goal, ongoing activity is needed to sustain the goal objective
Cardinality 0..1
Type boolean
Requirements

Allows for a system to programmatically update achievementStatus upon finding evidence the goal has been met.

Summary false
Comments

For example, getting a yellow fever vaccination for a planned trip is a goal that is designed to be completed (continuous = false). A goal to sustain HbA1c levels would not be a one-time goal (continuous = true).

Element Id Goal.priority
Definition

Identifies the mutually agreed level of importance associated with reaching/sustaining the goal.

Short Display high-priority | medium-priority | low-priority
Cardinality 0..1
Terminology Binding Goal priority Priority ( Preferred )
Type CodeableConcept
Requirements

Used for sorting and presenting goals.

Summary true
Comments

Extensions are available to track priorities as established by each participant (i.e. Priority from the patient's perspective, different practitioners' perspectives, family member's perspectives)

The ordinal extension on Coding can be used to convey a numerically comparable ranking to priority. (Keep in mind that different coding systems may use a "low value=important".

Element Id Goal.description
Definition

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".

Short Display Code or text describing goal
Cardinality 1..1
Terminology Binding SNOMED CT Clinical Findings Goal Description ( Example )
Type CodeableConcept
Requirements

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

Summary true
Comments

If no code is available, use CodeableConcept.text.

Element Id Goal.subject
Definition

Identifies the patient, group or organization for whom the goal is being established.

Short Display Who this goal is intended for
Cardinality 1..1
Type Reference ( Patient | Group | Organization )
Requirements

Subject is optional to support annonymized reporting.

Summary true
Element Id Goal.start[x]
Definition

The date or event after which the goal should begin being pursued.

Short Display When goal pursuit begins
Cardinality 0..1
Terminology Binding Goal start event Start Event ( Example )
Type date | CodeableConcept
[x] Note See Choice of Data Types Datatypes for further information about how to use [x]
Requirements

Goals can be established prior to there being an intention to start pursuing them; e.g. Goals for post-surgical recovery established prior to surgery.

Summary true
Element Id Goal.acceptance
Definition

Information about the acceptance and relative priority assigned to the goal by the patient, practitioners and other stakeholders.

Short Display Individual acceptance of goal
Cardinality 0..*
Summary false
Element Id Goal.acceptance.participant
Definition

The person ororganization whose acceptance/priority is being reflected.

Short Display Individual or organization whose acceptance is reflected
Cardinality 1..1
Type Reference ( Patient | Practitioner | RelatedPerson | PractitionerRole | CareTeam | Organization | Group )
Summary false
Comments

Using Group is only allowed when the group represents a family or a household and should not represent groups of Practitioners.

Element Id Goal.acceptance.status
Definition

Indicates whether the specified individual has accepted the goal or not.

Short Display agree | disagree | pending
Cardinality 0..1
Terminology Binding Goal acceptance status value set ( Required )
Type code
Summary false
Element Id Goal.acceptance.priority
Definition

Indicates the relative priority assigned to the goal by the stakeholder.

Short Display Priority of goal for individual
Cardinality 0..1
Terminology Binding Goal Priority ( Example )
Type CodeableConcept
Summary false
Element Id Goal.target
Definition

Indicates what should be done by when.

Short Display Target outcome for the goal
Cardinality 0..*
Requirements

Allows the progress of the goal to be monitored against an observation or due date. Target is 0..* to support Observations with multiple components, such as blood pressure goals with both a systolic and diastolic target.

Comments Summary false
Comments

When multiple targets are present for a single goal instance, all targets must be met for the overall goal to be met.

Invariants Constraints Affect this element
Defined on this element
gol-1 Rule Goal.target.measure is required if Goal.target.detail is populated (detail.exists() and measure.exists()) or detail.exists().not()
Element Id Goal.target.measure
Definition

The parameter whose value is being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.

Short Display The parameter whose value is being tracked
Cardinality 0..1
Terminology Binding LOINC Codes ( Example )
Type CodeableConcept
Summary true
Invariants Constraints
Affect this element
gol-1 Rule Goal.target.measure is required if Goal.target.detail is populated (detail.exists() and measure.exists()) or detail.exists().not()
Element Id Goal.target.detail[x]
Definition

The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value. A CodeableConcept target value could be Positive, Negative, Abnormal, Normal, Present, Absent, Yes, No.

Cardinality Short Display 0..1 The target value to be achieved
Terminology Binding Cardinality GoalTargetDetail : 0..1
Type Quantity | Range | CodeableConcept | string | boolean | integer | Ratio
[x] Note See Choice of Data Types Datatypes for further information about how to use [x]
Summary true
Comments

A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Goal.target.measure defines a coded value.

Invariants Constraints
Affect this element
gol-1 Rule Goal.target.measure is required if Goal.target.detail is populated (detail.exists() and measure.exists()) or detail.exists().not()
Element Id Goal.target.due[x]
Definition

Indicates either the date or the duration after start by which the goal should be met.

Short Display Reach goal on or before
Cardinality 0..1
Type date | Duration
[x] Note See Choice of Data Types Datatypes for further information about how to use [x]
Requirements

Identifies when the goal should be evaluated.

Summary true
Element Id Goal.statusDate
Definition

Identifies when the current status. achievement status took effect. I.e. When initially created, when achieved, when cancelled, improving, etc.

Short Display When goal achievment status took effect
Cardinality 0..1
Type date
Summary true
Comments

To see the date for past statuses, query history.

Element Id Goal.statusReason
Definition

Captures the reason for the current lifecycle status.

Short Display Reason for current lifecycle status
Cardinality 0..*
0..1 Terminology Binding Goal Status Reason ( Example )
Type CodeableConcept
string Summary false
Comments

This will typically be captured for statuses such as rejected, on-hold or cancelled, but could be present for others.

Element Id Goal.expressedBy Goal.recorder
Definition

Indicates whose goal this is - patient goal, practitioner goal, etc. Individual who recorded the record and takes responsibility for its content.

Short Display Who recorded the goal
Cardinality 0..1
Type Reference ( Patient | Practitioner | PractitionerRole | Patient | RelatedPerson | Group )
Summary true
Comments

This is Because the individual responsible recorder takes responsibility for establishing accurately recording information in the goal, record, the recorder is the most recent author. The recorder might or might not necessarily be the source who recorded it. (For that, use established the Provenance resource.). goal. Using Group is only allowed when the group represents a family or a household and should not represent groups of Practitioners.

Element Id Goal.addresses Goal.source
Definition

The identified conditions and other health record elements that are intended to be addressed by the goal. Indicates whose goal this is - patient goal, practitioner goal, etc.

Short Display Who's responsible for creating Goal?
Cardinality 0..* 0..1
Type Reference ( Condition Patient | Observation Practitioner | MedicationStatement PractitionerRole | NutritionOrder RelatedPerson | ServiceRequest CareTeam | RiskAssessment Group )
Requirements Allows specific goals to explicitly linked to the concerns they're dealing with - makes the goal more understandable. Summary Goal.note Element Id Goal.note true
Definition Comments

Any comments related to This is the goal. individual or team responsible for establishing the goal, not necessarily who recorded it. Using Group is only allowed when the group represents a family or a household and should not represent groups of Practitioners.

Requirements Element Id There's a need to capture information about the goal that doesn't actually describe the goal. Goal.addresses
Comments Definition

May be used for progress notes, concerns or The identified conditions and other related information resources that doesn't actually describe provide the context for why the goal itself. exists.

Element Id Goal.outcomeCode Definition Short Display Identifies the change (or lack of change) at the point when the status of the Issues addressed by this goal is assessed.
Cardinality 0..*
Terminology Binding Type SNOMED CT Clinical Findings Reference ( Example Condition ) Type | Observation CodeableConcept | MedicationStatement | MedicationRequest | NutritionOrder | ServiceRequest | RiskAssessment | Procedure | NutritionIntake )
Requirements

Outcome tracking is a key aspect of care planning. Allows specific goals to explicitly linked to the concerns they're dealing with - makes the goal more understandable.

Comments Summary Note that this should not duplicate the goal status. false
Element Id Goal.outcomeReference Goal.note
Definition

Details of what's changed (or not changed). Any comments related to the goal.

Short Display Comments about the goal
Cardinality 0..*
Type Reference ( Observation Annotation )
Requirements

Outcome tracking is There's a key aspect of care planning. need to capture information about the goal that doesn't actually describe the goal.

Comments Summary false
Comments

The goal outcome is independent of the outcome of the related activities. For example, if the Goal is to achieve a target body weight of 150 lb and a care plan activity is defined to diet, then the care plan’s activity outcome could May be calories consumed whereas goal outcome is an observation used for progress notes, concerns or other related information that doesn't actually describe the actual body weight measured. goal itself.