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

<Location xmlns="http://hl7.org/fhir">
  <id value="em-scene-location-example"/>
  <meta>
    <profile value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-scene-location"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location em-scene-location-example</b></p><a name="em-scene-location-example"> </a><a name="hcem-scene-location-example"> </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-em-scene-location.html">Location - Emergency Incident Scene</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Mbagathi Road Pickup Point</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-scene-location-type road}">Road or highway</span></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}">Site</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>36.8172</td><td>-1.2921</td></tr></table></div>
  </text>
  <status value="active"/>
  <name value="Mbagathi Road Pickup Point"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-scene-location-type"/>
      <code value="road"/>
      <display value="Road or highway"/>
    </coding>
  </type>
  <physicalType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="si"/>
      <display value="Site"/>
    </coding>
  </physicalType>
  <position>
    <longitude value="36.8172"/>
    <latitude value="-1.2921"/>
  </position>
</Location>