FHIR 結構定義上的 Parquet
FHIR 資料管道 ETL 管道的輸出內容,是將原始 FHIR 資源轉換為 Parquet-on-FHIR 結構定義表示法。這項作業會針對每個資源類型執行,並遵循 FHIR Data Pipes 架構對應規則。
產生的欄式 Parquet 檔案會提供「基本資料倉儲」,可透過任何支援 Parquet 的工具 (例如以 SQL 為基礎的查詢引擎) 進行查詢,或進一步透過檢視層轉換為具體化檢視。
請參閱開發人員說明文件
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-26 (世界標準時間)。
[null,null,["上次更新時間: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"]]