Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjunramakrishnan46/patient-health-dashboard-for-prior-authorization
The Patient Health Dashboard is a full-stack application that streamlines healthcare workflows by enabling providers to manage patient health data and prior authorization requests. It offers a seamless solution for submitting, reviewing, and managing prior authorizations.
https://github.com/arjunramakrishnan46/patient-health-dashboard-for-prior-authorization
axios cors express-rate-limit expressjs formik-yup helmet jsonwebtoken lucide-react mongodb-atlas morgan-middleware node-js node-package-manager reactjs redux-toolkit tailwindcss
Last synced: 10 days ago
JSON representation
The Patient Health Dashboard is a full-stack application that streamlines healthcare workflows by enabling providers to manage patient health data and prior authorization requests. It offers a seamless solution for submitting, reviewing, and managing prior authorizations.
- Host: GitHub
- URL: https://github.com/arjunramakrishnan46/patient-health-dashboard-for-prior-authorization
- Owner: ARJUNRAMAKRISHNAN46
- Created: 2024-10-17T05:36:54.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-10-18T06:05:45.000Z (22 days ago)
- Last Synced: 2024-10-20T09:28:49.519Z (19 days ago)
- Topics: axios, cors, express-rate-limit, expressjs, formik-yup, helmet, jsonwebtoken, lucide-react, mongodb-atlas, morgan-middleware, node-js, node-package-manager, reactjs, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage: https://patient-health-dashboard-for-prior-authorization.vercel.app
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patient-Health-Dashboard-for-Prior-Authorization
# Overview
The Patient Health Dashboard is a full-stack application designed to streamline healthcare providers' workflow by enabling them to view and manage patient health data, focusing on prior authorization. This project integrates with Basys AI's Co-Pilot product to provide a seamless solution for submitting, reviewing, and managing prior authorization requests.# Objective
The goal of this application is to:Provide healthcare providers with a dashboard to view patient health data.
Support the submission and management of prior authorization requests.
Simplify and automate workflows related to patient data and insurance claims.
FeaturesPatient Dashboard: View detailed patient health records, including medical history, diagnoses, treatments, and insurance information.
Prior Authorization Management: Submit, monitor, and manage prior authorization requests directly from the dashboard.
Health Data Integration: Integrate real-time health data from multiple sources for an up-to-date view of the patient's condition.
Role-Based Access: Healthcare providers and payers have different access levels for managing data and authorization workflows.# Roles & Credentials
Healthcare Provider
# Doctor
Email: [email protected]
Password: Doctor@123# Payer
Email: [email protected]
Password: Payer@123# Prerequisites
Make sure you have the following installed:Node.js (v14 or higher)
MongoDB (local or Atlas instance)
Basys AI API Access for Co-Pilot integration (if applicable)
Installation
Clone the repository:bash
Copy code
# git clone https://github.com/your-repo/patient-health-dashboard.git
cd patient-health-dashboard
Install backend dependencies:bash
Copy code
cd backend
npm install
Install frontend dependencies:bash
Copy code
cd ../frontend
npm install
Environment Variables Setup:# In the backend directory, create a .env file with the following configuration:
plaintext
Copy code
MONGO_URI=mongodb://localhost:27017/your-db-name
JWT_SECRET=your-jwt-secret-key
PORT=5000
BASYS_API_KEY=your-basys-co-pilot-api-key
Run the application:# Run both the frontend and backend simultaneously using:
bash
Copy code
# npm run dev
This command will start the frontend and backend servers concurrently.# Technology Stack
Frontend: React.js, Redux, Tailwind CSS
Backend: Node.js, Express.js, MongoDB
Authentication: JWT (JSON Web Token)
State Management: Redux
CSS Framework: Tailwind CSS# Contact
For any inquiries or questions, please contact:Email: [email protected]