HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Zambia Communication Task Code

Draft as of 2026-08-12

Raw ttl | Download


@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://hl7.org/fhir/CodeSystem/zm-communication-task-code> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "zm-communication-task-code"] ; # 
  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-task-code</b></p><a name=\"zm-communication-task-code\"> </a><a name=\"hczm-communication-task-code\"> </a><p>This case-sensitive code system <code>http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-task-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">acknowledge<a name=\"zm-communication-task-code-acknowledge\"> </a></td><td>Acknowledge communication</td></tr><tr><td style=\"white-space:nowrap\">complete-action<a name=\"zm-communication-task-code-complete-action\"> </a></td><td>Complete requested action</td></tr><tr><td style=\"white-space:nowrap\">escalate<a name=\"zm-communication-task-code-escalate\"> </a></td><td>Escalate communication</td></tr><tr><td style=\"white-space:nowrap\">resolve-recipient<a name=\"zm-communication-task-code-resolve-recipient\"> </a></td><td>Resolve recipient</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-task-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ZMCommunicationTaskCodeCS"] ; # 
  fhir:title [ fhir:v "Zambia Communication Task Code"] ; # 
  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 "Actions used to capture acknowledgement and escalation in communication workflows."] ; # 
  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 "acknowledge" ] ;
     fhir:display [ fhir:v "Acknowledge communication" ]
  ] [
     fhir:code [ fhir:v "complete-action" ] ;
     fhir:display [ fhir:v "Complete requested action" ]
  ] [
     fhir:code [ fhir:v "escalate" ] ;
     fhir:display [ fhir:v "Escalate communication" ]
  ] [
     fhir:code [ fhir:v "resolve-recipient" ] ;
     fhir:display [ fhir:v "Resolve recipient" ]
  ] ) . #