HL7 Europe Medication Prescription and Dispense, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/mpd/ and changes regularly. See the Directory of published versions
The IG makes use of the full Dosage data type, and the profile in the IG only adds obligations on elements that are related to the most commonly used dosaging schemes (patterns) - these are the same elements as defined for EHDSDosage model.
Dosage profile does not profile out any elements or add extensions, but there are expectations to terminology bindings regarding administration route and units. The preferred code system for measurement units is UCUM, and the preferred code system for units of presentation is EDQM Standard Terms. Both of these code systems are already used in the MyHealth@EU crossborder services.
See the Dosage profile differential for the list of elements to be supported.
The following example dosages are supported by the defined elements:
The following example timings (and their combinations) are supported by the defined elements:
The following additional information is supported by the defined elements:
In most cases, the full rendered dosage instructions should be made available in the renderedDosageInstruction element (extension in R4) of MedicationRequest or MedicationDispense resources. This should provide a human-readable information that can be safely displayed or printed out in the original language without processing every individual data element or extension that may be used in a particular implementation. If the dosaging instructions contain multiple different Dosages, the renderedDosageInstruction element must contain all of them and display them logically.
| Path R4 | 1 tablet 3 times a day for 7 days | 15-20ml at 8AM and 8PM from 8.12.2025 to 15.12.2025 | 2 tablets every third day standing on your left foot | 50mg per hour intravenously for 20 minutes every Monday | half a tablet as needed before breakfast |
|---|---|---|---|---|---|
| .sequence | |||||
| .patientInstruction | "standing on left foot" | ||||
| .timing | |||||
| .timing.repeat | |||||
| .timing.repeat.bounds[x] | |||||
| .timing.repeat.boundsDuration | 7 d | ||||
| .timing.repeat.boundsPeriod | 8.12.2025 - 15.12.2025 | ||||
| .timing.repeat.duration | 20 | ||||
| .timing.repeat.durationUnit | min | ||||
| .timing.repeat.frequency | 3 | 1 | |||
| .timing.repeat.period | 1 | 3 | |||
| .timing.repeat.periodUnit | d | d | |||
| .timing.repeat.dayOfWeek | Monday | ||||
| .timing.repeat.timeOfDay | 8:00, 20:00 | ||||
| .timing.repeat.when | before breakfast | ||||
| .asNeededBoolean | TRUE | ||||
| .site | |||||
| .route | intravenous | ||||
| .doseAndRate | |||||
| .doseAndRate.dose[x] | |||||
| .doseAndRate.doseRange | 15 ml - 20 ml | ||||
| .doseAndRate.doseQuantity | 1 tablet(s) | 2 tablet(s) | 0.5 tablet(s) | ||
| .doseAndRate.rate[x] | |||||
| .doseAndRate.rateRatio | |||||
| .doseAndRate.rateRange | |||||
| .doseAndRate.rateQuantity | 50 mg/h |