Dose syntax implementation guidance for FHIR STU3

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

Furosemide 40mg tablets, take two in the morning and one at midday for one week

Product-based prescription demonstrating concurrent dosing schedules.
<!-- Example use of the FHIR STU3 Dosage using multiple parallel sequences -->
<!-- Furosemide 40mg tablets, take two in the morning and one at midday for one week -->
<!-- Using a contained Medication resource -->
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="79159c4f-13c4-457a-8962-67fa22432c15" />
<Medication>
<id value="med1" />
<system value="http://snomed.info/sct" />
<code value="317972000" />
<display value="Furosemide 40mg tablets" />
</coding>
</code>
</Medication>
</contained>
<status value="active" />
<intent value="order" />
<reference value="#med1" />
</medicationReference>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9999999999" />
</identifier>
</subject>
<sequence value="1" />
<value value="1" />
<unit value="week" />
<system value="http://unitsofmeasure.org" />
<code value="wk" />
</boundsDuration>
<frequency value="1" />
<period value="1" />
<periodUnit value="d" />
<when value="MORN" />
</repeat>
</timing>
<value value="2" />
<unit value="tablet" />
<system value="http://snomed.info/sct" />
<code value="428673006" />
</doseQuantity>
</dosageInstruction>
<sequence value="1" />
<value value="1" />
<unit value="week" />
<system value="http://unitsofmeasure.org" />
<code value="wk" />
</boundsDuration>
<frequency value="1" />
<period value="1" />
<periodUnit value="d" />
<timeOfDay value="12:00:00" />
</repeat>
</timing>
<value value="1" />
<unit value="tablet" />
<system value="http://snomed.info/sct" />
<code value="428673006" />
</doseQuantity>
</dosageInstruction>
</MedicationRequest>
{
"resourceType": "MedicationRequest",
"id": "79159c4f-13c4-457a-8962-67fa22432c15",
{
"resourceType": "Medication",
"id": "med1",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "317972000",
"display": "Furosemide 40mg tablets"
}
]
}
}
],
"status": "active",
"intent": "order",
"reference": "#med1"
},
"subject": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9999999999"
}
},
{
"sequence": 1,
"timing": {
"repeat": {
"value": 1,
"unit": "week",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
},
"value": 2,
"unit": "tablet",
"system": "http://snomed.info/sct",
"code": "428673006"
}
},
{
"sequence": 1,
"timing": {
"repeat": {
"value": 1,
"unit": "week",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"frequency": 1,
"period": 1,
"periodUnit": "d",
"12:00:00"
]
}
},
"value": 1,
"unit": "tablet",
"system": "http://snomed.info/sct",
"code": "428673006"
}
}
]
}
MedicationRequest.id[0]79159c4f-13c4-457a-8962-67fa22432c15
MedicationRequest.contained[0].id[0]med1
MedicationRequest.contained[0].code[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.contained[0].code[0].coding[0].code[0]317972000
MedicationRequest.contained[0].code[0].coding[0].display[0]Furosemide 40mg tablets
MedicationRequest.status[0]active
MedicationRequest.intent[0]order
MedicationRequest.medication[0].reference[0]#med1
MedicationRequest.subject[0].identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
MedicationRequest.subject[0].identifier[0].value[0]9999999999
MedicationRequest.dosageInstruction[0].sequence[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].bounds[0].value[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].bounds[0].unit[0]week
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].bounds[0].system[0]http://unitsofmeasure.org
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].bounds[0].code[0]wk
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequency[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].period[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].periodUnit[0]d
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].when[0]MORN
MedicationRequest.dosageInstruction[0].dose[0].value[0]2
MedicationRequest.dosageInstruction[0].dose[0].unit[0]tablet
MedicationRequest.dosageInstruction[0].dose[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].dose[0].code[0]428673006
MedicationRequest.dosageInstruction[1].sequence[0]1
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].bounds[0].value[0]1
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].bounds[0].unit[0]week
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].bounds[0].system[0]http://unitsofmeasure.org
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].bounds[0].code[0]wk
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].frequency[0]1
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].period[0]1
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].periodUnit[0]d
MedicationRequest.dosageInstruction[1].timing[0].repeat[0].timeOfDay[0]12:00:00
MedicationRequest.dosageInstruction[1].dose[0].value[0]1
MedicationRequest.dosageInstruction[1].dose[0].unit[0]tablet
MedicationRequest.dosageInstruction[1].dose[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[1].dose[0].code[0]428673006
MedicationRequest
Example use of the FHIR STU3 Dosage using multiple parallel sequences, using a contained `Medication` resource.
back to top