Interface: CodeSystem
A loaded, immutable code-system release - the queryable model loadCodeSystem produces and
lookup / validateCode run over. Concepts are keyed by code for O(1) identity; the
map is exposed readonly and every concept is frozen.
Properties
concepts
readonlyconcepts:ReadonlyMap<string,Concept>
The concepts, keyed by code. Read-only; every value frozen.
count
readonlycount:number
The number of loaded concepts.
name?
readonlyoptionalname?:string
A short human-readable name, when supplied.
url?
readonlyoptionalurl?:string
The code system's canonical URI, when supplied by the source.
version?
readonlyoptionalversion?:string
The release version, when supplied - mappings and displays are release-scoped.
warnings
readonlywarnings: readonlyLoadWarning[]
The skipped-row warnings surfaced during load, in line order. Frozen; may be empty.