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

<Location xmlns="http://hl7.org/fhir">
  <id value="example-dwelling"/>
  <meta>
    <profile value="https://fhir.icr.unicef.org/StructureDefinition/ICRLocation"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location example-dwelling</b></p><a name="example-dwelling"> </a><a name="hcexample-dwelling"> </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-ICRLocation.html">ICR Location</a></p></div><p><b>identifier</b>: <code>https://fhir.icr.unicef.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-building-example</p><p><b>status</b>: Active</p><p><b>name</b>: Dwelling — Rokupr block 4, house 12</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ho}">House</span></p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style="display: none">*</td><td>-12.9471</td><td>9.0149</td></tr></table><p><b>partOf</b>: <a href="Location-example-settlement.html">Location Rokupr</a></p></div>
  </text>
  <identifier>
    <system value="https://fhir.icr.unicef.org/identifiers/overture-gers"/>
    <value value="08f2a3b4c5d6e7f8-building-example"/>
  </identifier>
  <status value="active"/>
  <name value="Dwelling — Rokupr block 4, house 12"/>
  <physicalType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ho"/>
      <display value="House"/>
    </coding>
  </physicalType>
  <position>
    <longitude value="-12.9471"/>
    <latitude value="9.0149"/>
  </position>
  <partOf>
    <reference value="Location/example-settlement"/>
  </partOf>
</Location>