Feature: Add safety shield to detect drug-drug interactions when adding medications #68
Replies: 4 comments
-
|
@VaidehiSakalkar Are you sure you are fully implementing this, as this is quite hard to implement |
Beta Was this translation helpful? Give feedback.
-
|
This feature does not rely on ML or an LLM. The approach is fully rule-based and uses an authoritative medical dataset(public medical database (RxNav)) Basic approach:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for explaining the approach 🙂 This is a solid feature, and the method looks reliable. I’ll open a new issue based on this discussion. |
Beta Was this translation helpful? Give feedback.
-
|
@VaidehiSakalkar |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
MedSync-AI currently allows users to add medications without checking for drug–drug interactions, which is risky for users on multiple medications
Proposal
Introduce a lightweight “Safety Shield” that checks a new medication against the user’s existing regimen and warns (or blocks) if a clinically significant interaction is detected. It would automatically warn users if a new medication conflicts with their existing ones.
Approach
Why this fits MedSync-AI
If approved, I’d love to convert this into an issue and work on it as SWoC'26 contributor .
Beta Was this translation helpful? Give feedback.
All reactions