From c5d6551847c3c7325689c33199774640653458c9 Mon Sep 17 00:00:00 2001 From: Katy Sadowski Date: Wed, 23 Oct 2024 14:36:01 -0400 Subject: [PATCH] Add link to abstract --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6bb1ae..1c474e8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ The purpose of this project is to re-create the Synthea-->OMOP ETL implemented i The project is currently under development and is not yet ready for production use. +[OHDSI Symposium 2024 Abstract](https://www.ohdsi.org/wp-content/uploads/2024/10/124-Sadowski-dbt-synthea-Abstract-Julien-Nakache.pdf) + ## Who Is This Project For? We built dbt-synthea to demonstrate the power of dbt for building OMOP ETLs. **ETL developers** will benefit from this project because they can use it as inspiration for their own dbt-based OMOP ETL. **Analysts** will appreciate the transparency of dbt's SQL-based ETL code and utilize this project to better understand how source data may be mapped into the OMOP CDM. **Software developers** are welcome to use this project to transform a Synthea data of their choosing into OMOP to use for testing.