Stream: hapi
Topic: Delete multiple resources
Vijayendra Prabhakar (May 25 2020 at 11:30):
Hi,
I am using HAPI FHIR STU3 and from the documentation I got to know that a single resource can be deleted. We have a requirement to delete multiple resources, is there a way to delete multiple resources in hapi server? Please let me know if there is any.
Thank you,
Vijayendra Prabhakar
James Agnew (May 25 2020 at 12:00):
You can delete using a search criteria (e.g. DELETE Patient?active=true
but this style of deletion is disabled by default and needs to be enabled through configuration.
Last updated: Apr 12 2022 at 19:14 UTC