Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: List-example0

Formats: Narrative, XML, JSON, Turtle

Raw xml



<List xmlns="http://hl7.org/fhir">
  <id value="example0"/>
  <meta>
    <profile value="http://hl7.org.au/fhir/StructureDefinition/au-medlist"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><table class="clstu"><tr><td>Date: 2019-02-08Mode: snapshotStatus: currentCode: Current Medicine</td></tr><tr><td>Subject: <a href="Patient-example0.html">Patient/example0</a> " FRANKLIN"Source: (null)</td></tr></table><table class="grid"><tr style="backgound-color: #eeeeee"><td><b>Items</b></td><td>Flag</td></tr><tr><td><a href="MedicationStatement-example0.html">MedicationStatement/example0</a></td><td>Unchanged</td></tr><tr><td><a href="MedicationStatement-example1.html">MedicationStatement/example1</a></td><td>Unchanged</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://tools.ietf.org/html/rfc4122"/>
    <value value="fbee41d4-4e98-11e9-8647-d663bd873d93"/>
  </identifier>
  <status value="current"/>
  <mode value="snapshot"/>
  <code>
    <coding>
      <system
              value="https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1"/>
      <code value="101.32009"/>
      <display value="Current Medicine"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example0"/>
  </subject>
  <date value="2019-02-08"/>
  <source>
    <reference value="PractitionerRole/example3"/>
  </source>
  <entry>
    <flag>
      <coding>
        <system
                value="http://terminology.hl7.org.au/CodeSystem/medicine-item-change"/>
        <code value="nochange"/>
      </coding>
    </flag>
    <item>
      <reference value="MedicationStatement/example0"/>
    </item>
  </entry>
  <entry>
    <flag>
      <coding>
        <system
                value="http://terminology.hl7.org.au/CodeSystem/medicine-item-change"/>
        <code value="nochange"/>
      </coding>
    </flag>
    <item>
      <reference value="MedicationStatement/example1"/>
    </item>
  </entry>
</List>
Issues & Feedback