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
readonlyclaimFilingIndicator:string|undefined
individualRelationshipCode
readonlyindividualRelationshipCode:string|undefined
otherPayer
readonlyotherPayer:X12ClaimEntity|undefined
otherSubscriber
readonlyotherSubscriber:X12ClaimEntity|undefined
payerResponsibilityCode
readonlypayerResponsibilityCode:string