{
  "resourceType" : "CodeSystem",
  "id" : "questionnaire-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem questionnaire-category</b></p><a name=\"questionnaire-category\"> </a><a name=\"hcquestionnaire-category\"> </a><p>This  code system <code>http://localhost:8085/fhir/CodeSystem/questionnaire-category</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\">VITALS<a name=\"questionnaire-category-VITALS\"> </a></td><td>Vitals</td><td>Questionnaire category for vital signs assessment.</td></tr><tr><td style=\"white-space:nowrap\">CLINICAL-NOTES<a name=\"questionnaire-category-CLINICAL-NOTES\"> </a></td><td>Clinical Notes</td><td>Category for capturing general clinical notes.</td></tr><tr><td style=\"white-space:nowrap\">GLASGOW-COMA-SCALE-ASSESSMENT<a name=\"questionnaire-category-GLASGOW-COMA-SCALE-ASSESSMENT\"> </a></td><td>Glasgow Coma Scale Assessment</td><td>Category for GCS evaluations.</td></tr><tr><td style=\"white-space:nowrap\">PHYSICAL-ASSESSMENT<a name=\"questionnaire-category-PHYSICAL-ASSESSMENT\"> </a></td><td>Physical Assessment</td><td>Category for physical examination assessments.</td></tr></table></div>"
  },
  "url" : "http://localhost:8085/fhir/CodeSystem/questionnaire-category",
  "version" : "0.1.0",
  "name" : "QuestionnaireCategoryCS",
  "title" : "Questionnaire Category",
  "status" : "active",
  "date" : "2026-05-31T11:35:58+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" : "Categories used to classify questionnaires or assessments.",
  "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",
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "VITALS",
    "display" : "Vitals",
    "definition" : "Questionnaire category for vital signs assessment."
  },
  {
    "code" : "CLINICAL-NOTES",
    "display" : "Clinical Notes",
    "definition" : "Category for capturing general clinical notes."
  },
  {
    "code" : "GLASGOW-COMA-SCALE-ASSESSMENT",
    "display" : "Glasgow Coma Scale Assessment",
    "definition" : "Category for GCS evaluations."
  },
  {
    "code" : "PHYSICAL-ASSESSMENT",
    "display" : "Physical Assessment",
    "definition" : "Category for physical examination assessments."
  }]
}