FHIR IG analytics| Package | kenya.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-ConditionCategoryCS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-ConditionCategoryCS.html |
| URL | https://fhir.sha.go.ke/fhir/CodeSystem/ConditionCategoryCS |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-05-06T17:06:38+00:00 |
| Name | ConditionCategoryCS |
| Title | Condition Category Code System |
| Description | A code system that defines categories for conditions. |
| Content | complete |
| ValueSet | ||
| kenya.fhir.core#current | ConditionCategoryVS | Condition Category Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ConditionCategoryCS
This case-insensitive code system https://fhir.sha.go.ke/fhir/CodeSystem/ConditionCategoryCS defines the following codes:
| Code | Display | Definition |
| PROBLEM-LIST-ITEM | Problem List Item | Problem List Item |
| ENCOUNTER-DIAGNOSIS | Encounter Diagnosis | Encounter Diagnosis |
| HEALTH-CONCERN | Health Concern | Health Concern |
{
"resourceType": "CodeSystem",
"id": "ConditionCategoryCS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.sha.go.ke/fhir/CodeSystem/ConditionCategoryCS",
"version": "1.0.0",
"name": "ConditionCategoryCS",
"title": "Condition Category Code System",
"status": "active",
"experimental": false,
"date": "2026-05-06T17:06:38+00:00",
"publisher": "Kenya Social Health Authority (SHA)",
"contact": [
{
"name": "Kenya Social Health Authority (SHA)",
"telecom": [
{
"system": "url",
"value": "https://sha.go.ke"
},
{
"system": "email",
"value": "fhir@sha.go.ke"
}
]
}
],
"description": "A code system that defines categories for conditions.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"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"
}
]
}