TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.1 - ci-build

: Medikament ohne Stärke-Code - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="Medication-Without-Strength-Code"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication|2.0"/>
  </meta>
  <code>
    <text
          value="Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung"/>
  </code>
  <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="2025"/>
        <code value="L01DB01"/>
        <display value="Doxorubicin"/>
      </coding>
    </itemCodeableConcept>
    <isActive value="true"/>
    <strength>
      <numerator>
        <value value="85"/>
        <unit value="mg"/>
      </numerator>
      <denominator>
        <value value="250"/>
        <unit value="Milliliter"/>
      </denominator>
    </strength>
  </ingredient>
</Medication>