- 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

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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