FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | Encounter |
| Id | Encounter-em-incident-encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter em-incident-encounter-example
Emergency Incident Caller
- individual: Patient/pat-0712345678
- relationship: Self
- isPatient: true
identifier: http://hie.go.ke/fhir/identifier/dispatch-id/DISP-20260629120000-9981, http://hie.go.ke/fhir/identifier/incident-id/INC-20260629120000-0712345678-abc123
status: Finished
class: Emergency Encounter Class: FLD (Emergency medical services field response)
type: Road traffic incident
priority: Priority 1 – Immediate
subject: Patient/pat-0712345678
episodeOfCare: EpisodeOfCare/em-episode-of-care-example-valid
| Type | Individual |
| Dispatcher | Practitioner Sarah Njoroge |
period: 2026-06-29 12:00:00+0300 --> 2026-06-29 12:40:00+0300
reasonCode: Road traffic collision, driver trapped
| Destination |
| Location Kenyatta National Hospital Emergency Centre |
| Location |
| Location Mbagathi Road Pickup Point |
serviceProvider: Organization Nairobi County Emergency Medical Services
{
"resourceType": "Encounter",
"id": "em-incident-encounter-example",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-incident-encounter"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "individual",
"valueReference": {
"reference": "Patient/pat-0712345678"
}
},
{
"url": "relationship",
"valueCodeableConcept": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship",
"code": "self",
"display": "Self"
}
]
}
},
{
"url": "isPatient",
"valueBoolean": true
}
],
"url": "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-incident-caller"
}
],
"identifier": [
{
"system": "http://hie.go.ke/fhir/identifier/dispatch-id",
"value": "DISP-20260629120000-9981"
},
{
"system": "http://hie.go.ke/fhir/identifier/incident-id",
"value": "INC-20260629120000-0712345678-abc123"
}
],
"status": "finished",
"class": {
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-encounter-class",
"code": "FLD",
"display": "Emergency medical services field response"
},
"type": [
{
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-incident-type",
"code": "road-traffic",
"display": "Road traffic incident"
}
]
}
],
"priority": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-dispatch-priority",
"code": "P1",
"display": "Priority 1 – Immediate"
}
]
},
"subject": {
"reference": "Patient/pat-0712345678"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/em-episode-of-care-example-valid"
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-participant-role",
"code": "dispatcher"
}
]
}
],
"individual": {
"reference": "Practitioner/em-practitioner-example"
}
}
],
"period": {
"start": "2026-06-29T12:00:00+03:00",
"end": "2026-06-29T12:40:00+03:00"
},
"reasonCode": [
{
"text": "Road traffic collision, driver trapped"
}
],
"hospitalization": {
"destination": {
"reference": "Location/em-destination-facility-example"
}
},
"location": [
{
"location": {
"reference": "Location/em-scene-location-example"
}
}
],
"serviceProvider": {
"reference": "Organization/org-nairobi-ems-dispatch"
}
}