Aller au contenu principal

FHIR Webhook

Category: Trigger Standards: FHIR R4 · SMART on FHIR · HIPAA

Receives FHIR R4 resources via HTTP webhooks and subscriptions

What this node does

  • REST subscriptions
  • Topic-based filtering
  • Bundle processing
  • OAuth2

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find FHIR Webhook under the Trigger 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 FHIR Resource and FHIR Bundle output to the next node downstream

Inputs

This node has no inputs — it is a trigger node that starts a pipeline.

Outputs

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

Configuration

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

ParameterWhat to enter
resourceTypesComma-separated list of FHIR resource types to watch or fetch
subscriptionTopicFHIR subscription topic URL for the events you want to receive
authenticationAuthentication method for incoming requests: none, bearer, or hmac
validationWhether to validate incoming FHIR resources against R4 profiles

When to use this node

  • Receive real-time patient updates
  • Subscribe to encounter events
  • Webhook notifications

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.