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

us-core: be more defensive about NULLs making their way out #52

Closed mikix closed 4 months ago

mikix commented 4 months ago

If an invidual profile test results in a NULL, that was being ignored.

This commit:

Hopefully this will let us notice such invalid NULL checks earlier, by having the rows be flagged as failing the metric.

NULLs and SQL are really annoying.