<?xml version="1.0" encoding="UTF-8"?>

<Location xmlns="http://hl7.org/fhir">
  <id value="loc-pharmacy-central-room"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location loc-pharmacy-central-room</b></p><a name="loc-pharmacy-central-room"> </a><a name="hcloc-pharmacy-central-room"> </a><p><b>status</b>: Active</p><p><b>name</b>: Central Pharmacy Room</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PHARM}">Pharmacy</span></p><p><b>form</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}">Room</span></p></div>
  </text>
  <status value="active"/>
  <name value="Central Pharmacy Room"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="PHARM"/>
      <display value="Pharmacy"/>
    </coding>
  </type>
  <form>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ro"/>
      <display value="Room"/>
    </coding>
  </form>
</Location>