Interface: Build271EntitySpec
A non-person entity (NM1) - the information-source payer (Loop 2100A) or information-receiver provider (Loop 2100B), or a benefit-related entity (Loop 2120C). Mirrors "./types.js".X12EligibilityEntity.
Example
import type { Build271EntitySpec } from "@cosyte/x12";
const payer: Build271EntitySpec = {
entityIdentifierCode: "PR", entityTypeQualifier: "2",
name: "MEDPAY INSURANCE", idQualifier: "PI", idCode: "00123",
};
Properties
entityIdentifierCode
readonlyentityIdentifierCode:string
NM1-01 - entity identifier code (PR payer, 1P provider, …).
entityTypeQualifier
readonlyentityTypeQualifier:string
NM1-02 - entity type qualifier (1 person, 2 non-person).
idCode?
readonlyoptionalidCode?:string
NM1-09 - identification code.
idQualifier?
readonlyoptionalidQualifier?:string
NM1-08 - identification code qualifier.
name
readonlyname:string
NM1-03 - organization / last name.