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: support reading encounter-level external labels #9

Closed mikix closed 9 months ago

mikix commented 9 months ago

Previously, we only allowed DocRef-level labels. But now we'll look at the first column of IDs and see if the (case-insensitive) string "enc" is present - if so, we'll assume an encounter ID column.

Otherwise, we'll fall back to previous assumption of a docref ID.