Interface: Build834CoordinationOfBenefitsSpec
Loop 2320 coordination of benefits (COB). Mirrors "./types.js".X12CoordinationOfBenefits.
Example
import type { Build834CoordinationOfBenefitsSpec } from "@cosyte/x12";
const c: Build834CoordinationOfBenefitsSpec = {
payerResponsibility: "P", referenceId: "OTHERGRP-1", coordinationOfBenefitsCode: "1",
};
Properties
coordinationOfBenefitsCode?
readonlyoptionalcoordinationOfBenefitsCode?:string
COB-03 - coordination of benefits code.
payerResponsibility?
readonlyoptionalpayerResponsibility?:string
COB-01 - payer responsibility (P primary, S secondary, T tertiary).
referenceId?
readonlyoptionalreferenceId?:string
COB-02 - the other payer's group / policy number.