FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-example-communicationrequest-amina-notify.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CommunicationRequest example-communicationrequest-amina-notify
Profile: Kenya Core CommunicationRequest Profile version: 1.0.0
identifier: CommunicationRequest Identifier/COMMREQ-2026-00332 (use: official, )
status: Active
category: Notification
priority: Routine
| Content[x] |
| Notify patient once full haemogram results are available. |
occurrence: 2026-08-03 10:00:00+0300
authoredOn: 2026-08-01 09:05:00+0300
requester: Practitioner Dr. Sarah Njoroge
recipient: Practitioner Dr. Sarah Njoroge
reasonCode: Notification of laboratory test result
{
"resourceType": "CommunicationRequest",
"id": "example-communicationrequest-amina-notify",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-communicationrequest|1.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"text": "CommunicationRequest Identifier"
},
"system": "https://fhir.sha.go.ke/fhir/identifier/communicationrequest",
"value": "COMMREQ-2026-00332"
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "notification",
"display": "Notification"
}
]
}
],
"priority": "routine",
"subject": {
"reference": "Patient/CR2026080100001-1"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"payload": [
{
"contentString": "Notify patient once full haemogram results are available."
}
],
"occurrenceDateTime": "2026-08-03T10:00:00+03:00",
"authoredOn": "2026-08-01T09:05:00+03:00",
"requester": {
"reference": "Practitioner/example-practitioner-njoroge"
},
"recipient": [
{
"reference": "Practitioner/example-practitioner-njoroge"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "438451000124107",
"display": "Notification of laboratory test result"
}
]
}
]
}