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.

transaction Bundle

FHIR Bundle type for atomic multi-resource interactions.

Definition

Each entry carries a Bundle.entry.request (method + url) describing one interaction (POST, PUT, DELETE, GET). The server either applies every action and returns a Bundle of type transaction-response, or applies none and returns an HTTP 400/500. Internal references (urn:uuid:) are resolved across entries, which distinguishes a transaction from a batch (independent entries).

Origin

Defined in the HL7 FHIR R4 specification, RESTful API section — "transaction" (hl7.org/fhir/R4/http.html), maintained by HL7 International.

Example in context

<Bundle><type value="transaction"/><entry><request><method value="POST"/><url value="Patient"/></request></entry></Bundle>

Last updated: June 20, 2026