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 Resource Goal - Content

Describes the intended objective(s) of the care.

4.6.1 Scope and Usage

Todo

This resource is referenced by [CarePlan2]

4.6.2 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Goal DomainResourcePatient Health Goal
... identifier 0..*IdentifierExternal Ids for this goal
... patient 0..1PatientThe patient for whom this goal is intended for
... description 1..1stringWhat's the desired outcome?
... status M0..1codeproposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected
GoalStatus (Required)
... notes 0..1stringComments about the goal
... concern 0..*ConditionHealth issues this goal addresses

XML Template

<Goal xmlns="http://hl7.org/fhir"> doco
 <!-- 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

{doco
  "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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Goal DomainResourcePatient Health Goal
... identifier 0..*IdentifierExternal Ids for this goal
... patient 0..1PatientThe patient for whom this goal is intended for
... description 1..1stringWhat's the desired outcome?
... status M0..1codeproposed | planned | in-progress | achieved | sustaining | cancelled | accepted | rejected
GoalStatus (Required)
... notes 0..1stringComments about the goal
... concern 0..*ConditionHealth issues this goal addresses

XML Template

<Goal xmlns="http://hl7.org/fhir"> doco
 <!-- 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

{doco
  "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

4.6.2.1 Terminology Bindings

PathDefinitionTypeReference
Goal.status Indicates whether the goal has been met and is still being targetedFixedhttp://hl7.org/fhir/goal-status

4.6.3 Search Parameters

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
patientreferenceThe patient for whom this goal is intended forGoal.patient
(Patient)