FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeValueSet
IdValueSet-transport-reason.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/oo-incubator/ValueSet-transport-reason.html
URLhttp://hl7.org/fhir/ValueSet/transport-reason
Version0.1.0
Statusdraft
Date2025-10-24T16:55:11+11:00
NameTransportReason
TitleTransport Reason Codes
Realmuv
Authorityhl7
DescriptionExample ValueSet that can be used to describe reasons for transport.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0003event

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet transport-reason

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0003 version 📦2.13.0
    CodeDisplayDefinition
    A01ADT/ACK - Admit/visit notificationADT/ACK - Admit/visit notification
    A02ADT/ACK - Transfer a patientADT/ACK - Transfer a patient
    A03ADT/ACK - Discharge/end visitADT/ACK - Discharge/end visit
    I12REF/RRI - Patient referralREF/RRI - Patient referral
    O23OMI - Imaging orderOMI - Imaging order
    O27OMB - Blood product orderOMB - Blood product order
    S38Containers Prepared for Specimen CollectionDescribes the event before specimen collection, when containers have been prepared
    R26OSM - Unsolicited Specimen Shipment Manifest MessageOSM - Unsolicited Specimen Shipment Manifest Message
    S47Specimen Sent to ArchiveDescribes the event when a specimen has been moved into storage
    S48Specimen Retrieved from ArchiveDescribes the event when a specimen has been moved out of storage
    U14INR/ACK – Automated Equipment Inventory RequestINR/ACK – Automated Equipment Inventory Request

Source1

{
  "resourceType": "ValueSet",
  "id": "transport-reason",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/oo-incubator/ImplementationGuide/hl7.fhir.uv.oo-incubator"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/oo-incubator/ImplementationGuide/hl7.fhir.uv.oo-incubator"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/transport-reason",
  "version": "0.1.0",
  "name": "TransportReason",
  "title": "Transport Reason Codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-10-24T16:55:11+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": "Example ValueSet that can be used to describe reasons for transport.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0003",
        "concept": [
          {
            "code": "A01",
            "display": "ADT/ACK - Admit/visit notification"
          },
          {
            "code": "A02",
            "display": "ADT/ACK - Transfer a patient"
          },
          {
            "code": "A03",
            "display": "ADT/ACK - Discharge/end visit"
          },
          {
            "code": "I12",
            "display": "REF/RRI - Patient referral"
          },
          {
            "code": "O23",
            "display": "OMI - Imaging order"
          },
          {
            "code": "O27",
            "display": "OMB - Blood product order"
          },
          {
            "code": "S38",
            "display": "Containers Prepared for Specimen Collection"
          },
          {
            "code": "R26",
            "display": "OSM - Unsolicited Specimen Shipment Manifest Message"
          },
          {
            "code": "S47",
            "display": "Specimen Sent to Archive"
          },
          {
            "code": "S48",
            "display": "Specimen Retrieved from Archive"
          },
          {
            "code": "U14",
            "display": "INR/ACK – Automated Equipment Inventory Request"
          }
        ]
      }
    ]
  }
}