microsoft / fhir-server

A service that implements the FHIR standard
MIT License
1.15k stars 492 forks source link

Fixes for Bundle Routing #3822

Closed brendankowitz closed 2 months ago

brendankowitz commented 3 months ago

Description

Fixes for Bundle Routing

This pull request includes changes to the src/Microsoft.Health.Fhir.Shared.Api/Features/Resources/Bundle/BundleRouter.cs and test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/BundleEdgeCaseTests.cs files. The changes in BundleRouter.cs involve adding new dependencies, modifying the constructor to accommodate these dependencies, and refactoring the RouteAsync method. The changes in BundleEdgeCaseTests.cs involve adding a new test case.

Changes to BundleRouter.cs:

Changes to BundleEdgeCaseTests.cs:

Related issues

Addresses #3821, AB#119362

Testing

Describe how this change was tested.

FHIR Team Checklist

Semver Change (docs)

Patch

brendankowitz commented 2 months ago

/azp run

azure-pipelines[bot] commented 2 months ago
Azure Pipelines successfully started running 1 pipeline(s).