smart-on-fhir / chart-review

Measure agreement between chart reviewers.
https://docs.smarthealthit.org/cumulus/chart-review/
Apache License 2.0
1 stars 0 forks source link

New Feature: exclude chart IDS where specified label is present #15

Open comorbidity opened 6 months ago

comorbidity commented 6 months ago

Example: suicidality-NOS in the suicide study means not-otherwise-specified and the researcher has determined "this is a bad chart that we shouldn't use". This happens from time to time, this type of exclusion is not limited to just the suicide study.

Workaround: just dont include that Chart ID in the config file (hence not urgent requiement).

relates to https://github.com/smart-on-fhir/chart-review/issues/14

mikix commented 6 months ago

There is another workaround too, of using the ignore key:

ignore:
  - encounter-id
  - label-studio-note-id

And that will also ignore those notes. Less automatic than this feature request wants, but also a good stopgap.