You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Summary
Create 2 new endpoints,
POST /match
andPOST /match/fhir
that behave just like the existing/link
and/link/fhir
endpoints without persistence.Acceptance Criteria
/match
and/match/fhir
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.
The text was updated successfully, but these errors were encountered: