FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 2 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "goal-status"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/goal-status</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Lvl</b>\n </td>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">proposed\n <a name=\"goal-status-proposed\"> </a>\n </td>\n <td>Proposed</td>\n <td>A goal is proposed for this patient.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">planned\n <a name=\"goal-status-planned\"> </a>\n </td>\n <td>Planned</td>\n <td>A goal is planned for this patient.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">accepted\n <a name=\"goal-status-accepted\"> </a>\n </td>\n <td>Accepted</td>\n <td>A proposed goal was accepted or acknowledged.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> active\n <a name=\"goal-status-active\"> </a>\n </td>\n <td>Active</td>\n <td>The goal is being sought actively.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> on-hold\n <a name=\"goal-status-on-hold\"> </a>\n </td>\n <td>On Hold</td>\n <td>The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> completed\n <a name=\"goal-status-completed\"> </a>\n </td>\n <td>Completed</td>\n <td>The goal is no longer being sought.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">cancelled\n <a name=\"goal-status-cancelled\"> </a>\n </td>\n <td>Cancelled</td>\n <td>The goal has been abandoned.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">entered-in-error\n <a name=\"goal-status-entered-in-error\"> </a>\n </td>\n <td>Entered in Error</td>\n <td>The goal was entered in error and voided.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">rejected\n <a name=\"goal-status-rejected\"> </a>\n </td>\n <td>Rejected</td>\n <td>A proposed goal was rejected.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "pc" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/goal-status"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "GoalLifecycleStatus"] ; #
fhir:title [ fhir:v "Goal Lifecycle Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Patient Care"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Patient Care" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes that reflect the current state of a goal and whether the goal is still being targeted."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/goal-status|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/goal-status|4.0.1>
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "proposed" ] ;
fhir:display [ fhir:v "Proposed" ] ;
fhir:definition [ fhir:v "A goal is proposed for this patient." ]
] [
fhir:code [ fhir:v "planned" ] ;
fhir:display [ fhir:v "Planned" ] ;
fhir:definition [ fhir:v "A goal is planned for this patient." ]
] [
fhir:code [ fhir:v "accepted" ] ;
fhir:display [ fhir:v "Accepted" ] ;
fhir:definition [ fhir:v "A proposed goal was accepted or acknowledged." ] ;
( fhir:concept [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "The goal is being sought actively." ] ] [
fhir:code [ fhir:v "on-hold" ] ;
fhir:display [ fhir:v "On Hold" ] ;
fhir:definition [ fhir:v "The goal remains a long term objective but is no longer being actively pursued for a temporary period of time." ] ] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "The goal is no longer being sought." ] ] )
] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "The goal has been abandoned." ]
] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered in Error" ] ;
fhir:definition [ fhir:v "The goal was entered in error and voided." ]
] [
fhir:code [ fhir:v "rejected" ] ;
fhir:display [ fhir:v "Rejected" ] ;
fhir:definition [ fhir:v "A proposed goal was rejected." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History