This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Warn about potential duplicate patient during creation process #2187
Labels
🚀enhancement
an issue/pull request that adds a feature to the application
in progress
indicates that issue/pull request is currently being worked on
patients
issue/pull request that interacts with patients module
Milestone
Scenario
AS
A user who can create a patient
I WANT
A warning about potential duplicate patient records
SO THAT
No duplicates enter the system
Acceptance Criteria
GIVEN
A user is being created
WHEN
A new patient is created that matches name, sex and DOB
THEN
The system should warn about a duplicate by popping up a modal. The modal should say "Potential duplicate of: [Patient Name](link to patient record). Are you sure you want to create this patient? The modal should have a "Continue" button which will create the record and a cancel button which would stop the creation process.
Related Issues
#461
Technical Notes
The text was updated successfully, but these errors were encountered: