Page 1 of 1

Patient duplicates and API features

Posted: Mon Nov 24, 2025 1:15 pm
by jlbciriaco
How can i create duplicate patients or use the patient clone feature programmatically using the API? Since i need to create both GP and Ortho patients for the same person, but i don't see the option to allow duplicates, the API always responds with "A Patient with that information already exists in the database.", even if the UI (.exe program) allows to create patients with the same info.

Re: Patient duplicates and API features

Posted: Mon Dec 01, 2025 9:59 am
by justine
jlbciriaco wrote: Mon Nov 24, 2025 1:15 pm How can i create duplicate patients or use the patient clone feature programmatically using the API? Since i need to create both GP and Ortho patients for the same person, but i don't see the option to allow duplicates, the API always responds with "A Patient with that information already exists in the database.", even if the UI (.exe program) allows to create patients with the same info.
We resolved this over email, but for anyone else following along — the API does not support cloning or creating duplicate patients. The duplicate patient check is an intentional safeguard to protect data integrity, and the API enforces it more strictly than the UI. Everything is working as designed.

Thanks!