AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Composition - Patient Summary (Minimal IPS) - XML Representation

Page standards status: Informative

Raw xml | Download



<Composition xmlns="http://hl7.org/fhir">
  <!--   Example adapted from International Patient Summary Implementation Guide composition-minimal   -->
  <id value="ps-minimal"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentcomposition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Composition</b><a name="ps-minimal"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Composition &quot;ps-minimal&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-documentcomposition.html">AU Core Document Composition</a></p></div><p><b>identifier</b>: id: urn:uuid:a06a4e52-ba46-4923-b72d-a40c1c52808b</p><p><b>status</b>: final</p><p><b>type</b>: Patient summary Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#60591-5)</span></p><p><b>category</b>: Patient summary Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#60591-5)</span></p><p><b>date</b>: 2020-12-11 14:30:00+0100</p><p><b>author</b>: <a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole/bobrester-bob-gp</a></p><p><b>title</b>: Patient Summary as of December 11, 2020 14:30</p><h3>Attesters</h3><table class="grid"><tr><td>-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td>*</td><td>legal</td><td>2020-12-11 14:30:00+0100</td><td><a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole/bobrester-bob-gp</a></td></tr></table><p><b>custodian</b>: <a href="Organization-bobrester-medical-center.html">Organization/bobrester-medical-center</a> &quot;Bobrester Medical Center&quot;</p><h3>RelatesTos</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Target[x]</b></td></tr><tr><td>*</td><td>appends</td><td>id: 20e12ce3-857f-49c0-b888-cb670597f191</td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:a06a4e52-ba46-4923-b72d-a40c1c52808b"/>
  </identifier>
  <status value="final"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="60591-5"/>
      <display value="Patient summary Document"/>
    </coding>
  </type>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="60591-5"/>
      <display value="Patient summary Document"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/wang-li"/>
  </subject>
  <date value="2020-12-11T14:30:00+01:00"/>
  <author>
    <reference value="PractitionerRole/bobrester-bob-gp"/>
  </author>
  <title value="Patient Summary as of December 11, 2020 14:30"/>
  <attester>
    <mode value="legal"/>
    <time value="2020-12-11T14:30:00+01:00"/>
    <party>
      <reference value="PractitionerRole/bobrester-bob-gp"/>
    </party>
  </attester>
  <custodian>
    <reference value="Organization/bobrester-medical-center"/>
  </custodian>
  <relatesTo>
    <code value="appends"/>
    <targetIdentifier>
      <system value="urn:oid:2.16.724.4.8.10.200.10"/>
      <value value="20e12ce3-857f-49c0-b888-cb670597f191"/>
    </targetIdentifier>
  </relatesTo>
  <section>
    <title value="Active Problems"/>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="11450-4"/>
        <display value="Problem list Reported"/>
      </coding>
    </code>
    <entry>
      <reference value="Condition/aci"/>
    </entry>
  </section>
  <section>
    <title value="Medication"/>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="10160-0"/>
        <display value="History of Medication use Narrative"/>
      </coding>
    </code>
    <entry>
      <reference value="MedicationStatement/simvastatin"/>
    </entry>
  </section>
  <section>
    <title value="Allergies and Intolerances"/>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="48765-2"/>
        <display value="Allergies and adverse reactions Document"/>
      </coding>
    </code>
    <entry>
      <reference value="AllergyIntolerance/noneknown"/>
    </entry>
  </section>
</Composition>