FHIR Chat · Generic server · implementers

Stream: implementers

Topic: Generic server


view this post on Zulip Rajaprabhu Singaravel (Jun 10 2020 at 12:52):

I am planning to implement Generic Server for our client. We are having multiple source of data in different formats. Can you team what are the storage sources available for it (ex ORM and no sql database list). and which Storage datasource is best for it ?

view this post on Zulip Lloyd McKenzie (Jun 10 2020 at 14:46):

There is no 'best'. Storage approach depends on legacy requirements, whether you expect to access your data by means other than FHIR, expectations in terms of update frequency and query volume, etc. Read through some of the discussions in the spec (http://build.fhir.org/storage.html) and also scan through the discussion here #storage for FHIR. If you're putting out a net new system, you might also take a look at one of the FHIR open source solutions.


Last updated: Apr 12 2022 at 19:14 UTC