Parent Route Input
|
Parent Route Input |
Picks up data from the parent route. |
JSON Value Extractor
|
JSON Value Extractor |
Extracts the medicationReferences from the incoming data. |
Get Medication IDs
|
Groovy |
Extracts the medication IDs from the resource medicationReferences. |
Medications found?
|
Router |
Checks to see if any medication IDs have been extracted. |
Load Medications
|
FHIR System Action |
Pulls the information on the corresponding medication from the Payer's FHIR Server. |
Original + Medications
|
Aggregation |
Aggregates all the data (original data and medication) into a single multi-message exchange. |
Update MedicationStatements
|
Groovy |
Updates the resources MedicationStatement. |
Create new POST Bundle_1
|
Groovy |
Restructures the data for further submission to the Provider's FHIR Server. |
Parent Route Output
|
Parent Route Output |
Sends the uploaded resources for further processing to the parent route. |