Skip to main content
Version: v0.0.4

Interface: Concept

One loaded, immutable concept - the subset of a CodeSystem.concept the operations need.

Properties

code

readonly code: string

The code, exactly as it appears in the release.


definition?

readonly optional definition?: string

The formal definition, when the release supplied one.


display?

readonly optional display?: string

The preferred display, carried verbatim. Absent when the release supplied none (never invented).


properties

readonly properties: readonly Property[]

Additional properties, in load order. Frozen; may be empty, never fabricated.


status?

readonly optional status?: ConceptStatus

The concept's status flags, when the release carried status information.