FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaCoreIG
Resource TypeCodeSystem
IdCodeSystem-ConditionCategoryCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-ConditionCategoryCS.html
URLhttp://example.org/CodeSystem/ConditionCategoryCS
Version0.1.0
Statusdraft
Date2026-01-27T07:25:10+00:00
NameConditionCategoryCS
TitleCondition Category Code System
Realmus
Authorityhl7
DescriptionA code system that defines categories for conditions.
Contentcomplete

Resources that use this resource

ValueSet
ConditionCategoryVSCondition Category Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
PROBLEM-LIST-ITEM Problem List ItemProblem List Item
ENCOUNTER-DIAGNOSIS Encounter DiagnosisEncounter Diagnosis
HEALTH-CONCERN Health ConcernHealth Concern

Source1

{
  "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"
    }
  ]
}