FHIR IG analytics| Package | zm-core |
| Resource Type | Task |
| Id | Task-ExampleZMCoreCommunicationTask.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task ExampleZMCoreCommunicationTask
Profile: ZM-Core Communication Task Profile
Communication Data Classification: Internal
identifier: http://hapi.moh.gov.zm/fhir/sid/communication-task-id/TASK-DHIS2-2026-0001
status: Requested
intent: order
priority: Routine
code: Acknowledge communication
description: Acknowledge the DHIS2 reporting reminder and submit the report before the deadline.
requestedPeriod: 2026-08-10 08:00:05+0200 --> 2026-08-11 17:00:00+0200
authoredOn: 2026-08-10 08:00:05+0200
requester: Organization Chilenje First Level Hospital
owner: PractitionerRole
| Recipient |
| PractitionerRole |
{
"resourceType": "Task",
"id": "ExampleZMCoreCommunicationTask",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication-task"
]
},
"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"
}
]
}
}
],
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/communication-task-id",
"value": "TASK-DHIS2-2026-0001"
}
],
"basedOn": [
{
"reference": "CommunicationRequest/ExampleZMCoreCommunicationRequest"
}
],
"status": "requested",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-task-code",
"code": "acknowledge",
"display": "Acknowledge communication"
}
]
},
"description": "Acknowledge the DHIS2 reporting reminder and submit the report before the deadline.",
"focus": {
"reference": "Communication/ExampleZMCoreCommunication"
},
"requestedPeriod": {
"start": "2026-08-10T08:00:05+02:00",
"end": "2026-08-11T17:00:00+02:00"
},
"authoredOn": "2026-08-10T08:00:05+02:00",
"requester": {
"reference": "Organization/ExampleZMCoreOrganization"
},
"owner": {
"reference": "PractitionerRole/ExampleZMCorePractitionerRole"
},
"restriction": {
"recipient": [
{
"reference": "PractitionerRole/ExampleZMCorePractitionerRole"
}
]
}
}