Search
Returns a page of patient merge records for the given MRNs. A merge is included
when the MRN matches either the alternative or the primary patient MRN.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
mrns
The patient MRNs to fetch merges for.
limit
The max number of records to return. Defaults to 100, capped at 1000.
page_token
A token that can be used to retrieve the next or previous page of results
Response
This endpoint returns an object.
items
total
next_page_token
A token that can be used to retrieve the next or previous page of results
prev_page_token
A token that can be used to retrieve the next or previous page of results
Errors
400
Bad Request Error