Get Status

Beta
Gets the merge status for a patient by patient ID or mrn. If the provided value is a valid UUID, it will be treated as a patient ID. Otherwise, it will be treated as an MRN.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

mrn_or_idstringRequired

Response

This endpoint returns an object.
noneobject
Patient is not involved in any merges.
OR
alternativeobject
Patient has been merged into another patient.
OR
primaryobject
Patient has other patients merged into them.

Errors

404
Not Found Error