Application Integration
- Application Integration
- All Products
{ "payload": { "Agent_Group_ID": "<Agent Group ID>", "Input":{ "type": "FILE", "value": "<HL7 file path like /data/podDataSets/ADT_A01_v26_s4.txt>" }, "Output": { "type": "BUFFER" }, "Additional_Inputs": [], "Additional_Outputs": [ { "name": "Errors", "type": "BUFFER" // Specify BUFFER or FILE }, { "name": "ErrorsFound", "type": "BUFFER" // Specify BUFFER or FILE } ], "Service_Parameters": [ { "name": "util_infaBaseURL", "value": "<FHIR server base URL like http://<host>:<port>/fhir/>" }, { "name": "SM_MSH_Bundle_type", "value": "transaction" // Specify message or transaction } ] }, "inputUsername":"<Username>", "inputPassword":"<Password>" }