Mirrors the legacy PatientInsuranceInsert shape: adapters carry payor_name
from the source EMR rather than payor_id, because EMRs don't expose stable
v2 payor identifiers. The repo's upsertPatientInsuranceInformation resolves
payor_name → payor_id in bulk before insert (see payorsRepo.findOrCreateByNames).
Adapter-facing insurance row.
Mirrors the legacy
PatientInsuranceInsertshape: adapters carrypayor_namefrom the source EMR rather thanpayor_id, because EMRs don't expose stable v2 payor identifiers. The repo'supsertPatientInsuranceInformationresolvespayor_name → payor_idin bulk before insert (seepayorsRepo.findOrCreateByNames).