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

FHIR IG analytics

Packagezm-core
Resource TypeCodeSystem
IdCodeSystem-zm-communication-data-classification.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/MOH-Zambia/ZM-Core/CodeSystem-zm-communication-data-classification.html
URLhttp://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification
Version0.1.0
Statusdraft
Date2026-08-09T08:43:02+00:00
NameZMCommunicationDataClassificationCS
TitleZambia Communication Data Classification
DescriptionData classifications that drive disclosure and channel controls for health communications.
Contentcomplete

Resources that use this resource

ValueSet
zm-core#currentzm-communication-data-classification-vsZambia Communication Data Classification 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-data-classification

This case-sensitive code system http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification defines the following codes:

CodeDisplayDefinition
public PublicInformation approved for public disclosure.
internal InternalMinistry operational information not intended for public disclosure.
confidential ConfidentialPersonal, workforce, or business information requiring controlled disclosure.
restricted-health Restricted health informationSensitive clinical or public-health information that must be accessed through an authenticated channel.

Source1

{
  "resourceType": "CodeSystem",
  "id": "zm-communication-data-classification",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification",
  "version": "0.1.0",
  "name": "ZMCommunicationDataClassificationCS",
  "title": "Zambia Communication Data Classification",
  "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": "Data classifications that drive disclosure and channel controls for health communications.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "ZM",
          "display": "Zambia"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "public",
      "display": "Public",
      "definition": "Information approved for public disclosure."
    },
    {
      "code": "internal",
      "display": "Internal",
      "definition": "Ministry operational information not intended for public disclosure."
    },
    {
      "code": "confidential",
      "display": "Confidential",
      "definition": "Personal, workforce, or business information requiring controlled disclosure."
    },
    {
      "code": "restricted-health",
      "display": "Restricted health information",
      "definition": "Sensitive clinical or public-health information that must be accessed through an authenticated channel."
    }
  ]
}