@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 -------------------------------------------------------------------

<https://fhir.dha.go.ke/kps/ValueSet/kps-communication-preference-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kps-communication-preference-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet kps-communication-preference-vs</b></p><a name=\"kps-communication-preference-vs\"> </a><a name=\"hckps-communication-preference-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-kpsg-referral-codes.html\"><code>https://shr.tiberbuapps.com/fhir/CodeSystem/kpsg-referral-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-sms\">sms</a></td><td>Text Message / SMS</td><td>Client prefers to be contacted via SMS</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-voice-call\">voice-call</a></td><td>Voice Call</td><td>Client prefers to be contacted via phone call</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-email-comm\">email-comm</a></td><td>Email</td><td>Client prefers to be contacted via email</td></tr><tr><td><a href=\"CodeSystem-kpsg-referral-codes.html#kpsg-referral-codes-no-communication\">no-communication</a></td><td>Communication Consent Declined</td><td>Client has declined consent for communications</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.dha.go.ke/kps/ValueSet/kps-communication-preference-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.dha.go.ke/kps/ValueSet/kps-communication-preference-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CommunicationPreferenceVS"] ; # 
  fhir:title [ fhir:v "Communication Preference ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-11T04:59:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.dha.go.ke" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ]
     ] )
  ] [
     fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Coded communication preferences for contacting the client regarding referral follow-up (KPS.G.DE.25)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "KE" ] ;
       fhir:display [ fhir:v "Kenya" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/kpsg-referral-codes"^^xsd:anyURI ;
         fhir:l <https://shr.tiberbuapps.com/fhir/CodeSystem/kpsg-referral-codes>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "sms" ] ;
         fhir:display [ fhir:v "Text Message / SMS" ]
       ] [
         fhir:code [ fhir:v "voice-call" ] ;
         fhir:display [ fhir:v "Voice Call" ]
       ] [
         fhir:code [ fhir:v "email-comm" ] ;
         fhir:display [ fhir:v "Email" ]
       ] [
         fhir:code [ fhir:v "no-communication" ] ;
         fhir:display [ fhir:v "Communication Consent Declined" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

