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" : "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>William Rigny </b> male, DoB: 1965-03-09 ( Medical record number: 765567765FRD)</p></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"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003621566684455",
"value" : "765567765FRD",
"assigner" : {
"reference" : "Organization/example0",
"display" : "Downunder Hospital"
}
}
],
"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
}
]
}