Search

Beta
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.
mrnslist of stringsRequired
The patient MRNs to fetch merges for.
limitintegerOptional
The max number of records to return. Defaults to 100, capped at 1000.
page_tokenstringOptional
A token that can be used to retrieve the next or previous page of results

Response

This endpoint returns an object.
itemslist of objects
totalinteger
next_page_tokenstringOptional
A token that can be used to retrieve the next or previous page of results
prev_page_tokenstringOptional
A token that can be used to retrieve the next or previous page of results

Errors

400
Bad Request Error