AU Patient Summary Implementation Guide
0.1.0-cibuild - CI Build Australia flag

AU Patient Summary Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions

: Location - Elimbah Medical Centre (AU Core compliant) - XML Representation

Page standards status: Informative

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="elimbah-medical-centre"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location elimbah-medical-centre</b></p><a name="elimbah-medical-centre"> </a><a name="hcelimbah-medical-centre"> </a><a name="elimbah-medical-centre-en-AU"> </a><p><b>name</b>: Elimbah Medical Centre</p><p><b>mode</b>: Instance</p><p><b>address</b>: 199 Copper Esp Elimbah QLD 4516 </p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}">Site</span></p><p><b>managingOrganization</b>: <a href="Organization-elimbah-medical-centre.html">Organization Elimbah Medical Centre</a></p></div>
  </text>
  <name value="Elimbah Medical Centre"/>
  <mode value="instance"/>
  <address>
    <line value="199 Copper Esp"/>
    <city value="Elimbah"/>
    <state value="QLD"/>
    <postalCode value="4516"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="si"/>
      <display value="Site"/>
    </coding>
  </physicalType>
  <managingOrganization>🔗 
    <reference value="Organization/elimbah-medical-centre"/>
  </managingOrganization>
</Location>