QI-Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-qi-core/ and changes regularly. 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 class="res-header-id"><b>Generated Narrative: Medication example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </a><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1594660}">alemtuzumab 10 MG/ML [Lemtrada]</span></p><p><b>manufacturer</b>: <a href="#hcexample/org6">Organization Genzyme</a></p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385219001}">Conventional release solution for injection (dose form)</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 129472003}">Alemtuzumab (substance)</span></td><td>12 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1.2 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = 'mL')</span></td></tr></table><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>9494788</td><td>2017-05-22</td></tr></table><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Organization #org6</b></p><a name="example/org6"> </a><a name="hcexample/org6"> </a><a name="example/org6-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.5.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/8635143786 (use: 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></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="http://hl7.org/fhir/sid/us-npi"/>
<value value="8635143786"/>
</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>