smart-on-fhir / chart-review

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

feat: add ability to fold in external annotations #3

Closed mikix closed 11 months ago

mikix commented 11 months ago

This adds new config syntax like:

annotators:
  icd10:
    filename: icd.csv

And then we'll read symptoms from your CSV file and pretend there is a new annotator with the name 'icd10'

mikix commented 11 months ago

Andy said he liked this too - I'm going to land this base and we can tweak more going forward.