aelinadas / Healthcare_Management_System

Healthcare Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthcare Management System

project

PROJECT DESCRIPTION

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. 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.


Enhanced Entity-Relationship Diagram (EERD)

EER


Project Structure

  1. Scripts folder contains -
    1. HealthCare(DML) - Script adds mock data into the database
    2. HealthCare(DDL) - Script to create database and tables for the associated entities
    3. HealthCare(Programmability) - Script contains Stored Procedures, Views, Triggers, Encryption for SSN, Non-clustered Index of the database
  2. Visualization folder contains Dashboards designed using Power BI

Visualization

  1. Count of patients associated with each Insurance company viz2
  2. Count of patients for each Doctor viz1
  3. Diagnosis viz3
  4. Medicine Usage viz4
  5. Financial Transactions viz5

LANGUAGE AND TOOLS

Category Database, Vizualization Tool
Language TSQL
Database Microsoft SQL Server
Visualization Power BI

INSTALL AND EXECUTE

  • Install Microsoft SQL Server
  • Import HealthCare(DML).sql and execute the script to add mock data
  • Import HealthCare(DDL).sql and execute the script to create database and tables
  • Import HealthCare(Programmability).sql and execute the script to create Views, Triggers, Stored Procedures, Encryption for SSN, Non-clustered Index of the database
  • Install Power BI
  • Connect to database and open the visualization.pbix to view dashboards

About

Healthcare Management System


Languages

Language:TSQL 100.0%