Skip to main content
Version: v0.0.4

Function: livdUnmappedCode()

livdUnmappedCode(position): AstmLivdWarning

Build an ASTM_LIVD_UNMAPPED_CODE warning. The reported code stays verbatim and the mapping is unmapped; no LOINC is fabricated.

Parameters

position

AstmPosition

Where the unmapped code was seen (record ordinal + type; never the code).

Returns

AstmLivdWarning

The warning.

Example

import { livdUnmappedCode } from "@cosyte/astm";
livdUnmappedCode({ recordIndex: 3, recordType: "R" });