This page is part of the Quality Improvement Core Framework (v3.1.0: STU 3) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Medication example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Medication xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medication"/>
  </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>: example</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>code</b>: Alemtuzumab 10mg/ml (Lemtrada) <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '1594660' = 'alemtuzumab 10 MG/ML [Lemtrada]', given as 'Alemtuzumab 10mg/ml (Lemtrada)'})</span></p><p><b>isBrand</b>: true</p><p><b>manufacturer</b>: <a href="Organization-example.html">Generated Summary: id: example; ??; active; <span title="Codes: {http://hl7.org/fhir/organization-type team}">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p><p><b>form</b>: Injection solution (qualifier value) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '385219001' = 'Injection solution', given as 'Injection solution (qualifier value)'})</span></p><h3>Ingredients</h3><table class="grid"><tr><td>-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><a href="Substance-example.html">Generated Summary: id: example; 1463; status: active; <span title="Codes: {http://hl7.org.fhir/substance-category allergen}">Allergen</span>; <span title="Codes: ">apitoxin (Honey Bee Venom)</span></a></td><td>true</td><td>12 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM code mg = 'mg')</span>/1.2 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></td></tr></table><blockquote><p><b>package</b></p><p><b>container</b>: Vial <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '415818006' = 'Vial', given as 'Vial'})</span></p><h3>Contents</h3><table class="grid"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td>unknown resource contained</td><td>3 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></td></tr></table><h3>Batches</h3><table class="grid"><tr><td>-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td>*</td><td>9494788</td><td>22/05/2017</td></tr></table></blockquote></div>
  </text>
  <contained>
    <Medication>
      <id value="med-1"/>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="408596005"/>
          <display value="Alemtuzumab 30mg/3mL infusion concentrate (product)"/>
        </coding>
      </code>
    </Medication>
  </contained>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1594660"/>
      <display value="Alemtuzumab 10mg/ml (Lemtrada)"/>
    </coding>
  </code>
  <isBrand value="true"/>
  <manufacturer>
    <reference value="Organization/example"/>
  </manufacturer>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385219001"/>
      <display value="Injection solution (qualifier value)"/>
    </coding>
  </form>
  <ingredient>
    <itemReference>
      <reference value="Substance/example"/>
    </itemReference>
    <isActive value="true"/>
    <amount>
      <numerator>
        <value value="12"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1.2"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </denominator>
    </amount>
  </ingredient>
  <package>
    <container>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="415818006"/>
        <display value="Vial"/>
      </coding>
    </container>
    <content>
      <itemReference>
        <reference value="#med-1"/>
      </itemReference>
      <amount>
        <value value="3"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </amount>
    </content>
    <batch>
      <lotNumber value="9494788"/>
      <expirationDate value="2017-05-22"/>
    </batch>
  </package>
</Medication>