Clinical review: Document BUN threshold discrepancy in LODS skill#29
Open
freshetomate17 wants to merge 2 commits intohannesill:mainfrom
Open
Clinical review: Document BUN threshold discrepancy in LODS skill#29freshetomate17 wants to merge 2 commits intohannesill:mainfrom
freshetomate17 wants to merge 2 commits intohannesill:mainfrom
Conversation
Flagged BUN threshold discrepancy in LODS renal scoring. The current MIMIC-Code implementation uses BUN >= 7.5 mg/dL for Score 1, but the original Le Gall 1996 publication specifies >= 17 mg/dL. This appears to be a unit conversion error that affects scoring accuracy for patients with BUN values between 7.5-16.9 mg/dL.
Created provenance tracking file and documented BUN threshold review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clinical review of the LODS (Logistic Organ Dysfunction Score) skill with focus on scoring accuracy.
Changes Made
SKILL.md: Added "Known Issue" documentation for BUN threshold discrepancy
PROVENANCE.yaml: Created provenance tracking file
Clinical Impact
Patients with BUN values between 7.5 and 16.9 mg/dL are currently receiving renal Score 1 when they should receive Score 0 according to the original publication. This may affect overall LODS score interpretation in research using this derived table.
Review Scope
Next Steps
This issue should be flagged with the MIT-LCP MIMIC-Code repository for correction in the derived tables