FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Communication |
| Id | Communication-example-communication-amina-results-call.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication example-communication-amina-results-call
Profile: Kenya Core Communication Profile version: 1.0.0
identifier: Communication Identifier/COMM-2026-00981 (use: official, )
basedOn: ServiceRequest CBC panel
status: Completed
category: Notification
sent: 2026-08-03 10:05:00+0300
received: 2026-08-03 10:06:00+0300
sender: Practitioner Dr. Sarah Njoroge
reasonCode: Notification of laboratory test result
| Content[x] |
| Your full haemogram results are ready. Please contact the clinic to discuss. |
{
"resourceType": "Communication",
"id": "example-communication-amina-results-call",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-communication|1.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"text": "Communication Identifier"
},
"system": "https://fhir.sha.go.ke/fhir/identifier/communication",
"value": "COMM-2026-00981"
}
],
"basedOn": [
{
"reference": "ServiceRequest/example-servicerequest-amina-fhg"
}
],
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "notification",
"display": "Notification"
}
]
}
],
"subject": {
"reference": "Patient/CR2026080100001-1"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"sent": "2026-08-03T10:05:00+03:00",
"received": "2026-08-03T10:06:00+03:00",
"recipient": [
{
"reference": "Patient/CR2026080100001-1"
}
],
"sender": {
"reference": "Practitioner/example-practitioner-njoroge"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "438451000124107",
"display": "Notification of laboratory test result"
}
]
}
],
"payload": [
{
"contentString": "Your full haemogram results are ready. Please contact the clinic to discuss."
}
]
}