Interface: Build837NoteSpec
NTE free-text note. Mirrors "./types.js".X12ClaimNote. NTE-02 may carry incidental PHI - synthetic-only fixtures.
Example
import type { Build837NoteSpec } from "@cosyte/x12";
const n: Build837NoteSpec = { noteReferenceCode: "ADD", description: "SUPPLEMENTAL INFO" };
Properties
description
readonlydescription:string
NTE-02 - free text.
noteReferenceCode
readonlynoteReferenceCode:string
NTE-01 - note reference code (ADD, CER, …).