AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Patient - Baby patient - JSON Representation

Page standards status: Informative

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\u00a0(use:\u00a0TEMP))</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",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime" : "2022-09-14T14:35:45-05:00"
      }
    ]
  }
}