Interface: Build278EntitySpec
A non-person entity (NM1) - the UMO (Loop 2010A), the requester (Loop 2010B), or a provider attached to a review. Mirrors "./types.js".X12AuthEntity.
Example
import type { Build278EntitySpec } from "@cosyte/x12";
const umo: Build278EntitySpec = {
entityIdentifierCode: "X3", entityTypeQualifier: "2",
name: "UTILIZATION REVIEW CO", idQualifier: "PI", idCode: "UMO001",
};
Properties
entityIdentifierCode
readonlyentityIdentifierCode:string
NM1-01 - entity identifier code (X3 UMO, 1P requester, 71 attending).
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 - name (organization or last name).