FHIR Chat · Delete multiple resources · hapi

Stream: hapi

Topic: Delete multiple resources


view this post on Zulip 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

view this post on Zulip James Agnew (May 25 2020 at 12:00):

You can delete using a search criteria (e.g. DELETE Patient?active=truebut this style of deletion is disabled by default and needs to be enabled through configuration.


Last updated: Apr 12 2022 at 19:14 UTC