interface BundleEntrySearch {
    _mode?: Element;
    _score?: Element;
    extension?: Extension[];
    id?: id;
    mode?: code;
    modifierExtension?: Extension[];
    score?: decimal;
}

Properties

_mode?: Element

match | include | outcome - why this is in the result set

_score?: Element

Search ranking (between 0 and 1)

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

mode?: code

match | include | outcome - why this is in the result set

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

score?: decimal

Search ranking (between 0 and 1)