Patients

Merge duplicate patients

This patient becomes canonical; merge_from is folded in and soft-deleted.

Requires the patients:write scope.

post/v1/patients/{id}/merge

Path parameters

idinteger required

Request body

merge_frominteger required

The patient id to fold into this one (then soft-deleted).

namestring
phonestring
icstring
emailstring
dobstring date
gender'male' | 'female'

Response

The canonical patient

Changes

No recorded changes to this endpoint across all 1 revision of this API.