FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Encounter |
| Id | Encounter-discharge-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter discharge-1
Profile: AU Core Encounter
status: Finished
class: ActCode: EMER (emergency)
subject: Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)
period: 2023-02-20 06:15:00+1000 --> 2023-02-20 18:19:00+1000
| Location |
| Location Murrabit Public Hospital |
serviceProvider: Organization Murrabit Public Hospital
{
"resourceType": "Encounter",
"id": "discharge-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "EMER",
"display": "emergency"
},
"subject": {
"reference": "Patient/ronny-irvine"
},
"period": {
"start": "2023-02-20T06:15:00+10:00",
"end": "2023-02-20T18:19:00+10:00"
},
"location": [
{
"location": {
"reference": "Location/murrabit-hospital"
}
}
],
"serviceProvider": {
"reference": "Organization/murrabit-hospital"
}
}