1a Load Resources from Payer Route

This subroute creates requests to extrac specific resources from the Payer's FHIR Server and sends the data back to the parent route.

Route Structure

Route Components Description

Component Name Component Type Description
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.