एफ़एचआईआर डेटा पाइप
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
GitHub पर सोर्स देखें
FHIR डेटा पाइप, एटल पाइपलाइन का एक सेट है. इसका इस्तेमाल, विश्लेषण सेवाएं बनाने के लिए, FHIR डेटा को SQL फ़ॉर्मैट में बदलने के लिए किया जाता है. FHIR डेटा पाइप को, हॉरिज़ॉन्टल स्केलेबिलिटी को ध्यान में रखकर डिज़ाइन किया गया है. साथ ही, इसमें डिप्लॉयमेंट के कई विकल्प भी उपलब्ध हैं.
इनमें ये सुविधाएं शामिल हैं:
Apache Beam ETL पाइपलाइन, जिनका इस्तेमाल करके FHIR सोर्स से डेटा को SQL-on-FHIR स्कीमा डेटा वेयरहाउस में बदला जा सकता है. यह वेयरहाउस, Apache Parquet फ़ाइलों पर आधारित होता है. इन फ़ाइलों से SQL का इस्तेमाल करके क्वेरी की जा सकती है (Parquet-on-FHIR स्कीमा देखें)
FHIR डेटा पाइपलाइन को मैनेज करने के लिए कंट्रोलर मॉड्यूल. यह "पूरी", "इंक्रीमेंटल", और "मर्जर" पाइपलाइन को एक साथ इंटिग्रेट करता है. कंट्रोलर मॉड्यूल का इस्तेमाल करके, समय-समय पर इंक्रीमेंटल अपडेट शेड्यूल किए जा सकते हैं. इसके अलावा, वेब कंट्रोल पैनल का इस्तेमाल करके, पाइपलाइन को मैन्युअल तरीके से शुरू किया जा सकता है.
SQL-on-FHIR-v2 स्पेसिफ़िकेशन को लागू करना, ताकि ViewDefinition रिसॉर्स को लागू करके, पाइपलाइन में फ़्लैट व्यू जनरेट किए जा सकें (व्यू लेयर देखें)
डेवलपर के लिए दिए गए दस्तावेज़ पर जाएं
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eFHIR Data Pipes is a scalable ETL toolset that transforms FHIR data into an SQL-compatible format for analytics.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes Apache Beam pipelines to create a data warehouse based on an SQL-on-FHIR schema using Parquet files.\u003c/p\u003e\n"],["\u003cp\u003eA controller module allows for managing and scheduling pipeline updates, including full, incremental, and merging processes.\u003c/p\u003e\n"],["\u003cp\u003eFHIR Data Pipes supports the SQL-on-FHIR-v2 specification for generating simplified views of the data.\u003c/p\u003e\n"]]],["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"],null,["# FHIR Data Pipes\n\n[View source on GitHub](https://github.com/google/fhir-data-pipes)\n\n*FHIR Data Pipes* is a set of ETL pipelines for transforming FHIR data into an\nSQL-capable format for building analytics services. FHIR Data Pipes is designed\nwith horizontal scalability in mind and offers multiple deployment options.\n\nThe features include:\n\n- [Apache Beam](https://beam.apache.org/) ETL pipelines to transform\n data from a FHIR source into an SQL-on-FHIR schema data warehouse, based on\n Apache Parquet files that can be queried using SQL\n (see [Parquet-on-FHIR schema](/open-health-stack/fhir-analytics/parquet-on-fhir))\n\n- Controller Module for managing the FHIR Data Pipes Pipelines, integrating\n \"full\", \"incremental\", and \"merger\" pipelines together. Using the controller\n module you can schedule periodic incremental updates or use the Web Control\n Panel to start the pipeline manually.\n\n- Implementation of the [SQL-on-FHIR-v2 specification](https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/StructureDefinition-ViewDefinition.html)\n making it possible to apply ViewDefinition resources to generate flat views\n within the pipelines (see [View layer](/open-health-stack/fhir-analytics/view-layer))\n\nGo to [developer documentation](https://google.github.io/fhir-data-pipes/)"]]