MediRecords FHIR Implementation Guide
1.4.1 - release


: Example of Admission Room Location within an Organization - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="9c7cd171-6575-42a3-82d9-82aa5498b34c"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-location-admission"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location 9c7cd171-6575-42a3-82d9-82aa5498b34c</b></p><a name="9c7cd171-6575-42a3-82d9-82aa5498b34c"> </a><a name="hc9c7cd171-6575-42a3-82d9-82aa5498b34c"> </a><a name="9c7cd171-6575-42a3-82d9-82aa5498b34c-en-US"> </a><p><b>identifier</b>: <code>https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34</code>/R001</p><p><b>status</b>: Active</p><p><b>name</b>: Lounge Room</p><p><b>description</b>: Lounge Room 1</p><p><b>mode</b>: Instance</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}">Room</span></p><p><b>managingOrganization</b>: <a href="Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html">Organization Practice FHIR</a></p></div>
  </text>
  <identifier>
    <system
            value="https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34"/>
    <value value="R001"/>
  </identifier>
  <status value="active"/>
  <name value="Lounge Room"/>
  <description value="Lounge Room 1"/>
  <mode value="instance"/>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ro"/>
      <display value="Room"/>
    </coding>
  </physicalType>
  <managingOrganization>🔗 
    <reference value="Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34"/>
  </managingOrganization>
</Location>