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
<CarePlan xmlns="http://hl7.org/fhir">
<id value="OncologyCareplanExample"/>
<meta>
<profile
value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-careplan"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>Example AC-T 21-day chemotherapy care plan for a breast cancer patient</p></div>
</text>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-treatment-intent-extension">
<valueCode value="CURATIVE"/>
</extension>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-planned-cycles-extension">
<valueInteger value="6"/>
</extension>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-length-days-extension">
<valueInteger value="21"/>
</extension>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-sessions-per-cycle-extension">
<valueInteger value="1"/>
</extension>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-regimen-code-extension">
<valueCoding>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-course-codes-cs"/>
<code value="AC-T"/>
</valueCoding>
</extension>
<identifier>
<system value="https://nshr-uat.sha.go.ke/fhir/careplan-id"/>
<value value="REG-2026-00123"/>
</identifier>
<status value="active"/>
<intent value="plan"/>
<category>
<coding>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/care-plan-category-cs"/>
<code value="CHEMOTHERAPY-PLAN"/>
<display value="Chemotherapy Plan"/>
</coding>
</category>
<title value="AC-T 21 Day Cycle"/>
<subject>🔗
<reference value="Patient/example-patient"/>
</subject>
<period>
<start value="2026-01-10"/>
</period>
<author>🔗
<reference value="Practitioner/example-practitioner"/>
</author>
<careTeam>🔗
<reference value="CareTeam/example-care-team"/>
</careTeam>
<addresses>🔗
<reference value="Condition/example-condition"/>
</addresses>
<activity>
<detail>
<status value="scheduled"/>
</detail>
</activity>
</CarePlan>