Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OHDSI Waveform Working Group

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.

Website

Visit our documentation website: https://ohdsi.github.io/WaveformWG/

Mission

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.

Waveform Extension

The OMOP CDM Waveform Extension consists of four interconnected tables:

  1. waveform_occurrence - Clinical and temporal context for recording sessions
  2. waveform_registry - File-level metadata and storage locations
  3. waveform_channel_metadata - Per-signal characteristics and metadata
  4. waveform_feature - Derived measurements and features

Documentation

Get Involved

Join the Working Group

  1. Sign up for OHDSI Teams
  2. Request access to the Waveform Working Group channel
  3. Introduce yourself and share your interests
  4. Attend working group meetings

Contribute

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.

Quick Links

Related Resources

Building the Website

This repository contains the source files for the Waveform Working Group documentation website.

Prerequisites

  • R (version 4.0+)
  • rmarkdown package

Build Instructions

# Install rmarkdown package (if needed)
Rscript -e 'install.packages("rmarkdown")'

# Build the site
Rscript build-site.R

# View locally
open docs/index.html

See BUILD.md for detailed build instructions.

Repository Structure

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

Contact

License

This work is licensed under the Apache License 2.0.

Acknowledgments

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

About

Repository to support activities of the OHDSI Waveform Workgroup

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages