Variable: LIVD_WARNING_CODES
constLIVD_WARNING_CODES:object
Stable string codes for every terminology (LIVD) warning. key === value so
Object.values(...) yields a stable snapshot set.
Type Declaration
ASTM_LIVD_AMBIGUOUS_MAPPING
readonlyASTM_LIVD_AMBIGUOUS_MAPPING:"ASTM_LIVD_AMBIGUOUS_MAPPING"="ASTM_LIVD_AMBIGUOUS_MAPPING"
A vendor/local test code matched more than one distinct LOINC in the catalog (e.g. the same
transmission code used by two devices for different analytes). The mapping is ambiguous and the
candidate LOINCs are surfaced for inspection, but none is chosen: refusing to pick is the
fail-safe, since guessing wrong mis-identifies the test.
ASTM_LIVD_UNMAPPED_CODE
readonlyASTM_LIVD_UNMAPPED_CODE:"ASTM_LIVD_UNMAPPED_CODE"="ASTM_LIVD_UNMAPPED_CODE"
A record carried a vendor/local test code, but the consumer-supplied LIVD catalog held no
entry for it. The code stays surfaced verbatim and the mapping is unmapped: a LOINC is
never guessed. Purely advisory: the raw code and value are untouched.
Example
import { LIVD_WARNING_CODES } from "@cosyte/astm";
LIVD_WARNING_CODES.ASTM_LIVD_UNMAPPED_CODE; // "ASTM_LIVD_UNMAPPED_CODE"