Skip to content

Troponin-T uses value, should use valuenum #1354

@alistairewj

Description

@alistairewj

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions