Saltar al contenido principal

FHIR Query Handler

Category: Healthcare Standards: FHIR R4 · HIPAA

Query FHIR resources with advanced search parameters, pagination, and _include support

What this node does

  • Advanced FHIR search
  • Pagination
  • _include/_revinclude
  • Search caching

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find FHIR Query Handler under the Healthcare category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Resource Type input port from an upstream node
  7. Optionally connect the Search Parameters port if needed
  8. Connect the FHIR Bundle and Resources Array output to the next node downstream

Inputs

PortTypeRequiredDescription
Resource TypetextPlain text string
Search ParametersjsonOptionalJSON data object

Outputs

PortTypeDescription
FHIR Bundlefhir-bundleA FHIR R4 Bundle containing one or more resources
Resources ArrayarrayA list of items

Configuration

Open the configuration dialog by double-clicking the FHIR Query Handler node on the canvas.

ParameterWhat to enter
resourceTypeThe FHIR resource type to operate on, e.g. Patient, Observation
searchParamsFHIR search parameters as key-value pairs, e.g. {"status": "active"}
_includeConfigure _include in the node settings
_countConfigure _count in the node settings
cacheEnabledConfigure cacheEnabled in the node settings

When to use this node

  • Query patient data
  • Search observations
  • Find conditions with related resources

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.