FHIR IG analytics| Package | zm-core |
| Resource Type | Communication |
| Id | Communication-ExampleZMCoreCommunication.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication ExampleZMCoreCommunication
Profile: ZM-Core Communication Profile
Communication Data Classification: Internal
Approved Communication Template: http://hapi.moh.gov.zm/fhir/sid/message-template/DHIS2-REPORTING-REMINDER-v1
Communication Message Language: en
identifier: http://hapi.moh.gov.zm/fhir/sid/communication-id/COMM-DHIS2-2026-0001
status: Completed
category: Operational
priority: Routine
medium: Email
topic: DHIS2 reporting reminder
sent: 2026-08-10 08:00:05+0200
received: 2026-08-10 08:00:07+0200
recipient: PractitionerRole
sender: Organization Chilenje First Level Hospital
| Content[x] |
| A DHIS2 report is due. Sign in to DHIS2 for details. |
{
"resourceType": "Communication",
"id": "ExampleZMCoreCommunication",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-data-classification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification",
"code": "internal",
"display": "Internal"
}
]
}
},
{
"url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-template",
"valueIdentifier": {
"system": "http://hapi.moh.gov.zm/fhir/sid/message-template",
"value": "DHIS2-REPORTING-REMINDER-v1"
}
},
{
"url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-message-language",
"valueCode": "en"
}
],
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/communication-id",
"value": "COMM-DHIS2-2026-0001"
}
],
"basedOn": [
{
"reference": "CommunicationRequest/ExampleZMCoreCommunicationRequest"
}
],
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-lane",
"code": "operational",
"display": "Operational"
}
]
}
],
"priority": "routine",
"medium": [
{
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel",
"code": "email",
"display": "Email"
}
]
}
],
"topic": {
"text": "DHIS2 reporting reminder"
},
"sent": "2026-08-10T08:00:05+02:00",
"received": "2026-08-10T08:00:07+02:00",
"recipient": [
{
"reference": "PractitionerRole/ExampleZMCorePractitionerRole"
}
],
"sender": {
"reference": "Organization/ExampleZMCoreOrganization"
},
"payload": [
{
"contentCodeableConcept": {
"text": "A DHIS2 report is due. Sign in to DHIS2 for details."
}
}
]
}