Interface: X12AuthEntity
A non-person entity (UMO in Loop 2010A, requester in Loop 2010B, or a provider attached to a review). Decoded from an NM1 - name + identifier, no demographics.
Example
import type { X12AuthEntity } from "@cosyte/x12";
declare const e: X12AuthEntity;
e.entityIdentifierCode; // "X3" (UMO) / "1P" (provider)
e.name; // "UTILIZATION REVIEW CO"
Properties
entityIdentifierCode
readonlyentityIdentifierCode:string
entityTypeQualifier
readonlyentityTypeQualifier:string
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined
name
readonlyname:string