FHIR Transform Handler
Category: Healthcare Standards: FHIR R4 · FHIR R5 · HIPAA
Transform FHIR resources between versions (R4↔R5) and formats (JSON↔XML)
What this node does
- R4 to R5 conversion
- R5 to R4 conversion
- JSON to XML
- XML to JSON
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find FHIR Transform Handler 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 Transformation Type input port from an upstream node
- Connect the Transformed Resource output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| FHIR Resource | fhir-resource | ✓ | A single FHIR R4 resource (Patient, Observation, etc.) |
| Transformation Type | text | ✓ | Plain text string |
Outputs
| Port | Type | Description |
|---|---|---|
| Transformed Resource | fhir-resource | A single FHIR R4 resource (Patient, Observation, etc.) |
Configuration
Open the configuration dialog by double-clicking the FHIR Transform Handler node on the canvas.
| Parameter | What to enter |
|---|---|
transformationType | Configure transformationType in the node settings |
sourceVersion | Configure sourceVersion in the node settings |
targetVersion | Configure targetVersion in the node settings |
format | Configure format in the node settings |
When to use this node
- Version migration
- Format conversion
- Interoperability
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.