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

Add support for null value handling for blocking fields in the decision rules file #101

Open
wluyima opened this issue Jun 2, 2022 · 0 comments

Comments

@wluyima
Copy link

wluyima commented Jun 2, 2022

We have a requirement to block on a specific field but the field is nullable and we have multiple records with null values for the field, this slows down the application because the patient matching logic ends up comparing all the patients with null values for the field.

It would be nice to allow an implementation to specify the null handling behavior for blocking fields in the decision rules file.

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

No branches or pull requests

1 participant