FHIR Chat · System Level Export · ibm

Stream: ibm

Topic: System Level Export


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

view this post on Zulip Paul Bastide (Jul 27 2020 at 15:59):

In the code, we use a Compartment Search for Patient/${UUID}/$export only

view this post on Zulip Paul Bastide (Jul 27 2020 at 15:59):

On system, it's per Resource type strictly

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

view this post on Zulip Paul Bastide (Jul 27 2020 at 16:35):

Your standard database backup is the best way to have an integral backup

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