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 Radiotherapy Plan Definition — Whole Breast 3DCRT Protocol

Active as of 2026-06-08

Raw xml | Download


<PlanDefinition xmlns="http://hl7.org/fhir">
  <id value="RadiotherapyPlanDefinitionExample"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-radiotherapy-plan-definition"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Standard adjuvant whole breast radiotherapy protocol: 50 Gy in 25 fractions using 3D conformal technique</p></div>
  </text>
  <extension
             url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-total-fractions-extension">
    <valueInteger value="25"/>
  </extension>
  <extension
             url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-dose-per-fraction-extension">
    <valueQuantity>
      <value value="2"/>
      <unit value="Gy"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="Gy"/>
    </valueQuantity>
  </extension>
  <extension
             url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-treatment-technique-extension">
    <valueCode value="THREE-D-CRT"/>
  </extension>
  <url
       value="https://nshr-uat.sha.go.ke/fhir/PlanDefinition/RadiotherapyPlanDefinitionExample"/>
  <version value="0.1.0"/>
  <title value="Whole Breast RT — 50 Gy / 25 Fractions (3DCRT)"/>
  <type>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/plan-definition-type-cs"/>
      <code value="RADIOTHERAPY-PROTOCOL"/>
      <display value="Radiotherapy Protocol"/>
    </coding>
  </type>
  <status value="active"/>
  <date value="2026-06-08T10:30:33+00:00"/>
  <publisher value="Digital Health Agency (DHA), Kenya"/>
  <contact>
    <name value="Digital Health Agency (DHA), Kenya"/>
    <telecom>
      <system value="url"/>
      <value value="https://dha.go.ke"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@dha.go.ke"/>
    </telecom>
  </contact>
  <contact>
    <name value="Digital Health Agency Kenya – FHIR Team"/>
    <telecom>
      <system value="email"/>
      <value value="info@dha.go.ke"/>
      <use value="work"/>
    </telecom>
    <telecom>
      <system value="url"/>
      <value value="https://dha.go.ke"/>
      <use value="work"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="KE"/>
      <display value="Kenya"/>
    </coding>
  </jurisdiction>
</PlanDefinition>