{
  "resourceType" : "CodeSystem",
  "id" : "ConditionCategoryCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ConditionCategoryCS</b></p><a name=\"ConditionCategoryCS\"> </a><a name=\"hcConditionCategoryCS\"> </a><p>This case-insensitive code system <code>http://example.org/CodeSystem/ConditionCategoryCS</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\">PROBLEM-LIST-ITEM<a name=\"ConditionCategoryCS-PROBLEM-LIST-ITEM\"> </a></td><td>Problem List Item</td><td>Problem List Item</td></tr><tr><td style=\"white-space:nowrap\">ENCOUNTER-DIAGNOSIS<a name=\"ConditionCategoryCS-ENCOUNTER-DIAGNOSIS\"> </a></td><td>Encounter Diagnosis</td><td>Encounter Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">HEALTH-CONCERN<a name=\"ConditionCategoryCS-HEALTH-CONCERN\"> </a></td><td>Health Concern</td><td>Health Concern</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/ConditionCategoryCS",
  "version" : "0.1.0",
  "name" : "ConditionCategoryCS",
  "title" : "Condition Category Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-04-08T16:55:13+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [{
    "name" : "IntelliSOFT Consulting",
    "telecom" : [{
      "system" : "url",
      "value" : "https://.com/fhir/example-publisher"
    }]
  }],
  "description" : "A code system that defines categories for conditions.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [{
    "code" : "PROBLEM-LIST-ITEM",
    "display" : "Problem List Item",
    "definition" : "Problem List Item"
  },
  {
    "code" : "ENCOUNTER-DIAGNOSIS",
    "display" : "Encounter Diagnosis",
    "definition" : "Encounter Diagnosis"
  },
  {
    "code" : "HEALTH-CONCERN",
    "display" : "Health Concern",
    "definition" : "Health Concern"
  }]
}