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: 1 |
{
"resourceType" : "CodeSystem",
"id" : "transport-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/transport-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\">declined-by-patient\n <a name=\"transport-status-reason-declined-by-patient\"> </a>\n </td>\n <td>Declined by patient</td>\n <td>Patient declined transport.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">refused-by-recipient\n <a name=\"transport-status-reason-refused-by-recipient\"> </a>\n </td>\n <td>Refused by recipient</td>\n <td>Transport was refused by recipient.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">patient-not-available\n <a name=\"transport-status-reason-patient-not-available\"> </a>\n </td>\n <td>Patient not available</td>\n <td>The patient was not available for transport.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">specimen-not-available\n <a name=\"transport-status-reason-specimen-not-available\"> </a>\n </td>\n <td>Specimen not available</td>\n <td>The specimen was not available for transport.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">wrong-request-data\n <a name=\"transport-status-reason-wrong-request-data\"> </a>\n </td>\n <td>Wrong request data</td>\n <td>Wrong data in the transport request.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">in-route-accident\n <a name=\"transport-status-reason-in-route-accident\"> </a>\n </td>\n <td>In route accident</td>\n <td>An accident has occurred in route.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">request-not-acknowledged\n <a name=\"transport-status-reason-request-not-acknowledged\"> </a>\n </td>\n <td>Request not acknowledged</td>\n <td>The transport request was not acknowledged.</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" : 1
},
{
"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" : "oo"
}
],
"url" : "http://hl7.org/fhir/transport-status-reason",
"version" : "5.0.0",
"name" : "TransportStatus",
"title" : "Transport Status",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Orders and Observations",
"contact" : [
{
"name" : "Orders and Observations",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description" : "Status of transport.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/transport-status-reason",
"content" : "complete",
"concept" : [
{
"code" : "declined-by-patient",
"display" : "Declined by patient",
"definition" : "Patient declined transport."
},
{
"code" : "refused-by-recipient",
"display" : "Refused by recipient",
"definition" : "Transport was refused by recipient."
},
{
"code" : "patient-not-available",
"display" : "Patient not available",
"definition" : "The patient was not available for transport."
},
{
"code" : "specimen-not-available",
"display" : "Specimen not available",
"definition" : "The specimen was not available for transport."
},
{
"code" : "wrong-request-data",
"display" : "Wrong request data",
"definition" : "Wrong data in the transport request."
},
{
"code" : "in-route-accident",
"display" : "In route accident",
"definition" : "An accident has occurred in route."
},
{
"code" : "request-not-acknowledged",
"display" : "Request not acknowledged",
"definition" : "The transport request was not acknowledged."
}
]
}