# 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
```
