Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Procedure Example - Surgical History - Appendectomy - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="1111"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p><b>Generated Narrative: Procedure</b><a name="1111"> </a><a name="hc1111"> </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 Procedure &quot;1111&quot;  (Language &quot;en&quot;) </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/uv/ips/STU1/StructureDefinition-Procedure-uv-ips.html">Procedure (IPS)</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Laparoscopic appendectomy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#6025007)</span></p><p><b>subject</b>: <a href="Patient-3466.html">Patient/3466</a> &quot; SMITH&quot;</p><p><b>performed</b>: 2001-01-01</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-21.html">Practitioner/21</a> &quot; ANTONIO&quot;</td></tr></table></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6025007"/>
      <display value="Laparoscopic appendectomy"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/3466"/>
  </subject>
  <performedDateTime value="2001-01-01"/>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/21"/>
    </actor>
  </performer>
</Procedure>