FHIR IG Statistics: ValueSet/accdr-vs-location-physical-type 
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
  "resourceType": "ValueSet",
  "id": "accdr-vs-location-physical-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/acCDR-location-physical-type",
  "version": "1.0.0",
  "name": "LocationPhysicalType",
  "title": "Location Physical Type",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Location Physical Type  - this value set specifies the aspect of the patient location data being contributed in PV1-3 (Assigned Patient Location) in HL7 v2 and used in FHIR element Encounter.location.physicalType",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "concept": [
          {
            "code": "bd",
            "display": "Bed"
          },
          {
            "code": "ro",
            "display": "room"
          },
          {
            "code": "si",
            "display": "site or facility"
          },
          {
            "code": "bu",
            "display": "building"
          },
          {
            "code": "lvl",
            "display": "level or floor"
          },
          {
            "code": "wi",
            "display": "wing or point of care"
          }
        ]
      },
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/accdr-bed-desc-code",
        "concept": [
          {
            "code": "ld",
            "display": "location or bed description"
          }
        ]
      }
    ]
  }
}