Interface: X12EnrollmentParty
Decoded Loop 1000 party (sponsor N1*P5, payer N1*IN, TPA/broker
N1*BO/N1*TV). Organizational PII, not member PHI.
Example
import type { X12EnrollmentParty } from "@cosyte/x12";
declare const p: X12EnrollmentParty;
p.entityIdentifierCode; // "P5" plan sponsor
p.name; // "EMPLOYER CO"
p.idCode; // "FEIN123" (verbatim)
Properties
entityIdentifierCode
readonlyentityIdentifierCode:string
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined
name
readonlyname:string