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>
Related terms
- _include / _revinclude — parameters adding related resources.
- transaction Bundle — atomic interaction Bundle.