<Encounter xmlns="http://hl7.org/fhir">
  <id value="SZ1Stationaer" />
  <meta>
    <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung" />
  </meta>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="VN" />
      </coding>
    </type>
    <system value="http://beispiel-krankenhaus.de/sid/besuchsnummer" />
    <value value="0123456789-2" />
  </identifier>
  <status value="finished" />
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
    <code value="IMP" />
  </class>
  <type>
    <coding>
      <system value="http://fhir.de/CodeSystem/Kontaktebene" />
      <code value="abteilungskontakt" />
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://fhir.de/CodeSystem/kontaktart-de" />
      <code value="normalstationaer" />
      <display value="Normalstationär" />
    </coding>
  </type>
  <subject>
    <reference value="Patient/SZ1Patient" />
  </subject>
  <period>
    <start value="2024-10-07" />
    <end value="2024-10-10" />
  </period>
  <account>
    <reference value="Account/SZ1DRGFall" />
    <identifier>
      <system value="http://beispiel-krankenhaus.de/sid/fallnummern" />
      <value value="0123456789" />
    </identifier>
  </account>
  <hospitalization>
    <extension url="http://fhir.de/StructureDefinition/Wahlleistung">
      <valueCoding>
        <system value="http://fhir.de/CodeSystem/wahlleistungen-de" />
        <code value="unterkunft-und-verpflegung-begleitperson-kinder-ohne-med-begruedung" />
        <display value="Unterkunft und Verpflegung einer Begleitperson ohne med. Begründung" />
      </valueCoding>
    </extension>
  </hospitalization>
  <location>
    <location>
      <identifier>
        <system value="http://beispiel-krankenhaus.de/sid/betten" />
        <value value="123" />
      </identifier>
      <display value="Bettenstellplatz 123" />
    </location>
    <status value="active" />
    <physicalType>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
        <code value="bd" />
        <display value="Bed" />
      </coding>
    </physicalType>
  </location>
  <location>
    <location>
      <identifier>
        <system value="http://beispiel-krankenhaus.de/sid/zimmer" />
        <value value="12" />
      </identifier>
      <display value="Zimmer 12" />
    </location>
    <status value="active" />
    <physicalType>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
        <code value="ro" />
        <display value="Room" />
      </coding>
    </physicalType>
  </location>
</Encounter>