MIMIC-C-CDA
This repository contains an Extract-Transform-Load (ETL) process for mapping the MIMIC-IV database to C-CDA clinical document architecture. This process involves both transforming the structure of the database (i.e. the relational schema), but also standardizing the many concepts in the MIMIC-IV database to a standard vocabulary.
MIMIC Concepts
- patients
- admissions
- transfers
- icustays
- service
- prescriptions
- inputevents_cv
- inputevents_mv
- outputevents
- labevents
- microbiologyevents
- chartevents
- drgcodes
- datetimeevents
- procedure_icd
- procedureevents_mv
- cptevents
- diagnosis_icd
- notevents
- caregivers
- callout
Remarks
- This repository is based on mimic-omop project which is for ETL from MIMIC-III database to OMOP CDM.
- This repository is based on mimic-FHIR