PFLIP-Pflegedaten
HL7 FHIR Implementation Guide

PFLIP HL7 FHIR Implementation Guide
1.0.2 - release

PFLIP HL7 FHIR Implementation Guide - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Bsp. Risikofaktor 29 - Antihypertensiva (MII_Medikation) - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="rf-29-antihypertensiva-medication"/>
  <meta>
    <profile
             value="https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/Medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication rf-29-antihypertensiva-medication</b></p><a name="rf-29-antihypertensiva-medication"> </a><a name="hcrf-29-antihypertensiva-medication"> </a><a name="rf-29-antihypertensiva-medication-en-US"> </a><p><b>code</b>: <span title="Codes:{http://fhir.de/CodeSystem/ifa/pzn 00098765}">PZN: 00098765; EAN: 4150007667136; Darreichung: Kapseln; Marke: Ramipril; Hersteller: Sanofi</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{http://standardterms.edqm.eu 15012000}">Capsule</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><a href="Substance-substanz-1-eisen.html">Substance Substance</a></td><td>5 mg/1 Kapsel</td></tr></table></div>
  </text>
  <code>
    <coding>
      <system value="http://fhir.de/CodeSystem/ifa/pzn"/>
      <code value="00098765"/>
      <display value="00098765/Sanofi/Ramipril/5mg"/>
    </coding>
    <text
          value="PZN: 00098765; EAN: 4150007667136; Darreichung: Kapseln; Marke: Ramipril; Hersteller: Sanofi"/>
  </code>
  <status value="active"/>
  <form>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="15012000"/>
      <display value="Capsule"/>
    </coding>
  </form>
  <ingredient>
    <itemReference>🔗 
      <reference value="Substance/substanz-1-eisen"/>
    </itemReference>
    <strength>
      <numerator>
        <value value="5"/>
        <unit value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Kapsel"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>