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

Create /match endpoints #157

Closed
3 tasks
ericbuckley opened this issue Dec 19, 2024 · 0 comments · Fixed by #167
Closed
3 tasks

Create /match endpoints #157

ericbuckley opened this issue Dec 19, 2024 · 0 comments · Fixed by #167
Assignees
Labels
feature New feature or request

Comments

@ericbuckley
Copy link
Collaborator

Summary

Create 2 new endpoints, POST /match and POST /match/fhir that behave just like the existing /link and /link/fhir endpoints without persistence.

Acceptance Criteria

  • Create two new API endpoints; /match and /match/fhir
  • Test cases for the new API endpoints
  • Update external documentation explaining the differences between /link and /match

Background / Context

In some cases, it's optimal for end users to just check to see what person cluster a record belongs to without actually updating the MPI with the new data. For this action, we'll use the "match" verb to indicate we're just looking for a result.

@ericbuckley ericbuckley added the feature New feature or request label Dec 19, 2024
@ericbuckley ericbuckley self-assigned this Jan 7, 2025
@ericbuckley ericbuckley mentioned this issue Jan 7, 2025
9 tasks
ericbuckley added a commit that referenced this issue Jan 14, 2025
## Description
Add /match and /match/fhir endpoints for link like functionality,
however no data is persisted.

## Related Issues
closes #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant