This page is part of the Australian Base IG (v2.1.0: AU Base 2 on R4) 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" : "example6",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/StructureDefinition/au-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: example6</p><p><b>meta</b>: </p><p><b>name</b>: William Rigny </p><p><b>telecom</b>: ph: 0491 577 426(MOBILE)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1965-03-09</p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td><span title=\"Codes: {urn:ietf:bcp:47 pjt}\">Pitjantjatjara</span></td><td>true</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
"valueBoolean" : true
},
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
"valueCoding" : {
"system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
"code" : "1",
"display" : "Aboriginal but not Torres Strait Islander origin"
}
}
],
"name" : [
{
"family" : "Rigny",
"given" : [
"William"
],
"prefix" : [
"Mr."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0491 577 426",
"use" : "mobile"
}
],
"gender" : "male",
"birthDate" : "1965-03-09",
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "pjt",
"display" : "Pitjantjatjara"
}
]
},
"preferred" : true
}
]
}