Skip to main content

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

  1. In the Hydra Builder, open or create a workflow
  2. In the node palette on the left, find FHIR Update 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 and Resource ID input port from an upstream node
  7. Connect the Updated Resource and New Version output to the next node downstream

Inputs

PortTypeRequiredDescription
FHIR Resourcefhir-resourceA single FHIR R4 resource (Patient, Observation, etc.)
Resource IDtextPlain text string

Outputs

PortTypeDescription
Updated Resourcefhir-resourceA single FHIR R4 resource (Patient, Observation, etc.)
New VersiontextPlain text string

Configuration

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

ParameterWhat to enter
updateMethodConfigure updateMethod in the node settings
ifMatchConfigure ifMatch in the node settings
validateBeforeUpdateConfigure 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.