MediRecords FHIR Implementation Guide
1.3.0 - release


: Example of a provider location - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="6d6d7ce8-65c2-11e6-a20e-7b5deed40053"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-location-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="6d6d7ce8-65c2-11e6-a20e-7b5deed40053"> </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;6d6d7ce8-65c2-11e6-a20e-7b5deed40053&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-location-core.html">MediRecords Core Location</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Downunder Hospital Blacktown</p><p><b>address</b>: 31 walter Street Blacktown NSW 2148 AU </p></div>
  </text>
  <status value="active"/>
  <name value="Downunder Hospital Blacktown"/>
  <address>
    <line value="31 walter Street"/>
    <city value="Blacktown"/>
    <state value="NSW"/>
    <postalCode value="2148"/>
    <country value="AU"/>
  </address>
</Location>