Interface: X12SubscriberInfo
Decoded SBR - Subscriber Information (Loop 2000B's primary trigger). Or decoded PAT - Patient Information when the patient is the subscriber.
payerResponsibilityCode(SBR-01 / X12 1138):PPrimary,SSecondary,TTertiary, etc. Drives COB ordering.individualRelationshipCode(SBR-02 / PAT-01 / X12 1069):18Self,01Spouse,19Child,G8Other Insured.groupNumber(SBR-03),groupName(SBR-04).claimFilingIndicator(SBR-09 / X12 1032):MCMedicaid,MBMedicare Part B,BLBlueCross/BlueShield,CICommercial, etc.
Example
import type { X12SubscriberInfo } from "@cosyte/x12";
declare const s: X12SubscriberInfo;
s.payerResponsibilityCode; // "P"
s.individualRelationshipCode; // "18" self
s.claimFilingIndicator; // "MB"
Properties
claimFilingIndicator
readonlyclaimFilingIndicator:string|undefined
groupName
readonlygroupName:string|undefined
groupNumber
readonlygroupNumber:string|undefined
individualRelationshipCode
readonlyindividualRelationshipCode:string|undefined
payerResponsibilityCode
readonlypayerResponsibilityCode:string|undefined