Get Resources From Bundle
  • 04 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Get Resources From Bundle

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.1.0
LocationIntegration > FHIR

The Get Resources from Bundle step retrieves a list of Resources used in the Bundle.

Prerequisites 

This step requires the FHIR Module to be installed before it will be available in the Toolbox. 


Properties

Inputs

PropertyDescriptionData Type
FHIR BundleThe desired FHIR Bundle.FHIR Bundle

Outputs

PropertyDescriptionData Type
Resource List

A list of objects contained in the Bundle.

List of

Example Inputs and Outputs

InputOutput
ReadBundleFromJSONData1_Output
List of Resources
NullEXCEPTION MESSAGE
EmptyEXCEPTION MESSAGE


Common Errors

FHIR Bundle is not a Valid FHIR Bundle Object

If the input value is null or not a formatted FHIR Bundle object, the step will cause an error.

To correct this, ensure that the value mapped or entered is properly configured.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] FHIR Bundle is not a valid FHIR Bundle object. 
Please use Read Bundle from JSON Step at Decisions.FHIR.FlowSteps.GetResourcesFromBundle.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)



Was this article helpful?