This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions. Page versions: R5 R4 R3
Formats: Narrative,XML, JSON, Turtle
Raw xml
<Location xmlns="http://hl7.org/fhir">
<id value="example2"/>
<meta>
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-location"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: NATA Site Number: 162899, LSPN: 123333</p><p><b>status</b>: active</p><p><b>address</b>: Level 1, Green Building, Albion Hospital, QLD</p><p><b>physicalType</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type lvl}">Level</span></p><p><b>partOf</b>: <a href="Location-example1.html">Generated Summary: status: active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type si}">Site</span></a></p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="NATAS"/>
<display value="NATA Site Number"/>
</coding>
<text value="NATA Site Number"/>
</type>
<system value="http://hl7.org.au/id/nata-site"/>
<!-- In Australia NATA numbers are an
incremental number that have been incremented to 5 digits, this example uses a fictional
NATA number from 100,000 + to ensure no conflict with real world values -->
<value value="162899"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="LSPN"/>
<display value="Location Specific Practice Number"/>
</coding>
<text value="LSPN"/>
</type>
<system
value="http://ns.electronichealth.net.au/id/location-specific-practice-number"/>
<!-- In Australia LSPNs are an
incremental number that have been incremented to 5 digits, this example uses a fictional
LSPN from 100,000 + to ensure no conflict with real world values -->
<value value="123333"/>
</identifier>
<status value="active"/>
<address>
<type value="physical"/>
<text value="Level 1, Green Building, Albion Hospital, QLD"/>
<line value="Level 1, Green Building"/>
<line value="33 Slobodian Street"/>
<city value="Albion"/>
<state value="QLD"/>
<postalCode value="4010"/>
<country value="AU"/>
</address>
<physicalType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="lvl"/>
<display value="Level"/>
</coding>
</physicalType>
<partOf>
<reference value="Location/example1"/>
</partOf>
</Location>