Load Request
|
Parent Route Input |
Picks up data from the parent route. |
Has resource IDs?
|
Router |
Checks to see if the incoming data contains resource IDs. |
Check IDs
|
Router |
Checks the processing status of the incoming data. |
Build Resource Request
|
Groovy |
Creates a request for specific resources to be extracted from the Payer's FHIR Server. |
Get Resources
|
FHIR Search |
Extracts the requested resources from the Payer's FHIR Server. |
Successful?
|
Router |
Checks to see if the required resources have been successfully retrieved. |
Loaded Resources
|
Parent Route Output |
Sends the uploaded resources for further processing to the parent route. |