Breaking Changes
The deprecated endpoints POST /patient/<patient_reference_id>/person
and PATCH /patient/<patient_reference_id>/person
have been removed. Please use their replacements added in v25.2.0 going forward.
- removes deprecated API endpoints by @m-goggins in #220
The IDENTIFIER blocking key has updated its format to exclude authority data. This results in a new value of {value[-4:]}:{type}
for all new IDENTIFIER blocking keys. We recommend resetting your database before upgrading to this release.
- Removed first 2 chars of authority from IDENTIFIER blocking key by @ericbuckley in #227
What's Changed
- Add endpoint for deleting orphaned persons by @m-goggins in #221
- Add Endpoint for getting orphaned patients by @m-goggins in #222
- minor updates to README by @ericbuckley in #228
- Add endpoint to return orphaned persons by @m-goggins in #225
Full Changelog: v25.2.0...v25.3.0