Recent chart-review audit runs for a patient, filtered by audit_runs.created_at.
When createdAfter is omitted, only runs from the last RECENT_PATIENT_REVIEW_DAYS days (UTC)
are included. Loads matching runs, fetches response metadata for those run ids, groups rows by run,
keeps runs that have an audit_template_id, and for each run computes pass/fail/needs_review counts
and an aggregate score via auditRunScoringService (from pass_fail responses only).
Recent chart-review audit runs for a patient, filtered by
audit_runs.created_at.When
createdAfteris omitted, only runs from the last RECENT_PATIENT_REVIEW_DAYS days (UTC) are included. Loads matching runs, fetches response metadata for those run ids, groups rows by run, keeps runs that have anaudit_template_id, and for each run computes pass/fail/needs_review counts and an aggregate score via auditRunScoringService (frompass_failresponses only).