The cardiac marker concept grabs troponin-T:
|
, MAX(CASE WHEN itemid = 51003 THEN value ELSE NULL END) AS troponin_t |
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.