-
Notifications
You must be signed in to change notification settings - Fork 45
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
Duplicate patient records #150
Comments
Can you send us the two patient file - Welch Cori and Welch Cory? We will examine where the dedup logic went wrong. |
Is there any documentation on how a duplicate is determined and/or how they
stored in the database?
I misunderstood the email and attached the files on the git issues. Sorry
…On Tue, Sep 18, 2018 at 6:15 PM peter li ***@***.***> wrote:
Can you send us the two patient file - Welch Cori and Welch Cory? We will
examine where the dedup logic went wrong.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#150 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApYU36J0c-x9u2C7rWmP9hqi1HU42bXMks5ucXCPgaJpZM4WuxJe>
.
--
Eduardo Villaveces
828-452-1950
|
There are some logic in the code that checks for duplication against existing patient record in the MongoDB. Ragu Naga probably can give you additional information on the logic. Thanks for sending the zip file. We will examine it and update the dedup logic accordingly. |
It appears the problem is cause by threading code introduced in 5.1 . Number of Threads for Patient ImportpopHewalth.yml - patient_import_threads: 4 The QRDA.zip file contains duplicate patients. When running multiple threads our upload totals fluctuated between 79 - 76. Our Cypress 2017 test deck tests where failing. When we changed the setting to patient_import_threads: 1 and restated pophealth_delayed_worker. All Cypress 2071 test deck CQM measures are passing and our upload totals are consistent 76. sudo systemctl stop pophealth_delayed_worker
|
Thanks for the update. The temporary solution is set the patient_import_threads: 1 until we figure out how to deal with deduplication. |
popHealth v5.1.1, bundle 2017.0.3, commit # 711a58
Testing with Cypress 3.2.3 and duplicate testing. Our calculation numbers are of by the duplicate patients that meet the criteria. Is there any settings for handling duplicate records
At the bottom Welch Cori and Welch Cory are duplicates.
What criteria does pohealth use to determine duplicate patients?
The text was updated successfully, but these errors were encountered: