FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-3perday-every4days-year-bounds.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
MedicationRequest Example
This medication is prescribed for a total duration of 1 year.
Cycle regimen:
This 4-day cycle repeats throughout the 1-year treatment period.
Route: Oral. Method: Swallow.
{
"resourceType": "MedicationRequest",
"id": "3perday-every4days-year-bounds",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-medication-request"
]
},
"status": "active",
"subject": {
"reference": "Patient/123"
},
"medicationCodeableConcept": {
"text": "Example medication"
},
"authoredOn": "2026-01-01",
"intent": "order",
"requester": {
"reference": "Practitioner/123"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"dosageInstruction": [
{
"text": "General regimen constraints for 1 year; detailed frequencies and doses are defined in sub-dosage extension",
"timing": {
"repeat": {
"boundsDuration": {
"value": 1,
"unit": "year",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
},
"route": {
"coding": [
{
"code": "26643006",
"system": "http://snomed.info/sct",
"display": "Oral route"
}
]
},
"method": {
"coding": [
{
"code": "738995006",
"system": "http://snomed.info/sct",
"display": "Swallow (administration method)"
}
]
},
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-sub-dosage-step",
"valueDosage": {
"sequence": 1,
"text": "Dosing day: 3 times per day, 1 tablet each time",
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d",
"boundsDuration": {
"value": 1,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "tablet",
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}
},
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-sub-dosage-step",
"valueDosage": {
"sequence": 2,
"text": "Rest period: do not take medication for 3 days",
"timing": {
"repeat": {
"boundsDuration": {
"value": 3,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}
}
}
]
}
]
}