<Encounter xmlns="http://hl7.org/fhir">
  <id value="s4h-encounter-example" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-encounter" />
  </meta>
  <identifier>
    <system value="http://fhir.smart4health.eu/CodeSystem/ittm-visit-id" />
    <value value="visit3" />
  </identifier>
  <status value="finished" />
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
    <code value="AMB" />
    <display value="ambulatory" />
  </class>
  <type>
    <coding>
      <system value="http://fhir.smart4health.eu/CodeSystem/s4h-encounter-type" />
      <code value="back-pain-treatment" />
      <display value="Back pain treatment" />
    </coding>
  </type>
  <subject>
    <display value="Marie Lux-Brennard" />
  </subject>
  <period>
    <start value="2020-02-06" />
    <end value="2020-02-06" />
  </period>
  <serviceProvider>
    <identifier>
      <system value="http://fhir.smart4health.eu/CodeSystem/ittm-location-id" />
      <value value="some-clinic-id" />
    </identifier>
  </serviceProvider>
  <partOf>
    <identifier>
      <system value="http://fhir.smart4health.eu/CodeSystem/ittm-case-id" />
      <value value="some-session-id" />
    </identifier>
  </partOf>
</Encounter>