<?xml version=“1.0” encoding=“UTF-8”?><Medication xmlns=“hl7.org/fhir”>

<id value="medexample001"/>

<!--  this example includes the code text element only  -->

<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">Amoxicillin 250mg/5ml Suspension</div>
</text>

<code>
  <text value="Amoxicillin 250mg/5ml Suspension"/>
</code>

</Medication>