A Comprehensive Digital Healthcare Identification Management System
Empowering healthcare with digital innovation.
Seamlessly manage medical records and healthcare identification using a powerful digital platform designed for patients, healthcare providers, and hospital administrators. theHealthBook is engineered to improve accessibility, enhance efficiency, and ensure security in managing healthcare documentation.
In addition to the web platform, theHealthBook also features a dedicated mobile application built with React Native. This mobile app, available in a separate repository, allows users to easily view and manage their records on the go, further enhancing convenience and accessibility.
- π Project Overview
- β¨ Core Features
- π οΈ Technology Stack
- πΌοΈ Site Previews
- π± Mobile Application
- π₯ Team Members
- π Additional Resources
- π How to Run the Project
- π License
- Revolutionize healthcare services with digital solutions.
- Provide secure, centralized management of medical records.
- Enable healthcare providers to access critical patient data quickly.
Key functionalities include:
- Digital IDs for each patient.
- Centralized storage for medical records and profiles.
- Intelligent Patient Search for enhanced efficiency.
- Generate QR for ease of share.
- Print Patient PDF for exporting patient's medical records into a PDF Format.
Additionally, the React Native mobile app offers:
- Simplified record access for patients.
- Seamless syncing with the main web platform.
- Designed for optimal performance across iOS and Android devices.
-
π Secure User Authentication
- Role-based access for patients, healthcare providers, and administrators.
- Password encryption and secure session management.
-
π Export Medical Records to PDF
- Patients can easily export their medical records into a PDF format.
- The PDF feature includes a detailed summary of all the records inside theHealthBook.
- Ensures patient data is formatted professionally for printing or sharing.
-
π Unique Digital Identification
- Each patient is assigned a unique ID for streamlined tracking.
-
π Comprehensive Medical Record Management
- Stores patient information such as allergies, medications, and diagnoses.
- Enables doctors to update and retrieve records in real time.
-
π Advanced Search Feature
- Quickly search for patients by name.
- Improved user interface for seamless navigation.
-
π± QR Code Integration
- Generate QR codes for each patient to facilitate secure data sharing.
- QR scanning enables instant record retrieval.
-
π Responsive Design
- Optimized for use across devices (desktop, tablet, mobile).
Category | Technology |
---|---|
Frontend | |
Backend | |
Database | |
Authentication | Django's built-in user authentication |
Version Control |
The React Native mobile app complements theHealthBook by offering a seamless way to access records on the go. Below are previews of the mobile app interface:
- π©βπ» Ashley Ken Comandao
- π¨βπ» Fynn Nino Borja
- π¨βπ» Karl Christian Ajero
Follow these steps to set up and run the project locally:
- Clone the Repository
git clone https://github.com/fynn07/healthcare-management-system cd theHealthBook
- Set Up a Virtual Environment
python -m venv env source env/bin/activate # For Linux/Mac .\env\Scripts\Activate.ps1 # For Windows PowerShell
- Install Dependencies
pip install -r requirements.txt
- Apply Migrations
python manage.py makemigrations python manage.py migrate
- Run the Development Server
python manage.py runserver
This project is open-source and licensed under the MIT License.