@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "zm-communication-data-classification"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem zm-communication-data-classification</b></p><a name=\"zm-communication-data-classification\"> </a><a name=\"hczm-communication-data-classification\"> </a><p>This case-sensitive code system <code>http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">public<a name=\"zm-communication-data-classification-public\"> </a></td><td>Public</td><td>Information approved for public disclosure.</td></tr><tr><td style=\"white-space:nowrap\">internal<a name=\"zm-communication-data-classification-internal\"> </a></td><td>Internal</td><td>Ministry operational information not intended for public disclosure.</td></tr><tr><td style=\"white-space:nowrap\">confidential<a name=\"zm-communication-data-classification-confidential\"> </a></td><td>Confidential</td><td>Personal, workforce, or business information requiring controlled disclosure.</td></tr><tr><td style=\"white-space:nowrap\">restricted-health<a name=\"zm-communication-data-classification-restricted-health\"> </a></td><td>Restricted health information</td><td>Sensitive clinical or public-health information that must be accessed through an authenticated channel.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ZMCommunicationDataClassificationCS"] ; # 
  fhir:title [ fhir:v "Zambia Communication Data Classification"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-08-12T23:00:51+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ministry of Health - Zambia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Ministry of Health - Zambia" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.moh.gov.zm/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "digital.health@moh.gov.zm" ]
     ] )
  ] [
     fhir:name [ fhir:v "ZM-Core Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "zm-core@moh.gov.zm" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Data classifications that drive disclosure and channel controls for health communications."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "ZM" ] ;
       fhir:display [ fhir:v "Zambia" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "public" ] ;
     fhir:display [ fhir:v "Public" ] ;
     fhir:definition [ fhir:v "Information approved for public disclosure." ]
  ] [
     fhir:code [ fhir:v "internal" ] ;
     fhir:display [ fhir:v "Internal" ] ;
     fhir:definition [ fhir:v "Ministry operational information not intended for public disclosure." ]
  ] [
     fhir:code [ fhir:v "confidential" ] ;
     fhir:display [ fhir:v "Confidential" ] ;
     fhir:definition [ fhir:v "Personal, workforce, or business information requiring controlled disclosure." ]
  ] [
     fhir:code [ fhir:v "restricted-health" ] ;
     fhir:display [ fhir:v "Restricted health information" ] ;
     fhir:definition [ fhir:v "Sensitive clinical or public-health information that must be accessed through an authenticated channel." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

