FHIR Query
Category: Healthcare Standards: FHIR R4 · HIPAA
Query FHIR resources with search parameters and filters
What this node does
- Complex queries
- _include/_revinclude
- Chained parameters
- Pagination
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find FHIR Query under the Healthcare category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Optionally connect the Query Context, Patient ID port if needed
- Connect the FHIR Bundle and FHIR Resources output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Query Context | json | Optional | JSON data object |
| Patient ID | text | Optional | Plain text string |
Outputs
| Port | Type | Description |
|---|---|---|
| FHIR Bundle | fhir-bundle | A FHIR R4 Bundle containing one or more resources |
| FHIR Resources | fhir-resource | A single FHIR R4 resource (Patient, Observation, etc.) |
Configuration
Open the configuration dialog by double-clicking the FHIR Query node on the canvas.
| Parameter | What to enter |
|---|---|
resourceType | The FHIR resource type to operate on, e.g. Patient, Observation |
searchParams | FHIR search parameters as key-value pairs, e.g. {"status": "active"} |
includes | Configure includes in the node settings |
sort | Configure sort in the node settings |
count | Configure count in the node settings |
When to use this node
- Patient data queries
- Clinical searches
- Data filtering
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.