FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Encounter |
| Id | Encounter-acs-encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | Finished |
|---|---|
| Class | Emergency |
| Encounter type | Land ambulance |
| Patient | Bob Bobson |
| Attending clinician | Josephine Manu-Bloggs, paramedic |
| Period | 2016-06-14 11:13 to 12:42 +12:00 |
| Diagnosis | Asthma |
| Disposition | Treat and transport |
| Destination | Sunshine Hospital Emergency Department |
| Service provider | Order of St John |
{
"resourceType": "Encounter",
"id": "acs-encounter",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/ambulance-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://standards.digital.health.nz/ns/ambulance-master-incident-number",
"value": "0450-1-2016/06/14"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "EMER",
"display": "emergency"
},
"type": [
{
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-type",
"code": "land-ambulance"
}
]
}
],
"subject": {
"reference": "Patient/acs-patient-bob"
},
"participant": [
{
"individual": {
"reference": "PractitionerRole/acs-providerrole-josephine"
}
}
],
"period": {
"start": "2016-06-14T11:13:00+12:00",
"end": "2016-06-14T12:42:00+12:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/acs-diagnosis-asthma"
}
}
],
"hospitalization": {
"destination": {
"reference": "Location/acs-facility-sunshine"
},
"dischargeDisposition": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-encounter-disposition",
"code": "treat-and-transport"
}
]
}
},
"serviceProvider": {
"reference": "Organization/acs-org-stjohn"
}
}