Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG, published by IntelliSOFT Consulting. 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

: CodeSystem for patient's title - JSON Representation

Draft as of 2025-07-15

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "KNHTS.PAT.TITLE",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KNHTS.PAT.TITLE</b></p><a name=\"KNHTS.PAT.TITLE\"> </a><a name=\"hcKNHTS.PAT.TITLE\"> </a><p>This case-insensitive code system <code>https://example.org/fhir/CodeSystem/KNHTS.PAT.TITLE</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\">mr<a name=\"KNHTS.PAT.TITLE-mr\"> </a></td><td>Mr</td><td>Mr</td></tr><tr><td style=\"white-space:nowrap\">mrs<a name=\"KNHTS.PAT.TITLE-mrs\"> </a></td><td>Mrs</td><td>Mrs</td></tr><tr><td style=\"white-space:nowrap\">miss<a name=\"KNHTS.PAT.TITLE-miss\"> </a></td><td>Miss</td><td>Miss</td></tr><tr><td style=\"white-space:nowrap\">ms<a name=\"KNHTS.PAT.TITLE-ms\"> </a></td><td>Ms</td><td>Ms</td></tr></table></div>"
  },
  "url" : "https://example.org/fhir/CodeSystem/KNHTS.PAT.TITLE",
  "version" : "0.1.0",
  "name" : "PT_TITLE",
  "title" : "CodeSystem for patient's title",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-07-15T09:30:53+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name" : "KPS Team Kenya.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "CodeSystem for patient's title",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "mr",
      "display" : "Mr",
      "definition" : "Mr"
    },
    {
      "code" : "mrs",
      "display" : "Mrs",
      "definition" : "Mrs"
    },
    {
      "code" : "miss",
      "display" : "Miss",
      "definition" : "Miss"
    },
    {
      "code" : "ms",
      "display" : "Ms",
      "definition" : "Ms"
    }
  ]
}