ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

searchset Bundle

FHIR Bundle type returned by a REST search.

Definition

Each Bundle.entry carries an entry.search.mode of match (a resource meeting the criteria) or include (a resource pulled in by _include/_revinclude). Bundle.total gives the match count and Bundle.link holds the self, next and previous relations used for pagination.

Origin

Defined in the HL7 FHIR R4 specification, Search section (hl7.org/fhir/R4/search.html), maintained by HL7 International.

Example in context

<Bundle><type value="searchset"/><total value="2"/><entry><search><mode value="match"/></search></entry></Bundle>

Last updated: June 20, 2026