Skip to content

BundleEntry

An entry in a Bundle, containing a resource and/or transaction metadata.

Structure

NameCard.TypeDescription
RBundleEntryAn entry in a Bundle, containing a resource and/or transaction metadata.
[ ]link0..*BundleLinkLinks related to this entry
fullUrl0..1stringThe absolute or relative URL for this resource.
resource0..1ResourceThe resource contained in this entry.
search0..1BundleEntrySearchSearch result metadata (only in searchset bundles)
request0..1BundleEntryRequestTransaction/batch request metadata
response0..1BundleEntryResponseTransaction/batch response metadata

Example

json
{
  "fullUrl": "Policy/pol-2025-1001",
  "resource": {
    "resourceType": "Policy",
    "id": "pol-2025-1001",
    "status": "active",
    "policyNumber": "CGL-2025-001001"
  }
}

JSON Schema

Full JSON Schema: BundleEntry.schema.json