Parquet on FHIR スキーマ
FHIR Data Pipes ETL パイプラインの出力は、元の FHIR リソースを Parquet-on-FHIR スキーマ表現に変換したものです。これはリソースタイプごとに行われ、FHIR Data Pipes スキーマ マッピング ルールに従います。
生成されたカラム型 Parquet ファイルは、Parquet 対応ツール(SQL ベースのクエリエンジンなど)を使用してクエリを実行できる「ベース データ ウェアハウス」を提供します。また、ビューレイヤを介してマテリアライズド ビューに変換することもできます。
デベロッパー向けドキュメントに移動
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-26 UTC。
[null,null,["最終更新日 2024-11-26 UTC。"],[[["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"]]