Parquet on FHIR 架构
FHIR 数据流 ETL 流水线的输出是将原始 FHIR 资源转换为 Parquet-on-FHIR 架构表示法。这适用于每种资源类型,并遵循 FHIR 数据流架构映射规则。
生成的列式 Parquet 文件提供了“基础数据仓库”,您可以使用任何支持 Parquet 的工具(例如基于 SQL 的查询引擎)对其进行查询,也可以通过视图层将其进一步转换为具体化视图。
前往开发者文档
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-26。
[null,null,["最后更新时间 (UTC):2024-11-26。"],[[["FHIR Data Pipes ETL Pipelines convert raw FHIR resources into a Parquet-on-FHIR schema for efficient querying."],["This process generates columnar Parquet files, creating a foundational data warehouse for analysis with parquet-aware tools."],["Users can further refine data using the view layer to create materialized views for specific analytic needs."]]],["Raw FHIR resources are transformed into a *Parquet-on-FHIR* schema representation, following defined mapping rules, for each resource type. These columnar Parquet files form the base data warehouse, accessible via parquet-aware tools, such as SQL query engines. The data can be further transformed into materialized views through the view layer. This conversion process is handled by the FHIR Data Pipes ETL Pipelines.\n"]]