Skip to main content
Version: v0.0.2

Interface: X12CoordinationOfBenefits

Decoded Loop 2320 coordination of benefits (COB). payerResponsibility is COB-01 (P primary, S secondary, T tertiary); referenceId is COB-02 (the other payer's group/policy number); serviceTypeCode is COB-03.

Example

import type { X12CoordinationOfBenefits } from "@cosyte/x12";
declare const c: X12CoordinationOfBenefits;
c.payerResponsibility; // "P"
c.referenceId; // "OTHERGRP-1"

Properties

coordinationOfBenefitsCode

readonly coordinationOfBenefitsCode: string | undefined


payerResponsibility

readonly payerResponsibility: string | undefined


referenceId

readonly referenceId: string | undefined