FHIR IG analytics| Package | fhir.ke.nccp |
| Resource Type | RequestGroup |
| Id | RequestGroup-OncologyRequestGroupExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Groups all medication requests for AC cycle 1 session 1 for breast cancer patient
{
"resourceType": "RequestGroup",
"id": "OncologyRequestGroupExample",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-request-group"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-number-extension",
"valueInteger": 1
}
],
"identifier": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/request-group-id",
"value": "RG-2026-00101"
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/example-patient"
},
"author": {
"reference": "Practitioner/example-practitioner"
},
"action": [
{
"timingPeriod": {
"start": "2026-01-15",
"end": "2026-01-15"
},
"resource": {
"reference": "MedicationRequest/example-med-request-doxorubicin"
}
}
]
}