DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 2). 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\0007\v2-0007.json V2-0007.json

Raw JSON ( canonical form )

FHIR Value set/code system definition for HL7 v2 table 0007 ( Admission Type)

{
  "resourceType": "ValueSet",
  "id": "v2-0007",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },

  "text": {
    "status": "additional",
    "div": "<div><p>Admission Type</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>A<a name=\"A\"> </a></td><td>Accident</td><td>from v2.1</td></tr>\r\n <tr><td>C<a name=\"C\"> </a></td><td>Elective</td><td>added v2.4</td></tr>\r\n <tr><td>E<a name=\"E\"> </a></td><td>Emergency</td><td>from v2.1</td></tr>\r\n <tr><td>L<a name=\"L\"> </a></td><td>Labor and Delivery</td><td>from v2.1</td></tr>\r\n <tr><td>N<a name=\"N\"> </a></td><td>Newborn (Birth in healthcare facility)</td><td>added v2.4</td></tr>\r\n <tr><td>R<a name=\"R\"> </a></td><td>Routine</td><td>from v2.1</td></tr>\r\n <tr><td>U<a name=\"U\"> </a></td><td>Urgent</td><td>added v2.4</td></tr>\r\n</table>\r\n</div>"

    "div": "<div>!-- Snipped for Brevity --></div>"

  },
  "identifier": "http://hl7.org/fhir/v2/vs/0007",

  "url": "http://hl7.org/fhir/ValueSet/v2-0007",
  "version": "2.8.2",

  "name": "v2 Admission Type",
  "status": "active",
  "experimental": true,

  "publisher": "HL7, Inc",
  "telecom": [

  "contact": [

    {
      "system": "url",
      "value": "http://hl7.org"

      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]

    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0007 ( Admission Type)",
  "status": "active",
  "date": "2011-01-28",
  "define": {

  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.133883.18.9"
      }
    ],

    "system": "http://hl7.org/fhir/v2/0007",
    "caseSensitive": true,

    "caseSensitive": false,

    "concept": [
      {
        "code": "A",
        "display": "Accident"

        "display": "Accident",
        "designation": [
          {
            "language": "de",
            "value": "Unfall / Notarztwagen"
          },
          {
            "language": "nl",
            "value": "Ongeluk"
          }
        ]

      },
      {
        "code": "C",
        "display": "Elective"

        "display": "Elective",
        "designation": [
          {
            "language": "de",
            "value": "wahlfreie Aufnahme"
          },
          {
            "language": "nl",
            "value": "Eigen keuze"
          }
        ]

      },
      {
        "code": "E",
        "display": "Emergency"

        "display": "Emergency",
        "designation": [
          {
            "language": "de",
            "value": "Notfall ohne Einweisung"
          },
          {
            "language": "nl",
            "value": "Spoed"
          }
        ]

      },
      {
        "code": "L",
        "display": "Labor and Delivery"

        "display": "Labor and Delivery",
        "designation": [
          {
            "language": "de",
            "value": "Entbindung / Geburt"
          },
          {
            "language": "nl",
            "value": "Geboorte en bevalling"
          }
        ]

      },
      {
        "code": "N",
        "display": "Newborn (Birth in healthcare facility)"

        "display": "Newborn (Birth in healthcare facility)",
        "designation": [
          {
            "language": "de",
            "value": "Neugeborenes"
          },
          {
            "language": "nl",
            "value": "Nieuwgeborene (geboorte in zorginstelling)"
          }
        ]

      },
      {
        "code": "R",
        "display": "Routine"

        "display": "Routine",
        "designation": [
          {
            "language": "de",
            "value": "Normalaufnahme"
          },
          {
            "language": "nl",
            "value": "Routine"
          }
        ]

      },
      {
        "code": "U",
        "display": "Urgent"

        "display": "Urgent",
        "designation": [
          {
            "language": "de",
            "value": "dringliche Aufnahme"
          },
          {
            "language": "nl",
            "value": "Urgent"
          }
        ]

      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.