This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions
: Patient - Baby patient - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "baby-smith-john",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Baby of Emma SMITH (TEMP)</b> male, DoB: 2022-09-14 ( Medical record number: 7746677 (use: TEMP))</p><hr/></div>"
},
"identifier" : [
// baby Patient instance
{
"use" : "temp",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003",
"value" : "7746677",
"assigner" : {
"display" : "QLD Hospital"
}
}
],
"name" : [
{
"use" : "temp",
"family" : "SMITH",
"given" : [
"Baby of Emma"
]
}
],
"gender" : "male",
"birthDate" : "2022-09-14"
}