Skip to main content
Version: v0.0.4

Interface: CodingSystemInfo

A coding-system provenance answer: the system a code CLAIMS, never validated. claimed is always present and verbatim (never dropped); the resolved id / name are present only when the claim maps to a registered Table 0396 entry.

Properties

claimed

readonly claimed: string

The coding-system id exactly as it appeared in CWE.3 / CE.3: preserved verbatim (original case and spelling), never altered, never dropped.


id?

readonly optional id?: string

Registered Table 0396 acronym (alias-normalized). Present only when known.


known

readonly known: boolean

true when claimed resolved (directly or via alias) to a registered Table 0396 entry.


name?

readonly optional name?: string

Canonical human-readable name. Present only when known.