Question
· Feb 23, 2023

Easiest way to clean up a FHIR database?

Hi, what is the easiest way to clear all the tables which store FHIR data? The most straitforward approach is to get a list of tables using the information_schema.tables view, then execute dynamic SQL with the "delete from" clause, but perhaps some helper class has already been written for this purpose?

Product version: IRIS 2022.3
Discussion (6)3
Log in or sign up to continue