{
  "resourceType" : "CarePlan",
  "id" : "OncologyCareplanExample",
  "meta" : {
    "profile" : ["https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-careplan"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Example AC-T 21-day chemotherapy care plan for a breast cancer patient</p></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"
    }
  }]
}