Skip to content

Commit c3d21fb

Browse files
authored
Merge pull request #1508 from MIT-LCP/alistairewj-patch-1
fix typo in extraction of diabetes_without_cc
2 parents 87f3a02 + 278df75 commit c3d21fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/comorbidity/charlson.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ WITH diag AS (
175175
OR
176176
SUBSTR(
177177
icd10_code, 1, 4
178-
) IN ('E100', 'E10l', 'E106', 'E108', 'E109', 'E110', 'E111'
178+
) IN ('E100', 'E101', 'E106', 'E108', 'E109', 'E110', 'E111'
179179
, 'E116'
180180
, 'E118'
181181
, 'E119'

0 commit comments

Comments
 (0)