Variable: MAP_CATEGORIES
constMAP_CATEGORIES:object
The SNOMED CT complex-map map category concept ids - the mapCategoryId column of the
SNOMED→ICD-10-CM extended-map refset. These four SNOMED CT concepts - id and steward description -
are bundled in this package (SNOMED CT is copyright © International Health Terminology
Standards Development Organisation); carried through a resolution verbatim so a caller sees the
steward's own trust signal.
Type Declaration
AMBIGUOUS
readonlyAMBIGUOUS:"447640006"="447640006"
447640006 - "Source concept is ambiguous" - surface candidates, never pick one.
CONTEXT_DEPENDENT
readonlyCONTEXT_DEPENDENT:"447639009"="447639009"
447639009 - "Map of source concept is context dependent" (needs runtime patient context).
NO_MAP
readonlyNO_MAP:"447638001"="447638001"
447638001 - "Map source concept cannot be classified with available data" - a No-Map.
PROPERLY_CLASSIFIED
readonlyPROPERLY_CLASSIFIED:"447637006"="447637006"
447637006 - "Map source concept is properly classified" (a normal, usable target).
Example
import { MAP_CATEGORIES } from "@cosyte/terminology";
MAP_CATEGORIES.NO_MAP; // => "447638001"