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 |
{
"resourceType" : "CodeSystem",
"id" : "goal-status",
"text" : {
"status" : "generated",
"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\">\u00a0\u00a0active\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\">\u00a0\u00a0on-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\">\u00a0\u00a0completed\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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pc"
}
],
"url" : "http://hl7.org/fhir/goal-status",
"version" : "5.0.0",
"name" : "GoalLifecycleStatus",
"title" : "Goal Lifecycle Status",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Patient Care",
"contact" : [
{
"name" : "Patient Care",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description" : "Codes that reflect the current state of a goal and whether the goal is still being targeted.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/goal-status|4.0.1",
"hierarchyMeaning" : "is-a",
"content" : "complete",
"concept" : [
{
"code" : "proposed",
"display" : "Proposed",
"definition" : "A goal is proposed for this patient."
},
{
"code" : "planned",
"display" : "Planned",
"definition" : "A goal is planned for this patient."
},
{
"code" : "accepted",
"display" : "Accepted",
"definition" : "A proposed goal was accepted or acknowledged.",
"concept" : [
{
"code" : "active",
"display" : "Active",
"definition" : "The goal is being sought actively."
},
{
"code" : "on-hold",
"display" : "On Hold",
"definition" : "The goal remains a long term objective but is no longer being actively pursued for a temporary period of time."
},
{
"code" : "completed",
"display" : "Completed",
"definition" : "The goal is no longer being sought."
}
]
},
{
"code" : "cancelled",
"display" : "Cancelled",
"definition" : "The goal has been abandoned."
},
{
"code" : "entered-in-error",
"display" : "Entered in Error",
"definition" : "The goal was entered in error and voided."
},
{
"code" : "rejected",
"display" : "Rejected",
"definition" : "A proposed goal was rejected."
}
]
}