jembi / hearth

A fast FHIR-compliant server focused on longitudinal data stores.
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

Support for Multiple Databases #147

Open ashaban opened 6 years ago

ashaban commented 6 years ago

In a case that we have resource data from two different sources that sometimes might be slightly different and need to be kept separately. Is multiple databases be an ideal solution for this?

rcrichton commented 6 years ago

Hmm, that's not a case we have considered. Perhaps you would be better off with 2 Hearth instances. Else, you could try tag resources with an indication of which source it comes from.

citizenrich commented 6 years ago

As Ryan says, see meta.tags as a solution, they're meant to be supported in FHIR @lduncan-intrah https://github.com/jembi/hearth/issues/111 https://www.hl7.org/fhir/resource-definitions.html#Meta.tag