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

Find the causes/type of deaths #1

Open
paulroujansky opened this issue Apr 22, 2018 · 0 comments
Open

Find the causes/type of deaths #1

paulroujansky opened this issue Apr 22, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@paulroujansky
Copy link
Collaborator

paulroujansky commented Apr 22, 2018

In OMOP current representation, the causes/type of death of each dead patient is not known (see death table https://github.com/MIT-LCP/mimic-omop/tree/master/etl/StandardizedClinicalDataTables/DEATH).

Below are the first four entries of the death table:

person_id death_date death_datetime death_type_concept_id cause_concept_id cause_source_value cause_source_concept_id
0 62063368 2188-11-22 2188-11-22 12:00:00 38003569 None None
1 62063384 2198-02-18 2198-02-18 03:55:00 38003569 None None
2 62063393 2182-07-31 2182-07-31 06:45:00 38003569 None None
3 62063403 2145-03-19 2145-03-19 07:00:00 38003569 None None

While the reason might simply be that people die in general for multiple reasons, it is nonetheless possible to extract the principal causes of death out of the condition_occurrence table.

For the moment, this table associate a series of "conditions" to each patient (each one associated with a visit occurrence from visit_occurrence table). This conditions are obviously not all fatal though. Extracting only the final fatal conditions (for instance "Cardiac arrest" or "Cardiogenic shock") for each patient could be a first step to determine the principal causes of death of each patient and derive better descriptive statistics out of it.

@paulroujansky paulroujansky added the enhancement New feature or request label Apr 22, 2018
@paulroujansky paulroujansky added this to To do in Fleming via automation Apr 22, 2018
@paulroujansky paulroujansky moved this from To do to In progress in Fleming Apr 22, 2018
@paulroujansky paulroujansky moved this from In progress to To Do in Fleming May 23, 2018
@paulroujansky paulroujansky moved this from To Do to In progress in Fleming May 23, 2018
@mifine mifine self-assigned this Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Fleming
  
In progress
Development

No branches or pull requests

2 participants