Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.1.0: AU Base 1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Example: Location-example0

Formats: Narrative,XML, JSON, Turtle

Raw xml


<Location xmlns="http://hl7.org/fhir">
  <id value="example0"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example0</p><p><b>status</b>: active</p><p><b>name</b>: Downunder Hospital Blacktown</p><p><b>telecom</b>: ph: 025553555(WORK)</p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia (WORK)</p><p><b>managingOrganization</b>: <a href="Organization-example0.html">Generated Summary: id: example0; HPI-O = 8003627500000328; active; <span title="Codes: {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8401}">Hospitals (except Psychiatric Hospitals)</span>, <span title="Codes: {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8401-15}">Public acute care Hospital</span>; name: Downunder Hospital; helen.mayo@downunderhospital.com.au(WORK)</a></p></div>
  </text>
  <status value="active"/>
  <name value="Downunder Hospital Blacktown"/>
  <telecom>
    <system value="phone"/>
    <value value="025553555"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="3 McGregor Street"/>
    <city value="Blacktown"/>
    <state value="NSW"/>
    <postalCode value="2148"/>
    <country value="Australia"/>
  </address>
  <managingOrganization>
    <reference value="Organization/example0"/>
  </managingOrganization>
</Location>