ARCH-1 Labevent
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
- Put an X between the brackets on this line if you have done all of the following:
- Checked the online documentation: https://mimic.mit.edu/
- Checked that your issue isn't already addressed: https://github.com/MIT-LCP/mimic-code/issues?utf8=%E2%9C%93&q=
Hello everyone,
I am analyzing a cohort of sepsis patients and found the labevent with the label 'ARCH-1' to be an interesting candidate.
However, I have no idea what ARCH-1 refers to and could not find anything about it in the literature.
Can someone tell me what ARCH-1 refers to?
thanks!
SQL:
select * from mimiciv_hosp.d_labitems
where label = 'ARCH-1';
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the online MIMIC documentation and querying mimiciv_hosp.d_labitems for the ARCH-1 label, as shown in the issue. Determine what ARCH-1 refers to and provide a documented explanation supported by the available database or literature context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100