Stream: ibm
Topic: System Level Export
Sridhar S (Jul 27 2020 at 12:20):
Is this feature supported by IBM fhir-server with minio-s3
GET [fhir base]/$export
Export data from a FHIR server, whether or not it is associated with a patient. This supports use cases like backing up a server
Paul Bastide (Jul 27 2020 at 15:59):
In the code, we use a Compartment Search for Patient/${UUID}/$export only
Paul Bastide (Jul 27 2020 at 15:59):
On system, it's per Resource type strictly
Paul Bastide (Jul 27 2020 at 16:34):
I re-read your question... I don't think it's a good match for backing up a server
Paul Bastide (Jul 27 2020 at 16:35):
Your standard database backup is the best way to have an integral backup
Paul Bastide (Jul 27 2020 at 16:36):
You run into issues where references are not in agreement, and a high cost of recreating the search and other indices.
Last updated: Apr 12 2022 at 19:14 UTC