Saltar al contenido principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find FHIR Create under the Healthcare 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 input port from an upstream node
  7. Optionally connect the FHIR Bundle port if needed
  8. Connect the Created Resource and Resource Location output to the next node downstream

Inputs

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

Outputs

PortTypeDescription
Created Resourcefhir-resourceA single FHIR R4 resource (Patient, Observation, etc.)
Resource LocationtextPlain text string

Configuration

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

ParameterWhat to enter
resourceTypeThe FHIR resource type to operate on, e.g. Patient, Observation
validateBeforeCreateConfigure validateBeforeCreate in the node settings
returnPreferenceConfigure returnPreference in the node settings
conditionalConfigure 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.