interface ValueSetComposeInclude {
    _system?: Element;
    _valueSet?: Element[];
    _version?: Element;
    concept?: ValueSetComposeIncludeConcept[];
    extension?: Extension[];
    filter?: ValueSetComposeIncludeFilter[];
    id?: id;
    modifierExtension?: Extension[];
    system?: uri;
    valueSet?: canonical[];
    version?: string;
}

Properties

_system?: Element

The system the codes come from

_valueSet?: Element[]

Select the contents included in this value set

_version?: Element

Specific version of the code system referred to

A concept defined in the system

extension?: Extension[]

Additional content defined by implementations

Select codes/concepts by their properties (including relationships)

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

system?: uri

The system the codes come from

valueSet?: canonical[]

Select the contents included in this value set

version?: string

Specific version of the code system referred to