Get Resources From Bundle
- 04 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Get Resources From Bundle
- Updated on 04 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.1.0 |
Location | Integration > 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
Property | Description | Data Type |
---|---|---|
FHIR Bundle | The desired FHIR Bundle. | FHIR Bundle |
Outputs
Property | Description | Data Type |
---|---|---|
Resource List | A list of objects contained in the Bundle. | List of |
Example Inputs and Outputs
Input | Output |
---|---|
ReadBundleFromJSONData1_Output | List of Resources |
Null | EXCEPTION MESSAGE |
Empty | EXCEPTION 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?