How to Create Delete Patient/ Practitioner API?

How to Create Delete Patient/ Practitioner API ? so that we can use it on our mobile app.

hi vickey
have you had a look at the api documentation? it’s at
https://www.open-emr.org/wiki/index.php/OpenEMR_7.0.3_API

1 Like

Hi Ruth,
Yes, Create is available. but fpr " Delete", do we need to create custom api ?

If its not listed in the swagger file, then yes you need to create a new api for delete. Bear in mind that delete is very STRONGLY discouraged in the USA as you will lose track of your provenance information. Best to mark them inactive versus deleting users.

1 Like