Saved ~25% Manual Effort for an US-based Healthcare Provider


Aug 7, 2021

OBJECTIVE

1
To provide health services database, and have a number of modules including Diagnostic Assessment and Clinical Calendar.
2
To provide administrative functions like timesheet, notes, payroll data, and contact management.

PROBLEM STATEMENTS

1
In this business - critical online application, security and performance are the two most important factors.
2
The target data-size is large and deploying an open-source database system was both a risk and an opportunity.

SOLUTION AND APPROACH

1
The approach of Batoi was to understand the business process of the client and to create a system architecture that will be secured and HIPAA standard compliant.
2
The deployed MySQL database has a strong root password, and all passwords are irreversibly encrypted. Also, MySQL server data stream is encrypted. .
3
The database provides access to scripts located on the server itself. MySQL database is located behind a firewall. The grant privileges are strictly allocated for various users. Different users have varying levels of access to databases and tables and they will be limited to performing only certain operations.
4
MySQL security is evaluated and monitored from the Access Control List (or ACL) for all connections, queries, and many other operations that users can perform. Moreover, necessary steps are taken to prevent SQL injection attack on the application.

BENEFITS FOR THE CUSTOMER

1
Decreased the time of the users of the healthcare unit to manage and retrieve patient health records, insurance and billing claims.
2
Accessing their medical reports was made easier for patients. Patients could request for appointments.
Report an Error