Interface: ResolvedPayer
Defined in: src/server/services/checks.ts:125
Extends
Properties
coversAll
readonlycoversAll:boolean
Defined in: src/lib/facility-match/index.ts:40
True when the payer is a management company spanning every active facility.
Inherited from
facilities
readonlyfacilities: readonlyFacilityRef[]
Defined in: src/server/services/checks.ts:127
Active facilities (for showing names and offering a manual pick when unresolved).
facilityIds
readonlyfacilityIds: readonlystring[]
Defined in: src/lib/facility-match/index.ts:38
Facilities this payer can pay for (deduped). Empty unless status === 'matched'.
Inherited from
matchedLabel
readonlymatchedLabel:string|null
Defined in: src/lib/facility-match/index.ts:43
The rule that matched (for diagnostics / UI provenance), if any.
Inherited from
status
readonlystatus:PayerResolutionStatus
Defined in: src/lib/facility-match/index.ts:41