This page is part of the Australian Base IG (v1.1.1: AU Base 1.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
Formats: Narrative,XML, JSON, Turtle
Raw xml
<Patient xmlns="http://hl7.org/fhir"> <id value="address-example2"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: address-example2</p><p><b>address</b>: NO FIXED ADDRESS Melbourne, VIC(TEMP)</p></div> </text> <address> <!-- this part of the extension states that address is no fixed address --> <extension url="http://hl7.org.au/fhir/StructureDefinition/no-fixed-address"> <valueBoolean value="true"/> </extension> <use value="temp"/> <type value="physical"/> <text value="NO FIXED ADDRESS Melbourne, VIC"/> <state value="VIC"/> <country value="AU"/> </address> </Patient>