FHIR IG analytics| Package | fhir.ke.nccp |
| Resource Type | CarePlan |
| Id | CarePlan-OncologyCareplanExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Example AC-T 21-day chemotherapy care plan for a breast cancer patient
{
"resourceType": "CarePlan",
"id": "OncologyCareplanExample",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-careplan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}