AU eRequesting Implementation Guide
0.4.0-preview - Preview Australia flag

This page is part of the AU eRequesting (v0.4.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Location - Barney View Private Hospital - XML Representation

Page standards status: Informative

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="barney-view-private-hospital"/>
  <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 barney-view-private-hospital</b></p><a name="barney-view-private-hospital"> </a><a name="hcbarney-view-private-hospital"> </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="http://hl7.org.au/fhir/core/2.0.0-draft/StructureDefinition-au-core-location.html">AU Core Location</a></p></div><p><b>name</b>: Barney View Private Hospital</p><p><b>mode</b>: Instance</p><p><b>address</b>: 195 Maple Cct Barney View QLD 4287 </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-barney-view-private-hospital.html">Organization Barney View Private Hospital</a></p></div>
  </text>
  <name value="Barney View Private Hospital"/>
  <mode value="instance"/>
  <address>
    <line value="195 Maple Cct"/>
    <city value="Barney View"/>
    <state value="QLD"/>
    <postalCode value="4287"/>
  </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/barney-view-private-hospital"/>
  </managingOrganization>
</Location>