Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Patient-address-example2

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Patient",
  "id" : "address-example2",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address",
          "valueBoolean" : true
        }
      ],
      "use" : "temp",
      "type" : "physical",
      "text" : "NO FIXED ADDRESS Melbourne, VIC",
      "state" : "VIC",
      "country" : "AU"
    }
  ]
}