Parsing FHIR data and converting that to OMOP standard is a notoriously difficult problem. I think we've cracked it.
I've open sourced two GitHub repos:
1. Forge-Core. This is the secret sauce. Automatically parse ANY json structure inside your own data warehouse by mapping your schema and building dbt models on the fly. Easy to set up and use. https://github.com/foxtrotcommunications/foxtrotcommunicatio...