Example to illustrate the option for Paracetamol orally when prescribing multiple routes.

Table View

MedicationRequest.id[0]UKCore-MedicationRequest-ParacetamolOral-Example
MedicationRequest.text[0].status[0]additional
MedicationRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the option for Paracetamol orally when prescribing multiple routes</div>
MedicationRequest.status[0]completed
MedicationRequest.intent[0]option
MedicationRequest.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medicationrequest-category
MedicationRequest.category[0].coding[0].code[0]inpatient
MedicationRequest.category[0].coding[0].display[0]Inpatient
MedicationRequest.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationRequest.medication[0].coding[0].code[0]777067000
MedicationRequest.medication[0].coding[0].display[0]Paracetamol
MedicationRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
MedicationRequest.authoredOn[0]2023-06-15T15:00:00.000Z
MedicationRequest.requester[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
MedicationRequest.courseOfTherapyType[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy
MedicationRequest.courseOfTherapyType[0].coding[0].code[0]acute
MedicationRequest.courseOfTherapyType[0].coding[0].display[0]Short course (acute) therapy
MedicationRequest.dosageInstruction[0].text[0]Paracetamol 500mg, four times a day.
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequency[0]4
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].period[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].periodUnit[0]d
MedicationRequest.dosageInstruction[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].site[0].coding[0].code[0]738956005
MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0]Oral
MedicationRequest.dosageInstruction[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].route[0].coding[0].code[0]26643006
MedicationRequest.dosageInstruction[0].route[0].coding[0].display[0]Oral
MedicationRequest.dosageInstruction[0].doseAndRate[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/dose-rate-type
MedicationRequest.dosageInstruction[0].doseAndRate[0].type[0].coding[0].code[0]ordered
MedicationRequest.dosageInstruction[0].doseAndRate[0].type[0].coding[0].display[0]Ordered
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].value[0]500
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].unit[0]milligram
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].system[0]http://unitsofmeasure.org
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].code[0]mg
MedicationRequest.substitution[0].allowed[0]False

XML View

<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-MedicationRequest-ParacetamolOral-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="completed" />
<intent value="option" />
<system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" />
<code value="inpatient" />
<display value="Inpatient" />
</coding>
</category>
<system value="https://dmd.nhs.uk" />
<code value="777067000" />
<display value="Paracetamol" />
</coding>
</medicationCodeableConcept>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<authoredOn value="2023-06-15T15:00:00.000Z" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</requester>
<system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" />
<code value="acute" />
<display value="Short course (acute) therapy" />
</coding>
</courseOfTherapyType>
<text value="Paracetamol 500mg, four times a day." />
<frequency value="4" />
<period value="1" />
<periodUnit value="d" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="738956005" />
<display value="Oral" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="26643006" />
<display value="Oral" />
</coding>
</route>
<system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" />
<code value="ordered" />
<display value="Ordered" />
</coding>
</type>
<value value="500" />
<unit value="milligram" />
<system value="http://unitsofmeasure.org" />
<code value="mg" />
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<allowedBoolean value="false" />
</substitution>
</MedicationRequest>

JSON View

{
"resourceType": "MedicationRequest",
"id": "UKCore-MedicationRequest-ParacetamolOral-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "completed",
"intent": "option",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
]
}
],
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "777067000",
"display": "Paracetamol"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"authoredOn": "2023-06-15T15:00:00.000Z",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy"
}
]
},
{
"text": "Paracetamol 500mg, four times a day.",
"timing": {
"repeat": {
"frequency": 4,
"period": 1,
"periodUnit": "d"
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "738956005",
"display": "Oral"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"value": 500,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
}
}