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 - Routine Encounter-PTH - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="551"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="551"> </a><a name="hc551"> </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;551&quot; </p></div><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>consultant <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>#CON)</span></td><td>2020-12-14 13:30:00+0100 --&gt; 2020-12-14 14:15:00+0100</td><td><a href="Practitioner-21.html">Practitioner/21</a> &quot; ANTONIO&quot;</td></tr></table><p><b>period</b>: 2020-12-14 13:30:00+0100 --&gt; 2020-12-14 14:15:00+0100</p><h3>Lengths</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>45</td><td>Minute</td><td><a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ucum.html">Unified Code for Units of Measure (UCUM)</a></td><td>min</td></tr></table><p><b>reasonCode</b>: PTH - Parathyroid hormone level <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#3352000)</span></p><p><b>serviceProvider</b>: <a href="Organization-34432.html">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</p></div>
  </text>
  <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="CON"/>
        <display value="consultant"/>
      </coding>
    </type>
    <period>
      <start value="2020-12-14T13:30:00+01:00"/>
      <end value="2020-12-14T14:15:00+01:00"/>
    </period>
    <individual>🔗 
      <reference value="Practitioner/21"/>
    </individual>
  </participant>
  <period>
    <start value="2020-12-14T13:30:00+01:00"/>
    <end value="2020-12-14T14:15:00+01:00"/>
  </period>
  <length>
    <value value="45"/>
    <unit value="Minute"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="min"/>
  </length>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="3352000"/>
      <display value="PTH - Parathyroid hormone level"/>
    </coding>
  </reasonCode>
  <serviceProvider>🔗 
    <reference value="Organization/34432"/>
  </serviceProvider>
</Encounter>