2 分•作者: brady_bastian•5 天前
解析FHIR数据并将其转换为OMOP标准是一个出了名的难题。我认为我们已经解决了这个问题。
我已经开源了两个GitHub仓库:
1. Forge-Core。这是核心秘诀。通过映射您的模式并即时构建dbt模型,自动解析您数据仓库内的任何JSON结构。设置和使用都很简单。 [https://github.com/foxtrotcommunications/foxtrotcommunications-forge-core/tree/main](https://github.com/foxtrotcommunications/foxtrotcommunications-forge-core/tree/main)
2. Avalon-Public。在Forge解析之后,使用这些dbt模型正确且高效地构建您所需的OMOP模型。 [https://github.com/foxtrotcommunications/foxtrotcommunications-avalon-public](https://github.com/foxtrotcommunications/foxtrotcommunications-avalon-public)