This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemTransportCode
{
"resourceType" : "CodeSystem",
"id" : "transport-code",
"meta" : {
"lastUpdated" : "2025-09-19T07:05:23.917+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem transport-code</b></p><a name=\"transport-code\"> </a><a name=\"hctransport-code\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/transport-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">SpecimenTransport<a name=\"transport-code-SpecimenTransport\"> </a></td><td>Specimen Transport</td><td>Event documenting the transport of a specimen</td></tr><tr><td style=\"white-space:nowrap\">PatientMove<a name=\"transport-code-PatientMove\"> </a></td><td>Move of Patient</td><td>Event documenting the transport of a patient</td></tr><tr><td style=\"white-space:nowrap\">InventoryTransport<a name=\"transport-code-InventoryTransport\"> </a></td><td>Inventory Transport</td><td>Event documenting the transport of physical items from an inventory list</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}],
"url" : "http://hl7.org/fhir/transport-code",
"version" : "6.0.0-ballot3",
"name" : "TransportCode",
"title" : "Transport Code",
"status" : "active",
"experimental" : true,
"publisher" : "HL7 International",
"description" : "Example codes for transport events demonstrating different types of transport activities",
"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-code",
"content" : "complete",
"concept" : [{
"code" : "SpecimenTransport",
"display" : "Specimen Transport",
"definition" : "Event documenting the transport of a specimen"
},
{
"code" : "PatientMove",
"display" : "Move of Patient",
"definition" : "Event documenting the transport of a patient"
},
{
"code" : "InventoryTransport",
"display" : "Inventory Transport",
"definition" : "Event documenting the transport of physical items from an inventory list"
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.