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

feat: add `mentions` command to show text for each label #47

Closed mikix closed 1 week ago

mikix commented 1 week ago

This allows you to see the actual text used for each label, broken out by annotator and chart.

I also changed the order of the labels output to put the Label column before the Chart Count column, since for my brain at least, the Label is more "upstream" of the Chart Count, which is derived information from the label.

Similarly, the new mentions command puts Mentions before Label, since the Label is derived information from the mention.

Fixes #39

Checklist