Saltar al contenido principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find RLM FHIR Analyzer under the Ai Ml 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 Analysis Question and FHIR Bundle input port from an upstream node
  7. Optionally connect the Patient ID port if needed
  8. Connect the Analysis Result and Extracted Resources and Bundle Summary and Navigation Trace and Error output to the next node downstream

Inputs

PortTypeRequiredDescription
Analysis QuestiontextPlain text string
FHIR Bundlefhir-bundleA FHIR R4 Bundle containing one or more resources
Patient IDtextOptionalPlain text string

Outputs

PortTypeDescription
Analysis ResulttextPlain text string
Extracted ResourcesjsonJSON data object
Bundle SummaryjsonJSON data object
Navigation TracejsonJSON data object
ErrorerrorError information if the operation failed

Configuration

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

ParameterWhat to enter
providerConfigure provider in the node settings
enable_healthcare_helpersConfigure enable_healthcare_helpers in the node settings
resource_types_filterConfigure resource_types_filter in the node settings
include_traceConfigure 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.