Healthcare center have multiple departments and each of them tend to maintain their own individual system for record maintenance. This architecture of system design leads to inefficient data sharing, lack data consistency, excessive program maintenance etc. In order to eliminate these problems, we have designed a centralised database for Healthcare management system to help healthcare providers collect, store, retrieve and exchange patient healthcare information more efficiently and enable better patient care.
- Scripts folder contains -
- HealthCare(DDL) - Script to create database and tables for the associated entities
- HealthCare(Programmability) - Script contains Stored Procedures, Views, Triggers, Encryption for SSN, Non-clustered Index of the database
- HealthCare(DML) - Script adds mock data into the database
- Visualization folder contains Dashboards designed using Power BI
- Count of patients for each Doctor
- Count of patients associated with each Insurance company
- Diagnosis
- Medicine Usage
- Financial Transactions
- TSQL
- Microsoft SQL Server
- Power BI
- Install Microsoft SQL Server
- Import HealthCare(DDL).sql and execute the script to create database and tables
- Import HealthCare(DML).sql and execute the script to add mock data
- Import HealthCare(Programmability).sql and execute the script to create Stored Procedures, Views, Triggers, Encryption for SSN, Non-clustered Index of the database
- Install Power BI
- Connect to database and open the visualization.pbix to view dashboards