Skip to main content
Version: v0.0.2

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?

readonly optional claimFilingIndicator?: string

SBR-09 - claim filing indicator code.


individualRelationshipCode?

readonly optional individualRelationshipCode?: string

SBR-02 - individual relationship code.


otherPayer?

readonly optional otherPayer?: Build837EntitySpec

NM1*PR - the other payer.


otherSubscriber?

readonly optional otherSubscriber?: Build837EntitySpec

NM1IL / NM1QC - the other subscriber.


payerResponsibilityCode

readonly payerResponsibilityCode: string

SBR-01 - payer responsibility code (P/S/T).