<?xml version="1.0" encoding="UTF-8"?>

<Medication xmlns="http://hl7.org/fhir">
  <id value="ExampleISiKMedikament4"/>
  <meta>
    <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"/>
  </meta>
  <text>
    <status value="additional"/><div xmlns="http://www.w3.org/1999/xhtml">Medikamentenrezeptur aus Fertigarzneimitteln</div>
  </text>
  <status value="active"/>
  <form>
    <text value="Tabletten"/>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://fhir.de/CodeSystem/ifa/pzn"/>
        <code value="00266040"/>
        <display value="IBU-ratiopharm® 400 mg akut Schmerztabletten 20 St."/>
      </coding>
    </itemCodeableConcept>
    <isActive value="true"/>
    <strength>
      <numerator>
        <value value="400"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Tablette"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="1"/>
      </denominator>
    </strength>
  </ingredient>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://fhir.de/CodeSystem/ifa/pzn"/>
        <code value="01126111"/>
        <display value="Paracetamol-ratiopharm® 500 mg 20 St."/>
      </coding>
    </itemCodeableConcept>
    <isActive value="true"/>
    <strength>
      <numerator>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Tablette"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="1"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>