Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.2.0-ballot: R3 Ballot) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

Example: Composition-composition-different-authors

Formats: Narrative,XML, JSON, Turtle

Raw xml



<Composition xmlns="http://hl7.org/fhir">
  <id value="composition-different-authors"/>
  <meta>
    <lastUpdated value="2013-05-28T22:12:21Z"/>
    <profile value="http://hl7.org.au/fhir/StructureDefinition/au-composition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: final</p><p><b>type</b>: <span title="Codes: {http://loinc.org 18842-5}">Discharge Summarization Note</span></p><p><b>date</b>: 3 Jun. 2018, 10:30:02 pm</p><p><b>author</b>: <a href="Practitioner-example0.html">Doctor Mayo. Generated Summary: HPI-I: 8003619900015717, Prescriber Number: 453221, AHPRA Registration Number: MED0000932945, Care Agency Employee Identifier: 9003600003999997; active: true; Helen Mayo ; helen.mayo@downunderhospital.example.com; <span title="Codes: {urn:ietf:bcp:47 asf}">Australian Sign Language</span></a></p><p><b>title</b>: Discharge Summary</p></div>
  </text>
  <status value="final"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18842-5"/>
    </coding>
    <text value="Discharge Summarization Note"/>
  </type>
  <subject>
    <reference value="Patient/example0"/>
    <display value="Franklin"/>
  </subject>
  <date value="2018-06-03T12:30:02Z"/>
  <author>
    <reference value="Practitioner/example0"/>
    <display value="Doctor Mayo"/>
  </author>
  <title value="Discharge Summary"/>
  <section>
    <title value="Reason for admission"/>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="29299-5"/>
        <display value="Reason for visit Narrative"/>
      </coding>
    </code>
    <author>
      <reference value="Practitioner/example0"/>
      <display value="Doctor Mayo"/>
    </author>
    <text>
      <status value="extensions"/>
      <div xmlns="http://www.w3.org/1999/xhtml">
                <p> This section content has been authored by practitioner:<a href="Practitioner-example0.html">Dr. Mayo</a>
                </p>
            </div>
    </text>
  </section>
  <section>
    <title value="Medications on Discharge"/>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="10183-2"/>
        <display value="Hospital discharge medications Narrative"/>
      </coding>
    </code>
    <author>
      <reference value="PractitionerRole/example0"/>
      <display value="Cardiologist"/>
    </author>
    <text>
      <status value="extensions"/>
      <div xmlns="http://www.w3.org/1999/xhtml">
                <p> This section content has been authored by practitionerRole:<a href="PractitionerRole-example0.html">Cardiologist</a>
                </p>
            </div>
    </text>
  </section>
</Composition>
Issues & Feedback