<?xml version="1.0" encoding="UTF-8"?>

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="RadiotherapyCarePlanExample"/>
  <meta>
    <profile value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-radiotherapy-care-plan"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p>Adjuvant 3DCRT care plan for left breast cancer post-lumpectomy: 25 fractions × 2 Gy (50 Gy total)</p></div>
  </text>
  <extension url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-intent-extension">
    <valueCode value="ADJUVANT"/>
  </extension>
  <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>
  <extension url="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-target-volume-extension">
    <valueCode value="PTV"/>
  </extension>
  <identifier>
    <system value="https://nshr-uat.sha.go.ke/fhir/rt-careplan-id"/>
    <value value="RT-CP-2026-00456"/>
  </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="RADIOTHERAPY-PLAN"/>
      <display value="Radiotherapy Plan"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <period>
    <start value="2026-02-01"/>
    <end value="2026-03-15"/>
  </period>
  <author>
    <reference value="Practitioner/example-practitioner"/>
  </author>
  <careTeam>
    <reference value="CareTeam/example-care-team"/>
  </careTeam>
  <addresses>
    <reference value="Condition/example-condition"/>
  </addresses>
</CarePlan>