Variable: KNOWN_CODING_SYSTEMS
constKNOWN_CODING_SYSTEMS: readonlyKnownCodingSystem[]
The safety-relevant subset of HL7 Table 0396 this library recognizes for
provenance. Deliberately small and frozen: it is NOT the full Table 0396
registry. Each entry's source is recorded in
docs-content/spec-notes-coding-system.md.
Note on I10: Table 0396 registers I10 as ICD-10 (the WHO base
classification). US v2 feeds frequently send I10 when they mean
ICD-10-CM, but that clinical-modification specificity is the sender's
convention, not what the acronym registers: so this map reports the
registered claim ("ICD-10") and does not silently upgrade it to CM.
Example
import { KNOWN_CODING_SYSTEMS } from "@cosyte/hl7";
console.log(KNOWN_CODING_SYSTEMS.find((s) => s.id === "LN")?.name); // "LOINC"