lods-score
Calculate LODS (Logistic Organ Dysfunction Score) for ICU patients in MIMIC-IV. Use for organ dysfunction assessment across 6 systems with weighted scoring.
npx skills add majiayu000/claude-skill-registry --skill lods-score-hannesill-m4 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LODS Score Calculation The Logistic Organ Dysfunction Score (LODS) assesses organ dysfunction across 6 systems with logistic regression-derived weights. It provides mortality prediction based on the first ICU day. ## When to Use This Skill - Multi-organ dysfunction assessment - Mortality prediction with organ-specific weighting - Research on organ failure patterns - Alternative to SOFA for organ dysfunction quantification ## Score Components (First 24 Hours) | System | Variables | Score Range | |--------|-----------|-------------| | **Neurologic** | GCS | 0-5 | | **Cardiovascular** | HR, SBP | 0-5 | | **Renal** | BUN, Creatinine, Urine Output | 0-5 | | **Pulmonary** | PaO2/FiO2 (ventilated only) | 0-3 | | **Hematologic** | WBC, Platelets | 0-3 | | **Hepatic** | PT, Bilirubin | 0-1 | **Total Range**: 0-22 ## Pre-computed Table ```sql SELECT subject_id, hadm_id, stay_id, lods, neurologic, cardiovascular, renal, pulmonary, hematologic, hepatic FROM mimiciv_derived.lods; ``` ## Component Scoring Details ### Neurologic (GCS) | GCS | Score | |-----|-------| | <= 5 | 5 | | 6-8 | 3 | | 9-13 | 1 | | 14-15 | 0 | ### Cardiovascular | Condition | Score | |-----------|-------| | HR < 30 OR SB
- When to Use This Skill
- Score Components (First 24 Hours)
- Pre-computed Table
- Component Scoring Details
- Neurologic (GCS)
- Cardiovascular
- Renal
- Pulmonary (Ventilated Patients Only)
- Hematologic
- Hepatic
- Critical Implementation Notes
- Example: Organ Dysfunction Profile
- Example: Multi-Organ Failure Analysis
- References
What does the lods-score skill do?
Calculate LODS (Logistic Organ Dysfunction Score) for ICU patients in MIMIC-IV. Use for organ dysfunction assessment across 6 systems with weighted scoring.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill lods-score-hannesill-m4 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
