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

: Encounter Example - Visit Encounter 1 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="1"> </a><a name="hc1"> </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 Encounter &quot;1&quot; </p></div><p><b>ProvenanceExtension-IEHR</b>: <a href="Provenance-38.html">Provenance/38</a></p><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/E1</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>priority</b>: routine <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActPriority.html">ActPriority</a>#R)</span></p><p><b>subject</b>: <a href="Patient-3466.html">Patient/3466</a> &quot; SMITH&quot;</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td>primary performer <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html">ParticipationType</a>#PPRF)</span></td><td>2021-03-03 11:30:00+0000 --&gt; 2021-03-03 11:55:00+0000</td><td><a href="Practitioner-21.html">Practitioner/21</a> &quot; ANTONIO&quot;</td></tr></table><p><b>period</b>: 2021-03-03 11:30:00+0000 --&gt; 2021-03-03 11:55:00+0000</p></div>
  </text>
  <extension
             url="http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR">
    <valueReference>🔗 
      <reference value="Provenance/38"/>
    </valueReference>
  </extension>
  <identifier>
    <system value="http://interopEHRate.eu/fhir-resource/"/>
    <value value="E1"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="R"/>
      <display value="routine"/>
    </coding>
  </priority>
  <subject>🔗 
    <reference value="Patient/3466"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <period>
      <start value="2021-03-03T11:30:00Z"/>
      <end value="2021-03-03T11:55:00Z"/>
    </period>
    <individual>🔗 
      <reference value="Practitioner/21"/>
    </individual>
  </participant>
  <period>
    <start value="2021-03-03T11:30:00Z"/>
    <end value="2021-03-03T11:55:00Z"/>
  </period>
</Encounter>