<Bundle xmlns="http://hl7.org/fhir">
  <type value="collection" />
  <entry>
    <fullUrl value="https://simplifier.net/pacmed-critical-fhir-profiles/encounter1" />
    <resource>
      <Encounter>
        <id value="encounter1" />
        <status value="finished" />
        <class>
          <system value="http://terminology.hl7.org/ValueSet/encounter-class" />
          <version value="2.0.1" />
          <code value="IMP" />
          <display value="inpatient encounter" />
          <userSelected value="false" />
        </class>
        <subject>
          <reference value="Patient/patient1" />
          <display value="John Doe" />
        </subject>
        <participant>
          <type>
            <text value="End-responsible physician" />
          </type>
          <period>
            <start value="2023-12-01T07:00:00Z" />
            <end value="2023-12-02T12:00:00Z" />
          </period>
          <individual>
            <reference value="Practitioner/practitioner1" />
            <display value="Internal Medicine Specialist" />
          </individual>
        </participant>
        <period>
          <start value="2023-12-01T07:00:00Z" />
          <end value="2023-12-05T18:00:00Z" />
        </period>
        <location>
          <location>
            <reference value="Location/internal1" />
            <display value="Internal Medicine Ward" />
          </location>
          <physicalType>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
              <code value="wi" />
              <display value="Ward" />
            </coding>
          </physicalType>
          <period>
            <start value="2023-12-01T07:00:00Z" />
            <end value="2023-12-02T12:00:00Z" />
          </period>
        </location>
      </Encounter>
    </resource>
  </entry>
  <entry>
    <fullUrl value="https://simplifier.net/pacmed-critical-fhir-profiles/encounter2" />
    <resource>
      <Encounter>
        <id value="encounter2" />
        <status value="finished" />
        <class>
          <system value="http://terminology.hl7.org/ValueSet/encounter-class" />
          <version value="2.0.1" />
          <code value="IMP" />
          <display value="inpatient encounter" />
          <userSelected value="false" />
        </class>
        <subject>
          <reference value="Patient/patient2" />
          <display value="Jane Smith" />
        </subject>
        <participant>
          <type>
            <text value="End-responsible physician" />
          </type>
          <period>
            <start value="2023-12-02T08:00:00Z" />
            <end value="2023-12-03T15:00:00Z" />
          </period>
          <individual>
            <reference value="Practitioner/practitioner2" />
            <display value="Intensive Care Specialist" />
          </individual>
        </participant>
        <period>
          <start value="2023-12-02T08:00:00Z" />
          <end value="2023-12-05T12:00:00Z" />
        </period>
        <location>
          <location>
            <reference value="Location/icu1" />
            <display value="ICU" />
          </location>
          <physicalType>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
              <code value="wi" />
              <display value="Ward" />
            </coding>
          </physicalType>
          <period>
            <start value="2023-12-02T08:00:00Z" />
            <end value="2023-12-03T15:00:00Z" />
          </period>
        </location>
      </Encounter>
    </resource>
  </entry>
  <entry>
    <fullUrl value="https://simplifier.net/pacmed-critical-fhir-profiles/encounter3" />
    <resource>
      <Encounter>
        <id value="encounter3" />
        <status value="finished" />
        <class>
          <system value="http://terminology.hl7.org/ValueSet/encounter-class" />
          <version value="2.0.1" />
          <code value="IMP" />
          <display value="inpatient encounter" />
          <userSelected value="false" />
        </class>
        <subject>
          <reference value="Patient/patient3" />
          <display value="Alice Johnson" />
        </subject>
        <participant>
          <type>
            <text value="End-responsible physician" />
          </type>
          <period>
            <start value="2023-12-03T09:00:00Z" />
            <end value="2023-12-04T14:00:00Z" />
          </period>
          <individual>
            <reference value="Practitioner/practitioner3" />
            <display value="Internal Medicine Specialist" />
          </individual>
        </participant>
        <period>
          <start value="2023-12-03T09:00:00Z" />
          <end value="2023-12-06T10:00:00Z" />
        </period>
        <location>
          <location>
            <reference value="Location/internal2" />
            <display value="Internal Medicine Ward" />
          </location>
          <physicalType>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
              <code value="wi" />
              <display value="Ward" />
            </coding>
          </physicalType>
          <period>
            <start value="2023-12-03T09:00:00Z" />
            <end value="2023-12-04T14:00:00Z" />
          </period>
        </location>
      </Encounter>
    </resource>
  </entry>
</Bundle>