FHIR Cross-Version Extensions package for FHIR R4B from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Location Characteristic - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "location-characteristic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/location-characteristic</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">wheelchair\n                  <a name=\"location-characteristic-wheelchair\"> </a>\n                </td>\n                <td>Wheelchair accessible</td>\n                <td>The location is accessible to thosre requiring wheelchair access</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">has-translation\n                  <a name=\"location-characteristic-has-translation\"> </a>\n                </td>\n                <td>translation services available</td>\n                <td>The location has translation services available</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">has-oxy-nitro\n                  <a name=\"location-characteristic-has-oxy-nitro\"> </a>\n                </td>\n                <td>oxygen/nitrogen available</td>\n                <td>The location has oxygen and nitrogen services available</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">has-neg-press\n                  <a name=\"location-characteristic-has-neg-press\"> </a>\n                </td>\n                <td>negative pressure rooms available</td>\n                <td>The location has negative pressure rooms available</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">has-iso-ward\n                  <a name=\"location-characteristic-has-iso-ward\"> </a>\n                </td>\n                <td>isolation ward</td>\n                <td>The location is or has an isolation ward</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">has-icu\n                  <a name=\"location-characteristic-has-icu\"> </a>\n                </td>\n                <td>has ICU</td>\n                <td>The location is or has an intensive care unit</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "http://hl7.org/fhir/location-characteristic",
  "version" : "5.0.0",
  "name" : "LocationCharacteristic",
  "title" : "Location Characteristic",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Patient Administration",
  "contact" : [
    {
      "name" : "Patient Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description" : "Example Set of Location Characteristics.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/location-characteristic",
  "content" : "complete",
  "concept" : [
    {
      "code" : "wheelchair",
      "display" : "Wheelchair accessible",
      "definition" : "The location is accessible to thosre requiring wheelchair access"
    },
    {
      "code" : "has-translation",
      "display" : "translation services available",
      "definition" : "The location has translation services available"
    },
    {
      "code" : "has-oxy-nitro",
      "display" : "oxygen/nitrogen available",
      "definition" : "The location has oxygen and nitrogen services available"
    },
    {
      "code" : "has-neg-press",
      "display" : "negative pressure rooms available",
      "definition" : "The location has negative pressure rooms available"
    },
    {
      "code" : "has-iso-ward",
      "display" : "isolation ward",
      "definition" : "The location is or has an isolation ward"
    },
    {
      "code" : "has-icu",
      "display" : "has ICU",
      "definition" : "The location is or has an intensive care unit"
    }
  ]
}