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
@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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "OncologyCareplanExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-careplan"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-careplan> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan OncologyCareplanExample</b></p><a name=\"OncologyCareplanExample\"> </a><a name=\"hcOncologyCareplanExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nccp-oncology-careplan.html\">NCCP Oncology Care Plan</a></p></div><p><b>Treatment Intent Extension</b>: CURATIVE</p><p><b>Planned Cycles Extension</b>: 6</p><p><b>Cycle Length Days Extension</b>: 21</p><p><b>Sessions Per Cycle Extension</b>: 1</p><p><b>Regimen Code Extension</b>: <a href=\"CodeSystem-treatment-course-codes-cs.html#treatment-course-codes-cs-AC-T\">Kenya Treatment Course (Regimen) Code System: AC-T</a> (AC-T)</p><p><b>identifier</b>: <a href=\"NamingSystem-nccp-careplan-id.html\" title=\"Unique identifier assigned to each oncology (chemotherapy) care plan within the NCCP system. Format: CP-YYYY-NNNNN.\">NCCPCarePlanId</a>/REG-2026-00123</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/care-plan-category-cs CHEMOTHERAPY-PLAN}\">Chemotherapy Plan</span></p><p><b>title</b>: AC-T 21 Day Cycle</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Mary Wanjiku Female, DoB: 1975-06-15</a></p><p><b>period</b>: 2026-01-10 --> (ongoing)</p><p><b>author</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner James Otieno </a></p><p><b>careTeam</b>: <a href=\"CareTeam-example-care-team.html\">CareTeam: status = active</a></p><p><b>addresses</b>: <a href=\"Condition-example-condition.html\">Condition C50 — Malignant neoplasm of breast</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td>Scheduled</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-treatment-intent-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-treatment-intent-extension> ] ;
fhir:value [
a fhir:Code ;
fhir:v "CURATIVE" ]
] [
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 6 ]
] [
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/StructureDefinition/nccp-sessions-per-cycle-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-sessions-per-cycle-extension> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ]
] [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-regimen-code-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-regimen-code-extension> ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-course-codes-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-course-codes-cs> ] ;
fhir:code [ fhir:v "AC-T" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/careplan-id"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/careplan-id> ] ;
fhir:value [ fhir:v "REG-2026-00123" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/care-plan-category-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/care-plan-category-cs> ] ;
fhir:code [ fhir:v "CHEMOTHERAPY-PLAN" ] ;
fhir:display [ fhir:v "Chemotherapy Plan" ] ] )
] ) ; #
fhir:title [ fhir:v "AC-T 21 Day Cycle"] ; #
fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2026-01-10"^^xsd:date ]
] ; #
fhir:author [
fhir:l fhir:Practitioner/example-practitioner ;
fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
] ; #
fhir:careTeam ( [
fhir:l fhir:CareTeam/example-care-team ;
fhir:reference [ fhir:v "CareTeam/example-care-team" ]
] ) ; #
fhir:addresses ( [
fhir:l fhir:Condition/example-condition ;
fhir:reference [ fhir:v "Condition/example-condition" ]
] ) ; #
fhir:activity ( [
fhir:detail [
fhir:status [ fhir:v "scheduled" ] ]
] ) . #
IG © 2026+ Digital Health Agency (DHA), Kenya.
Package fhir.ke.nccp#0.1.0 based on FHIR 4.0.1.
Generated
2026-06-04
Links: Table of Contents |
QA Report