Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify deviations from the OMOP CDM spec using the Data Quality Dashboard #62

Open
AEW0330 opened this issue Oct 19, 2019 · 1 comment

Comments

@AEW0330
Copy link

AEW0330 commented Oct 19, 2019

The new OHDSI Data Quality Dashboard runs checks built directly from the specification of the OMOP Common Data Model. Running it against an OMOP instance built from MIMIC III will give a comprehensive assessment of where results of this ETL deviates from the OMOP spec. Helpfully, it will generate a JSON object that is viewable in an R Shiny app. This app gives summary results and also allows you to drill down to the code implementing all data checks that fail. This includes a human readable description of the check. Checks are at the Table, Variable, and Concept level and are classified into the Kahn harmonized DQ framework categories. Running the SQL code implementing a failed data check will generate the rows in the OMOP instance that fail the check.
This tool is already functional, but is being further developed, e.g. to automatically generate the rows that fail a check. The code is available here: https://github.com/OHDSI/DataQualityDashboard

@vojtechhuser
Copy link
Contributor

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants