Create

Beta
Creates a new patient merge record.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
alternative_patient_mrnstringRequired
The MRN of the patient that was merged.
primary_patient_mrnstringRequired
The MRN of the patient that is getting a patient merged into them.

Response

This endpoint returns an object.
alternative_patient_mrnstring
The MRN of the patient that was merged.
deactivatedboolean
True if the object is deactivated. Deactivated objects are not returned in search results but are returned in all other endpoints including scan.
idstring
The unique identifier for a PatientMerge record.
organization_idstring
The organization that owns this object.
primary_patient_mrnstring
The MRN of the patient that is getting a patient merged into them.
updated_atdatetime
updating_user_idstring
The user ID of the user who last updated the object.
versioninteger
The version of the object. Any update to any property of an object object will create a new version.

Errors

400
Bad Request Error
500
Internal Error