Stream: implementers
Topic: transformation from relational database
Katarina (Dec 10 2019 at 20:59):
Hi, is there a tool to transform relational database structures into fhir profiles? Otherwise I have to write a script on my own. Thanks for recommendations.
Grahame Grieve (Dec 10 2019 at 21:01):
there are general purpose interoperability tools to do this, but they are not particularly FHIR specific (it's a question of scale - transformation tools are a real investment)
nicola (RIO/SS) (Dec 10 2019 at 21:13):
Take a look at our jute library - we use it a lot for similar tasks - https://github.com/HealthSamurai/jute.clj/tree/master
Last updated: Apr 12 2022 at 19:14 UTC