This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code System GoalStatusReason
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "goal-status-reason"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/goal-status-reason"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.278" ] ]; fhir:CodeSystem.version [ fhir:value "3.5a.0"]; fhir:CodeSystem.name [ fhir:value "GoalStatusReason"]; fhir:CodeSystem.title [ fhir:value "Goal status reason"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"]; fhir:CodeSystem.publisher [ fhir:value "HL7 International - Patient Care WG"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientcare/" ] ] ]; fhir:CodeSystem.description [ fhir:value "Example codes indicating the reason for a current status. Note that these are in no way complete and might not even be appropriate for some uses."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/goal-status-reason"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "surgery" ]; fhir:CodeSystem.display [ fhir:value "Surgery" ]; fhir:CodeSystem.definition [ fhir:value "Goal suspended or ended because of a surgical procedure." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "life-event" ]; fhir:CodeSystem.display [ fhir:value "Life Event" ]; fhir:CodeSystem.definition [ fhir:value "Goal suspended or ended because of a significant life event (marital change, bereavement, etc.)." ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "replaced" ]; fhir:CodeSystem.display [ fhir:value "Replaced" ]; fhir:CodeSystem.definition [ fhir:value "Goal has been superseded by a new goal." ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "patient-request" ]; fhir:CodeSystem.display [ fhir:value "Patient Request" ]; fhir:CodeSystem.definition [ fhir:value "Patient wishes the goal to be set aside, at least temporarily." ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "temp-not-attainable" ]; fhir:CodeSystem.display [ fhir:value "Goal Not Attainable Temporarily" ]; fhir:CodeSystem.definition [ fhir:value "Goal cannot be reached temporarily." ] ], [ fhir:index 5; fhir:CodeSystem.code [ fhir:value "permanent-not-attainable" ]; fhir:CodeSystem.display [ fhir:value "Goal Not Attainable Permanently" ]; fhir:CodeSystem.definition [ fhir:value "Goal cannot be reached permanently." ] ], [ fhir:index 6; fhir:CodeSystem.code [ fhir:value "financial-barrier" ]; fhir:CodeSystem.display [ fhir:value "Financial Reason" ]; fhir:CodeSystem.definition [ fhir:value "Goal cannot be reached due to financial barrier or reason." ] ], [ fhir:index 7; fhir:CodeSystem.code [ fhir:value "lack-of-transportation" ]; fhir:CodeSystem.display [ fhir:value "Lack Of Transportation" ]; fhir:CodeSystem.definition [ fhir:value "Goal cannot be reached due to a lack of transportation." ] ], [ fhir:index 8; fhir:CodeSystem.code [ fhir:value "lack-of-social-support" ]; fhir:CodeSystem.display [ fhir:value "Lack Of Social Support" ]; fhir:CodeSystem.definition [ fhir:value "Goal cannot be reached due to a lack of social support." ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.