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

Reliable detection of day-month combinations #93

Open
vmenger opened this issue Aug 2, 2023 · 0 comments
Open

Reliable detection of day-month combinations #93

vmenger opened this issue Aug 2, 2023 · 0 comments

Comments

@vmenger
Copy link
Owner

vmenger commented Aug 2, 2023

In #92 we removed detection of day-month combinations, and only detect combinations of day, month and year as date. Day-month combinations may still be considered PHI in some cases, however, detection is harder than a simple regexp. See e.g. these real-world examples:

Patient werd op 5/5 opgenomen
Patient werd op 2.5 opgenomen

versus:

Motoriek:  Deltoideus 5/5; Biceps 5/5
Start met bisoprolol 2.5 mg

Perhaps a different rule-based approach can be used here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant