MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Location Physical Type ValueSet - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-location-physical-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html\"><code>http://terminology.hl7.org/CodeSystem/location-physical-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html#location-physical-type-wa\">wa</a></td><td>Ward</td><td>A Ward is a section of a medical facility that may contain rooms and other types of location.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html#location-physical-type-ro\">ro</a></td><td>Room</td><td>A space that is allocated as a room, it may have walls/roof etc., but does not require these.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html#location-physical-type-bd\">bd</a></td><td>Bed</td><td>A space that is allocated for sleeping/laying on. This is not the physical bed/trolley that may be moved about, but the space it may occupy.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-location-physical-type",
  "version" : "1.3.0",
  "name" : "MrLocationPhysicalTypeValueSet",
  "title" : "MediRecords Location Physical Type ValueSet",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Location Physical Type ValueSet for Location physicalType",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "concept" : [
          {
            "code" : "wa",
            "display" : "Ward"
          },
          {
            "code" : "ro",
            "display" : "Room"
          },
          {
            "code" : "bd",
            "display" : "Bed"
          }
        ]
      }
    ]
  }
}