-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance National Health ID Search Functionality Across Modules and Address Duplication Issues [3] #13181
Comments
…es and Address Duplication Issues - v3
…es and Address Duplication Issues
…es and Address Duplication Issues - changes after review
…_national_ID_search_functionality #13181 - Enhance National Health ID Search Functionality Across Modules and Address Duplication Issues
Tested on localhost version 1.100.0 - SNAPSHOT (https://github.com/SORMAS-Foundation/SORMAS-Project/commits/7602439e99e8df20432d27f5bc4ebdc0931617cd) |
…es and Address Duplication Issues
…es and Address Duplication Issues (#13216) Co-authored-by: SergiuPacurariu <[email protected]>
Tested on localhost version 1.100.0 - SNAPSHOT (https://github.com/SORMAS-Foundation/SORMAS-Project/commits/996f110c4f179bc2b1622494c6bffd2b220929f2) |
Problem Description
This issue is related to Search by NationalID is not consistently working in all locations · Issue #13029.
Problem Summary:
Duplication Issue: Occasionally, two different individuals associated with the same National Health ID are created. It was observed this while manually processing a lab message. The duplication may stem from variations in the first and last names of these individuals.
Search Limitation in Person Module: When attempting to merge these records in the Person module, you cannot search by the National Health ID. Instead, the search results display a completely different individual, which suggests that the National Health ID search functionality may not have been included in the scope of issue #13029.
Proposed Change
Implement a search feature extension allowing users to search by National Health ID across the Case, Person, Contacts Sample, and Message modules. This would allow consistent and accurate retrieval of records associated with a particular National Health ID.
In the Person module, specifically, enhance the search functionality to prioritize National Health ID results, reducing confusion when merging records.
Implement validation logic to check for existing National Health ID entries when processing new records (e.g., lab messages) to prevent duplicate entries due to minor name variations.
Display a warning or notification if a duplicate National Health ID is detected, prompting users to review and confirm before creating a new record.
Added Value/Benefit
Acceptance Criteria
Enhanced National Health ID Search Functionality Across Modules
Implementation Details
No response
Mockups
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: