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

<Location xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-location"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location example</b></p><a name="example"> </a><a name="hcexample"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-quality-core-location.html">US Quality Core Location</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/B1-S.F2 (use: temp, )</p><p><b>status</b>: Active</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: Example University Medical Center, South Wing, second floor, EUMC, SW, F2</p><p><b>description</b>: Second floor of the South Wing</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>telecom</b>: <a href="tel:+1-555-555-0170">+1-555-555-0170</a>, fax: +1-555-555-0171(Work), <a href="mailto:southwing@example.org">southwing@example.org</a>, <a href="http://example.org/southwing">http://example.org/southwing</a></p><p><b>address</b>: 1000 Example Campus Drive, Building A Example City VA 99999 US (work)</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wi}">Wing</span></p><p><b>managingOrganization</b>: <a href="Organization-example.html">Organization Example Organization</a></p></div>
  </text>
  <identifier>
    <use value="temp"/>
    <system value="http://example.org"/>
    <value value="B1-S.F2"/>
  </identifier>
  <status value="active"/>
  <name value="South Wing, second floor"/>
  <alias value="Example University Medical Center, South Wing, second floor"/>
  <alias value="EUMC, SW, F2"/>
  <description value="Second floor of the South Wing"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-0170"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="+1-555-555-0171"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="southwing@example.org"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="http://example.org/southwing"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="1000 Example Campus Drive, Building A"/>
    <city value="Example City"/>
    <state value="VA"/>
    <postalCode value="99999"/>
    <country value="US"/>
  </address>
  <physicalType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="wi"/>
      <display value="Wing"/>
    </coding>
  </physicalType>
  <managingOrganization>
    <reference value="Organization/example"/>
  </managingOrganization>
</Location>