US Meds Implementation Guide (Release 1.2.0)

This page is part of the US-Medication FHIR IG (v1.2.0: STU 2) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

Example: MedicationRequest-test2-2

Formats: Narrative, XML, JSON, Turtle

Raw xml


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="test2-2"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: test2-2</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Humulin R (insulin regular, human) U100  100units/ml inj solution <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '311036' = '311036', given as 'Humulin R (insulin regular, human) U100  100units/ml inj solution'})</span></p><p><b>subject</b>: <a href="Patient-test2.html">Brian Z. Generated Summary: id: test2; Medical Record Number = 1032702 (USUAL); active; Brian Z ; ph: 555-555-5555(HOME); gender: male; birthDate: 05/01/1964</a></p><p><b>authoredOn</b>: 01/07/2015</p><h3>Requesters</h3><table class="grid"><tr><td>-</td><td><b>Agent</b></td></tr><tr><td>*</td><td>Dr. Cryn (BMC Endo)</td></tr></table><p><b>dosageInstruction</b>: </p><h3>DispenseRequests</h3><table class="grid"><tr><td>-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td>*</td><td>11</td><td>40 ml<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="311036"/>
      <display
               value="Humulin R (insulin regular, human) U100  100units/ml inj solution"/>
      <userSelected value="false"/>
    </coding>
    <text
          value="Humulin R (insulin regular, human) U100  100units/ml inj solution"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/test2"/>
    <display value="Brian Z"/>
  </subject>
  <authoredOn value="2015-07-01"/>
  <requester>
    <agent>
      <display value="Dr. Cryn (BMC Endo)"/>
    </agent>
  </requester>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="10U every AM, 5U every PM, 5U at bedtime"/>
    <asNeededBoolean value="false"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="34206005"/>
        <display value="Subcutaneous route (qualifier value)"/>
        <userSelected value="false"/>
      </coding>
    </route>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="11"/>
    <quantity>
      <value value="40"/>
      <unit value="ml"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>