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" /> <contained> <Medication> <id value="med1" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="317972000" /> <display value="Furosemide 40mg tablets" /> </coding> </code> </Medication> </contained> <status value="active" /> <intent value="order" /> <medicationReference> <reference value="#med1" /> </medicationReference> <subject> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9999999999" /> </identifier> </subject> <dosageInstruction> <sequence value="1" /> <timing> <repeat> <boundsDuration> <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> <doseQuantity> <value value="2" /> <unit value="tablet" /> <system value="http://snomed.info/sct" /> <code value="428673006" /> </doseQuantity> </dosageInstruction> <dosageInstruction> <sequence value="1" /> <timing> <repeat> <boundsDuration> <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> <doseQuantity> <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", "contained": [ { "resourceType": "Medication", "id": "med1", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "317972000", "display": "Furosemide 40mg tablets" } ] } } ], "status": "active", "intent": "order", "medicationReference": { "reference": "#med1" }, "subject": { "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9999999999" } }, "dosageInstruction": [ { "sequence": 1, "timing": { "repeat": { "boundsDuration": { "value": 1, "unit": "week", "system": "http://unitsofmeasure.org", "code": "wk" }, "frequency": 1, "period": 1, "periodUnit": "d", "when": [ "MORN" ] } }, "doseQuantity": { "value": 2, "unit": "tablet", "system": "http://snomed.info/sct", "code": "428673006" } }, { "sequence": 1, "timing": { "repeat": { "boundsDuration": { "value": 1, "unit": "week", "system": "http://unitsofmeasure.org", "code": "wk" }, "frequency": 1, "period": 1, "periodUnit": "d", "timeOfDay": [ "12:00:00" ] } }, "doseQuantity": { "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 |
id : 79159c4f-13c4-457a-8962-67fa22432c15 |
contained |
id : med1 |
code |
coding |
system : http://snomed.info/sct |
code : 317972000 |
display : Furosemide 40mg tablets |
status : active |
intent : order |
medication |
reference : #med1 |
subject |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9999999999 |
dosageInstruction |
sequence : 1 |
timing |
repeat |
bounds |
value : 1 |
unit : week |
system : http://unitsofmeasure.org |
code : wk |
frequency : 1 |
period : 1 |
periodUnit : d |
when : MORN |
dose |
value : 2 |
unit : tablet |
system : http://snomed.info/sct |
code : 428673006 |
dosageInstruction |
sequence : 1 |
timing |
repeat |
bounds |
value : 1 |
unit : week |
system : http://unitsofmeasure.org |
code : wk |
frequency : 1 |
period : 1 |
periodUnit : d |
timeOfDay : 12:00:00 |
dose |
value : 1 |
unit : tablet |
system : http://snomed.info/sct |
code : 428673006 |