load_bundle
Load a FHIR Bundle from a file or JSON string to make it the working bundle for subsequent read tools. Invalid bundles return detailed issues for each problem.
Instructions
Load a FHIR Bundle from a file path or JSON string and make it the working bundle for the read tools. Call this first when given bundle data. Invalid bundles return issues[] locating each problem (e.g. Bundle.entry[2].resource.subject).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes |