Stream: implementers
Topic: synchronization
Jens Villadsen (Feb 01 2018 at 14:51):
Is anyone aware of any tool that is able to basically fetch all FHIR data from one server and then ship it to another FHIR server?
Grahame Grieve (Feb 01 2018 at 14:57):
I had a java tool a long time ago that did this but it was not maintained. I don't know of anything else
Michael Donnelly (Feb 01 2018 at 15:37):
What's your use case for this, @Jens Villadsen ?
Michel Rutten (Feb 01 2018 at 15:49):
@Jens Villadsen @nicola (RIO/SS) has been looking at bulk data synchronization for a while now, maybe he can help you out.
Jens Villadsen (Feb 02 2018 at 14:25):
I am in a need of a large real-like dataset that runs on my own FHIR infrastructure - for performance and load tests. I then thought of using the dataset from the Mitre "synthetic mass" project - but I guess that is going to be uphill from here.
Jens Villadsen (Feb 02 2018 at 14:28):
But I guess it requires me to also be able to relax/restrict how logical ID's are used.
Jens Villadsen (Feb 05 2018 at 09:34):
Maybe $everything could take me someway down that road ...
Jens Villadsen (Feb 05 2018 at 09:45):
@nicola (RIO/SS) is your synchronization tied to the db or does it run through the use of FHIR?
Jason Walonoski (Feb 05 2018 at 16:36):
@Jens Villadsen Did you try to download our data? It is here: https://syntheticmass.mitre.org/download.html If you want to generate your own, try this: https://github.com/synthetichealth/synthea_java We generated a million patients in about 16 hrs on a mid-level laptop.
Jason Walonoski (Feb 05 2018 at 16:36):
Each patient record should be a bundle ready to be ingested as a transaction.
Last updated: Apr 12 2022 at 19:14 UTC