FHIR IG analytics| Package | csiro.fhir.au.smartforms |
| Resource Type | Patient |
| Id | Patient-baby-smith-john.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient baby-smith-john
Profiles: AU Core Patient, Smart Health Checks Patient
Baby of Emma SMITH (temp) Male, DoB: 2022-09-14 ( Medical record number (use: temp, ))
{
"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": "<!-- snip (see above) -->"
},
"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"
}
]
}
}