Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.9.3: R1 Draft) based on FHIR (HL7® FHIR® Standard) R3. 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

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"
    }
  ]
}