@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-TransportationServiceHIPAA"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

TransportationServiceHIPAA

A provider who moves a patient, tissue specimen or equipment from one location to another.

\n

This value set includes codes based on the following rules:

  • Include these codes as defined in http://nucc.org/provider-taxonomy
    CodeDisplay
    343900000NTransportation Services; Medical Transport (Van)A land vehicle with a capacity to meet special height, clearance, access, and seating, for the conveyance of persons in non-emergency situations. The vehicle may or may not be required to meet local county or state regulations.
    344600000NTransportation Services; TaxiA land commercial vehicle used for the transporting of persons in non-emergency situations. The vehicle meets local, county or state regulations set forth by the jurisdictions where it is located.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-AmbulanceHIPAA
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-TransportationServiceHIPAA"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.13849" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "TransportationServiceHIPAA"]; fhir:ValueSet.title [ fhir:value "TransportationServiceHIPAA"]; fhir:ValueSet.status [ fhir:value "retired"]; fhir:ValueSet.date [ fhir:value "2014-03-26T00:00:00-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "A provider who moves a patient, tissue specimen or equipment from one location to another."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://nucc.org/provider-taxonomy" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "343900000N" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "344600000N" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-AmbulanceHIPAA"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------