Skip to content
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

Insert non-null MRN & SSN identifiers and non-null phone numbers #343

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

m-goggins
Copy link
Collaborator

@m-goggins m-goggins commented Nov 27, 2023

This PR ensures that only non-null MRN and SSN identifiers, as well as non-null cell phone and home phone numbers, are included in a patient resource when seeding into the MPI. Previously, seed data assumed each record contained an MRN, SSN, home phone, and cell phone and would insert a null value for each if missing. Now, only the non-null values are included in the patient resource, which prevents table bloat.

The PR also puts the functions from phdi directly into the notebook rather than importing them to avoid incorrectly phdi pip installation.

@m-goggins m-goggins merged commit a211ffa into main Nov 27, 2023
3 checks passed
@m-goggins m-goggins deleted the only-insert-non-null-identifiers branch November 27, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants