Skip to main content
Version: v0.0.3

Interface: CodedValue

A coded value: the raw code, its source qualifier, and the normalized system we recognized from that qualifier. The original qualifier is always preserved so a consumer can re-derive the mapping if our table lags the spec.

Properties

qualifier

readonly qualifier: string

The source qualifier string that accompanied the code.


system

readonly system: CodeSystem

Normalized code system recognized from qualifier.


value

readonly value: string

The code itself, verbatim.