Closed mikix closed 4 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.
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.