fix: match PDF-imported patients by member ID when DOB is missing on record

MassHealth eligibility lookups via the AI chatbot only matched existing
patients on memberId+DOB, so patients imported from PDF extraction (which
have a member ID but no stored birthday) were treated as new/unknown even
though they already exist in the system.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 11:11:47 -04:00
parent 8c65c3d625
commit b30bed8903
5 changed files with 47 additions and 41 deletions

File diff suppressed because one or more lines are too long