Interface: Build837OtherSubscriberSpec
Loop 2320 Other Subscriber Information (COB surface). Mirrors "./types.js".X12OtherSubscriber.
Example
import type { Build837OtherSubscriberSpec } from "@cosyte/x12";
const oth: Build837OtherSubscriberSpec = {
payerResponsibilityCode: "S", individualRelationshipCode: "01",
otherSubscriber: { entityIdentifierCode: "IL", entityTypeQualifier: "1", name: "SPOUSE" },
otherPayer: { entityIdentifierCode: "PR", entityTypeQualifier: "2", name: "SECONDARY PLAN" },
};
Properties
claimFilingIndicator?
readonlyoptionalclaimFilingIndicator?:string
SBR-09 - claim filing indicator code.
individualRelationshipCode?
readonlyoptionalindividualRelationshipCode?:string
SBR-02 - individual relationship code.
otherPayer?
readonlyoptionalotherPayer?:Build837EntitySpec
NM1*PR - the other payer.
otherSubscriber?
readonlyoptionalotherSubscriber?:Build837EntitySpec
NM1IL / NM1QC - the other subscriber.
payerResponsibilityCode
readonlypayerResponsibilityCode:string
SBR-01 - payer responsibility code (P/S/T).