Welcome to the OHDSI Waveform Working Group repository! This working group is dedicated to integrating physiological waveform data (ECG, EEG, arterial blood pressure, etc.) with electronic health records in the OMOP Common Data Model.
Visit our documentation website: https://ohdsi.github.io/WaveformWG/
To enable integration of physiological waveform data with electronic health records in the OMOP Common Data Model, supporting observational research, AI model development, and clinical decision support.
The OMOP CDM Waveform Extension consists of four interconnected tables:
- waveform_occurrence - Clinical and temporal context for recording sessions
- waveform_registry - File-level metadata and storage locations
- waveform_channel_metadata - Per-signal characteristics and metadata
- waveform_feature - Derived measurements and features
- Getting Started - Implementation guide and quick start
- Waveform Extension Overview - High-level architecture
- Implementation Guide - Detailed ETL specifications
- Table Specifications - Complete schema reference
- Office Hours - Recorded implementation discussions
- Sign up for OHDSI Teams
- Request access to the Waveform Working Group channel
- Introduce yourself and share your interests
- Attend working group meetings
We welcome contributions from:
- Data Engineers: Implement the extension at your institution
- Researchers: Propose use cases and requirements
- Developers: Build ETL tools and converters
- Vocabulary Experts: Help standardize waveform concepts
See our Project Management page for details.
- GitHub Repository: OHDSI/WaveformWG
- OHDSI Homepage: https://www.ohdsi.org/
- OHDSI Forums: http://forums.ohdsi.org/
- CHoRUS Bridge2AI: https://chorus-ai.github.io/
This repository contains the source files for the Waveform Working Group documentation website.
- R (version 4.0+)
rmarkdownpackage
# Install rmarkdown package (if needed)
Rscript -e 'install.packages("rmarkdown")'
# Build the site
Rscript build-site.R
# View locally
open docs/index.htmlSee BUILD.md for detailed build instructions.
WaveformWG/
├── rmd/ # Source RMarkdown files
│ ├── _site.yml # Site configuration
│ ├── index.Rmd # Home page
│ ├── get-started.Rmd # Getting started guide
│ ├── waveform-extension.Rmd # Implementation guide
│ └── ... (other content pages)
├── docs/ # Generated HTML (published to GitHub Pages)
├── build-site.R # Build script
├── BUILD.md # Detailed build instructions
└── README.md # This file
- Email: houghtaling@ohdsi.org
- GitHub Issues: Report bugs or request features
- Teams: OHDSI Waveform Working Group channel
This work is licensed under the Apache License 2.0.
The OHDSI Waveform Working Group is grateful for support from:
- CHoRUS Bridge2AI
- OHDSI Community
- Early adopter institutions
- All contributors
Maintained by: OHDSI Waveform Working Group Last Updated: November 2025