QI-Core Implementation Guide: STU Ballot (v3.3.0 for FHIR 4.0.0)

Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. 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>manufacturer</b>: unknown resource contained</p><p><b>form</b>: Conventional release solution for injection (dose form) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '385219001' = 'Solution for injection', given as 'Conventional release solution for injection (dose form)'})</span></p><h3>Ingredients</h3><table class="grid"><tr><td>-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td>*</td><td>Alemtuzumab (substance) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '129472003' = 'Alemtuzumab', given as 'Alemtuzumab (substance)'})</span></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><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>May 22, 2017 12:00:00 AM</td></tr></table></div>
  </text>
  <contained>
    <Organization>
      <id value="org6"/>
      <identifier>
        <system value="http://example.org/identifier"/>
        <value value="ORG-006"/>
      </identifier>
      <active value="true"/>
      <name value="Genzyme"/>
      <telecom>
        <system value="url"/>
        <value value="https://www.sanofigenzyme.com/"/>
        <use value="work"/>
      </telecom>
      <address>
        <use value="work"/>
        <city value="Cambridge"/>
        <state value="MA"/>
        <country value="USA"/>
      </address>
    </Organization>
  </contained>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1594660"/>
      <display value="Alemtuzumab 10mg/ml (Lemtrada)"/>
    </coding>
  </code>
  <manufacturer>
    <reference value="#org6"/>
  </manufacturer>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385219001"/>
      <display value="Conventional release solution for injection (dose form)"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="129472003"/>
        <display value="Alemtuzumab (substance)"/>
      </coding>
    </itemCodeableConcept>
    <strength>
      <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>
    </strength>
  </ingredient>
  <batch>
    <lotNumber value="9494788"/>
    <expirationDate value="2017-05-22"/>
  </batch>
</Medication>