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?
readonlyoptionalconcept?: readonlyConceptRef[]
An explicit, enumerated code list (extensional). Mutually exclusive with filter in FHIR.
filter?
readonlyoptionalfilter?: readonlyConceptSetFilter[]
Intensional filters over system. Each code must satisfy all filters.
system?
readonlyoptionalsystem?:string
The code system these codes are drawn from (canonical URI), when the component names one.
valueSet?
readonlyoptionalvalueSet?: readonlystring[]
Canonical URLs of other value sets; a code must be a member of every one (intersection).
version?
readonlyoptionalversion?:string
The code system version to pin the selection to, when declared.