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 json | Download

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