FHIR IG analytics| Package | zm-core |
| Resource Type | CodeSystem |
| Id | CodeSystem-zm-communication-channel.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/MOH-Zambia/ZM-Core/CodeSystem-zm-communication-channel.html |
| URL | http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-08-09T08:43:02+00:00 |
| Name | ZMCommunicationChannelCS |
| Title | Zambia Communication Channel |
| Description | Delivery channels supported by the Zambia Unified Health Communication Hub. |
| Content | complete |
| ValueSet | ||
| zm-core#current | zm-communication-channel-vs | Zambia Communication Channel Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem zm-communication-channel
This case-sensitive code system http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel defines the following codes:
| Code | Display |
| sms | SMS |
| teams | Microsoft Teams |
| portal | Authenticated portal |
| push | Mobile push notification |
| ivr | Interactive voice response |
{
"resourceType": "CodeSystem",
"id": "zm-communication-channel",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel",
"version": "0.1.0",
"name": "ZMCommunicationChannelCS",
"title": "Zambia Communication Channel",
"status": "draft",
"experimental": false,
"date": "2026-08-09T08:43:02+00:00",
"publisher": "Ministry of Health - Zambia",
"contact": [
{
"name": "Ministry of Health - Zambia",
"telecom": [
{
"system": "url",
"value": "https://www.moh.gov.zm/"
},
{
"system": "email",
"value": "digital.health@moh.gov.zm"
}
]
},
{
"name": "ZM-Core Team",
"telecom": [
{
"system": "email",
"value": "zm-core@moh.gov.zm",
"use": "work"
}
]
}
],
"description": "Delivery channels supported by the Zambia Unified Health Communication Hub.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "ZM",
"display": "Zambia"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 7,
"concept": [
{
"code": "sms",
"display": "SMS"
},
{
"code": "email",
"display": "Email"
},
{
"code": "teams",
"display": "Microsoft Teams"
},
{
"code": "whatsapp",
"display": "WhatsApp"
},
{
"code": "portal",
"display": "Authenticated portal"
},
{
"code": "push",
"display": "Mobile push notification"
},
{
"code": "ivr",
"display": "Interactive voice response"
}
]
}