--- type: "codesystem" title: "Transport Code" codesystem: "transport-code" --- # Transport Code - **Official URL**: http://hl7.org/fhir/transport-code - **Version**: 6.0.0 - **Status**: active - **Name**: TransportCode - **Title**: Transport Code - **Description**: Example codes for transport events demonstrating different types of transport activities - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | SpecimenTransport | Specimen Transport | Event documenting the transport of a specimen | | PatientMove | Move of Patient | Event documenting the transport of a patient | | InventoryTransport | Inventory Transport | Event documenting the transport of physical items from an inventory list | ## CodeSystem XML ```xml <status value="active"/> <experimental value="true"/> <description value="Example codes for transport events demonstrating different types of transport activities"/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/transport-code"/> <content value="complete"/> <concept> <code value="SpecimenTransport"/> <display value="Specimen Transport"/> <definition value="Event documenting the transport of a specimen"/> </concept> <concept> <code value="PatientMove"/> <display value="Move of Patient"/> <definition value="Event documenting the transport of a patient"/> </concept> <concept> <code value="InventoryTransport"/> <display value="Inventory Transport"/> <definition value="Event documenting the transport of physical items from an inventory list"/> </concept> </CodeSystem> ```