This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR 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="example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="CDMH Medication Request Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a CDMH Medication Request example for the *CDMH MedicationRequest Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>CDMH Medication Request Example</b></p>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="582620"/>
<display value="Nizatidine 15 MG/ML Oral Solution [Axid]"/>
</coding>
<text value="Nizatidine 15 MG/ML Oral Solution [Axid]"/>
</medicationCodeableConcept>
<subject>
<reference value="Patient/example"/>
<display value="Amy Shaw"/>
</subject>
<authoredOn value="2008-04-05"/>
<requester>
<reference value="Practitioner/example"/>
<display value="Ronald Bone, MD"/>
</requester>
<dosageInstruction>
<text value="10 mL bid"/>
<timing>
<repeat>
<boundsPeriod>
<start value="2008-04-05"/>
</boundsPeriod>
</repeat>
</timing>
</dosageInstruction>
<dispenseRequest>
<numberOfRepeatsAllowed value="1"/>
<quantity>
<value value="480"/>
<unit value="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</quantity>
<expectedSupplyDuration>
<value value="30"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>