Bug: When invoking the BundleExtensions to iterate over additional FHIR bundles, we are not updating the next bundle link, which results in us querying for the same next link repeatedly and into an infinite loop.
Fix: Update next bundle's next link.
Added UTs for this scenario.
Bug: When invoking the BundleExtensions to iterate over additional FHIR bundles, we are not updating the next bundle link, which results in us querying for the same next link repeatedly and into an infinite loop.
Fix: Update next bundle's next link. Added UTs for this scenario.