Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/eval-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ const clinicalDocumentAliases: Record<string, string[]> = {
"Mental Health Medically Cleared for Discharge",
"Mental Health Inpatient Triage to Discharge",
"ACMHS and OACMHS Triage to Discharge",
// The synthetic MHSP.Discharge.pdf was superseded by real named discharge documents;
// "Discharge Planning for Community Patients / Inpatients" is the discharge counterpart
// that ranks for the admission-vs-discharge comparison, so recognize it as a real hit.
"Discharge Planning",
],
Duress: ["Duress", "Duress Procedure", "Duress Response"],
ECTProcedure: ["ECT Procedure", "Electroconvulsive Therapy", "Electroconvulsive Therapy ECT"],
Expand Down
Loading