OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Location Example - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="a3b793f0-eb53-4cda-92ce-fe0a77106252"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="a3b793f0-eb53-4cda-92ce-fe0a77106252"> </a></p><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">Resource Location &quot;a3b793f0-eb53-4cda-92ce-fe0a77106252&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-omrs-location.html">OpenMRS Location</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Outpatient Clinic</p><p><b>description</b>: Outpatient Clinic</p><p><b>type</b>: Sleep disorders unit <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#SLEEP)</span></p><p><b>telecom</b>: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, <a href="mailto:hq@HL7.org">hq@HL7.org</a></p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA (HOME)</p><h3>Positions</h3><table class="grid"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>-83.69471</td><td>42.2565</td></tr></table></div>
  </text>
  <status value="active"/>
  <name value="Outpatient Clinic"/>
  <description value="Outpatient Clinic"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="SLEEP"/>
      <display value="Sleep disorders unit"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="(+1) 734-677-7777"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="(+1) 734-677-6622"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="hq@HL7.org"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="3300 Washtenaw Avenue, Suite 227"/>
    <city value="Ann Arbor"/>
    <district value="Mukono"/>
    <state value="MI"/>
    <postalCode value="48104"/>
    <country value="USA"/>
  </address>
  <position>
    <longitude value="-83.69471"/>
    <latitude value="42.2565"/>
  </position>
</Location>