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
: Example Oncology Plan Definition — AC-T Regimen Template
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:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "OncologyPlanDefinitionExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-plan-definition"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-plan-definition> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"narrative-table\">\n <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Metadata</th>\n\n\n</tr>\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">AC-T Chemotherapy Regimen (21-day cycles)</td>\n\n\n</tr>\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Version</th>\n\n\n\n<td class=\"content-container\">0.1.0</td>\n\n\n</tr>\n\n\n\n\n\n\n\n \n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Identifier</th>\n\n\n\n<td class=\"content-container\">REG-AC-T-V1</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Jurisdiction</th>\n\n\n\n<td class=\"content-container\">\n Kenya\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Steward (Publisher)</th>\n\n\n\n<td class=\"content-container\">Digital Health Agency (DHA), Kenya</td>\n\n\n</tr>\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Steward Contact</th>\n\n\n\n<td class=\"content-container\">Digital Health Agency (DHA), Kenya</td>\n\n\n</tr>\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Steward Contact</th>\n\n\n\n<td class=\"content-container\">Digital Health Agency Kenya – FHIR Team</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Type</th>\n\n\n\n<td class=\"content-container\">\n Regimen Template\n\n\n</td>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Doxorubicin 60 mg/m² IV — Day 1</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Cyclophosphamide 600 mg/m² IV — Day 1</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.4 of the sample-content-ig Liquid templates</th>\n</tr>\n\n </tbody>\n </table>\n</div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-planned-cycles-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-planned-cycles-extension> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 8 ]
] [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-length-days-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-length-days-extension> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 21 ]
] ) ; #
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/PlanDefinition/OncologyPlanDefinitionExample"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/PlanDefinition/OncologyPlanDefinitionExample>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/regimen-id"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/regimen-id> ] ;
fhir:value [ fhir:v "REG-AC-T-V1" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:title [ fhir:v "AC-T Chemotherapy Regimen (21-day cycles)"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/plan-definition-type-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/plan-definition-type-cs> ] ;
fhir:code [ fhir:v "REGIMEN-TEMPLATE" ] ;
fhir:display [ fhir:v "Regimen Template" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
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: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:action ( [
fhir:title [ fhir:v "Doxorubicin 60 mg/m² IV — Day 1" ]
] [
fhir:title [ fhir:v "Cyclophosphamide 600 mg/m² IV — Day 1" ]
] ) . #