Skip to content

Nishant2009/Healthbridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthbridge

Short Description: Healthbridge is a cloud data storage and manage data storage for Doctors, Patients and Organisations.

A secure, centralized platform for patients, doctors, and organizations to store, access, and share health records globally using unique IDs.

Made By:

Code Breakers


Table of Contents


Features

  • Patients: View and share health records via unique ID.
  • Doctors: Access patient data and update medical prescriptions.
  • Organizations: Monitor aggregated health trends and compliance can update new data eg: medical report

Installation

Windows

  1. Steps to Run: Install all requirements (if not already installed):
pip install -r requirements.txt 
  1. Run the app:
python app.py
  1. Open your browser and visit http://127.0.0.1:5000/

Linux/Mac:

  1. Steps to Run: Install all requirements (if not already installed):
pip install -r requirements.txt 
  1. Run the app:
sudo python3 app.py
  1. Open your browser and visit http://127.0.0.1:5000/

Usage

For Patients:

  • Log in with your E-Mail ID.
  • View your Medical reports, Prescriptions, and other medical details.

For Doctors:

  • Search patients by Health ID.
  • Access real-time lab results and prescribe treatments.

For Organizations:

  • Generate analytics reports on public health trends.
  • Manage doctor and patient registrations.

Screenshots

  • Login Userinterface for Patients, Admins, Doctors, labtechenician

Alt Text

  • User-Interface for Patients

Alt Text Alt Text Alt Text

  • User-Interface for ADMIN DASHBOARD

Alt Text

  • User-Interface for lab techenician

Alt Text

  • User-Interface for doctors

Alt Text


Contributing

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/new-feature.
  3. Commit changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.

License

This project is licensed under the MIT License. See LICENSE for details.


Contact

For any queries, Mail Here

About

Connecting Healthcare professionals with patients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.6%
  • Python 22.1%
  • CSS 5.7%
  • JavaScript 2.6%