2026-06-29 20:34:33 -05:00
|
|
|
{
|
|
|
|
|
"workflow": "insurance+patient",
|
2026-07-05 19:45:53 -05:00
|
|
|
"insurance_file_type": "pdf",
|
2026-06-29 20:34:33 -05:00
|
|
|
|
|
|
|
|
"ftps": {
|
|
|
|
|
"host": "ftp.example.com",
|
|
|
|
|
"port": 21,
|
|
|
|
|
"tls": true,
|
|
|
|
|
"username": "shared-username",
|
|
|
|
|
"password": "shared-password",
|
|
|
|
|
"insurance_path": "/{practice}/Insurance",
|
|
|
|
|
"pdf_path": "/{practice}/PDF"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"sftp": {
|
|
|
|
|
"host": "sftp.example.com",
|
|
|
|
|
"port": 22,
|
|
|
|
|
"username": "shared-username",
|
|
|
|
|
"password": "shared-password",
|
|
|
|
|
"patient_path": "/{practice}/Patient"
|
|
|
|
|
}
|
|
|
|
|
}
|