FHIR IG analytics| Package | fhir.kenyaCoreIG |
| 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 | http://example.org/CodeSystem/ConditionCategoryCS |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-01-27T07:25:10+00:00 |
| Name | ConditionCategoryCS |
| Title | Condition Category Code System |
| Realm | us |
| Authority | hl7 |
| Description | A code system that defines categories for conditions. |
| Content | complete |
| ValueSet | |
| 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 http://example.org/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": "http://example.org/CodeSystem/ConditionCategoryCS",
"version": "0.1.0",
"name": "ConditionCategoryCS",
"title": "Condition Category Code System",
"status": "draft",
"experimental": false,
"date": "2026-01-27T07:25:10+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"
}
]
}