Get Status
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_id
Response
This endpoint returns an object.
none
Patient is not involved in any merges.
OR
alternative
Patient has been merged into another patient.
OR
primary
Patient has other patients merged into them.
Errors
404
Not Found Error