FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-oncology-FOLFOX-regimen.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "oncology-FOLFOX-regimen",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-medication-request"
]
},
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/123"
},
"authoredOn": "2026-01-01",
"requester": {
"reference": "Practitioner/123"
},
"medicationCodeableConcept": {
"text": "FOLFOX regimen (example order)"
},
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-medication-regimen",
"extension": [
{
"url": "text",
"valueString": "Regimen metadata for oncology order"
},
{
"url": "protocolName",
"valueString": "FOLFOX"
},
{
"url": "totalCycles",
"valuePositiveInt": 12
},
{
"url": "durationBetweenCycles",
"valueDuration": {
"value": 14,
"unit": "d",
"system": "http://unitsofmeasure.org",
"code": "d"
}
},
{
"url": "currentCycleNumber",
"valuePositiveInt": 3
},
{
"url": "activeIngredient",
"extension": [
{
"url": "text",
"valueString": "Oxaliplatin cumulative dose up to current cycle"
},
{
"url": "cumulativeactiveIngredient",
"valueQuantity": {
"value": 450,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
},
{
"url": "activeIngredientReference",
"valueReference": {
"reference": "Medication/oxaliplatin"
}
}
]
}
]
}
]
}