-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import api: fix duplication of nested patient resources (#5299)
Sending the same patient resource more than once (either on accident or for an attribute update) leads to the addresses, phone numbers and business identifiers being duplicated, because we are generating a new ID for them every time. We now ensure that these IDs are generated deterministically so that the resource merge merely updates these values rather than creating new instances.
- Loading branch information
1 parent
dd31193
commit 9e7f921
Showing
3 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters