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

FHIR IG analytics

Packagefhir.kenyaCoreIG
Resource TypeValueSet
IdValueSet-ConditionCategoryVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/ValueSet-ConditionCategoryVS.html
URLhttp://example.org/ValueSet/ConditionCategoryVS
Version0.1.0
Statusdraft
Date2026-01-27T07:25:10+00:00
NameConditionCategoryVS
TitleCondition Category Value Set
Realmus
Authorityhl7
DescriptionA value set that includes categories for conditions.

Resources that use this resource

StructureDefinition
kenya-core-conditionKenyaCore Condition Profile

Resources that this resource uses

CodeSystem
ConditionCategoryCSCondition Category Code System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ConditionCategoryVS


Source1

{
  "resourceType": "ValueSet",
  "id": "ConditionCategoryVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/ValueSet/ConditionCategoryVS",
  "version": "0.1.0",
  "name": "ConditionCategoryVS",
  "title": "Condition Category Value Set",
  "status": "draft",
  "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 value set that includes categories for conditions.",
  "compose": {
    "include": [
      {
        "system": "http://example.org/CodeSystem/ConditionCategoryCS"
      }
    ]
  }
}