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 `info` subcommand to show computed ranges & labels #34

Closed mikix closed 1 month ago

mikix commented 1 month ago

chart-review info will now print some useful project stats to the console. Namely, a list of annotators and their note count & ranges, as well as a list of the final computed labels.

We can augment this over time or add flags to it. But this felt like a reasonable start.

image

Fixes: #33

Checklist