Skip to main content
Version: v0.0.2

Interface: Finding

A single value-free finding: a stable code, a severity, and a positional locator. Every field is safe to print, log, or serialize. None carries a name, DOB, MRN, or field value.

Properties

code

readonly code: string

The stable diagnostic/warning code (the wrapped library's or the CLI's).


location

readonly location: string

A value-free positional locator: a FHIRPath expression, or an HL7 segment/field index path.


severity

readonly severity: string

The R4-style severity (fatal | error | warning | information), or warning for HL7.