Saltar al contenido principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find FHIR Query 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. Optionally connect the Query Context, Patient ID port if needed
  7. Connect the FHIR Bundle and FHIR Resources output to the next node downstream

Inputs

PortTypeRequiredDescription
Query ContextjsonOptionalJSON data object
Patient IDtextOptionalPlain text string

Outputs

PortTypeDescription
FHIR Bundlefhir-bundleA FHIR R4 Bundle containing one or more resources
FHIR Resourcesfhir-resourceA single FHIR R4 resource (Patient, Observation, etc.)

Configuration

Open the configuration dialog by double-clicking the FHIR Query 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"}
includesConfigure includes in the node settings
sortConfigure sort in the node settings
countConfigure 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.