<Medication xmlns="http://hl7.org/fhir">
    <id value="1234" />
    <identifier>
        <system value="http://example.org/barcode" />
        <value value="CODIGO DE BARRAS" />
    </identifier>
    <code>
        <text value="NOMBRE del medicamento" />
    </code>
    <ingredient>
        <item>
            <concept>
                <coding>
                    <system value="http://example.org/drug-code" />
                    <code value="CODIGO DE DROGA" />
                    <display value="C&#243;digo de Droga" />
                </coding>
                <text value="text" />
            </concept>
        </item>
    </ingredient>
</Medication>