UnicomIG
0.1.0 - ci-build
UnicomIG, published by UNICOM. 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/hl7-eu/unicom-ig/tree/master and changes regularly. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="Clotrimazole-Cream-Generic"/>
<meta>
<profile
value="http://unicom-project.eu/fhir/StructureDefinition/MedicationAsManufacturedItem"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication Clotrimazole-Cream-Generic</b></p><a name="Clotrimazole-Cream-Generic"> </a><a name="hcClotrimazole-Cream-Generic"> </a><a name="Clotrimazole-Cream-Generic-en-US"> </a><p><b>code</b>: <span title="Codes:{http://www.snomed.org 326215009}">Clotrimazole 20 mg/g vaginal cream</span></p><p><b>doseForm</b>: <span title="Codes:{https://standardterms.edqm.eu 10901000}">Vaginal cream</span></p><p><b>totalVolume</b>: 20 gram<span style="background: LightGoldenRodYellow"> (Details: UCUM codeg = 'g')</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><span title="Codes:{https://spor.ema.europa.eu/v2/SubstanceDefinition 100000092074}">CLOTRIMAZOLE</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>
<code>
<coding>
<system value="http://www.snomed.org"/>
<code value="326215009"/>
<display value="Clotrimazole 20 mg/g vaginal cream"/>
</coding>
</code>
<doseForm>
<coding>
<system value="https://standardterms.edqm.eu"/>
<code value="10901000"/>
<display value="Vaginal cream"/>
</coding>
</doseForm>
<totalVolume>
<value value="20"/>
<unit value="gram"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</totalVolume>
<ingredient>
<item>
<concept>
<coding>
<system value="https://spor.ema.europa.eu/v2/SubstanceDefinition"/>
<code value="100000092074"/>
<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>