mimic-iv/concepts/organfailure/kdigo_stages
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 3.4k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/MIT-LCP/mimic-code/blob/main/mimic-iv/concepts/organfailure/kdigo_stages.sql
(cr.creat_low_past_48hr <= 3.7 OR cr.creat >= (1.5cr.creat_low_past_7day))
then 3
this should revised (cr.creat_low_past_48hr <= 3.7 OR cr.creat >= (3cr.creat_low_past_7day))
then 3
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
Open mimic-iv/concepts/organfailure/kdigo_stages.sql and locate the KDIGO stage condition shown in the issue. Review the surrounding SQL, apply the requested threshold revision, and confirm the resulting condition matches the issue's proposed expression.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- database
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100