Feature: Add safety shield to detect drug-drug interactions when adding medications #68
Closed
VaidehiSakalkar
started this conversation in
Ideas
Replies: 4 comments
|
@VaidehiSakalkar Are you sure you are fully implementing this, as this is quite hard to implement |
0 replies
|
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:
|
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 .
All reactions