Skip to main content
Version: v0.0.2

Interface: X12OtherSubscriber

Decoded Loop 2320 - Other Subscriber Information. Captures the SBR-01 payer responsibility code and the associated other-subscriber / other- payer NM1 entities; Phase 5 records the surface so a consumer knows COB exists. Detailed CAS / OI / MOA breakdown inside Loop 2320 is deferred to Phase 9 (it tracks one payer's specific adjudication and is rarely needed for outbound claim creation).

Example

import type { X12OtherSubscriber } from "@cosyte/x12";
declare const o: X12OtherSubscriber;
o.payerResponsibilityCode; // "S" secondary
o.otherSubscriber?.name; // verbatim
o.otherPayer?.name; // verbatim

Properties

claimFilingIndicator

readonly claimFilingIndicator: string | undefined


individualRelationshipCode

readonly individualRelationshipCode: string | undefined


otherPayer

readonly otherPayer: X12ClaimEntity | undefined


otherSubscriber

readonly otherSubscriber: X12ClaimEntity | undefined


payerResponsibilityCode

readonly payerResponsibilityCode: string