<List xmlns="http://hl7.org/fhir">
  <id value="core-examples-List-example4" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:37:54.018+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Add hydroxocobalamin</p>
      <p>Cancel Morphine Sulphate</p>
    </div>
  </text>
  <code>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="182836005" />
      <display value="Review of medication" />
    </coding>
    <text value="Medication Review" />
  </code>
  <source>
    <reference value="Patient/example" />
  </source>
  <status value="current" />
  <date value="2013-11-20T23:10:23+11:00" />
  <mode value="changes" />
  <entry>
    <flag>
      <coding>
        <system value="http://nehta.gov.au/codes/medications/changetype" />
        <code value="01" />
        <display value="Prescribed" />
      </coding>
    </flag>
    <item>
      <display value="hydroxocobalamin" />
    </item>
  </entry>
  <entry>
    <flag>
      <coding>
        <system value="http://nehta.gov.au/codes/medications/changetype" />
        <code value="02" />
        <display value="Cancelled" />
      </coding>
    </flag>
    <deleted value="true" />
    <item>
      <display value="Morphine Sulfate" />
    </item>
  </entry>
</List>