Skip to main content
Version: v0.0.2

Interface: Build271InformationSourceSpec

One information source (Loop 2000A / 2100A) - the payer answering the eligibility request. Carries the payer entity (NM1) and its receivers.

Example

import type { Build271InformationSourceSpec } from "@cosyte/x12";
const src: Build271InformationSourceSpec = {
entity: { entityIdentifierCode: "PR", entityTypeQualifier: "2", name: "MEDPAY INSURANCE", idQualifier: "PI", idCode: "00123" },
receivers: [],
};

Properties

entity

readonly entity: Build271EntitySpec

Loop 2100A information-source payer entity (NM1).


receivers

readonly receivers: readonly Build271InformationReceiverSpec[]

Loop 2000B receivers (at least one required - a source with none is refused).