post hackathon changes improvements to do :
next steps ( security )
infrastructure, deployment & reliability
next steps
clinical features & saas modules
current services (baseline)
auth service – user registration, login, jwt issuance and rbac
tenant service – phc onboarding, schema creation, tenant management
patient service – demographics, search, history
consultation service – vitals, notes, diagnosis
pharmacy service – inventory, stock, prescription fulfillment
planned / not yet implemented / feedbacks from real users to be implemented
lab service: separate microservice for lab orders, tests and results (cbc, lft, rft, etc.)
imaging & diagnostics: support structured logging + file links for mri, x-ray, ct, ultrasound, ecg reports
billing & claims service: basic billing + hooks for abha / pm-jay claims integration
telemedicine module: add video consultation (webrtc / third-party api) for remote specialists
notification service: reminders for follow-ups, vaccination due, ncd clinics, internal staff alerts (low stock, lab ready).
user experience & workflows
already improved
to improve
***#
developer experience & governance
we have already in place few docs ( to be added more for better DevEx )
to add
to be added soon / planned / so this comprehensive project becomes a ready to use in real world as a SaaS
contributions are welcomed and appriciated /
contribution guide Contributing
Architecture
devloper guide / add service guide in SaaS guide Dev SaaS Guide
post hackathon changes improvements to do :
next steps ( security )
dependency scanning: integrate npm audit / dependabot in ci and fail on high severity.
automated security tests: add zap or similar scanner in ci to catch common web vulns.
role tests: add automated tests to verify rbac on sensitive endpoints (patient data, prescriptions, tenant admin).
schema name validation: harden tenant slug parsing (allow only safe chars, length limits) to avoid any injection via schema names.
implement proper auth handling on the frontend side, use proper security standards
infrastructure, deployment & reliability
next steps
clinical features & saas modules
current services (baseline)
planned / not yet implemented / feedbacks from real users to be implemented
lab service: separate microservice for lab orders, tests and results (cbc, lft, rft, etc.)
imaging & diagnostics: support structured logging + file links for mri, x-ray, ct, ultrasound, ecg reports
patient profile: ability to attach mri scan reports (pdf/link), blood test pdfs, ecg summary reports to visits
imaging order workflow: order -> performed -> report attached -> visible in patient history
billing & claims service: basic billing + hooks for abha / pm-jay claims integration
telemedicine module: add video consultation (webrtc / third-party api) for remote specialists
notification service: reminders for follow-ups, vaccination due, ncd clinics, internal staff alerts (low stock, lab ready).
user experience & workflows
already improved
to improve
richer patient profile:
diagnostics & reports ux:
role-based dashboards:
appointments & schedule:
session ux:
offline & i18n:
***#
developer experience & governance
we have already in place few docs ( to be added more for better DevEx )
to add
to be added soon / planned / so this comprehensive project becomes a ready to use in real world as a SaaS
contributions are welcomed and appriciated /
contribution guide Contributing
Architecture
devloper guide / add service guide in SaaS guide Dev SaaS Guide