Skip to main content
Version: v0.0.2

Interface: Build278DiagnosisSpec

One diagnosis composite emitted into the review's HI segment. Only the verbatim qualifier (HI-0x-01) + code (HI-0x-02) are supplied - the read side resolves the codeSystem. Mirrors "./types.js".X12AuthDiagnosis minus the derived codeSystem.

Example

import type { Build278DiagnosisSpec } from "@cosyte/x12";
const dx: Build278DiagnosisSpec = { qualifier: "ABK", code: "E1165" };

Properties

code

readonly code: string

HI-0x-02 - diagnosis code.


qualifier

readonly qualifier: string

HI-0x-01 - diagnosis code-source qualifier (ABK ICD-10-CM principal).