Skip to main content

Interface: PayerResolution

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

Extended by

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.


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'.


matchedLabel

readonly matchedLabel: string | null

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

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


status

readonly status: PayerResolutionStatus

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