> For the complete documentation index, see [llms.txt](https://www.health-samurai.io/docs/termbox/llms.txt).
> Use it to discover all available pages before guessing URLs.

---
# FHIR Bundle

Loads a FHIR Bundle from a JSON file.

| Field      | Optional | Description               |
| ---------- | -------- | ------------------------- |
| `location` |          | Path inside the container |

```yaml
sources:
  - type: bundle
    location: /data/bundle.json
```
