RLM FHIR Analyzer
Category: Ai Ml Standards: HIPAA · FHIR R4 · US Core
Specialized RLM node for analyzing FHIR bundles with structured navigation, resource extraction, and cross-reference capabilities.
What this node does
- FHIR R4 bundle parsing
- Resource type filtering
- Cross-reference resolution
- Semantic interpretation via sub-LLM
- Healthcare helper functions (fhir_path, get_resources)
- Structured data extraction
How to use
- In the Hydra Builder, open or create a workflow
- In the node palette on the left, find RLM FHIR Analyzer under the Ai Ml 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 Analysis Question and FHIR Bundle input port from an upstream node
- Optionally connect the Patient ID port if needed
- Connect the Analysis Result and Extracted Resources and Bundle Summary and Navigation Trace and Error output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Analysis Question | text | ✓ | Plain text string |
| FHIR Bundle | fhir-bundle | ✓ | A FHIR R4 Bundle containing one or more resources |
| Patient ID | text | Optional | Plain text string |
Outputs
| Port | Type | Description |
|---|---|---|
| Analysis Result | text | Plain text string |
| Extracted Resources | json | JSON data object |
| Bundle Summary | json | JSON data object |
| Navigation Trace | json | JSON data object |
| Error | error | Error information if the operation failed |
Configuration
Open the configuration dialog by double-clicking the RLM FHIR Analyzer node on the canvas.
| Parameter | What to enter |
|---|---|
provider | Configure provider in the node settings |
enable_healthcare_helpers | Configure enable_healthcare_helpers in the node settings |
resource_types_filter | Configure resource_types_filter in the node settings |
include_trace | Configure include_trace in the node settings |
When to use this node
- Extract all medications from a patient bundle
- Find abnormal lab values with clinical context
- Cross-reference observations to encounters
- Summarize patient conditions with evidence
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.