mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

Troponin-T uses `value`, should use `valuenum`

Open alistairewj opened this issue 1 year ago • 0 comments

The cardiac marker concept grabs troponin-T:

https://github.com/MIT-LCP/mimic-code/blob/14b9f5f7c622f4535dd6da88969de3e2f2460904/mimic-iv/concepts/measurement/cardiac_marker.sql#L8

However almost every single value is ___ (due to the deidentification), so the derived table has all empty values. The valuenum column has the actual data however, so we should change the code to use valuenum instead.

alistairewj avatar Aug 05 '22 21:08 alistairewj