<Medication xmlns="http://hl7.org/fhir">
<id value="ExampleISiKMedikament7"/>
<meta>
<profile
value="https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikament"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">Medikament (hier: Paracetamol) in Wasser aufgelöst</div>
</text>
<code>
<text value="Paracetamol gelöst in Wasser"/>
</code>
<status value="active"/>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://fhir.de/CodeSystem/bfarm/atc"/>
<version value="2024"/>
<code value="N02BE01"/>
<display value="Paracetamol"/>
</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"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</denominator>
</strength>
</ingredient>
<ingredient>
<itemCodeableConcept>
<text value="Wasser"/>
</itemCodeableConcept>
<isActive value="false"/>
<strength>
<numerator>
<value value="1"/>
<unit value="Esslöffel"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</numerator>
<denominator>
<value value="1"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</denominator>
</strength>
</ingredient>
</Medication>