load_bundle
Set the working FHIR bundle for read tools by loading from a file path or JSON string. Invalid bundles return issues[] pinpointing each problem for targeted corrections.
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 |