Saltar al contenido principal

FHIR Client Handler

Category: Healthcare Standards: FHIR R4 · HIPAA

Generic FHIR client for $operations, _history, and metadata endpoints

What this node does

  • $operations support
  • _history queries
  • Metadata endpoint
  • Batch operations

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find FHIR Client 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 Operation Name input port from an upstream node
  7. Optionally connect the Operation Parameters port if needed
  8. Connect the Operation Result output to the next node downstream

Inputs

PortTypeRequiredDescription
Operation NametextPlain text string
Operation ParametersjsonOptionalJSON data object

Outputs

PortTypeDescription
Operation ResultjsonJSON data object

Configuration

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

ParameterWhat to enter
operationOperation to perform: read, search, create, update, or upsert
resourceTypeThe FHIR resource type to operate on, e.g. Patient, Observation
parametersConfigure parameters in the node settings
timeoutMaximum time in seconds to wait for a response before failing

When to use this node

  • Execute $expand
  • Query resource history
  • Get capability statement

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.