Skip to main content
Version: v0.0.2

Interface: ComplexMap

A loaded, immutable SNOMED→ICD-10-CM complex map. Entries are keyed by source concept id; within a source they are ordered by (group, priority). Applied only SNOMED→ICD-10-CM; never inverted.

Properties

count

readonly count: number

The number of loaded rows.


entries

readonly entries: ReadonlyMap<string, readonly ComplexMapEntry[]>

Rows keyed by SNOMED source concept id, each ordered by (group, priority). Frozen.


version?

readonly optional version?: string

The map version/release, when supplied - mappings are release-scoped.


warnings

readonly warnings: readonly ComplexMapLoadWarning[]

The skipped-row warnings surfaced during load, in line order. Frozen; may be empty.