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

<id value="medicationexample1"/>

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

<meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

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

</Medication>