- HSPC Implementation Guide

This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions

href="assets/ico/favicon.png"/>

HSPC Departure Transport Mode value set

{
  "resourceType" : "ValueSet",
  "id" : "departureTransportMode",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    }
  },
  "url" : "http://fhir.org/guides/hspc/ValueSet/departureTransportMode",
  "name" : "HSPC Departure Transport Mode value set",
  "status" : "draft",
  "publisher" : "HSPC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://healthcaresoa.org"
        }
      }
    }
  },
  "description" : "The list of codes that describe how the data came into being.",
  "copyright" : "Intermountain Healthcare HDD",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "49122002",
            "display" : "Ambulance, device (physical object)"
          },
          {
            "code" : "52387005",
            "display" : "Taxi, device (physical object)"
          },
          {
            "code" : "73957001",
            "display" : "Air transport ambulance, device (physical object)"
          },
          {
            "code" : "469233002",
            "display" : "Helicopter ambulance (physical object)"
          },
          {
            "code" : "257250006",
            "display" : "Pedestrian conveyance (physical object)"
          },
          {
            "code" : "44613004",
            "display" : "Ground transport ambulance, device (physical object)"
          },
          {
            "code" : "71783008",
            "display" : "Automobile, device (physical object)"
          },
          {
            "code" : "58938008",
            "display" : "Wheel chair, device (physical object)"
          },
          {
            "code" : "91537007",
            "display" : "Hospital bed, device (physical object)"
          },
          {
            "code" : "49890001",
            "display" : "Hospital cart, device (physical object)"
          }
        }
      },
      {
        "system" : "http://fhir.org/guides/hspc/CodeSystem/departureTransportationMode"
      }
    }
  }
}