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
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="ChemotherapyMedicationRequestExample"/>
<meta>
<profile
value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-chemotherapy-medication-request"/>
</meta>
<language value="en"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ChemotherapyMedicationRequestExample</b></p><a name="ChemotherapyMedicationRequestExample"> </a><a name="hcChemotherapyMedicationRequestExample"> </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-chemotherapy-medication-request.html">NCCP Chemotherapy Medication Request</a></p></div><p><b>Cycle Day Start Extension</b>: 1</p><p><b>Cycle Day End Extension</b>: 1</p><p><b>Clinical Category Extension</b>: CHEMOTHERAPY</p><p><b>identifier</b>: <a href="NamingSystem-nccp-med-request-id.html" title="Unique identifier for each medication request (prescription). Format: MR-YYYY-NNNNN.">NCCPMedRequestId</a>/MR-2026-00301</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}">Inpatient</span></p><p><b>medication</b>: <span title="Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs DOXORUBICIN}">Doxorubicin</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Mary Wanjiku Female, DoB: 1975-06-15</a></p><p><b>authoredOn</b>: 2026-01-10</p><p><b>requester</b>: <a href="Practitioner-example-practitioner.html">Practitioner James Otieno </a></p><p><b>reasonReference</b>: <a href="Condition-example-condition.html">Condition C50 — Malignant neoplasm of breast</a></p><p><b>basedOn</b>: <a href="CarePlan-example-careplan.html">CarePlan: status = active; intent = plan</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>route</b>: <span title="Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs RT10036}">Intravenous</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>60 mg/m2<span style="background: LightGoldenRodYellow"> (Details: Kenya Oncology Unit of Measure Code System codeMG-PER-M2 = 'mg/m²')</span></td></tr></table></blockquote></div>
</text>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-day-start-extension">
<valueInteger value="1"/>
</extension>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-day-end-extension">
<valueInteger value="1"/>
</extension>
<extension
url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-clinical-category-extension">
<valueCode value="CHEMOTHERAPY"/>
</extension>
<identifier>
<system value="https://nshr-uat.sha.go.ke/fhir/med-request-id"/>
<value value="MR-2026-00301"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
<code value="inpatient"/>
<display value="Inpatient"/>
</coding>
</category>
<medicationCodeableConcept>
<coding>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs"/>
<code value="DOXORUBICIN"/>
<display value="Doxorubicin"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/example-patient"/>
</subject>
<authoredOn value="2026-01-10"/>
<requester>🔗
<reference value="Practitioner/example-practitioner"/>
</requester>
<reasonReference>🔗
<reference value="Condition/example-condition"/>
</reasonReference>
<basedOn>🔗
<reference value="CarePlan/example-careplan"/>
</basedOn>
<dosageInstruction>
<route>
<coding>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs"/>
<code value="RT10036"/>
<display value="Intravenous"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="60"/>
<unit value="mg/m2"/>
<system
value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/unit-of-measure-cs"/>
<code value="MG-PER-M2"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>