BundleEntry
An entry in a Bundle, containing a resource and/or transaction metadata.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| BundleEntry | An entry in a Bundle, containing a resource and/or transaction metadata. | ||
| link | 0..* | BundleLink | Links related to this entry |
| fullUrl | 0..1 | string | The absolute or relative URL for this resource. |
| resource | 0..1 | Resource | The resource contained in this entry. |
| search | 0..1 | BundleEntrySearch | Search result metadata (only in searchset bundles) |
| request | 0..1 | BundleEntryRequest | Transaction/batch request metadata |
| response | 0..1 | BundleEntryResponse | Transaction/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