Skip to main content
Version: v0.0.2

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

readonly description: string

NTE-02 - free text.


noteReferenceCode

readonly noteReferenceCode: string

NTE-01 - note reference code (ADD, CER, …).