FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezm-core
Resource TypeCodeSystem
IdCodeSystem-zm-communication-channel.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/MOH-Zambia/ZM-Core/CodeSystem-zm-communication-channel.html
URLhttp://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel
Version0.1.0
Statusdraft
Date2026-08-09T08:43:02+00:00
NameZMCommunicationChannelCS
TitleZambia Communication Channel
DescriptionDelivery channels supported by the Zambia Unified Health Communication Hub.
Contentcomplete

Resources that use this resource

ValueSet
zm-core#currentzm-communication-channel-vsZambia Communication Channel Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
sms SMS
email Email
teams Microsoft Teams
whatsapp WhatsApp
portal Authenticated portal
push Mobile push notification
ivr Interactive voice response

Source1

{
  "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"
    }
  ]
}