Skip to content

Commit 278df75

Browse files
authored
fix typo in extraction of diabetes_without_cc
fixes #1491
1 parent 87f3a02 commit 278df75

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)