AMTS ISiK Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ExampleISiKMedikament8 - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="ExampleISiKMedikament8"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Zytostatikum mit absoluter Wirkstärken-Angabe:</div>
  </text>
  <code>
    <text
          value="Infusion bestehend aus 80 mg/m² KOF Paclitaxel aufgelöst zur Verabreichung in 5-%iger (50 mg/ml) Glucose-Infusionslösung"/>
  </code>
  <status value="active"/>
  <form>
    <coding>
      <system value="http://standardterms.edqm.eu"/>
      <code value="11210000"/>
      <display value="Solution for infusion"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://fhir.de/CodeSystem/bfarm/atc"/>
        <version value="2024"/>
        <code value="L01CD01"/>
        <display value="Paclitaxel"/>
      </coding>
    </itemCodeableConcept>
    <isActive value="true"/>
    <strength>
      <numerator>
        <value value="80"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="m² KOF"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="m2"/>
      </denominator>
    </strength>
  </ingredient>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://fhir.de/CodeSystem/bfarm/atc"/>
        <version value="2024"/>
        <code value="B05BA11"/>
        <display value="Glucose"/>
      </coding>
    </itemCodeableConcept>
    <isActive value="false"/>
    <strength>
      <numerator>
        <value value="50"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Milliliter"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>