Skip to main content
Version: v0.0.2

Variable: MAP_CATEGORIES

const MAP_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

readonly AMBIGUOUS: "447640006" = "447640006"

447640006 - "Source concept is ambiguous" - surface candidates, never pick one.

CONTEXT_DEPENDENT

readonly CONTEXT_DEPENDENT: "447639009" = "447639009"

447639009 - "Map of source concept is context dependent" (needs runtime patient context).

NO_MAP

readonly NO_MAP: "447638001" = "447638001"

447638001 - "Map source concept cannot be classified with available data" - a No-Map.

PROPERLY_CLASSIFIED

readonly PROPERLY_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"