Skip to main content
Version: v0.0.2

Interface: X12ClaimReference

Decoded REF segment - additional identifier on an entity or claim. Verbatim across the table; the qualifier vocabulary depends on the context (EI Employer ID at the billing provider, D9 Claim Number on an other-payer reference, G1 Prior Authorization, etc.).

Example

import type { X12ClaimReference } from "@cosyte/x12";
declare const r: X12ClaimReference;
r.qualifier; // "EI"
r.value; // "123456789"

Properties

description

readonly description: string | undefined


qualifier

readonly qualifier: string


value

readonly value: string