Smart Health Checks
0.4.0 - ci-build
Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "baby-smith-john",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"🔗 ,
"https://smartforms.csiro.au/ig/StructureDefinition/SHCPatient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient baby-smith-john</b></p><a name=\"baby-smith-john\"> </a><a name=\"hcbaby-smith-john\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org.au/fhir/core/2.0.0-ballot/StructureDefinition-au-core-patient.html\">AU Core Patient</a>, <a href=\"StructureDefinition-SHCPatient.html\">Smart Health Checks Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Baby of Emma SMITH (temp) Male, DoB: 2022-09-14 ( Medical record number\u00a0(use:\u00a0temp,\u00a0))</p><hr/></div>"
},
"identifier" : [
{
"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"
}
]
}
}