uuid stringlengths 4 8 | template_uuid stringclasses 40
values | question stringlengths 13 193 | answer stringlengths 29 2.2k | benchmark_query stringlengths 133 622 | execution_results stringlengths 2 1.14M | query_type stringclasses 2
values | sql_category stringclasses 26
values | bio_category stringclasses 14
values |
|---|---|---|---|---|---|---|---|---|
Q16.920 | Q16 | What Small molecule therapies have been approved by the FDA to treat chronic myelomonocytic leukemia? | Azacitidine is the only Small molecule therapy approved by the FDA to treat chronic myelomonocytic leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chronic myelomonocytic leukemia" OR LOWER(m... | [{'UUID': 'DrugTargetsIndication121923_text_1191919', 'drugName': 'Azacitidine', 'tradeNames_list': "['Azacitidine', 'Onureg', 'Vidaza']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000130816', 'approvedSymbol': 'DNMT1', 'approvedName': 'DNA methyltransferase 1', 'yearOfFirstApproval': 20... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.495 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hutchinson-Gilford progeria syndrome? | Lonafarnib is the only Small molecule therapy approved by the FDA to treat Hutchinson-Gilford progeria syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hutchinson-gilford progeria syndrome" OR LO... | [{'UUID': 'DrugTargetsIndication121923_text_148908', 'drugName': 'Lonafarnib', 'tradeNames_list': "['Zokinvy']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000168522', 'approvedSymbol': 'FNTA', 'approvedName': 'farnesyltransferase, CAAX box, alpha', 'yearOfFirstApproval': 2020, 'max_phase... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.961 | Q16 | What Small molecule therapies have been approved by the FDA to treat coronary atherosclerosis? | Propranolol Hydrochloride is the only Small molecule therapy approved by the FDA to treat coronary atherosclerosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "coronary atherosclerosis" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_937023', 'drugName': 'Propranolol Hydrochloride', 'tradeNames_list': "['Angilol', 'Apsolol', 'Avlocardyl', 'Bedranol', 'Bedranol s.r.', 'BerkololBeta-prograne mr', 'Betadur cr', 'Cardinol', 'DupromexHalf beta-prograne mr', 'Half propanix la', 'Half propatard laHalf-beprane cr... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1106 | Q16 | What Small molecule therapies have been approved by the FDA to treat gestational diabetes? | There are no drug Small molecule therapies approved to treat gestational diabetes. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "gestational diabetes" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1040 | Q16 | What Small molecule therapies have been approved by the FDA to treat esophageal carcinoma? | There are no drug Small molecule therapies approved to treat esophageal carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "esophageal carcinoma" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.591 | Q16 | What Small molecule therapies have been approved by the FDA to treat Pineoblastoma? | There are no drug Small molecule therapies approved to treat Pineoblastoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pineoblastoma" OR LOWER(mesh_heading) = "pi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.757 | Q16 | What Small molecule therapies have been approved by the FDA to treat anaplastic large cell lymphoma? | There are no drug Small molecule therapies approved to treat anaplastic large cell lymphoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "anaplastic large cell lymphoma" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.661 | Q16 | What Small molecule therapies have been approved by the FDA to treat Tinnitus? | There are no drug Small molecule therapies approved to treat Tinnitus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tinnitus" OR LOWER(mesh_heading) = "tinnitu... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.236 | Q16 | What Protein therapies have been approved by the FDA to treat neuroendocrine neoplasm? | There are no drug Protein therapies approved to treat neuroendocrine neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neuroendocrine neoplasm" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.738 | Q16 | What Small molecule therapies have been approved by the FDA to treat allergic conjunctivitis? | There are 10 Small molecule therapy drugs that are approved to treat allergic conjunctivitis which are as follows: Prednisone, Loteprednol Etabonate, Dexamethasone, Prednisolone Acetate, Bepotastine Besylate, Carbinoxamine Maleate, Alcaftadine, Azelastine Hydrochloride, Olopatadine Hydrochloride, and Levocetirizine Dih... | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "allergic conjunctivitis" OR LOWER(mesh_head... | [{'UUID': 'DrugTargetsIndication121923_text_217651', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1290 | Q16 | What Small molecule therapies have been approved by the FDA to treat malignant rhabdoid tumour? | There are no drug Small molecule therapies approved to treat malignant rhabdoid tumour. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "malignant rhabdoid tumour" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1437 | Q16 | What Small molecule therapies have been approved by the FDA to treat pancreatic ductal adenocarcinoma? | There are no drug Small molecule therapies approved to treat pancreatic ductal adenocarcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pancreatic ductal adenocarcinoma" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.942 | Q16 | What Small molecule therapies have been approved by the FDA to treat colorectal adenocarcinoma? | Regorafenib is the only Small molecule therapy approved by the FDA to treat colorectal adenocarcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "colorectal adenocarcinoma" OR LOWER(mesh_he... | [{'UUID': 'DrugTargetsIndication121923_text_664064', 'drugName': 'Regorafenib', 'tradeNames_list': "['Stivarga']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2012, 'max_phase_for_i... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1074 | Q16 | What Small molecule therapies have been approved by the FDA to treat fibrosarcoma? | There are no drug Small molecule therapies approved to treat fibrosarcoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "fibrosarcoma" OR LOWER(mesh_heading) = "fib... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.109 | Q16 | What Protein therapies have been approved by the FDA to treat breast cancer? | Goserelin Acetate is the only Protein therapy approved by the FDA to treat breast cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "breast cancer" OR LOWER(mesh_heading) = "br... | [{'UUID': 'DrugTargetsIndication121923_text_1096829', 'drugName': 'Goserelin Acetate', 'tradeNames_list': "['Novgos', 'Zoladex', 'Zoladex la']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000109163', 'approvedSymbol': 'GNRHR', 'approvedName': 'gonadotropin releasing hormone receptor', 'yearOfFirst... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1371 | Q16 | What Small molecule therapies have been approved by the FDA to treat neuroblastoma? | There are no drug Small molecule therapies approved to treat neuroblastoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neuroblastoma" OR LOWER(mesh_heading) = "ne... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.572 | Q16 | What Small molecule therapies have been approved by the FDA to treat Ocular pain? | There are 2 Small molecule therapy drugs that are approved to treat Ocular pain which are as follows: Ketorolac Tromethamine and Bromfenac Sodium. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "ocular pain" OR LOWER(mesh_heading) = "ocul... | [{'UUID': 'DrugTargetsIndication121923_text_841766', 'drugName': 'Ketorolac Tromethamine', 'tradeNames_list': "['Acular', 'Acular ls', 'Acular preservative free', 'AcuvailKetorolac tromethamine', 'Sprix', 'Toradol']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000073756', 'approvedSymbol'... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.898 | Q16 | What Small molecule therapies have been approved by the FDA to treat childhood germ cell tumor? | There are no drug Small molecule therapies approved to treat childhood germ cell tumor. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "childhood germ cell tumor" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.955 | Q16 | What Small molecule therapies have been approved by the FDA to treat congestive heart failure? | There are 10 Small molecule therapy drugs that are approved to treat congestive heart failure which are as follows: Carvedilol, Tolvaptan, Metoprolol Succinate, Nitroglycerin, Amlodipine Besylate, Lisinopril, Enalapril Maleate, Spironolactone, Ivabradine Hydrochloride, and Torsemide. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "congestive heart failure" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_356976', 'drugName': 'Carvedilol', 'tradeNames_list': "['Carvedilol', 'Coreg', 'Coreg CR', 'Eucardic 12.5', 'Eucardic 25Eucardic 3.125', 'Eucardic 6.25']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000120907', 'approvedSymbol': 'ADRA1A', 'appr... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1057 | Q16 | What Small molecule therapies have been approved by the FDA to treat familial Mediterranean fever? | Colchicine is the only Small molecule therapy approved by the FDA to treat familial Mediterranean fever. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "familial mediterranean fever" OR LOWER(mesh... | [{'UUID': 'DrugTargetsIndication121923_text_70058', 'drugName': 'Colchicine', 'tradeNames_list': "['Colchicine', 'Colcrys', 'Gloperba', 'Mitigare']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000188229', 'approvedSymbol': 'TUBB4B', 'approvedName': 'tubulin beta 4B class IVb', 'yearOfFirs... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1185 | Q16 | What Small molecule therapies have been approved by the FDA to treat ileus? | There are no drug Small molecule therapies approved to treat ileus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "ileus" OR LOWER(mesh_heading) = "ileus") AN... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1202 | Q16 | What Small molecule therapies have been approved by the FDA to treat intermediate coronary syndrome? | There are no drug Small molecule therapies approved to treat intermediate coronary syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "intermediate coronary syndrome" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1269 | Q16 | What Small molecule therapies have been approved by the FDA to treat lymphoblastic lymphoma? | There are 2 Small molecule therapy drugs that are approved to treat lymphoblastic lymphoma which are as follows: Dasatinib and Methotrexate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "lymphoblastic lymphoma" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_713212', 'drugName': 'Dasatinib', 'tradeNames_list': "['Dasatinib', 'Sprycel']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000097007', 'approvedSymbol': 'ABL1', 'approvedName': 'ABL proto-oncogene 1, non-receptor tyrosine kinase', 'yearOfFirstA... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.892 | Q16 | What Small molecule therapies have been approved by the FDA to treat cheilitis? | There are no drug Small molecule therapies approved to treat cheilitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cheilitis" OR LOWER(mesh_heading) = "cheili... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1477 | Q16 | What Small molecule therapies have been approved by the FDA to treat photosensitive epilepsy? | There are no drug Small molecule therapies approved to treat photosensitive epilepsy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "photosensitive epilepsy" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.858 | Q16 | What Small molecule therapies have been approved by the FDA to treat bursitis? | There are 3 Small molecule therapy drugs that are approved to treat bursitis which are as follows: Triamcinolone Acetonide, Dexamethasone, and Naproxen. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bursitis" OR LOWER(mesh_heading) = "bursiti... | [{'UUID': 'DrugTargetsIndication121923_text_217668', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.740 | Q16 | What Small molecule therapies have been approved by the FDA to treat allergic disease? | There are 3 Small molecule therapy drugs that are approved to treat allergic disease which are as follows: Epinephrine, Phenylephrine Hydrochloride, and Fexofenadine Hydrochloride. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "allergic disease" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_360837', 'drugName': 'Epinephrine', 'tradeNames_list': "['Adren co', 'Adrenaclick', 'Adrenalin', 'Ana-Kit', 'Ana-guard', 'AnapenAnaphylactic shock drug kit', 'Asma-vydrin', 'Asthmahaler', 'Auvi-qBronkaid mist', 'Brovon', 'Emerade', 'Epi e z pen jr', 'EpinephrineEpinephrine (c... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.723 | Q16 | What Small molecule therapies have been approved by the FDA to treat adult acute respiratory distress syndrome? | There are no drug Small molecule therapies approved to treat adult acute respiratory distress syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "adult acute respiratory distress syndrome" ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.458 | Q16 | What Small molecule therapies have been approved by the FDA to treat Glycogen storage disease due to glucose-6-phosphatase deficiency? | There are no drug Small molecule therapies approved to treat Glycogen storage disease due to glucose-6-phosphatase deficiency. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "glycogen storage disease due to glucose-6-p... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.266 | Q16 | What Protein therapies have been approved by the FDA to treat pouchitis? | There are no drug Protein therapies approved to treat pouchitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pouchitis" OR LOWER(mesh_heading) = "pouchi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.76 | Q16 | What Protein therapies have been approved by the FDA to treat acne? | There are no drug Protein therapies approved to treat acne. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acne" OR LOWER(mesh_heading) = "acne") AND ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.448 | Q16 | What Small molecule therapies have been approved by the FDA to treat Gaucher disease? | Eliglustat Tartrate is the only Small molecule therapy approved by the FDA to treat Gaucher disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "gaucher disease" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_1097554', 'drugName': 'Eliglustat Tartrate', 'tradeNames_list': "['Cerdelga']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000148154', 'approvedSymbol': 'UGCG', 'approvedName': 'UDP-glucose ceramide glucosyltransferase', 'yearOfFirstApproval': 2... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.398 | Q16 | What Small molecule therapies have been approved by the FDA to treat Constipation? | There are 5 Small molecule therapy drugs that are approved to treat Constipation which are as follows: Naldemedine Tosylate, Methylnaltrexone Bromide, Alvimopan, Naloxone, and Lubiprostone. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "constipation" OR LOWER(mesh_heading) = "con... | [{'UUID': 'DrugTargetsIndication121923_text_763351', 'drugName': 'Naloxegol Oxalate', 'tradeNames_list': "['Movantik']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000112038', 'approvedSymbol': 'OPRM1', 'approvedName': 'opioid receptor mu 1', 'yearOfFirstApproval': 2014, 'max_phase_for_i... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.177 | Q16 | What Protein therapies have been approved by the FDA to treat hypertension? | There are no drug Protein therapies approved to treat hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypertension" OR LOWER(mesh_heading) = "hyp... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1051 | Q16 | What Small molecule therapies have been approved by the FDA to treat eye disease? | There are 3 Small molecule therapy drugs that are approved to treat eye disease which are as follows: Dexamethasone, Lifitegrast, and Sirolimus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "eye disease" OR LOWER(mesh_heading) = "eye ... | [{'UUID': 'DrugTargetsIndication121923_text_226338', 'drugName': 'Dexamethasone', 'tradeNames_list': "['Aeroseb-dex', 'Dalalone', 'Decaderm', 'Decadron', 'Decadron-75', 'DecasprayDexacortisyl', 'Dexafree', 'Dexamethasone', 'Dexamethasone intensolDexone', 'Dexone 0.5', 'Dexone 0.75', 'Dexone 1.5', 'Dexone 4', 'DexsolDex... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1531 | Q16 | What Small molecule therapies have been approved by the FDA to treat primitive neuroectodermal tumor? | There are no drug Small molecule therapies approved to treat primitive neuroectodermal tumor. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "primitive neuroectodermal tumor" OR LOWER(m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1314 | Q16 | What Small molecule therapies have been approved by the FDA to treat metabolic syndrome? | There are no drug Small molecule therapies approved to treat metabolic syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "metabolic syndrome" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1210 | Q16 | What Small molecule therapies have been approved by the FDA to treat intestinal obstruction? | There are no drug Small molecule therapies approved to treat intestinal obstruction. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "intestinal obstruction" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.599 | Q16 | What Small molecule therapies have been approved by the FDA to treat Premature ovarian insufficiency? | Estradiol is the only Small molecule therapy approved by the FDA to treat Premature ovarian insufficiency. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "premature ovarian insufficiency" OR LOWER(m... | [{'UUID': 'DrugTargetsIndication121923_text_823928', 'drugName': 'Estradiol', 'tradeNames_list': "['Adgyn estro', 'Alora', 'Aquagen', 'Bedol', 'Climara', 'Climara ProDermestril 100', 'Dermestril 25', 'Dermestril 50', 'Dermestril septem 25Dermestril septem 50', 'Dermestril septem 75', 'Divigel', 'E-CypionateElestrim', '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.62 | Q16 | What Protein therapies have been approved by the FDA to treat Respiratory Syncytial Virus Infection? | There are no drug Protein therapies approved to treat Respiratory Syncytial Virus Infection. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "respiratory syncytial virus infection" OR L... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.880 | Q16 | What Small molecule therapies have been approved by the FDA to treat cerebral arterial disease? | There are no drug Small molecule therapies approved to treat cerebral arterial disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cerebral arterial disease" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1308 | Q16 | What Small molecule therapies have been approved by the FDA to treat menopause? | There are 2 Small molecule therapy drugs that are approved to treat menopause which are as follows: Ospemifene and Estradiol Acetate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "menopause" OR LOWER(mesh_heading) = "menopa... | [{'UUID': 'DrugTargetsIndication121923_text_823727', 'drugName': 'Ospemifene', 'tradeNames_list': "['Osphena', 'Senshio']", 'drugType': 'Small molecule', 'actionType': 'modulator', 'target': 'ENSG00000091831', 'approvedSymbol': 'ESR1', 'approvedName': 'estrogen receptor 1', 'yearOfFirstApproval': 2013, 'max_phase_for_i... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1755 | Q16 | What Small molecule therapies have been approved by the FDA to treat viral pneumonia? | There are no drug Small molecule therapies approved to treat viral pneumonia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "viral pneumonia" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.280 | Q16 | What Protein therapies have been approved by the FDA to treat pure red-cell aplasia? | There are no drug Protein therapies approved to treat pure red-cell aplasia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pure red-cell aplasia" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.37 | Q16 | What Protein therapies have been approved by the FDA to treat Diarrhea? | There are no drug Protein therapies approved to treat Diarrhea. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "diarrhea" OR LOWER(mesh_heading) = "diarrhe... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.666 | Q16 | What Small molecule therapies have been approved by the FDA to treat Tularemia? | Doxycycline is the only Small molecule therapy approved by the FDA to treat Tularemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tularemia" OR LOWER(mesh_heading) = "tulare... | [{'UUID': 'DrugTargetsIndication121923_text_1037853', 'drugName': 'Doxycycline', 'tradeNames_list': "['Doxychel', 'Doxycycline', 'Monodox', 'Oracea', 'Vibramycin']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000137673', 'approvedSymbol': 'MMP7', 'approvedName': 'matrix metallopeptidase 7... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1589 | Q16 | What Small molecule therapies have been approved by the FDA to treat rhinitis? | There are no drug Small molecule therapies approved to treat rhinitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "rhinitis" OR LOWER(mesh_heading) = "rhiniti... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1547 | Q16 | What Small molecule therapies have been approved by the FDA to treat pulmonary edema? | There are no drug Small molecule therapies approved to treat pulmonary edema. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pulmonary edema" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.985 | Q16 | What Small molecule therapies have been approved by the FDA to treat developmental disability? | There are no drug Small molecule therapies approved to treat developmental disability. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "developmental disability" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1386 | Q16 | What Small molecule therapies have been approved by the FDA to treat nicotine dependence? | Nicotine Polacrilex is the only Small molecule therapy approved by the FDA to treat nicotine dependence. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "nicotine dependence" OR LOWER(mesh_heading)... | [{'UUID': 'DrugTargetsIndication121923_text_857237', 'drugName': 'Nicotine Polacrilex', 'tradeNames_list': "['Commit', 'Nicorette', 'Nicorette (mint)', 'Nicotine polacrilex', 'Thrive']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000160716', 'approvedSymbol': 'CHRNB2', 'approvedName': 'chol... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.744 | Q16 | What Small molecule therapies have been approved by the FDA to treat altitude sickness? | There are no drug Small molecule therapies approved to treat altitude sickness. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "altitude sickness" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.192 | Q16 | What Protein therapies have been approved by the FDA to treat islet cell tumor? | There are no drug Protein therapies approved to treat islet cell tumor. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "islet cell tumor" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.927 | Q16 | What Small molecule therapies have been approved by the FDA to treat circadian rhythm sleep disorder? | There are no drug Small molecule therapies approved to treat circadian rhythm sleep disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "circadian rhythm sleep disorder" OR LOWER(m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.460 | Q16 | What Small molecule therapies have been approved by the FDA to treat Granulomatosis with Polyangiitis? | Avacopan is the only Small molecule therapy approved by the FDA to treat Granulomatosis with Polyangiitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "granulomatosis with polyangiitis" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_1191849', 'drugName': 'Avacopan', 'tradeNames_list': "['Tavneos']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000197405', 'approvedSymbol': 'C5AR1', 'approvedName': 'complement C5a receptor 1', 'yearOfFirstApproval': 2021, 'max_phase_for_ind':... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.680 | Q16 | What Small molecule therapies have been approved by the FDA to treat Vulvar Lichen Sclerosus? | There are no drug Small molecule therapies approved to treat Vulvar Lichen Sclerosus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "vulvar lichen sclerosus" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.768 | Q16 | What Small molecule therapies have been approved by the FDA to treat ankle fracture? | There are no drug Small molecule therapies approved to treat ankle fracture. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "ankle fracture" OR LOWER(mesh_heading) = "a... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1590 | Q16 | What Small molecule therapies have been approved by the FDA to treat rhinoscleroma? | There are no drug Small molecule therapies approved to treat rhinoscleroma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "rhinoscleroma" OR LOWER(mesh_heading) = "rh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.734 | Q16 | What Small molecule therapies have been approved by the FDA to treat alcoholic liver cirrhosis? | There are no drug Small molecule therapies approved to treat alcoholic liver cirrhosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "alcoholic liver cirrhosis" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.415 | Q16 | What Small molecule therapies have been approved by the FDA to treat Drooling? | There are no drug Small molecule therapies approved to treat Drooling. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "drooling" OR LOWER(mesh_heading) = "droolin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1107 | Q16 | What Small molecule therapies have been approved by the FDA to treat gestational trophoblastic neoplasm? | There are no drug Small molecule therapies approved to treat gestational trophoblastic neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "gestational trophoblastic neoplasm" OR LOWE... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.833 | Q16 | What Small molecule therapies have been approved by the FDA to treat bone neoplasm? | There are no drug Small molecule therapies approved to treat bone neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bone neoplasm" OR LOWER(mesh_heading) = "bo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.620 | Q16 | What Small molecule therapies have been approved by the FDA to treat Sepsis? | There are no drug Small molecule therapies approved to treat Sepsis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "sepsis" OR LOWER(mesh_heading) = "sepsis") ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.115 | Q16 | What Protein therapies have been approved by the FDA to treat cancer? | Carfilzomib is the only Protein therapy approved by the FDA to treat cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cancer" OR LOWER(mesh_heading) = "cancer") ... | [{'UUID': 'DrugTargetsIndication121923_text_267901', 'drugName': 'Carfilzomib', 'tradeNames_list': "['Kyprolis']", 'drugType': 'Protein', 'actionType': 'inhibitor', 'target': 'ENSG00000173692', 'approvedSymbol': 'PSMD1', 'approvedName': 'proteasome 26S subunit, non-ATPase 1', 'yearOfFirstApproval': 2009, 'max_phase_for... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.421 | Q16 | What Small molecule therapies have been approved by the FDA to treat Dyspnea? | There are no drug Small molecule therapies approved to treat Dyspnea. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "dyspnea" OR LOWER(mesh_heading) = "dyspnea"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1678 | Q16 | What Small molecule therapies have been approved by the FDA to treat systemic mastocytosis? | Midostaurin is the only Small molecule therapy approved by the FDA to treat systemic mastocytosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "systemic mastocytosis" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_667283', 'drugName': 'Midostaurin', 'tradeNames_list': "['Rydapt']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2017, 'max_phase_for_ind... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.977 | Q16 | What Small molecule therapies have been approved by the FDA to treat delirium? | There are no drug Small molecule therapies approved to treat delirium. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "delirium" OR LOWER(mesh_heading) = "deliriu... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.608 | Q16 | What Small molecule therapies have been approved by the FDA to treat Raynaud disease? | There are no drug Small molecule therapies approved to treat Raynaud disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "raynaud disease" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1685 | Q16 | What Small molecule therapies have been approved by the FDA to treat tenosynovitis? | There are 3 Small molecule therapy drugs that are approved to treat tenosynovitis which are as follows: Prednisone, Triamcinolone Acetonide, and Dexamethasone. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tenosynovitis" OR LOWER(mesh_heading) = "te... | [{'UUID': 'DrugTargetsIndication121923_text_217675', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.90 | Q16 | What Protein therapies have been approved by the FDA to treat amyloidosis? | There are no drug Protein therapies approved to treat amyloidosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "amyloidosis" OR LOWER(mesh_heading) = "amyl... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.856 | Q16 | What Small molecule therapies have been approved by the FDA to treat bullous pemphigoid? | There are no drug Small molecule therapies approved to treat bullous pemphigoid. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bullous pemphigoid" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1339 | Q16 | What Small molecule therapies have been approved by the FDA to treat multiple bone fractures? | There are no drug Small molecule therapies approved to treat multiple bone fractures. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "multiple bone fractures" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1684 | Q16 | What Small molecule therapies have been approved by the FDA to treat tendinitis? | Naproxen is the only Small molecule therapy approved by the FDA to treat tendinitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tendinitis" OR LOWER(mesh_heading) = "tendi... | [{'UUID': 'DrugTargetsIndication121923_text_838347', 'drugName': 'Naproxen', 'tradeNames_list': "['Aleve', 'Anaprox', 'Arthrosin 250', 'Arthrosin 250 ec', 'Arthrosin 500Arthrosin 500 ec', 'Condrotec', 'Ec-naprosyn', 'Equiproxen', 'Feminax ultraGrenoxal', 'Kenosyn', 'Laraflex', 'Napratec op', 'Naprosyn', 'Naprosyn 375Na... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.760 | Q16 | What Small molecule therapies have been approved by the FDA to treat anemia? | There are 4 Small molecule therapy drugs that are approved to treat anemia which are as follows: Triamcinolone Acetonide, Prednisolone Acetate, Lenalidomide, and Azacitidine. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "anemia" OR LOWER(mesh_heading) = "anemia") ... | [{'UUID': 'DrugTargetsIndication121923_text_221887', 'drugName': 'Triamcinolone Acetonide', 'tradeNames_list': "['Adcortyl', 'Adcortyl in orabase', 'Allernaze', 'Aristocort', 'Aristocort aAristogel', 'Audicort', 'Aureocort', 'Azmacort', 'Flutex', 'Gppe ear dps capGppe ear oint', 'Kenacort', 'Kenalog', 'Kenalog in oraba... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.502 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hyperphenylalaninemia? | Sapropterin Dihydrochloride is the only Small molecule therapy approved by the FDA to treat Hyperphenylalaninemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hyperphenylalaninemia" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_1192262', 'drugName': 'Sapropterin Dihydrochloride', 'tradeNames_list': "['Kuvan']", 'drugType': 'Small molecule', 'actionType': 'activator', 'target': 'ENSG00000171759', 'approvedSymbol': 'PAH', 'approvedName': 'phenylalanine hydroxylase', 'yearOfFirstApproval': 2007, 'max_p... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.12 | Q16 | What Oligonucleotide therapies have been approved by the FDA to treat polyneuropathy? | There are 3 Oligonucleotide therapy drugs that are approved to treat polyneuropathy which are as follows: Inotersen Sodium, Vutrisiran, and Patisiran Sodium. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "polyneuropathy" OR LOWER(mesh_heading) = "p... | [{'UUID': 'DrugTargetsIndication121923_text_1097643', 'drugName': 'Inotersen Sodium', 'tradeNames_list': "['Tegsedi']", 'drugType': 'Oligonucleotide', 'actionType': 'antisense inhibitor', 'target': 'ENSG00000118271', 'approvedSymbol': 'TTR', 'approvedName': 'transthyretin', 'yearOfFirstApproval': 2018, 'max_phase_for_i... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.399 | Q16 | What Small molecule therapies have been approved by the FDA to treat Corneal scarring? | Prednisolone Acetate is the only Small molecule therapy approved by the FDA to treat Corneal scarring. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "corneal scarring" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_243741', 'drugName': 'Prednisolone Acetate', 'tradeNames_list': "['Econopred', 'Flo-pred', 'Meticortelone', 'Omnipred', 'Pred forte', 'Pred ftePred mild', 'Prednisolone acetate', 'Sterane', 'Ultracortenol']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'E... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.286 | Q16 | What Protein therapies have been approved by the FDA to treat salivary gland carcinoma? | There are no drug Protein therapies approved to treat salivary gland carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "salivary gland carcinoma" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1075 | Q16 | What Small molecule therapies have been approved by the FDA to treat fibrosis? | Ribavirin is the only Small molecule therapy approved by the FDA to treat fibrosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "fibrosis" OR LOWER(mesh_heading) = "fibrosi... | [{'UUID': 'DrugTargetsIndication121923_text_937565', 'drugName': 'Ribavirin', 'tradeNames_list': "['Copegus', 'Rebetol', 'Ribapak', 'Ribasphere', 'Ribavarin', 'RibavirinRibofluranosyl Carboxamide', 'Tribavirin', 'Viramid', 'Virazid', 'Virazole']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1200 | Q16 | What Small molecule therapies have been approved by the FDA to treat insulin resistance? | There are no drug Small molecule therapies approved to treat insulin resistance. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "insulin resistance" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.695 | Q16 | What Small molecule therapies have been approved by the FDA to treat acromegaly? | Bromocriptine Mesylate is the only Small molecule therapy approved by the FDA to treat acromegaly. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acromegaly" OR LOWER(mesh_heading) = "acrom... | [{'UUID': 'DrugTargetsIndication121923_text_201341', 'drugName': 'Bromocriptine Mesylate', 'tradeNames_list': "['Bromocriptine mesylate', 'Cycloset', 'Parlodel']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000149295', 'approvedSymbol': 'DRD2', 'approvedName': 'dopamine receptor D2', 'yearO... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1440 | Q16 | What Small molecule therapies have been approved by the FDA to treat pancreatic neoplasm? | There are no drug Small molecule therapies approved to treat pancreatic neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pancreatic neoplasm" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1650 | Q16 | What Small molecule therapies have been approved by the FDA to treat spondylitis? | There are 3 Small molecule therapy drugs that are approved to treat spondylitis which are as follows: Indomethacin, Celecoxib, and Naproxen. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "spondylitis" OR LOWER(mesh_heading) = "spon... | [{'UUID': 'DrugTargetsIndication121923_text_828207', 'drugName': 'Indomethacin', 'tradeNames_list': "['Artracin', 'Artracin sr', 'Berlind 75 ret', 'Flexin-25 continusFlexin-50 continus', 'Flexin-75 continus', 'Imbrilon', 'Indo-lemmonIndo-paed', 'Indocid ret', 'Indocid-r', 'Indocin', 'Indocin sr', 'IndodermIndoflex', 'I... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.694 | Q16 | What Small molecule therapies have been approved by the FDA to treat acne? | There are 10 Small molecule therapy drugs that are approved to treat acne which are as follows: Dexamethasone, Clascoterone, Drospirenone, Doxycycline Hyclate, Doxycycline, Tretinoin, Isotretinoin, Tazarotene, Adapalene, and Trifarotene. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acne" OR LOWER(mesh_heading) = "acne") AND ... | [{'UUID': 'DrugTargetsIndication121923_text_226335', 'drugName': 'Dexamethasone', 'tradeNames_list': "['Aeroseb-dex', 'Dalalone', 'Decaderm', 'Decadron', 'Decadron-75', 'DecasprayDexacortisyl', 'Dexafree', 'Dexamethasone', 'Dexamethasone intensolDexone', 'Dexone 0.5', 'Dexone 0.75', 'Dexone 1.5', 'Dexone 4', 'DexsolDex... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.859 | Q16 | What Small molecule therapies have been approved by the FDA to treat cannabis dependence? | There are no drug Small molecule therapies approved to treat cannabis dependence. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cannabis dependence" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.160 | Q16 | What Protein therapies have been approved by the FDA to treat familial lipoprotein lipase deficiency? | There are no drug Protein therapies approved to treat familial lipoprotein lipase deficiency. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "familial lipoprotein lipase deficiency" OR ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.903 | Q16 | What Small molecule therapies have been approved by the FDA to treat chordoma? | There are no drug Small molecule therapies approved to treat chordoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chordoma" OR LOWER(mesh_heading) = "chordom... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1390 | Q16 | What Small molecule therapies have been approved by the FDA to treat non-allergic rhinitis? | Aspirin is the only Small molecule therapy approved by the FDA to treat non-allergic rhinitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "non-allergic rhinitis" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_833653', 'drugName': 'Aspirin', 'tradeNames_list': "['8-hour bayer', 'Acetosalic Acid', 'Acetylsalic acidAcetylsalicylic Acid', 'Alka rapid', 'Anadin all night', 'Angettes 75Aspirin', 'Aspro clr', 'Bayer extra strength aspirin for migraine painDanamep', 'Disprin cv', 'Disprin... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.259 | Q16 | What Protein therapies have been approved by the FDA to treat plasmacytoma? | There are no drug Protein therapies approved to treat plasmacytoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "plasmacytoma" OR LOWER(mesh_heading) = "pla... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.337 | Q16 | What Small molecule therapies have been approved by the FDA to treat Alzheimer disease? | There are 2 Small molecule therapy drugs that are approved to treat Alzheimer disease which are as follows: Memantine Hydrochloride and Donepezil Hydrochloride. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "alzheimer disease" OR LOWER(mesh_heading) =... | [{'UUID': 'DrugTargetsIndication121923_text_454994', 'drugName': 'Memantine Hydrochloride', 'tradeNames_list': "['Akatinol', 'Ebixa', 'Marixino', 'Memantine', 'Memantine hydrochlorideNamenda', 'Namenda xr', 'Nemdatine', 'Valios']", 'drugType': 'Small molecule', 'actionType': 'negative allosteric modulator', 'target': '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1654 | Q16 | What Small molecule therapies have been approved by the FDA to treat sprain? | There are 3 Small molecule therapy drugs that are approved to treat sprain which are as follows: Lidocaine, Diclofenac, and Capsaicin. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "sprain" OR LOWER(mesh_heading) = "sprain") ... | [{'UUID': 'DrugTargetsIndication121923_text_637792', 'drugName': 'Lidocaine', 'tradeNames_list': "['Alphacaine', 'Anestacon', 'Dentipatch', 'Lidocaine', 'LidodermLignocaine Hcl', 'Lignostab', 'Lmx 4', 'Oraqix', 'Vagisil', 'XylocaineXylodase', 'Xylotox', 'Ztlido']", 'drugType': 'Small molecule', 'actionType': 'blocker',... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1047 | Q16 | What Small molecule therapies have been approved by the FDA to treat exfoliative dermatitis? | There are 2 Small molecule therapy drugs that are approved to treat exfoliative dermatitis which are as follows: Prednisone and Dexamethasone. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "exfoliative dermatitis" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_217660', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.519 | Q16 | What Small molecule therapies have been approved by the FDA to treat Ischemic stroke? | There are no drug Small molecule therapies approved to treat Ischemic stroke. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "ischemic stroke" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1023 | Q16 | What Small molecule therapies have been approved by the FDA to treat endometriosis? | Elagolix Sodium is the only Small molecule therapy approved by the FDA to treat endometriosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "endometriosis" OR LOWER(mesh_heading) = "en... | [{'UUID': 'DrugTargetsIndication121923_text_1097296', 'drugName': 'Elagolix Sodium', 'tradeNames_list': "['Orilissa']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000109163', 'approvedSymbol': 'GNRHR', 'approvedName': 'gonadotropin releasing hormone receptor', 'yearOfFirstApproval': 2018... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.776 | Q16 | What Small molecule therapies have been approved by the FDA to treat antiphospholipid syndrome? | There are no drug Small molecule therapies approved to treat antiphospholipid syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "antiphospholipid syndrome" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1539 | Q16 | What Small molecule therapies have been approved by the FDA to treat prostate carcinoma? | There are 7 Small molecule therapy drugs that are approved to treat prostate carcinoma which are as follows: Cabazitaxel, Lidocaine Hydrochloride, Enzalutamide, Apalutamide, Darolutamide, Abiraterone Acetate, and Zoledronic Acid. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "prostate carcinoma" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_67883', 'drugName': 'Cabazitaxel', 'tradeNames_list': "['Jevtana', 'Jevtana kit']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000188229', 'approvedSymbol': 'TUBB4B', 'approvedName': 'tubulin beta 4B class IVb', 'yearOfFirstApproval': 2010, 'max... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.769 | Q16 | What Small molecule therapies have been approved by the FDA to treat ankylosing spondylitis? | There are 7 Small molecule therapy drugs that are approved to treat ankylosing spondylitis which are as follows: Prednisone, Dexamethasone, Indomethacin, Celecoxib, Naproxen Sodium, Naproxen, and Esomeprazole Magnesium. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "ankylosing spondylitis" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_217641', 'drugName': 'Prednisone', 'tradeNames_list': "['Cortan', 'Cortancyl', 'Decortisyl', 'Delta-dome', 'Deltasone', 'FernisoneLiquid pred', 'Lodotra', 'Meticorten', 'Orasone', 'Paracort', 'Prednicen-mPrednisone', 'Prednisone intensol', 'Rayos', 'Servisone', 'Sterapred']",... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1212 | Q16 | What Small molecule therapies have been approved by the FDA to treat intracerebral hemorrhage? | There are no drug Small molecule therapies approved to treat intracerebral hemorrhage. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "intracerebral hemorrhage" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1288 | Q16 | What Small molecule therapies have been approved by the FDA to treat malignant peritoneal mesothelioma? | Pemetrexed is the only Small molecule therapy approved by the FDA to treat malignant peritoneal mesothelioma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "malignant peritoneal mesothelioma" OR LOWER... | [{'UUID': 'DrugTargetsIndication121923_text_918481', 'drugName': 'Pemetrexed', 'tradeNames_list': "['Alimta', 'Pemfexy']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000176890', 'approvedSymbol': 'TYMS', 'approvedName': 'thymidylate synthetase', 'yearOfFirstApproval': 2004, 'max_phase_for... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1747 | Q16 | What Small molecule therapies have been approved by the FDA to treat vasomotor rhinitis? | There are 2 Small molecule therapy drugs that are approved to treat vasomotor rhinitis which are as follows: Carbinoxamine Maleate and Azelastine Hydrochloride. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "vasomotor rhinitis" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_455852', 'drugName': 'Carbinoxamine Maleate', 'tradeNames_list': "['Carbinoxamine maleate', 'Clistin', 'Davenol', 'Karbinal er']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000196639', 'approvedSymbol': 'HRH1', 'approvedName': 'histamine recep... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.525 | Q16 | What Small molecule therapies have been approved by the FDA to treat Kidney Angiomyolipoma? | Everolimus is the only Small molecule therapy approved by the FDA to treat Kidney Angiomyolipoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "kidney angiomyolipoma" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_1084964', 'drugName': 'Everolimus', 'tradeNames_list': "['Afinitor', 'Afinitor disperz', 'Certican', 'Votubia', 'Zortress']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000088832', 'approvedSymbol': 'FKBP1A', 'approvedName': 'FKBP prolyl isomera... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.