Interface: X12EligibilityEntity
A non-person entity (payer in Loop 2100A, provider in Loop 2100B, or a benefit-related entity in Loop 2120C). Decoded from an NM1 - no demographics, just the organization / provider name + identifier.
Example
import type { X12EligibilityEntity } from "@cosyte/x12";
declare const e: X12EligibilityEntity;
e.entityIdentifierCode; // "PR" (payer) / "1P" (provider)
e.name; // "MEDPAY INSURANCE"
e.idCode; // "00123"
Properties
entityIdentifierCode
readonlyentityIdentifierCode:string
entityTypeQualifier
readonlyentityTypeQualifier:string
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined
name
readonlyname:string