smart-on-fhir / cumulus-library-data-metrics

A data metrics study for the Cumulus project
https://docs.smarthealthit.org/cumulus/
Apache License 2.0
2 stars 0 forks source link

q_system_use: ignore codeable concepts that are all nulls inside #51

Closed mikix closed 2 months ago

mikix commented 2 months ago

Instead of checking "concept is not null" we should instead be using "utils.is_concept_valid()" because we want to ignore concepts that look like:

{coding=null, id=null, text=null}

which is what we can get with the fully-specified schema that Cumulus uses.