Interface: PayerResolution
Defined in: src/lib/facility-match/index.ts:36
Extended by
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.
facilityIds
readonlyfacilityIds: readonlystring[]
Defined in: src/lib/facility-match/index.ts:38
Facilities this payer can pay for (deduped). Empty unless status === 'matched'.
matchedLabel
readonlymatchedLabel:string|null
Defined in: src/lib/facility-match/index.ts:43
The rule that matched (for diagnostics / UI provenance), if any.
status
readonlystatus:PayerResolutionStatus
Defined in: src/lib/facility-match/index.ts:41