All Projects → MIT-LCP → mimic-omop

MIT-LCP / mimic-omop

Licence: MIT license
Mapping the MIMIC-III database to the OMOP schema

Programming Languages

PLpgSQL
1095 projects
shell
77523 projects
r
7636 projects
Makefile
30231 projects
SQLPL
141 projects

Projects that are alternatives of or similar to mimic-omop

datagent
一个用于模块化管理前端请求的工具
Stars: ✭ 41 (-59%)
Mutual labels:  data-model
dm
Working with relational data models in R
Stars: ✭ 358 (+258%)
Mutual labels:  data-model
corelib
Core Library containing EDM, used by various Europeana web applications (like Search API and OAI-PMH)
Stars: ✭ 35 (-65%)
Mutual labels:  data-model
ontology
Global Insurance Ontology
Stars: ✭ 71 (-29%)
Mutual labels:  data-model
data-model-generator
Data model generator based on Scala case classes
Stars: ✭ 24 (-76%)
Mutual labels:  data-model
mantle-udm
Mantle Universal Data Model
Stars: ✭ 38 (-62%)
Mutual labels:  data-model
ducker-model
🚗 数据转换器,解耦前后端开发,提升开发效率 https://mp.weixin.qq.com/s/q6xybux0fhrUz5HE5TY0aA
Stars: ✭ 75 (-25%)
Mutual labels:  data-model
echo-mimiciii
Transthoracic echocardiography and mortality in sepsis: analysis of the MIMIC-III database
Stars: ✭ 32 (-68%)
Mutual labels:  mimic-iii
mimic-iii-paper
Repository for the paper describing MIMIC-III
Stars: ✭ 58 (-42%)
Mutual labels:  mimic-iii
Data-Quality-Analysis
The PEDSnet Data Quality Assessment Toolkit (OMOP CDM)
Stars: ✭ 19 (-81%)
Mutual labels:  omop
OMOP2OBO
OMOP2OBO: A Python Library for mapping OMOP standardized clinical terminologies to Open Biomedical Ontologies
Stars: ✭ 55 (-45%)
Mutual labels:  omop

MIMIC-OMOP

This repository contains an Extract-Transform-Load (ETL) process for mapping the MIMIC-III database to the OMOP Common Data Model. This process involves both transforming the structure of the database (i.e. the relational schema), but also standardizing the many concepts in the MIMIC-III database to a standard vocabulary (primarily the Athena Vocabulary, which you can explore here).

DOCUMENTATION

"WHERE IS ..."

Below in the README, we provide two sections. The first section, OMOP TABLES LOADED, lists the OMOP tables which have been populated from MIMIC-III. You can use this section to figure out what data generated each OMOP TABLE. For example, we can see that the OMOP CDM table person was populated using data from the patients and admissions table in MIMIC-III.

The second section, MIMIC TABLES EQUIVALENCE, lists all the tables in MIMIC-III, and shows where the data now exists in the OMOP CDM. For example, we can see that the MIMIC-III table patients was used to populate the OMOP CDM tables person and death.

OMOP TABLES LOADED

MIMIC

MIMIC TABLES EQUIVALENCE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].