Kenya National Cancer Control Programme (NCCP) FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. 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/nccpFHIRIG/ and changes regularly. See the Directory of published versions
: Kenya Oncology Diagnosis Status Code System
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 "diagnosis-status-cs"] ; #
fhir:language [ fhir:v "en"] ; #
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 diagnosis-status-cs</b></p><a name=\"diagnosis-status-cs\"> </a><a name=\"hcdiagnosis-status-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/diagnosis-status-cs</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\">CONFIRMED-HISTOLOGICAL<a name=\"diagnosis-status-cs-CONFIRMED-HISTOLOGICAL\"> </a></td><td>Confirmed — Histological</td><td>Diagnosis confirmed by tissue histopathology.</td></tr><tr><td style=\"white-space:nowrap\">CONFIRMED-CYTOLOGICAL<a name=\"diagnosis-status-cs-CONFIRMED-CYTOLOGICAL\"> </a></td><td>Confirmed — Cytological</td><td>Diagnosis confirmed by cytology (FNA, exfoliative).</td></tr><tr><td style=\"white-space:nowrap\">CONFIRMED-CLINICAL<a name=\"diagnosis-status-cs-CONFIRMED-CLINICAL\"> </a></td><td>Confirmed — Clinical</td><td>Diagnosis confirmed clinically / radiologically without tissue.</td></tr><tr><td style=\"white-space:nowrap\">CONFIRMED-MOLECULAR<a name=\"diagnosis-status-cs-CONFIRMED-MOLECULAR\"> </a></td><td>Confirmed — Molecular</td><td>Diagnosis confirmed by molecular / genetic testing.</td></tr><tr><td style=\"white-space:nowrap\">SUSPECTED<a name=\"diagnosis-status-cs-SUSPECTED\"> </a></td><td>Suspected</td><td>Diagnosis suspected but not yet confirmed.</td></tr><tr><td style=\"white-space:nowrap\">RULED-OUT<a name=\"diagnosis-status-cs-RULED-OUT\"> </a></td><td>Ruled Out</td><td>Diagnosis excluded after investigation.</td></tr><tr><td style=\"white-space:nowrap\">DIFFERENTIAL<a name=\"diagnosis-status-cs-DIFFERENTIAL\"> </a></td><td>Differential</td><td>One of several diagnoses under consideration.</td></tr><tr><td style=\"white-space:nowrap\">INCIDENTAL<a name=\"diagnosis-status-cs-INCIDENTAL\"> </a></td><td>Incidental Finding</td><td>Cancer found incidentally during investigation for another condition.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/diagnosis-status-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/diagnosis-status-cs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "DiagnosisStatusCS"] ; #
fhir:title [ fhir:v "Kenya Oncology Diagnosis Status Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-06-04T14:49:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Digital Health Agency (DHA), Kenya"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Digital Health Agency (DHA), Kenya" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dha.go.ke" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dha.go.ke" ] ] )
] [
fhir:name [ fhir:v "Digital Health Agency Kenya – FHIR Team" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dha.go.ke" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes indicating the certainty and method of confirmation of an oncology diagnosis."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "CONFIRMED-HISTOLOGICAL" ] ;
fhir:display [ fhir:v "Confirmed — Histological" ] ;
fhir:definition [ fhir:v "Diagnosis confirmed by tissue histopathology." ]
] [
fhir:code [ fhir:v "CONFIRMED-CYTOLOGICAL" ] ;
fhir:display [ fhir:v "Confirmed — Cytological" ] ;
fhir:definition [ fhir:v "Diagnosis confirmed by cytology (FNA, exfoliative)." ]
] [
fhir:code [ fhir:v "CONFIRMED-CLINICAL" ] ;
fhir:display [ fhir:v "Confirmed — Clinical" ] ;
fhir:definition [ fhir:v "Diagnosis confirmed clinically / radiologically without tissue." ]
] [
fhir:code [ fhir:v "CONFIRMED-MOLECULAR" ] ;
fhir:display [ fhir:v "Confirmed — Molecular" ] ;
fhir:definition [ fhir:v "Diagnosis confirmed by molecular / genetic testing." ]
] [
fhir:code [ fhir:v "SUSPECTED" ] ;
fhir:display [ fhir:v "Suspected" ] ;
fhir:definition [ fhir:v "Diagnosis suspected but not yet confirmed." ]
] [
fhir:code [ fhir:v "RULED-OUT" ] ;
fhir:display [ fhir:v "Ruled Out" ] ;
fhir:definition [ fhir:v "Diagnosis excluded after investigation." ]
] [
fhir:code [ fhir:v "DIFFERENTIAL" ] ;
fhir:display [ fhir:v "Differential" ] ;
fhir:definition [ fhir:v "One of several diagnoses under consideration." ]
] [
fhir:code [ fhir:v "INCIDENTAL" ] ;
fhir:display [ fhir:v "Incidental Finding" ] ;
fhir:definition [ fhir:v "Cancer found incidentally during investigation for another condition." ]
] ) . #