QI-Core Implementation Guide
4.1.1 - STU 4.1.1
US
This page is part of the Quality Improvement Core Framework (v4.1.1: STU 4) 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
<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</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 "example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-qicore-medication.html">QICoreMedication</a></p></div><p><b>code</b>: alemtuzumab 10 MG/ML [Lemtrada] <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#1594660)</span></p><p><b>manufacturer</b>: <a name="org6"> </a></p><blockquote><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 "org6" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-qicore-organization.html">QICoreOrganization</a></p></div><p><b>identifier</b>: id: ORG-006 (TEMP)</p><p><b>active</b>: true</p><p><b>name</b>: Genzyme</p><p><b>telecom</b>: <a href="https://www.sanofigenzyme.com/">https://www.sanofigenzyme.com/</a></p><p><b>address</b>: Cambridge MA USA (WORK)</p></blockquote><p><b>form</b>: Conventional release solution for injection (dose form) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#385219001)</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; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#129472003)</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>2017-05-22</td></tr></table></div>
</text>
<contained>
<Organization>
<id value="org6"/>
<meta>
<profile
value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"/>
</meta>
<identifier>
<use value="temp"/>
<system value="urn:oid:2.16.840.1.113883.4.336"/>
<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 10 MG/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>