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
readonlycount:number
The number of loaded rows.
entries
readonlyentries:ReadonlyMap<string, readonlyComplexMapEntry[]>
Rows keyed by SNOMED source concept id, each ordered by (group, priority). Frozen.
version?
readonlyoptionalversion?:string
The map version/release, when supplied - mappings are release-scoped.
warnings
readonlywarnings: readonlyComplexMapLoadWarning[]
The skipped-row warnings surfaced during load, in line order. Frozen; may be empty.