Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "CodeSystem",
"id" : "task-status-reason",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/task-status-reason</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\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 style=\"white-space:nowrap\">missing\n <a name=\"task-status-reason-missing\"> </a>\n </td>\n <td>Missing</td>\n <td>An item nessary for task completion is missing.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">misidentified\n <a name=\"task-status-reason-misidentified\"> </a>\n </td>\n <td>Misidentified</td>\n <td>Something related to the task was misidentified.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">equipment-issue\n <a name=\"task-status-reason-equipment-issue\"> </a>\n </td>\n <td>Equipment-issue</td>\n <td>A piece of equipment necessary for completion of the task is malfunctioning.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">environmental-issue\n <a name=\"task-status-reason-environmental-issue\"> </a>\n </td>\n <td>Environmental-issue</td>\n <td>Something in the environment is preventing task completion.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">personnel-issue\n <a name=\"task-status-reason-personnel-issue\"> </a>\n </td>\n <td>Personnel-issue</td>\n <td>Key personnel necessary for task completion are not present.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}
],
"url" : "http://hl7.org/fhir/task-status-reason",
"version" : "5.0.0",
"name" : "TaskStatusReason",
"title" : "Task Status Reason",
"status" : "active",
"experimental" : false,
"date" : "2021-01-04T17:01:24-06:00",
"publisher" : "Orders and Observations",
"contact" : [
{
"name" : "Orders and Observations",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description" : "The current status reason of the task.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/task-status-reason",
"content" : "complete",
"concept" : [
{
"code" : "missing",
"display" : "Missing",
"definition" : "An item nessary for task completion is missing."
},
{
"code" : "misidentified",
"display" : "Misidentified",
"definition" : "Something related to the task was misidentified."
},
{
"code" : "equipment-issue",
"display" : "Equipment-issue",
"definition" : "A piece of equipment necessary for completion of the task is malfunctioning."
},
{
"code" : "environmental-issue",
"display" : "Environmental-issue",
"definition" : "Something in the environment is preventing task completion."
},
{
"code" : "personnel-issue",
"display" : "Personnel-issue",
"definition" : "Key personnel necessary for task completion are not present."
}
]
}