IHE Pharmacy Medication Overview
0.1.0 - ci-build
IHE Pharmacy Medication Overview, published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-meow/ and changes regularly. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="02A1-CanifugCremolumCreamItem"/>
<meta>
<profile
value="http://profiles.ihe.net/PHARM/MEOW/StructureDefinition/IHEMedication"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Medication </b><a name="02A1-CanifugCremolumCreamItem"> </a><a name="hc02A1-CanifugCremolumCreamItem"> </a></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">ResourceMedication "02A1-CanifugCremolumCreamItem" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-IHEMedication.html">Medicinal product</a></p></div><p><b>Medication - Size of Item</b>: 20 gram<span style="background: LightGoldenRodYellow"> (Details: UCUM codeg = 'g')</span></p><p><b>doseForm</b>: Vaginal cream <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (standardterms.edqm.eu#10901000)</span></p><p><b>totalVolume</b>: 1 Tube<span style="background: LightGoldenRodYellow"> (Details: standardterms.edqm.eu code15058000 = 'Tube')</span></p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td>Clotrimazole <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#387325003)</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 10 milligram<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span>/1 gram<span style="background: LightGoldenRodYellow"> (Details: UCUM codeg = 'g')</span></p></blockquote></div>
</text>
<extension
url="http://profiles.ihe.net/PHARM/MEOW/StructureDefinition/ihe-ext-medication-sizeofitem">
<valueQuantity>
<value value="20"/>
<unit value="gram"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</valueQuantity>
</extension>
<doseForm>
<coding>
<system value="http://standardterms.edqm.eu"/>
<code value="10901000"/>
<display value="Vaginal cream"/>
</coding>
</doseForm>
<totalVolume>
<value value="1"/>
<unit value="Tube"/>
<system value="http://standardterms.edqm.eu"/>
<code value="15058000"/>
</totalVolume>
<ingredient>
<item>
<concept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="387325003"/>
<display value="Clotrimazole"/>
</coding>
</concept>
</item>
<isActive value="true"/>
<strengthRatio>
<numerator>
<value value="10"/>
<unit value="milligram"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</numerator>
<denominator>
<value value="1"/>
<unit value="gram"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</denominator>
</strengthRatio>
</ingredient>
</Medication>