MorpheusIndustries commited on
Commit
a7b32fd
·
verified ·
1 Parent(s): 6ff6a36

Upload 2 files

Browse files
Files changed (2) hide show
  1. README-2.md +111 -0
  2. medication_interactions_sample.csv +51 -0
README-2.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset: Patient Medication Interaction Q&A
2
+
3
+ ## Description
4
+ A high-quality synthetic dataset of 5,000 patient-style medication interaction questions paired with pharmacist-grade answers. Each entry mirrors the language and concerns of real patients asking about drug-drug interactions, food-drug interactions, alcohol, pregnancy, side effects, and dosing. Designed for training healthcare conversational AI systems, pharmacy chatbots, and medical information assistants.
5
+
6
+ **Target audience:** AI/ML engineers building healthcare NLP models, pharmaceutical companies developing patient support tools, and academic researchers in clinical informatics.
7
+
8
+ ---
9
+
10
+ ## Key Features
11
+ - **Number of rows:** 5,000
12
+ - **Columns:** `id`, `question`, `answer`, `drug_mentioned_1`, `drug_mentioned_2`, `interaction_type`, `category`, `severity`
13
+ - **Drug classes covered:**
14
+ - Cardiovascular: ACE inhibitors (lisinopril, enalapril, ramipril), ARBs (losartan, valsartan), beta-blockers (metoprolol, atenolol, carvedilol), calcium channel blockers (amlodipine), statins (atorvastatin, simvastatin, rosuvastatin), diuretics (furosemide, hydrochlorothiazide, spironolactone)
15
+ - CNS: SSRIs (sertraline, fluoxetine, escitalopram, paroxetine), SNRIs (venlafaxine, duloxetine), benzodiazepines (alprazolam, lorazepam, diazepam), antipsychotics (quetiapine, haloperidol), sleep aids (zolpidem, eszopiclone, melatonin), NSAIDs
16
+ - Endocrine: Insulin (glargine, lispro), oral hypoglycemics (metformin, glipizide, sitagliptin, empagliflozin), thyroid hormones (levothyroxine), corticosteroids (prednisone, methylprednisolone)
17
+ - Anti-infectives: Penicillins (amoxicillin), cephalosporins (cephalexin), fluoroquinolones (ciprofloxacin, levofloxacin), macrolides (azithromycin), antifungals (fluconazole, itraconazole), metronidazole
18
+ - GI: PPIs (omeprazole, pantoprazole, esomeprazole), H2 blockers (famotidine, ranitidine), antacids (calcium carbonate, aluminum hydroxide)
19
+ - Supplements: Vitamin D, calcium, iron, magnesium, fish oil, St. John's wort, ginseng, ginkgo biloba, coenzyme Q10, vitamin K
20
+ - Common OTC: Acetaminophen, ibuprofen, naproxen, antihistamines (cetirizine, loratadine, fexofenadine, diphenhydramine), decongestants (pseudoephedrine, phenylephrine)
21
+ - **Interaction types covered:** major (441), moderate (677), minor (333), none (1,109), food (782), alcohol (392), condition (1,266)
22
+ - **Severity distribution:** high (1,513), medium (2,043), low (840), info (604)
23
+
24
+ ---
25
+
26
+ ## Intended Use
27
+ - Training conversational AI for patient medication support
28
+ - Enhancing pharmacy chatbot accuracy and safety
29
+ - Educational purposes for pharmacy and medical students
30
+ - Benchmarking NLP models on clinical question answering
31
+ - Fine-tuning large language models for healthcare use cases
32
+
33
+ ---
34
+
35
+ ## Data Collection Methodology
36
+ This dataset was synthetically generated by Vincent Kane, registered pharmacist, using a curated library of clinically reviewed question-answer templates developed from years of patient-facing pharmacy practice, combined with AI assistance and automated consistency checks. Questions are written in natural, colloquial patient language — including occasional informal phrasing — to reflect real-world pharmacy inquiries. Answers are clinically accurate, concise (2–4 sentences), and reflect current pharmaceutical guidelines. No real patient data was used; all entries are entirely synthetic.
37
+
38
+ Each entry was validated for:
39
+ - Clinical accuracy of the drug interaction described
40
+ - Consistency between `interaction_type`, `severity`, and answer content
41
+ - Avoidance of specific dosage recommendations or self-treatment encouragement
42
+ - Use of generic (non-brand) drug names throughout
43
+
44
+ ---
45
+
46
+ ## Format
47
+ - **File format:** CSV (comma-separated values)
48
+ - **Encoding:** UTF-8
49
+ - **Delimiter:** Comma (`,`)
50
+ - **Text quoting:** Double-quotes used where fields contain commas
51
+
52
+ ---
53
+
54
+ ## Column Descriptions
55
+
56
+ | Column | Type | Description |
57
+ |--------|------|-------------|
58
+ | `id` | string | Unique row identifier (Q0001–Q5000) |
59
+ | `question` | string | Patient-style question in plain language |
60
+ | `answer` | string | Pharmacist-grade answer (2–4 sentences) |
61
+ | `drug_mentioned_1` | string | Primary drug name (generic) |
62
+ | `drug_mentioned_2` | string | Secondary drug name if applicable (blank if none) |
63
+ | `interaction_type` | enum | One of: major, moderate, minor, none, food, alcohol, condition |
64
+ | `category` | enum | Therapeutic category (see below) |
65
+ | `severity` | enum | One of: high, medium, low, info |
66
+
67
+ **Category values:** pain relief, blood pressure, antibiotics, antidepressants, diabetes, allergy, heartburn, thyroid, birth control, vitamins/supplements, cold/flu, sleep aids, other
68
+
69
+ ---
70
+
71
+ ## Sample Rows
72
+
73
+ | id | question | answer | drug_mentioned_1 | drug_mentioned_2 | interaction_type | category | severity |
74
+ |----|----------|--------|-----------------|-----------------|-----------------|----------|----------|
75
+ | Q0001 | I'm taking warfarin for my heart condition and my new doctor wants to add ibuprofen. Is that combination safe? | Combining warfarin and ibuprofen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely. | warfarin | ibuprofen | major | pain relief | high |
76
+ | Q0042 | Is it safe to eat grapefruit while taking simvastatin? | Grapefruit and grapefruit juice can significantly increase blood levels of simvastatin by blocking enzymes that break it down, potentially increasing the risk of side effects. It is generally best to avoid grapefruit products while taking simvastatin; ask your pharmacist for alternatives. | simvastatin | | food | other | high |
77
+ | Q0085 | I've been taking cetirizine for years. Just started melatonin this week. Anything to be aware of? | There is no clinically significant interaction expected between cetirizine and melatonin when used at standard doses. Continue taking both as directed and let your doctor know if you notice any unexpected changes in how you feel. | cetirizine | melatonin | none | allergy | info |
78
+
79
+ ---
80
+
81
+ ## Limitations & Disclaimer
82
+ - This dataset is **synthetic** and intended for AI training and educational purposes only.
83
+ - It should **not** be used as a standalone clinical decision support tool without expert validation.
84
+ - Drug interaction knowledge evolves; users should verify critical entries against current authoritative sources (e.g., Lexicomp, Micromedex, FDA prescribing information).
85
+ - The dataset does not cover all possible drug interactions and does not constitute medical advice.
86
+
87
+ ---
88
+
89
+ ## Licensing
90
+ This dataset is licensed under a **Commercial License**. Purchasers may use the dataset to train, fine-tune, or evaluate AI models in commercial and non-commercial settings. Redistribution or resale of the raw dataset is not permitted without written consent. For academic or non-commercial research use, a reduced-cost license is available — please reach out directly to discuss terms.
91
+
92
+ ---
93
+
94
+ ## Contact
95
+ - **Author:** Vincent Kane, Registered Pharmacist
96
+ - **Email:** zabouthaz@msn.com
97
+
98
+ ---
99
+
100
+ ## Get This Dataset
101
+
102
+ Ready to integrate this dataset into your AI training pipeline? Purchase instant access here:
103
+
104
+ **[➜ Buy the Patient Medication Interaction Q&A Dataset](https://morpheusindustries.vendblue.store/product/medication-interactions-107)**
105
+
106
+ For licensing inquiries, bulk pricing, or academic use, contact Vincent Kane directly at zabouthaz@msn.com.
107
+
108
+ ---
109
+
110
+ ## Version History
111
+ - **v1.0 (2026-03-19):** Initial release with 5,000 entries covering 13 drug categories and 7 interaction types.
medication_interactions_sample.csv ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,question,answer,drug_mentioned_1,drug_mentioned_2,interaction_type,category,severity
2
+ Q0001,I'm taking warfarin for my heart condition and my new doctor wants to add ibuprofen. Is that combination safe?,Combining warfarin and ibuprofen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,warfarin,ibuprofen,major,pain relief,high
3
+ Q0002,Is it okay to take warfarin with ibuprofen? I've been on ibuprofen for a while and just started warfarin.,"There is a moderate interaction between warfarin and ibuprofen that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",warfarin,ibuprofen,moderate,pain relief,medium
4
+ Q0003,I'm taking warfarin for my heart condition and my new doctor wants to add aspirin. Is that combination safe?,Combining warfarin and aspirin can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,warfarin,aspirin,major,pain relief,high
5
+ Q0004,Is it okay to take warfarin with aspirin? I've been on aspirin for a while and just started warfarin.,"There is a moderate interaction between warfarin and aspirin that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",warfarin,aspirin,moderate,pain relief,medium
6
+ Q0005,I'm taking warfarin for my heart condition and my new doctor wants to add naproxen. Is that combination safe?,Combining warfarin and naproxen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,warfarin,naproxen,major,pain relief,high
7
+ Q0006,Is it okay to take warfarin with naproxen? I've been on naproxen for a while and just started warfarin.,"There is a moderate interaction between warfarin and naproxen that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",warfarin,naproxen,moderate,pain relief,medium
8
+ Q0007,I'm taking sertraline for my heart condition and my new doctor wants to add tramadol. Is that combination safe?,Combining sertraline and tramadol can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,sertraline,tramadol,major,antidepressants,high
9
+ Q0008,Is it okay to take sertraline with tramadol? I've been on tramadol for a while and just started sertraline.,"There is a moderate interaction between sertraline and tramadol that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",sertraline,tramadol,moderate,antidepressants,medium
10
+ Q0009,I'm taking fluoxetine for my heart condition and my new doctor wants to add tramadol. Is that combination safe?,Combining fluoxetine and tramadol can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,fluoxetine,tramadol,major,antidepressants,high
11
+ Q0010,Is it okay to take fluoxetine with tramadol? I've been on tramadol for a while and just started fluoxetine.,"There is a moderate interaction between fluoxetine and tramadol that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",fluoxetine,tramadol,moderate,antidepressants,medium
12
+ Q0011,I'm taking paroxetine for my heart condition and my new doctor wants to add tramadol. Is that combination safe?,Combining paroxetine and tramadol can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,paroxetine,tramadol,major,antidepressants,high
13
+ Q0012,Is it okay to take paroxetine with tramadol? I've been on tramadol for a while and just started paroxetine.,"There is a moderate interaction between paroxetine and tramadol that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",paroxetine,tramadol,moderate,antidepressants,medium
14
+ Q0013,I'm taking simvastatin for my heart condition and my new doctor wants to add amiodarone. Is that combination safe?,Combining simvastatin and amiodarone can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,simvastatin,amiodarone,major,other,high
15
+ Q0014,Is it okay to take simvastatin with amiodarone? I've been on amiodarone for a while and just started simvastatin.,"There is a moderate interaction between simvastatin and amiodarone that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",simvastatin,amiodarone,moderate,other,medium
16
+ Q0015,I'm taking atorvastatin for my heart condition and my new doctor wants to add clarithromycin. Is that combination safe?,Combining atorvastatin and clarithromycin can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,atorvastatin,clarithromycin,major,other,high
17
+ Q0016,Is it okay to take atorvastatin with clarithromycin? I've been on clarithromycin for a while and just started atorvastatin.,"There is a moderate interaction between atorvastatin and clarithromycin that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",atorvastatin,clarithromycin,moderate,other,medium
18
+ Q0017,I'm taking metformin for my heart condition and my new doctor wants to add alcohol. Is that combination safe?,Combining metformin and alcohol can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,metformin,alcohol,major,diabetes,high
19
+ Q0018,Is it okay to take metformin with alcohol? I've been on alcohol for a while and just started metformin.,"There is a moderate interaction between metformin and alcohol that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",metformin,alcohol,moderate,diabetes,medium
20
+ Q0019,I'm taking zolpidem for my heart condition and my new doctor wants to add alprazolam. Is that combination safe?,Combining zolpidem and alprazolam can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,zolpidem,alprazolam,major,sleep aids,high
21
+ Q0020,Is it okay to take zolpidem with alprazolam? I've been on alprazolam for a while and just started zolpidem.,"There is a moderate interaction between zolpidem and alprazolam that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",zolpidem,alprazolam,moderate,sleep aids,medium
22
+ Q0021,I'm taking lithium for my heart condition and my new doctor wants to add ibuprofen. Is that combination safe?,Combining lithium and ibuprofen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,lithium,ibuprofen,major,pain relief,high
23
+ Q0022,Is it okay to take lithium with ibuprofen? I've been on ibuprofen for a while and just started lithium.,"There is a moderate interaction between lithium and ibuprofen that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",lithium,ibuprofen,moderate,pain relief,medium
24
+ Q0023,I'm taking lithium for my heart condition and my new doctor wants to add naproxen. Is that combination safe?,Combining lithium and naproxen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,lithium,naproxen,major,pain relief,high
25
+ Q0024,Is it okay to take lithium with naproxen? I've been on naproxen for a while and just started lithium.,"There is a moderate interaction between lithium and naproxen that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",lithium,naproxen,moderate,pain relief,medium
26
+ Q0025,I'm taking ciprofloxacin for my heart condition and my new doctor wants to add warfarin. Is that combination safe?,Combining ciprofloxacin and warfarin can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,ciprofloxacin,warfarin,major,antibiotics,high
27
+ Q0026,Is it okay to take ciprofloxacin with warfarin? I've been on warfarin for a while and just started ciprofloxacin.,"There is a moderate interaction between ciprofloxacin and warfarin that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",ciprofloxacin,warfarin,moderate,antibiotics,medium
28
+ Q0027,I'm taking metronidazole for my heart condition and my new doctor wants to add warfarin. Is that combination safe?,Combining metronidazole and warfarin can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,metronidazole,warfarin,major,antibiotics,high
29
+ Q0028,Is it okay to take metronidazole with warfarin? I've been on warfarin for a while and just started metronidazole.,"There is a moderate interaction between metronidazole and warfarin that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",metronidazole,warfarin,moderate,antibiotics,medium
30
+ Q0029,I'm taking cyclosporine for my heart condition and my new doctor wants to add simvastatin. Is that combination safe?,Combining cyclosporine and simvastatin can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,cyclosporine,simvastatin,major,other,high
31
+ Q0030,Is it okay to take cyclosporine with simvastatin? I've been on simvastatin for a while and just started cyclosporine.,"There is a moderate interaction between cyclosporine and simvastatin that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",cyclosporine,simvastatin,moderate,other,medium
32
+ Q0031,I'm taking tacrolimus for my heart condition and my new doctor wants to add fluconazole. Is that combination safe?,Combining tacrolimus and fluconazole can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,tacrolimus,fluconazole,major,other,high
33
+ Q0032,Is it okay to take tacrolimus with fluconazole? I've been on fluconazole for a while and just started tacrolimus.,"There is a moderate interaction between tacrolimus and fluconazole that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",tacrolimus,fluconazole,moderate,other,medium
34
+ Q0033,I'm taking digoxin for my heart condition and my new doctor wants to add amiodarone. Is that combination safe?,Combining digoxin and amiodarone can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,digoxin,amiodarone,major,other,high
35
+ Q0034,Is it okay to take digoxin with amiodarone? I've been on amiodarone for a while and just started digoxin.,"There is a moderate interaction between digoxin and amiodarone that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",digoxin,amiodarone,moderate,other,medium
36
+ Q0035,I'm taking quetiapine for my heart condition and my new doctor wants to add lorazepam. Is that combination safe?,Combining quetiapine and lorazepam can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,quetiapine,lorazepam,major,other,high
37
+ Q0036,Is it okay to take quetiapine with lorazepam? I've been on lorazepam for a while and just started quetiapine.,"There is a moderate interaction between quetiapine and lorazepam that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",quetiapine,lorazepam,moderate,other,medium
38
+ Q0037,I'm taking St. John's wort for my heart condition and my new doctor wants to add sertraline. Is that combination safe?,Combining St. John's wort and sertraline can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,St. John's wort,sertraline,major,vitamins/supplements,high
39
+ Q0038,Is it okay to take St. John's wort with sertraline? I've been on sertraline for a while and just started St. John's wort.,"There is a moderate interaction between St. John's wort and sertraline that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",St. John's wort,sertraline,moderate,vitamins/supplements,medium
40
+ Q0039,I'm taking St. John's wort for my heart condition and my new doctor wants to add warfarin. Is that combination safe?,Combining St. John's wort and warfarin can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,St. John's wort,warfarin,major,vitamins/supplements,high
41
+ Q0040,Is it okay to take St. John's wort with warfarin? I've been on warfarin for a while and just started St. John's wort.,"There is a moderate interaction between St. John's wort and warfarin that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",St. John's wort,warfarin,moderate,vitamins/supplements,medium
42
+ Q0041,I'm taking levothyroxine for my heart condition and my new doctor wants to add calcium. Is that combination safe?,Combining levothyroxine and calcium can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,levothyroxine,calcium,major,thyroid,high
43
+ Q0042,Is it okay to take levothyroxine with calcium? I've been on calcium for a while and just started levothyroxine.,"There is a moderate interaction between levothyroxine and calcium that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",levothyroxine,calcium,moderate,thyroid,medium
44
+ Q0043,I'm taking levothyroxine for my heart condition and my new doctor wants to add iron. Is that combination safe?,Combining levothyroxine and iron can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,levothyroxine,iron,major,thyroid,high
45
+ Q0044,Is it okay to take levothyroxine with iron? I've been on iron for a while and just started levothyroxine.,"There is a moderate interaction between levothyroxine and iron that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",levothyroxine,iron,moderate,thyroid,medium
46
+ Q0045,I'm taking methotrexate for my heart condition and my new doctor wants to add ibuprofen. Is that combination safe?,Combining methotrexate and ibuprofen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,methotrexate,ibuprofen,major,pain relief,high
47
+ Q0046,Is it okay to take methotrexate with ibuprofen? I've been on ibuprofen for a while and just started methotrexate.,"There is a moderate interaction between methotrexate and ibuprofen that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",methotrexate,ibuprofen,moderate,pain relief,medium
48
+ Q0047,I'm taking allopurinol for my heart condition and my new doctor wants to add azathioprine. Is that combination safe?,Combining allopurinol and azathioprine can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,allopurinol,azathioprine,major,other,high
49
+ Q0048,Is it okay to take allopurinol with azathioprine? I've been on azathioprine for a while and just started allopurinol.,"There is a moderate interaction between allopurinol and azathioprine that's worth discussing with your doctor or pharmacist. While this combination isn't always contraindicated, monitoring for specific side effects is recommended.",allopurinol,azathioprine,moderate,other,medium
50
+ Q0049,I'm taking lisinopril for my heart condition and my new doctor wants to add ibuprofen. Is that combination safe?,Combining lisinopril and ibuprofen can cause a significant interaction that may require dose adjustments or close monitoring. Please inform both your doctors about all your medications so they can coordinate your care safely.,lisinopril,ibuprofen,major,blood pressure,high
51
+ Q0050,Can I take lisinopril and ibuprofen at the same time? My pharmacist looked worried when I mentioned it.,"There is a known interaction between lisinopril and ibuprofen that your pharmacist was right to flag. This combination can increase the risk of adverse effects, and you should consult your prescribing doctor before taking them together.",lisinopril,ibuprofen,major,blood pressure,high