FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-transport-status-reason.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/oo-incubator/CodeSystem-transport-status-reason.html |
| URL | http://hl7.org/fhir/transport-status-reason |
| Version | 0.1.0 |
| Status | draft |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | TransportStatusReasonCS |
| Title | Transport Status Reason Code System |
| Realm | uv |
| Authority | hl7 |
| Description | Status of transport. |
| Content | complete |
| ValueSet | |
| transport-status-reason | Transport Status Reason Value Set |
| R5-transport-status-reason-for-R4B | Cross-version VS for R5.TransportStatusReason for use in FHIR R4B |
| R5-transport-status-reason-for-R4 | Cross-version VS for R5.TransportStatusReason for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem transport-status-reason
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/transport-status-reason defines the following codes:
{
"resourceType": "CodeSystem",
"id": "transport-status-reason",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "http://hl7.org/fhir/transport-status-reason",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1930"
}
],
"version": "0.1.0",
"name": "TransportStatusReasonCS",
"title": "Transport Status Reason Code System",
"status": "draft",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 International / Orders and Observations",
"contact": [
{
"name": "HL7 Orders and Observations Workgroup",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders"
},
{
"system": "email",
"value": "oo@lists.HL7.org"
}
]
}
],
"description": "Status of transport.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"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."
}
]
}