microsoft / fhir-server

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

Replace batch last updated deduping by sorting #3844

Closed SergeyGaluzo closed 2 months ago

SergeyGaluzo commented 2 months ago

This PR reverts to previous behavior (no deduping by last updated). Correct versioning behavior when same last updated and multiple versions are provided is achieved by extra sorting.