Kenya National Cancer Control Programme (NCCP) FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

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 NCCP Oncology Care Plan (AC-T Chemotherapy)

Raw xml | Download


<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="extensions"/>
    <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 --&gt; (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>
  </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>