AI Transparency on FHIR
0.1.0 - ci-build International flag

AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions

: Appendectomy Procedure - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="proc"/>
  <meta>
    <versionId value="1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure proc</b></p><a name="proc"> </a><a name="hcproc"> </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">version: 1</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="http://example.org/fhir/Patient/pat">http://example.org/fhir/Patient/pat</a></p><p><b>performed</b>: 2013-04-05</p><p><b>recorder</b>: <a href="http://example.org/fhir/Practitioner/pract">http://example.org/fhir/Practitioner/pract</a></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="http://example.org/fhir/Practitioner/pract">http://example.org/fhir/Practitioner/pract</a></td></tr></table><p><b>reasonCode</b>: <span title="Codes:">Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding</span></p><p><b>followUp</b>: <span title="Codes:">ROS 5 days  - 2013-04-10</span></p><p><b>note</b>: </p><blockquote><div><p>Routine Appendectomy. Appendix was inflamed and in retro-caecal position</p>
</div></blockquote></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Excision of appendix"/>
    </coding>
    <text value="Appendectomy"/>
  </code>
  <subject>
    <reference value="http://example.org/fhir/Patient/pat"/>
  </subject>
  <performedDateTime value="2013-04-05"/>
  <recorder>
    <reference value="http://example.org/fhir/Practitioner/pract"/>
  </recorder>
  <performer>
    <actor>
      <reference value="http://example.org/fhir/Practitioner/pract"/>
    </actor>
  </performer>
  <reasonCode>
    <text
          value="Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding"/>
  </reasonCode>
  <followUp>
    <text value="ROS 5 days  - 2013-04-10"/>
  </followUp>
  <note>
    <text
          value="Routine Appendectomy. Appendix was inflamed and in retro-caecal position"/>
  </note>
</Procedure>