CH EMED EPR
3.0.0-ci-build - ci-build
CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions
<Medication xmlns="http://hl7.org/fhir">
<id value="MedicationIbuprofen"/>
<meta>
<profile
value="http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"/>
</meta>
<language value="fr-CH"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-CH" lang="fr-CH"><p class="res-header-id"><b>Generated Narrative: Medication MedicationIbuprofen</b></p><a name="MedicationIbuprofen"> </a><a name="hcMedicationIbuprofen"> </a><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">Language: fr-CH</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ch-emed-epr-medication.html">CH EMED EPR Medication</a></p></div><p><b>code</b>: <span title="Codes:{http://www.whocc.no/atc M01AE01}">Ibuprofen</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 387207008}">Ibuprofen</span></td><td>true</td></tr></table></div>
</text>
<code>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="M01AE01"/>
<display value="Ibuprofen"/>
</coding>
<text value="Ibuprofen"/>
</code>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="387207008"/>
<display value="Ibuprofen (substance)"/>
</coding>
<text value="Ibuprofen"/>
</itemCodeableConcept>
<isActive value="true"/>
</ingredient>
</Medication>