This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="400C-prescription-cefuroxime-singleline"/>
<meta>
<profile
value="http://hl7.eu/fhir/hdr/StructureDefinition/medicationRequest-eu-hdr"/>
<tag>
<system value="http://terminology.hl7.org/CodeSystem/common-tags"/>
<code value="actionable"/>
</tag>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 400C-prescription-cefuroxime-singleline</b></p><a name="400C-prescription-cefuroxime-singleline"> </a><a name="hc400C-prescription-cefuroxime-singleline"> </a><a name="400C-prescription-cefuroxime-singleline-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-medicationRequest-eu-hdr.html">MedicationRequest (HDR)</a></p><p style="margin-bottom: 0px">Tag: Actionable (Details: Common Tags code actionable = 'Actionable')</p></div><p><b>identifier</b>: 10-123EP</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="Medication-01A-Cefuroxime1500GenericExplicit.html">Medication: extension = cefuroxime; form = Powder for solution for injection or infusion</a></p><p><b>subject</b>: <a href="Patient-patient-swart.html">Fiona XXX_Swart Female, DoB: 1985-12-23 ( http://fhir.nl/fhir/NamingSystem/bsn#999901448)</a></p><p><b>authoredOn</b>: 2024-12-06</p><p><b>requester</b>: The Best Doctor</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 10625071000119104}">Bronchopneumonia caused by bacteria (disorder)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Once per 8 hours</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 78421000}">Intramuscular route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1500 milligram(s)<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 2</p><p><b>timing</b>: Once per 8 hours</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 78421000}">Intramuscular route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>750-1500 milligram(s)</td></tr></table></blockquote></div>
</text>
<identifier>
<value value="10-123EP"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<medicationReference>🔗
<reference value="Medication/01A-Cefuroxime1500GenericExplicit"/>
</medicationReference>
<subject>🔗
<reference value="Patient/patient-swart"/>
</subject>
<authoredOn value="2024-12-06"/>
<requester>
<display value="The Best Doctor"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="10625071000119104"/>
<display value="Bronchopneumonia caused by bacteria (disorder)"/>
</coding>
</reasonCode>
<dosageInstruction>
<sequence value="1"/>
<timing>
<repeat>
<boundsDuration>
<value value="3"/>
<unit value="day"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</boundsDuration>
<frequency value="1"/>
<period value="8"/>
<periodUnit value="h"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="78421000"/>
<display value="Intramuscular route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1500"/>
<unit value="milligram(s)"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dosageInstruction>
<sequence value="2"/>
<timing>
<repeat>
<boundsDuration>
<value value="4"/>
<unit value="day"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</boundsDuration>
<frequency value="1"/>
<period value="8"/>
<periodUnit value="h"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="78421000"/>
<display value="Intramuscular route"/>
</coding>
</route>
<doseAndRate>
<doseRange>
<low>
<value value="750"/>
<unit value="milligram(s)"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</low>
<high>
<value value="1500"/>
<unit value="milligram(s)"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</high>
</doseRange>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>