Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build KE

Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: Communication Preference ValueSet - JSON Representation

Active as of 2026-05-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "kps-communication-preference-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<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 &#x1F4E6;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>"
  },
  "url" : "https://fhir.dha.go.ke/kps/ValueSet/kps-communication-preference-vs",
  "version" : "0.1.0",
  "name" : "CommunicationPreferenceVS",
  "title" : "Communication Preference ValueSet",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-11T04:59:51+00:00",
  "publisher" : "Digital Health Agency of Kenya",
  "contact" : [
    {
      "name" : "Digital Health Agency of Kenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke"
        },
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name" : "Digital Health Agency of Kenya – Interoperability Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "interoperability@dha.go.ke",
          "use" : "work"
        },
        {
          "system" : "url",
          "value" : "https://www.dha.go.ke",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Coded communication preferences for contacting the client regarding referral follow-up (KPS.G.DE.25).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "copyright" : "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",
  "compose" : {
    "include" : [
      {
        "system" : "https://shr.tiberbuapps.com/fhir/CodeSystem/kpsg-referral-codes",
        "concept" : [
          {
            "code" : "sms",
            "display" : "Text Message / SMS"
          },
          {
            "code" : "voice-call",
            "display" : "Voice Call"
          },
          {
            "code" : "email-comm",
            "display" : "Email"
          },
          {
            "code" : "no-communication",
            "display" : "Communication Consent Declined"
          }
        ]
      }
    ]
  }
}