generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Add two new API endpoints that allow users to directly add/update patient record details in the MPI. ## Related Issues closes #159 ## Additional Notes `POST /patient -d '{"record": "...", "person": "person_reference_id"}'` Add the above endpoint to allow users to directly add a patient record to the MPI, skipping the record linkage algorithm. `PATCH /patient/<patient-reference-id> -d '{"record": "...", "person": "person_reference_id"}'` Add the above endpoint to allow users to update an existing patient record in the MPI. NOTE: For this operation, the `record` and `person` attributes are optional. If not specified, the existing value will stay unchanged. However, at least 1 must be specified. --------- Co-authored-by: Eric Buckley <[email protected]> Co-authored-by: m-goggins <[email protected]>
- Loading branch information
1 parent
e837f63
commit 5b5fe41
Showing
6 changed files
with
333 additions
and
3 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
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
Oops, something went wrong.