CH EMED EPR
3.0.0 - trial-use Switzerland flag

This page is part of the FHIR eMedication exchange formats for the implementation effort of CARA within its EPR community (v3.0.0: STU3) based on FHIR (HL7® FHIR® Standard) 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

: MedicationIbuprofen - XML Representation

Raw xml | Download


<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>