This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions
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>Anonymous Patient</b> (no stated gender), DoB Unknown</p></div>"
},
"address" : [
{
"text" : "Level 1, 300 George St, Brisbane, QLD 4000",
"line" : [
"Level 1 300 George St"
],
"city" : "Brisbane",
"state" : "QLD",
"postalCode" : "4000",
"country" : "AU"
}
]
}