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
Where the unmapped code was seen (record ordinal + type; never the code).
Returns
The warning.
Example
import { livdUnmappedCode } from "@cosyte/astm";
livdUnmappedCode({ recordIndex: 3, recordType: "R" });