AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: List - Medicine list authored by a related person - XML Representation

Page standards status: Informative

Raw xml | Download



<List xmlns="http://hl7.org/fhir">
  <id value="example3"/>
  <meta>
    <profile value="http://hl7.org.au/fhir/StructureDefinition/au-medlist"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Current medicine list</h2><table class="clstu"><tr><td>Date: 2022-01-08Mode: snapshotStatus: currentCode: History of Medication use Narrative</td></tr><tr><td>Subject: <a href="Patient-example4.html">Patient/example4</a> &quot; SIMMONS&quot;</td></tr></table><table class="grid"><tr style="backgound-color: #eeeeee"><td><b>Items</b></td></tr><tr><td>Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed</td></tr><tr><td>Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/author-related-person">
    <valueReference>🔗 
      <reference value="RelatedPerson/example2"/>
    </valueReference>
  </extension>
  <identifier>
    <system value="https://tools.ietf.org/html/rfc4122"/>
    <value value="b3036640-07e2-40bf-b4cb-8a2970366848"/>
  </identifier>
  <status value="current"/>
  <mode value="snapshot"/>
  <title value="Current medicine list"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="10160-0"/>
      <display value="History of Medication use Narrative"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example4"/>
  </subject>
  <date value="2022-01-08"/>
  <entry>
    <item>
      <display
               value="Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed"/>
    </item>
  </entry>
  <entry>
    <item>
      <display
               value="Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening"/>
    </item>
  </entry>
</List>