Skip to content

7.0.0

Compare
Choose a tag to compare
@mikix mikix released this 09 Jan 15:43
· 6 commits to main since this release
e596818

This release adds some new metrics and features:

  • New attachment-oriented metrics, to help evaluate NLP-readiness of your document references and diagnostic reports.
  • Relatedly, now that Cumulus ETL provides a marker when it strips attachment info, the US Core metrics added checks for DiagnosticReport.presentedForm and DocumentReference.context.attachment, where appropriate.
    • For performance reasons, the addition of this extra validation field for DocumentReferences meant that we now split the c_us_core_v4_count DocumentReference tables into two for performance reasons.
  • Added a median statistic column to c_resources_per_pt
  • All cube counts generated now have low-patient-count combinations (rows with less than ten patients) cut out, to protect privacy and make it harder to de-identify the patients.
  • Fixed a bug when running data-metrics against a freshly created and empty Athena database.