FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem location-characteristic

{
  "resourceType": "CodeSystem",
  "id": "location-characteristic",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "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-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://hl7.org/fhir/location-characteristic",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1970"
    }
  ],
  "version": "5.0.0",
  "name": "LocationCharacteristic",
  "title": "Location Characteristic",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "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"
    }
  ]
}