FHIR Create
Category: Healthcare Standards: FHIR R4 · HIPAA
Create new FHIR resources on target servers
What this node does
- Create single resource
- Batch create
- Transaction bundles
- Conditional create
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find FHIR Create 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 input port from an upstream node
- Optionally connect the FHIR Bundle port if needed
- Connect the Created Resource and Resource Location output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| FHIR Resource | fhir-resource | ✓ | A single FHIR R4 resource (Patient, Observation, etc.) |
| FHIR Bundle | fhir-bundle | Optional | A FHIR R4 Bundle containing one or more resources |
Outputs
| Port | Type | Description |
|---|---|---|
| Created Resource | fhir-resource | A single FHIR R4 resource (Patient, Observation, etc.) |
| Resource Location | text | Plain text string |
Configuration
Open the configuration dialog by double-clicking the FHIR Create node on the canvas.
| Parameter | What to enter |
|---|---|
resourceType | The FHIR resource type to operate on, e.g. Patient, Observation |
validateBeforeCreate | Configure validateBeforeCreate in the node settings |
returnPreference | Configure returnPreference in the node settings |
conditional | Configure conditional in the node settings |
When to use this node
- Create patient records
- Add observations
- Submit bundles
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.