{"id":29016421,"url":"https://github.com/dulip-sameera/patient-management-system","last_synced_at":"2026-04-29T23:05:23.146Z","repository":{"id":300694245,"uuid":"1006840824","full_name":"dulip-sameera/patient-management-system","owner":"dulip-sameera","description":"This project is developed to learn microservice architecture implementation and deployment","archived":false,"fork":false,"pushed_at":"2025-06-23T05:34:03.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T05:34:11.612Z","etag":null,"topics":["aws","docker","java","kafka","localstack","microservices","postgresql","springboot3","springcloud"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dulip-sameera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T04:36:22.000Z","updated_at":"2025-06-23T05:34:06.000Z","dependencies_parsed_at":"2025-06-23T05:34:13.433Z","dependency_job_id":"34d4d18b-972e-453c-b8a1-e440a7422601","html_url":"https://github.com/dulip-sameera/patient-management-system","commit_stats":null,"previous_names":["dulip-sameera/patient-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dulip-sameera/patient-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fpatient-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fpatient-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fpatient-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fpatient-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulip-sameera","download_url":"https://codeload.github.com/dulip-sameera/patient-management-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulip-sameera%2Fpatient-management-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960448,"owners_count":23236575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","docker","java","kafka","localstack","microservices","postgresql","springboot3","springcloud"],"created_at":"2025-06-25T22:08:16.973Z","updated_at":"2025-10-17T19:01:45.632Z","avatar_url":"https://github.com/dulip-sameera.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏥 Patient Management System (Microservices Architecture)\n\nThis repository contains the implementation of a **Patient Management System** designed using the **Microservice Architecture** approach. The system modularizes core healthcare functionalities into separate, independently deployable services to ensure scalability, maintainability, and reliability.\n\n---\n\n## ⚙️ Technologies Used\n\n- **Language \u0026 Framework:** Java 21 with Spring Boot 3\n- **Message Broker:** Apache Kafka\n- **Containerization:** Docker\n- **Deployment Environment:** LocalStack simulating AWS services\n\n---\n\n## 🧩 Microservices Overview\n\nThe system is composed of the following core microservices:\n\n- **API Gateway:**  \n  Acts as the single entry point to route and manage incoming client requests to respective services.\n\n- **Auth Service:**  \n  Handles authentication and authorization using industry-standard practices such as JWT.\n\n- **Patient Service:**  \n  Manages patient-related data including registration, updates, and medical history tracking.\n\n- **Billing Service:**  \n  Manages billing information, invoicing, and payment history for patients.\n\n- **Analytics Service:**  \n  Collects and processes data for generating insights, reports, and usage statistics across services.\n\n- **Notification Service:**  \n  Sends email/SMS notifications to patients and staff triggered by various system events (e.g., appointment reminders, billing updates).\n\n---\n\n## 🧪 Development \u0026 Deployment\n\n- All services are containerized using **Docker**.\n- The infrastructure is emulated with **LocalStack**, enabling local development and testing against simulated AWS services.\n- **Apache Kafka** is integrated for asynchronous communication between microservices.\n\n---\n\n## 🏗️ Architecture Summary\n\nEach service is designed to be:\n\n- **Independent** and **loosely coupled**\n- Communicating via **REST APIs** and **Kafka topics**\n- Secure, using centralized authentication\n- Scalable and fault-tolerant under distributed load\n\n---\n\n## 📦 Getting Started\n\n\u003e Prerequisites:\n\u003e - Docker \u0026 Docker Compose\n\u003e - Java 21\n\u003e - LocalStack CLI (optional but recommended)\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/your-username/patient-management-system.git\n   cd patient-management-system\n   ```\n\n2. **Start services using Docker Compose**\n   ```bash\n   docker-compose up --build\n   ```\n\n3. **Access Services**\n    - API Gateway: `http://localhost:8080`\n    - LocalStack Dashboard (if used): `http://localhost:4566`\n\n---\n\n## 📚 Future Enhancements\n\n- Integration with real AWS cloud resources\n- UI for patient/staff portal\n- CI/CD pipeline setup\n- Role-based access control\n\n---\n\n## 👨‍💻 Authors\n\nThis system is developed as part of learning project by **Dulip Sameera Weliwaththa**.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulip-sameera%2Fpatient-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulip-sameera%2Fpatient-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulip-sameera%2Fpatient-management-system/lists"}