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
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find FHIR Webhook under the Trigger 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)
- 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
| Port | Type | Description |
|---|---|---|
| FHIR Resource | fhir-resource | A single FHIR R4 resource (Patient, Observation, etc.) |
| FHIR Bundle | fhir-bundle | A FHIR R4 Bundle containing one or more resources |
Configuration
Open the configuration dialog by double-clicking the FHIR Webhook node on the canvas.
| Parameter | What to enter |
|---|---|
resourceTypes | Comma-separated list of FHIR resource types to watch or fetch |
subscriptionTopic | FHIR subscription topic URL for the events you want to receive |
authentication | Authentication method for incoming requests: none, bearer, or hmac |
validation | Whether 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.