MediRecords FHIR Implementation Guide
1.3.0 - release


: Example of Admission Bed within a Ward Location - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "fecf67b7-3b3e-4c22-b422-38a8436162e5",
  "meta" : {
    "profile" : [
      "https://fhir.medirecords.com/StructureDefinition/mr-location-admission"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"fecf67b7-3b3e-4c22-b422-38a8436162e5\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;fecf67b7-3b3e-4c22-b422-38a8436162e5&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-location-admission.html\">MediRecords Admission Location</a></p></div><p><b>identifier</b>: id:\u00a0001</p><p><b>status</b>: inactive</p><p><b>operationalStatus</b>: Closed (Details: http://terminology.hl7.org/CodeSystem/v2-0116 code C = 'Closed', stated as 'Closed')</p><p><b>description</b>: Red Room Bed 1</p><p><b>mode</b>: instance</p><p><b>physicalType</b>: Bed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html\">Location type</a>#bd)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html\">Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34</a> &quot;Practice FHIR&quot;</p><p><b>partOf</b>: <a href=\"Location-094e3a90-4eb7-4921-9727-20078b3a74ca.html\">Location/094e3a90-4eb7-4921-9727-20078b3a74ca</a> &quot;Emergency Ward&quot;</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.medirecords.com/location-scoped/094e3a90-4eb7-4921-9727-20078b3a74ca",
      "value" : "001"
    }
  ],
  "status" : "inactive",
  "operationalStatus" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v2-0116",
    "code" : "C",
    "display" : "Closed"
  },
  "description" : "Red Room Bed 1",
  "mode" : "instance",
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "bd",
        "display" : "Bed"
      }
    ]
  },
  "managingOrganization" : {
    "reference" : "Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34"
  },
  "partOf" : {
    "reference" : "Location/094e3a90-4eb7-4921-9727-20078b3a74ca"
  }
}