Skip to content

Commit f13218b

Browse files
docs(mimic-iv): note lab valuenum and valueuom filtering conventions
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 44f176b commit f13218b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mimic-iv/concepts/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This folder contains scripts to generate useful abstractions of raw MIMIC-IV data ("concepts").
44
The scripts are written using the **BigQuery Standard SQL Dialect**. Concepts are categorized into folders if possible, otherwise they remain in the top-level directory. The [concepts_postgres](/mimic-iv/concepts_postgres) and [concepts_duckdb](/mimic-iv/concepts_duckdb) folders contain automatically generated PostgreSQL and DuckDB versions of these scripts; see the [top-level readme](/mimic-iv/README.md#generating-the-concepts) for how these were generated.
55

6+
Lab measurement concepts under `measurement/` generally exclude non-positive `valuenum` rows
7+
(`valuenum IS NOT NULL AND valuenum > 0`) and, where documented in the source SQL, filter
8+
`valueuom` to the expected unit for a given `itemid`.
9+
610
The concepts are organized into individual SQL scripts, with each script generating a table. The BigQuery `mimiciv_derived` dataset under `physionet-data` contains the concepts pregenerated. Access to this dataset is available to MIMIC-IV approved users: see the [cloud instructions](https://mimic.mit.edu/docs/gettingstarted/cloud/) on how to access MIMIC-IV on BigQuery (which includes the derived concepts).
711

812
See the [top-level readme](/mimic-iv/README.md) for more information about generating the concepts.

0 commit comments

Comments
 (0)