This page is part of the International Patient Access (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="MedRecExample1"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="MedicationRequest Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a MedicationRequest example for the *IPA MedicationRequest Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "MedRecExample1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ipa-medicationrequest.html">IPA-MedicationRequest</a></p></div><p><b>identifier</b>: id: 2454978 (USUAL)</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Outpatient <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-medicationrequest-category.html">MedicationRequest Category Codes</a>#outpatient)</span></p><p><b>medication</b>: <a href="Medication-MedExample1.html">Medication/MedExample1: Percocet tablet</a></p><p><b>subject</b>: <a href="Patient-PatientExample1.html">Patient/PatientExample1: Friend, All</a> " LUFHIR"</p><p><b>authoredOn</b>: 2018-09-20T15:41:39Z</p><p><b>requester</b>: <a href="Practitioner-PractitionerExample1.html">Practitioner/PractitionerExample1: Clinician User</a> " SEEGER"</p><p><b>recorder</b>: <a href="Practitioner-PractitionerExample1.html">Practitioner/PractitionerExample1: Clinician User</a> " SEEGER"</p></div>
</text>
<identifier>
<use value="usual"/>
<system value="urn:oid:1.2.840.114350.1.13.861.1.7.2.798268"/>
<value value="2454978"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
<code value="outpatient"/>
<display value="Outpatient"/>
</coding>
<text value="Outpatient"/>
</category>
<medicationReference>
<reference value="Medication/MedExample1"/>
<display value="Percocet tablet"/>
</medicationReference>
<subject>
<reference value="Patient/PatientExample1"/>
<display value="Friend, All"/>
</subject>
<authoredOn value="2018-09-20T15:41:39Z"/>
<requester>
<reference value="Practitioner/PractitionerExample1"/>
<display value="Clinician User"/>
</requester>
<recorder>
<reference value="Practitioner/PractitionerExample1"/>
<display value="Clinician User"/>
</recorder>
<dosageInstruction>
<timing>
<repeat>
<boundsPeriod>
<start value="2018-09-21T04:00:00Z"/>
</boundsPeriod>
</repeat>
<code>
<text value="2100"/>
</code>
</timing>
<asNeededBoolean value="false"/>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="260548002"/>
<display value="Oral"/>
</coding>
<text value="Oral"/>
</route>
<doseAndRate>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
<code value="calculated"/>
<display value="calculated"/>
</coding>
<text value="calculated"/>
</type>
<doseQuantity>
<value value="15"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
<doseAndRate>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
<code value="ordered"/>
<display value="ordered"/>
</coding>
<text value="ordered"/>
</type>
<doseQuantity>
<value value="10"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>