Skip to main content
Version: v0.0.2

Interface: X12StatusDate

A DTP date / date-range on a claim or service-line status (e.g. DTP472 service date, DTP050 received date).

Example

import type { X12StatusDate } from "@cosyte/x12";
declare const d: X12StatusDate;
d.qualifier; // "472"
d.formatQualifier; // "RD8"
d.value; // "20260601-20260601"

Properties

formatQualifier

readonly formatQualifier: string


qualifier

readonly qualifier: string


value

readonly value: string