This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V2\0124\v2-0124.json

FHIR Value set/code system definition for HL7 v2 table 0124 ( Transportation Mode)

{
  "resourceType": "ValueSet",
  "text": {
    "status": "additional",
    "div": "<div><p>Transportation Mode</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Version</b></td></tr>\r\n <tr><td>CART<a name=\"CART\"> </a></td><td>Cart - patient travels on cart or gurney</td><td>added v2.2</td></tr>\r\n <tr><td>PORT<a name=\"PORT\"> </a></td><td>The examining device goes to patient's location</td><td>from v2.1</td></tr>\r\n <tr><td>WALK<a name=\"WALK\"> </a></td><td>Patient walks to diagnostic service</td><td>from v2.1</td></tr>\r\n <tr><td>WHLC<a name=\"WHLC\"> </a></td><td>Wheelchair</td><td>from v2.1</td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v2/vs/0124",
  "name": "v2 Transportation Mode",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0124 ( Transportation Mode)",
  "status": "active",
  "date": "2011-01-28",
  "define": {
    "system": "http://hl7.org/fhir/v2/0124",
    "caseSensitive": true,
    "concept": [
      {
        "code": "CART",
        "display": "Cart - patient travels on cart or gurney"
      },
      {
        "code": "PORT",
        "display": "The examining device goes to patient's location"
      },
      {
        "code": "WALK",
        "display": "Patient walks to diagnostic service"
      },
      {
        "code": "WHLC",
        "display": "Wheelchair"
      }
    ]
  }
}