FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-location-characteristic.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-location-characteristic.html
URLhttp://hl7.org/fhir/location-characteristic
Version5.0.0
Statusactive
Date2021-01-05T09:01:24+10:00
NameLocationCharacteristic
TitleLocation Characteristic
Realmuv
Authorityhl7
DescriptionExample Set of Location Characteristics.
Contentcomplete

Resources that use this resource

ValueSet
R5-location-characteristic-for-R4BCross-version VS for R5.LocationCharacteristic for use in FHIR R4B
R5-location-characteristic-for-R4Cross-version VS for R5.LocationCharacteristic for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/location-characteristic defines the following codes:

Code Display Definition
wheelchair Wheelchair accessible The location is accessible to thosre requiring wheelchair access
has-translation translation services available The location has translation services available
has-oxy-nitro oxygen/nitrogen available The location has oxygen and nitrogen services available
has-neg-press negative pressure rooms available The location has negative pressure rooms available
has-iso-ward isolation ward The location is or has an isolation ward
has-icu has ICU The location is or has an intensive care unit

Source1

{
  "resourceType": "CodeSystem",
  "id": "location-characteristic",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "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"
    }
  ]
}