FHIR データ パイプ
GitHub でソースを見る
FHIR Data Pipes は、FHIR データを SQL 対応形式に変換して分析サービスを構築するための ETL パイプラインのセットです。FHIR Data Pipes は水平方向のスケーラビリティを念頭に設計されており、複数のデプロイ オプションが用意されています。
主な機能は次のとおりです。
Apache Beam ETL パイプライン。SQL を使用してクエリできる Apache Parquet ファイルに基づいて、FHIR ソースから SQL-on-FHIR スキーマ データ ウェアハウスにデータを変換します(Parquet-on-FHIR スキーマをご覧ください)。
FHIR Data Pipes パイプラインを管理し、「完全」、「増分」、「統合」の各パイプラインを統合するコントローラ モジュール。コントローラ モジュールを使用すると、定期的な増分更新をスケジュール設定できます。また、ウェブ コントロール パネルを使用してパイプラインを手動で開始することもできます。
SQL-on-FHIR-v2 仕様の実装により、ViewDefinition リソースを適用してパイプライン内にフラット ビューを生成できるようになりました(ビューレイヤをご覧ください)。
デベロッパー向けドキュメントに移動
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-26 UTC。
[null,null,["最終更新日 2024-11-26 UTC。"],[[["FHIR Data Pipes is a scalable ETL toolset that transforms FHIR data into an SQL-compatible format for analytics."],["It utilizes Apache Beam pipelines to create a data warehouse based on an SQL-on-FHIR schema using Parquet files."],["A controller module allows for managing and scheduling pipeline updates, including full, incremental, and merging processes."],["FHIR Data Pipes supports the SQL-on-FHIR-v2 specification for generating simplified views of the data."]]],["FHIR Data Pipes provides ETL pipelines to convert FHIR data into an SQL-ready format using Apache Beam. These pipelines create a data warehouse based on Apache Parquet files, enabling SQL queries. A Controller Module manages \"full,\" \"incremental,\" and \"merger\" pipelines, allowing scheduled or manual updates. The system implements the SQL-on-FHIR-v2 specification, supporting ViewDefinition resources to create flat views within the pipelines. It offers scalability and multiple deployment options for analytics services.\n"]]