ingef / mimic-conquery

Example project to set up conquery with Mimic IV

Repository from Github https://github.comingef/mimic-conqueryRepository from Github https://github.comingef/mimic-conquery

This repository is based on the MIMIC-IV dataset.

To get more expressive queries, we join admissions with patients, and admissions with diagnoses_icd.

The resulting files need to be placed in cqpp/mimic and the filenames need to correspond to the sourceFile-names in their respective import.json files. You will then run preprocess.sh to preprocess the files from csv to cqpp files for import into conquery.

To load the files use scripts/request.py, which will by default execute all import-actions, though you will only need dataset table concept cqpp update. The last of which will trigger a scan on the loaded dataset to give an overview for the users.

These steps should be sufficient to get a minimal conquery instance going based on the MIMIC-IV dataset.

About

Example project to set up conquery with Mimic IV


Languages

Language:Python 99.3%Language:Shell 0.7%