From 173d373d95d0a6dd528b1c77d66a03478bf92acf Mon Sep 17 00:00:00 2001 From: alistairewj <1282676+alistairewj@users.noreply.github.com> Date: Sun, 9 Aug 2026 19:21:27 +0000 Subject: [PATCH] chore: regenerate postgres/duckdb concepts from BigQuery sources --- mimic-iv/concepts_postgres/sepsis/suspicion_of_infection.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimic-iv/concepts_postgres/sepsis/suspicion_of_infection.sql b/mimic-iv/concepts_postgres/sepsis/suspicion_of_infection.sql index d60e1f6d..911d173f 100644 --- a/mimic-iv/concepts_postgres/sepsis/suspicion_of_infection.sql +++ b/mimic-iv/concepts_postgres/sepsis/suspicion_of_infection.sql @@ -22,7 +22,7 @@ WITH ab_tbl AS ( MAX(hadm_id) AS hadm_id, CAST(MAX(chartdate) AS DATE) AS chartdate, MAX(charttime) AS charttime, - MAX(spec_type_desc) AS spec_type_desc, /* non-positive: NULL/empty, NEGATIVE (90856), CANCELLED (90760) */ + MAX(spec_type_desc) AS spec_type_desc, /* non-positive: NULL/empty organism, NEGATIVE (90856), */ /* or CANCELLED culture (90760) — cancelled is not growth */ MAX( CASE WHEN NOT org_name IS NULL