FHIR 데이터 파이프
GitHub에서 소스 보기
FHIR 데이터 파이프는 분석 서비스를 빌드하기 위해 FHIR 데이터를 SQL 지원 형식으로 변환하는 ETL 파이프라인 모음입니다. FHIR Data Pipes는 수평 확장성을 고려하여 설계되었으며 여러 배포 옵션을 제공합니다.
기능은 다음과 같습니다.
SQL을 사용하여 쿼리할 수 있는 Apache Parquet 파일을 기반으로 FHIR 소스의 데이터를 FHIR 기반 SQL 스키마 데이터 웨어하우스로 변환하는 Apache Beam ETL 파이프라인(FHIR 기반 Parquet 스키마 참고)
FHIR 데이터 파이프라인을 관리하고 '전체', '증분', '머지' 파이프라인을 통합하는 컨트롤러 모듈입니다. 컨트롤러 모듈을 사용하여 주기적 증분 업데이트를 예약하거나 웹 제어 패널을 사용하여 파이프라인을 수동으로 시작할 수 있습니다.
ViewDefinition 리소스를 적용하여 파이프라인 내에서 플랫 뷰를 생성할 수 있는 SQL-on-FHIR-v2 사양 구현 (뷰 영역 참고)
개발자 문서로 이동
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]