Skip to main content

Interface: ResolvedPayer

Defined in: src/server/services/checks.ts:125

Extends

Properties

coversAll

readonly coversAll: boolean

Defined in: src/lib/facility-match/index.ts:40

True when the payer is a management company spanning every active facility.

Inherited from

PayerResolution.coversAll


facilities

readonly facilities: readonly FacilityRef[]

Defined in: src/server/services/checks.ts:127

Active facilities (for showing names and offering a manual pick when unresolved).


facilityIds

readonly facilityIds: readonly string[]

Defined in: src/lib/facility-match/index.ts:38

Facilities this payer can pay for (deduped). Empty unless status === 'matched'.

Inherited from

PayerResolution.facilityIds


matchedLabel

readonly matchedLabel: string | null

Defined in: src/lib/facility-match/index.ts:43

The rule that matched (for diagnostics / UI provenance), if any.

Inherited from

PayerResolution.matchedLabel


status

readonly status: PayerResolutionStatus

Defined in: src/lib/facility-match/index.ts:41

Inherited from

PayerResolution.status