Skip to main content
Version: v0.0.2

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

readonly entityIdentifierCode: string


entityTypeQualifier

readonly entityTypeQualifier: string


idCode

readonly idCode: string | undefined


idQualifier

readonly idQualifier: string | undefined


name

readonly name: string