MIT-LCP / MIT-LCP/mimic-code

Incomplete Extraction of Neonatal Blood Pressure and Oxygen Saturation Data - MIMIC III

Open
#1,623 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
3.4k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Hello @alistairewj!

I extracted vital signs data (blood pressure, heart rate, oxygen saturation, respiratory rate, and temperature) for neonatal patients. Initially, I extracted the IDs of vital signs from the CHARTEVENTS table. Then, I calculated the ages of neonatal patients and applied a filter to select those aged less than one year. Subsequently, I extracted the vital signs data into five separate CSV files, one for each vital sign. However, upon inspection, I noticed that the CSV files for blood pressure and oxygen saturation are empty, while the other vital sign data appears to be intact.

For age calculation, I employed the formula: admittime - dob. Neonates are typically identified as having an age of less than 1 year. This often results in an age of 0 days, as they are admitted immediately after birth.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the CHARTEVENTS item-ID selection and the age filter used before writing the blood-pressure and oxygen-saturation CSVs. Compare those selections with the other vital-sign extracts; done means both CSVs contain the expected neonatal records and the extraction remains consistent.

Written by the indexing model from the issue text.

Assessment

Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.