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-example1

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Patient",
  "id" : "address-example1",
  "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-example1</p><p><b>address</b>: Level 1, 300 George St, Brisbane, QLD 4000</p></div>"
  },
  "address" : [
    {
      "text" : "Level 1, 300 George St, Brisbane, QLD 4000",
      "country" : "AU"
    }
  ]
}