Kenya Core FHIR Implementation Guide (IG), published by IntelliSOFT Consulting. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/ and changes regularly. See the Directory of published versions
: Condition Category Code System - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ConditionCategoryCS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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 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\">ENCOUNTER-DIAGNOSIS<a name=\"ConditionCategoryCS-ENCOUNTER-DIAGNOSIS\"> </a></td><td>Encounter Diagnosis</td><td>Encounter Diagnosis</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></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://example.org/CodeSystem/ConditionCategoryCS"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/ConditionCategoryCS>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ConditionCategoryCS"] ; #
fhir:title [ fhir:v "Condition Category Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-12-17T09:57:49+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IntelliSOFT Consulting"] ; #
fhir:contact ( [
fhir:name [ fhir:v "IntelliSOFT Consulting" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://.com/fhir/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "A code system that defines categories for conditions."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ENCOUNTER-DIAGNOSIS" ] ;
fhir:display [ fhir:v "Encounter Diagnosis" ] ;
fhir:definition [ fhir:v "Encounter Diagnosis" ]
] [
fhir:code [ fhir:v "PROBLEM-LIST-ITEM" ] ;
fhir:display [ fhir:v "Problem List Item" ] ;
fhir:definition [ fhir:v "Problem List Item" ]
] ) . #