Skip to main content
Version: v0.0.4

Interface: ConceptSetComponent

One ValueSet.compose.include / .exclude component - a ConceptSet. Selects codes by an explicit concept list, by filters over a system, by referencing other value sets (valueSet), or a combination (the combination is an intersection, per FHIR).

Properties

concept?

readonly optional concept?: readonly ConceptRef[]

An explicit, enumerated code list (extensional). Mutually exclusive with filter in FHIR.


filter?

readonly optional filter?: readonly ConceptSetFilter[]

Intensional filters over system. Each code must satisfy all filters.


system?

readonly optional system?: string

The code system these codes are drawn from (canonical URI), when the component names one.


valueSet?

readonly optional valueSet?: readonly string[]

Canonical URLs of other value sets; a code must be a member of every one (intersection).


version?

readonly optional version?: string

The code system version to pin the selection to, when declared.