MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of an Appendectomy Procedure - XML Representation

Page standards status: Informative

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="au-ps-procedure-1"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure au-ps-procedure-1</b></p><a name="au-ps-procedure-1"> </a><a name="hcau-ps-procedure-1"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/hl7au/au-fhir-ps/StructureDefinition-au-ps-procedure.html">AU PS Procedure</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 80146002}">Appendectomy</span></p><p><b>subject</b>: <a href="Patient-mhr-au-ps-patient-1.html">Mia Leanne Banks</a></p><p><b>performed</b>: 2025-06-13 00:57:59+1000</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-au-ps-practitioner-2.html">Dr. John Doe</a></td></tr></table></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Appendectomy"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/mhr-au-ps-patient-1"/>
    <display value="Mia Leanne Banks"/>
  </subject>
  <performedDateTime value="2025-06-13T00:57:59.193311+10:00"/>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/au-ps-practitioner-2"/>
      <display value="Dr. John Doe"/>
    </actor>
  </performer>
</Procedure>