MIT-LCP / MIT-LCP/mimic-code

MIMIC-III : outpatient information

Open
#1,345 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

Prerequisites
Description

Description of the issue, including:

Hello, I'm curious for getting soma data from MIMIC-III.

How would I get some data of 'outpatient' from LABEVENTS.csv table?
For example, there are some lab event or lab results data from LABEVENTS.csv table.
and as it says in this document, it's outpatient data for only lab test if the row doesn't have HADM_ID.

So, this is what I want.

  • For a patient, can we know when a patient has visited the hospital for the lab test?
  1. It has only CHARTTIME column from LABEVENTS.csv. I guess I can't get which date.
  2. So, I would like to use this information with 'how many the patients have visited in the hospital for the lab test as a outpatient'.

Thank you

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

Start with the linked MIMIC-III LABEVENTS documentation and the LABEVENTS.csv table, focusing on rows without HADM_ID and the CHARTTIME field. Determine whether the repository documents a way to identify outpatient lab visits and count them per patient; done means the issue has a documented, source-supported answer.

Written by the indexing model from the issue text.

Assessment

Domain
data, databases
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.