-
Notifications
You must be signed in to change notification settings - Fork 6
Use $match in Patient Discovery if enabled #736
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
Open
robertandremitchell
wants to merge
45
commits into
main
Choose a base branch
from
rob/294-switch-to-match-for-patient-discovery-rather-than-patient-search
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Use $match in Patient Discovery if enabled #736
robertandremitchell
wants to merge
45
commits into
main
from
rob/294-switch-to-match-for-patient-discovery-rather-than-patient-search
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #736 +/- ##
==========================================
- Coverage 66.02% 65.22% -0.80%
==========================================
Files 118 118
Lines 5834 5907 +73
Branches 1391 1451 +60
==========================================
+ Hits 3852 3853 +1
- Misses 1968 2039 +71
- Partials 14 15 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…an-patient-search' of https://github.com/CDCgov/dibbs-query-connector into rob/294-switch-to-match-for-patient-discovery-rather-than-patient-search
…y-rather-than-patient-search
…y-rather-than-patient-search
…y-rather-than-patient-search
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PULL REQUEST
Summary
Adds a $match function to use if the FHIR server supports $match and it is enabled as an alternative patient search method.
As of now, Epic is the only server we have that supports this, which has some different protocols here for us to test: https://fhir.epic.com/Specifications?api=10423
There is a frontend /query method for enabling patient match protocol if the server does support $match (otherwise the checkbox does not render). Toggling the /query checkbox only impacts that specific run of the query. Otherwise, edit the /fhirServers entry.
The frontend of that patientMatchConfiguration is significantly more streamlined in v4 and v5 of $match; we only need
onlyCertainMatches
to be true for $match to work. If so, we have an optionalmatchCount
param. However, I've found that the count does not seem to be operationalized on Epic so it has not fully been tested. v6 params are still present as some degree of future-proofing but we as of now don't know a partner on v6, which has theonlySingleMatch
workflow.Related Issue
Fixes #294
Additional Information
Creds to test epic (also available on queryconnector.dev):

To test
NoCertainPatientMatch
, enter: Hyper, Unlucky, 12-6-1975, [email protected].Checklist