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 endpoint to check auto, potential,conflict matches #128

Merged
merged 6 commits into from
Mar 12, 2024

Conversation

reagan-meant
Copy link
Contributor

@reagan-meant reagan-meant commented Sep 12, 2023

Add an endpoint to get potential, auto and conflict matches without creating the patient first.
This post request expects a fhir patient object to be passed in.
Unfortunately we can't just modify the current apis since this returned three types of matches and not only potential matches

@reagan-meant reagan-meant changed the title Add endpoint to check potential matches Add endpoint to check auto, potential,conflict matches Oct 11, 2023
@@ -982,6 +982,215 @@ router.get(`/count-match-issues`, (req, res) => {
});
});

router.post('/potential-matches', (req, res) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@azizdiakite could you rename this to 'matches' instead of 'potential-matches'

@ashaban ashaban merged commit 89c489a into intrahealth:master Mar 12, 2024
4 of 7 checks passed
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.

4 participants