FHIR Update
Category: Healthcare Standards: FHIR R4 · HIPAA
Update existing FHIR resources with versioning
What this node does
- PUT/PATCH updates
- Optimistic locking
- Conditional updates
- Version tracking
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find FHIR Update under the Healthcare 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 Resource ID input port from an upstream node
- Connect the Updated Resource and New Version output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| FHIR Resource | fhir-resource | ✓ | A single FHIR R4 resource (Patient, Observation, etc.) |
| Resource ID | text | ✓ | Plain text string |
Outputs
| Port | Type | Description |
|---|---|---|
| Updated Resource | fhir-resource | A single FHIR R4 resource (Patient, Observation, etc.) |
| New Version | text | Plain text string |
Configuration
Open the configuration dialog by double-clicking the FHIR Update node on the canvas.
| Parameter | What to enter |
|---|---|
updateMethod | Configure updateMethod in the node settings |
ifMatch | Configure ifMatch in the node settings |
validateBeforeUpdate | Configure validateBeforeUpdate in the node settings |
When to use this node
- Update patient info
- Modify observations
- Patch 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.