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