dorset-ics / healthcare-data-exchange

A FHIR based integration and interoperability platform to support a regional healthcare network.
https://dorset-ics.github.io/healthcare-data-exchange/
MIT License
5 stars 6 forks source link

fix: remove Patient PUT from Bundle when deleting a patient #38

Closed liammoat closed 2 months ago

liammoat commented 2 months ago

This PR introduces a small update to the logic that handles Patient merge. With changes to the PdsService.cs and PdsServiceTests.cs files. The changes are primarily focused on refactoring the JSON handling and improving the test cases.