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.23 | Q16 | What Protein therapies have been approved by the FDA to treat Aplastic anemia? | There are no drug Protein therapies approved to treat Aplastic anemia. | 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) = "aplastic anemia" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.359 | Q16 | What Small molecule therapies have been approved by the FDA to treat Behcet's syndrome? | There are no drug Small molecule therapies approved to treat Behcet's 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) = "behcet's syndrome" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1486 | Q16 | What Small molecule therapies have been approved by the FDA to treat pleural effusion? | There are no drug Small molecule therapies approved to treat pleural effusion. | 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) = "pleural effusion" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.343 | Q16 | What Small molecule therapies have been approved by the FDA to treat Aphasia? | There are no drug Small molecule therapies approved to treat Aphasia. | 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) = "aphasia" OR LOWER(mesh_heading) = "aphasia"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.435 | Q16 | What Small molecule therapies have been approved by the FDA to treat Eye Burns? | There are no drug Small molecule therapies approved to treat Eye Burns. | 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 burns" OR LOWER(mesh_heading) = "eye bu... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.477 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hemangioma, Cavernous, Central Nervous System? | There are no drug Small molecule therapies approved to treat Hemangioma, Cavernous, Central Nervous System. | 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) = "hemangioma, cavernous, central nervous syst... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.219 | Q16 | What Protein therapies have been approved by the FDA to treat metabolic syndrome? | There are no drug Protein 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.919 | Q16 | What Small molecule therapies have been approved by the FDA to treat chronic myelogenous leukemia? | There are 6 Small molecule therapy drugs that are approved to treat chronic myelogenous leukemia which are as follows: Bosutinib, Dasatinib, Imatinib Mesylate, Nilotinib Hydrochloride Monohydrate, Asciminib Hydrochloride, and Ponatinib 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) = "chronic myelogenous leukemia" OR LOWER(mesh... | [{'UUID': 'DrugTargetsIndication121923_text_710887', 'drugName': 'Bosutinib', 'tradeNames_list': "['Bosulif']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000097007', 'approvedSymbol': 'ABL1', 'approvedName': 'ABL proto-oncogene 1, non-receptor tyrosine kinase', 'yearOfFirstApproval': 201... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1236 | Q16 | What Small molecule therapies have been approved by the FDA to treat knee injury? | There are no drug Small molecule therapies approved to treat knee injury. | 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) = "knee injury" OR LOWER(mesh_heading) = "knee... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1408 | Q16 | What Small molecule therapies have been approved by the FDA to treat oral submucous fibrosis? | There are no drug Small molecule therapies approved to treat oral submucous 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) = "oral submucous fibrosis" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1019 | Q16 | What Small molecule therapies have been approved by the FDA to treat endometrial carcinoma? | There are no drug Small molecule therapies approved to treat endometrial 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) = "endometrial carcinoma" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1714 | Q16 | What Small molecule therapies have been approved by the FDA to treat type 1 diabetes mellitus? | There are no drug Small molecule therapies approved to treat type 1 diabetes mellitus. | 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) = "type 1 diabetes mellitus" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.94 | Q16 | What Protein therapies have been approved by the FDA to treat aortic stenosis? | There are no drug Protein therapies approved to treat aortic stenosis. | 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) = "aortic stenosis" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1016 | Q16 | What Small molecule therapies have been approved by the FDA to treat emphysema? | There are 8 Small molecule therapy drugs that are approved to treat emphysema which are as follows: Budesonide, Fluticasone Propionate, Umeclidinium Bromide, Aclidinium Bromide, Ipratropium Bromide, Tiotropium Bromide, Olodaterol Hydrochloride, and Indacaterol Maleate. | 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) = "emphysema" OR LOWER(mesh_heading) = "emphys... | [{'UUID': 'DrugTargetsIndication121923_text_222388', 'drugName': 'Budesonide', 'tradeNames_list': "['Aircort', 'Budeflam aquanase', 'Budelin novolizer', 'BudenofalkBudesonide', 'Cortiment', 'Duoresp spiromax', 'Entocort', 'Entocort crEntocort ec', 'Ortikos', 'Preferid', 'Pulmaxan', 'PulmicortPulmicort flexhaler', 'Pulm... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1079 | Q16 | What Small molecule therapies have been approved by the FDA to treat follicular lymphoma? | There are 4 Small molecule therapy drugs that are approved to treat follicular lymphoma which are as follows: Umbralisib Tosylate, Copanlisib Hydrochloride, Duvelisib, and Tazemetostat Hydrobromide. | 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) = "follicular lymphoma" OR LOWER(mesh_heading)... | [{'UUID': 'DrugTargetsIndication121923_text_744622', 'drugName': 'Umbralisib Tosylate', 'tradeNames_list': "['Ukoniq']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000097007', 'approvedSymbol': 'ABL1', 'approvedName': 'ABL proto-oncogene 1, non-receptor tyrosine kinase', 'yearOfFirstAppro... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1101 | Q16 | What Small molecule therapies have been approved by the FDA to treat gastrointestinal disease? | Glycopyrrolate is the only Small molecule therapy approved by the FDA to treat gastrointestinal 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) = "gastrointestinal disease" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_857490', 'drugName': 'Glycopyrrolate', 'tradeNames_list': "['Cuvposa', 'Dartisla odt', 'Glycopyrrolate', 'Glyrx-pfLonhala magnair kit', 'Robinul', 'Robinul forte', 'Robinul fte', 'SeebriSialanar']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG0000... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1399 | Q16 | What Small molecule therapies have been approved by the FDA to treat open-angle glaucoma? | There are 7 Small molecule therapy drugs that are approved to treat open-angle glaucoma which are as follows: Brimonidine Tartrate, Netarsudil Dimesylate, Latanoprostene Bunod, Latanoprost, Bimatoprost, Travoprost, and Tafluprost. | 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) = "open-angle glaucoma" OR LOWER(mesh_heading)... | [{'UUID': 'DrugTargetsIndication121923_text_1034053', 'drugName': 'Brimonidine Tartrate', 'tradeNames_list': "['Alphagan', 'Alphagan p', 'Brimonidine tartrate', 'Brymont', 'LumifyMirvaso', 'Qoliana']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000150594', 'approvedSymbol': 'ADRA2A', 'appro... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.701 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute graft vs. host disease? | There are no drug Small molecule therapies approved to treat acute graft vs. host 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) = "acute graft vs. host disease" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1578 | Q16 | What Small molecule therapies have been approved by the FDA to treat restless legs syndrome? | There are 4 Small molecule therapy drugs that are approved to treat restless legs syndrome which are as follows: Pramipexole Dihydrochloride, Rotigotine, Gabapentin Enacarbil, and Gabapentin. | 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) = "restless legs syndrome" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_199708', 'drugName': 'Pramipexole Dihydrochloride', 'tradeNames_list': "['Mirapex', 'Mirapex Extended Release', 'Mirapex erPramipexole dihydrochloride']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000149295', 'approvedSymbol': 'DRD2', 'approvedNa... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1004 | Q16 | What Small molecule therapies have been approved by the FDA to treat drug dependence? | There are 7 Small molecule therapy drugs that are approved to treat drug dependence which are as follows: Dextroamphetamine, Lisdexamfetamine Dimesylate, Morphine Sulfate, Buprenorphine, Tramadol Hydrochloride, Oxycodone, and Hydromorphone 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) = "drug dependence" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_418360', 'drugName': 'Dextroamphetamine', 'tradeNames_list': "['Dexedrine', 'Dextrostat', 'Xelstrym']", 'drugType': 'Small molecule', 'actionType': 'releasing agent', 'target': 'ENSG00000103546', 'approvedSymbol': 'SLC6A2', 'approvedName': 'solute carrier family 6 member 2', ... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.154 | Q16 | What Protein therapies have been approved by the FDA to treat enuresis? | Desmopressin Acetate is the only Protein therapy approved by the FDA to treat enuresis. | 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) = "enuresis" OR LOWER(mesh_heading) = "enuresi... | [{'UUID': 'DrugTargetsIndication121923_text_694400', 'drugName': 'Desmopressin Acetate', 'tradeNames_list': "['Concentraid', 'Ddavp', 'Ddavp (needs no refrigeration)', 'DesmomeltDesmopressin acetate', 'Desmopressin acetate (needs no refrigeration)Desmopressin acetate preservative free', 'Desmospray', 'DesmotabsMinirin'... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1108 | Q16 | What Small molecule therapies have been approved by the FDA to treat giant cell tumor? | There are no drug Small molecule therapies approved to treat giant 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) = "giant cell tumor" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1518 | Q16 | What Small molecule therapies have been approved by the FDA to treat premenstrual tension? | There are no drug Small molecule therapies approved to treat premenstrual tension. | 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) = "premenstrual tension" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1761 | Q16 | What Small molecule therapies have been approved by the FDA to treat wet macular degeneration? | There are no drug Small molecule therapies approved to treat wet macular degeneration. | 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) = "wet macular degeneration" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.797 | Q16 | What Small molecule therapies have been approved by the FDA to treat atrial flutter? | There are no drug Small molecule therapies approved to treat atrial flutter. | 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) = "atrial flutter" OR LOWER(mesh_heading) = "a... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.584 | Q16 | What Small molecule therapies have been approved by the FDA to treat Parkinsonism? | Amantadine Hydrochloride is the only Small molecule therapy approved by the FDA to treat Parkinsonism. | 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) = "parkinsonism" OR LOWER(mesh_heading) = "par... | [{'UUID': 'DrugTargetsIndication121923_text_441018', 'drugName': 'Amantadine Hydrochloride', 'tradeNames_list': "['Amantadine hydrochloride', 'Gocovri', 'Lysovir', 'Mantadine', 'Osmolex erSymadine', 'Symmetrel']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000176884', 'approvedSymbol': '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.708 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute myeloblastic leukemia without maturation? | There are no drug Small molecule therapies approved to treat acute myeloblastic leukemia without maturation. | 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) = "acute myeloblastic leukemia without maturat... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1221 | Q16 | What Small molecule therapies have been approved by the FDA to treat iritis? | There are 2 Small molecule therapy drugs that are approved to treat iritis 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) = "iritis" OR LOWER(mesh_heading) = "iritis") ... | [{'UUID': 'DrugTargetsIndication121923_text_217669', '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.1471 | Q16 | What Small molecule therapies have been approved by the FDA to treat persistent fetal circulation syndrome? | There are no drug Small molecule therapies approved to treat persistent fetal circulation 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) = "persistent fetal circulation syndrome" OR L... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1270 | Q16 | What Small molecule therapies have been approved by the FDA to treat lymphocytic colitis? | There are no drug Small molecule therapies approved to treat lymphocytic colitis. | 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) = "lymphocytic colitis" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.491 | Q16 | What Small molecule therapies have been approved by the FDA to treat Histiocytosis? | There are no drug Small molecule therapies approved to treat Histiocytosis. | 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) = "histiocytosis" OR LOWER(mesh_heading) = "hi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.563 | Q16 | What Small molecule therapies have been approved by the FDA to treat Nausea? | There are 5 Small molecule therapy drugs that are approved to treat Nausea which are as follows: Palonosetron Hydrochloride, Granisetron, Ondansetron, Aprepitant, and Dronabinol. | 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) = "nausea" OR LOWER(mesh_heading) = "nausea") ... | [{'UUID': 'DrugTargetsIndication121923_text_205491', 'drugName': 'Palonosetron Hydrochloride', 'tradeNames_list': "['Aloxi', 'Palonosetron hydrochloride']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000166736', 'approvedSymbol': 'HTR3A', 'approvedName': '5-hydroxytryptamine receptor 3A'... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1150 | Q16 | What Small molecule therapies have been approved by the FDA to treat hilar cholangiocarcinoma? | There are no drug Small molecule therapies approved to treat hilar cholangiocarcinoma. | 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) = "hilar cholangiocarcinoma" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1128 | Q16 | What Small molecule therapies have been approved by the FDA to treat hemangioblastoma? | Belzutifan is the only Small molecule therapy approved by the FDA to treat hemangioblastoma. | 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) = "hemangioblastoma" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_1192115', 'drugName': 'Belzutifan', 'tradeNames_list': "['Welireg']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000116016', 'approvedSymbol': 'EPAS1', 'approvedName': 'endothelial PAS domain protein 1', 'yearOfFirstApproval': 2021, 'max_phase_f... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.809 | Q16 | What Small molecule therapies have been approved by the FDA to treat bacterial meningitis? | There are no drug Small molecule therapies approved to treat bacterial meningitis. | 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) = "bacterial meningitis" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.516 | Q16 | What Small molecule therapies have been approved by the FDA to treat Intervertebral Disc Displacement? | There are no drug Small molecule therapies approved to treat Intervertebral Disc Displacement. | 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) = "intervertebral disc displacement" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.637 | Q16 | What Small molecule therapies have been approved by the FDA to treat Strabismus? | There are no drug Small molecule therapies approved to treat Strabismus. | 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) = "strabismus" OR LOWER(mesh_heading) = "strab... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1297 | Q16 | What Small molecule therapies have been approved by the FDA to treat mediastinal cancer? | There are no drug Small molecule therapies approved to treat mediastinal 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) = "mediastinal cancer" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1574 | Q16 | What Small molecule therapies have been approved by the FDA to treat respiratory depression? | There are no drug Small molecule therapies approved to treat respiratory depression. | 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 depression" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1159 | Q16 | What Small molecule therapies have been approved by the FDA to treat hyperlipidemia? | There are 7 Small molecule therapy drugs that are approved to treat hyperlipidemia which are as follows: Sitagliptin Phosphate, Amlodipine Besylate, Ezetimibe, Simvastatin, Rosuvastatin Calcium, Pitavastatin Calcium, and Pitavastatin 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) = "hyperlipidemia" OR LOWER(mesh_heading) = "h... | [{'UUID': 'DrugTargetsIndication121923_text_933043', 'drugName': 'Sitagliptin Phosphate', 'tradeNames_list': "['Janumet Xr', 'Januvia']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000197635', 'approvedSymbol': 'DPP4', 'approvedName': 'dipeptidyl peptidase 4', 'yearOfFirstApproval': 2006,... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.798 | Q16 | What Small molecule therapies have been approved by the FDA to treat atrioventricular block? | There are no drug Small molecule therapies approved to treat atrioventricular block. | 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) = "atrioventricular block" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.117 | Q16 | What Protein therapies have been approved by the FDA to treat carcinoid tumor? | Octreotide Acetate is the only Protein therapy approved by the FDA to treat carcinoid 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) = "carcinoid tumor" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_1042018', 'drugName': 'Octreotide Acetate', 'tradeNames_list': "['Bynfezia pen', 'Mycapssa', 'Octreotide acetateOctreotide acetate (preservative free)Octreotide acetate preservative free', 'Sandostatin', 'Sandostatin lar']", 'drugType': 'Protein', 'actionType': 'agonist', 'ta... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.746 | Q16 | What Small molecule therapies have been approved by the FDA to treat alveolar soft part sarcoma? | There are no drug Small molecule therapies approved to treat alveolar soft part sarcoma. | 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) = "alveolar soft part sarcoma" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1090 | Q16 | What Small molecule therapies have been approved by the FDA to treat gambling behaviour? | There are no drug Small molecule therapies approved to treat gambling behaviour. | 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) = "gambling behaviour" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.838 | Q16 | What Small molecule therapies have been approved by the FDA to treat brain disease? | There are no drug Small molecule therapies approved to treat brain 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) = "brain disease" OR LOWER(mesh_heading) = "br... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.120 | Q16 | What Protein therapies have been approved by the FDA to treat cardiovascular disease? | There are no drug Protein therapies approved to treat cardiovascular 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) = "cardiovascular disease" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.660 | Q16 | What Small molecule therapies have been approved by the FDA to treat Thyroid Gland Undifferentiated (Anaplastic) Carcinoma? | There are no drug Small molecule therapies approved to treat Thyroid Gland Undifferentiated (Anaplastic) 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) = "thyroid gland undifferentiated (anaplastic)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1675 | Q16 | What Small molecule therapies have been approved by the FDA to treat synovitis? | There are 2 Small molecule therapy drugs that are approved to treat synovitis 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) = "synovitis" OR LOWER(mesh_heading) = "synovi... | [{'UUID': 'DrugTargetsIndication121923_text_217658', '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.639 | Q16 | What Small molecule therapies have been approved by the FDA to treat Stridor? | There are no drug Small molecule therapies approved to treat Stridor. | 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) = "stridor" OR LOWER(mesh_heading) = "stridor"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.372 | Q16 | What Small molecule therapies have been approved by the FDA to treat Brugada syndrome? | There are no drug Small molecule therapies approved to treat Brugada 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) = "brugada syndrome" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.270 | Q16 | What Protein therapies have been approved by the FDA to treat primary short bowel syndrome? | Teduglutide is the only Protein therapy approved by the FDA to treat primary short bowel 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) = "primary short bowel syndrome" OR LOWER(mesh... | [{'UUID': 'DrugTargetsIndication121923_text_1149449', 'drugName': 'Teduglutide', 'tradeNames_list': "['Gattex kit']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000065325', 'approvedSymbol': 'GLP2R', 'approvedName': 'glucagon like peptide 2 receptor', 'yearOfFirstApproval': 2012, 'max_phase_for_in... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.659 | Q16 | What Small molecule therapies have been approved by the FDA to treat Thymoma? | There are no drug Small molecule therapies approved to treat Thymoma. | 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) = "thymoma" OR LOWER(mesh_heading) = "thymoma"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.943 | Q16 | What Small molecule therapies have been approved by the FDA to treat colorectal adenoma? | There are no drug Small molecule therapies approved to treat colorectal adenoma. | 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 adenoma" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.830 | Q16 | What Small molecule therapies have been approved by the FDA to treat bone fracture? | There are no drug Small molecule therapies approved to treat bone 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) = "bone fracture" OR LOWER(mesh_heading) = "bo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.874 | Q16 | What Small molecule therapies have been approved by the FDA to treat cataract? | There are 4 Small molecule therapy drugs that are approved to treat cataract which are as follows: Nepafenac, Diclofenac, 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) = "cataract" OR LOWER(mesh_heading) = "catarac... | [{'UUID': 'DrugTargetsIndication121923_text_828587', 'drugName': 'Nepafenac', 'tradeNames_list': "['Ilevro', 'Nepafenac', 'Nevanac']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000073756', 'approvedSymbol': 'PTGS2', 'approvedName': 'prostaglandin-endoperoxide synthase 2', 'yearOfFirstApp... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.47 | Q16 | What Protein therapies have been approved by the FDA to treat Hypoglycemia? | Glucagon is the only Protein therapy approved by the FDA to treat Hypoglycemia. | 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) = "hypoglycemia" OR LOWER(mesh_heading) = "hyp... | [{'UUID': 'DrugTargetsIndication121923_text_968292', 'drugName': 'Glucagon', 'tradeNames_list': "['Baqsimi', 'Glucagen Hypokit', 'Glucagon', 'Glucagon Emergency KitGvoke hypopen', 'Gvoke pfs']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000215644', 'approvedSymbol': 'GCGR', 'approvedName': 'gluca... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1543 | Q16 | What Small molecule therapies have been approved by the FDA to treat psoriatic arthritis? | There are 4 Small molecule therapy drugs that are approved to treat psoriatic arthritis which are as follows: Prednisone, Dexamethasone, Apremilast, and Tofacitinib Citrate. | 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) = "psoriatic arthritis" OR LOWER(mesh_heading)... | [{'UUID': 'DrugTargetsIndication121923_text_217640', '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.999 | Q16 | What Small molecule therapies have been approved by the FDA to treat digestive system neuroendocrine neoplasm? | There are no drug Small molecule therapies approved to treat digestive system 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) = "digestive system neuroendocrine neoplasm" O... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.884 | Q16 | What Small molecule therapies have been approved by the FDA to treat cerebral palsy? | There are 4 Small molecule therapy drugs that are approved to treat cerebral palsy which are as follows: Cyclobenzaprine Hydrochloride, Diazepam, Dantrolene Sodium, and Baclofen. | 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 palsy" OR LOWER(mesh_heading) = "c... | [{'UUID': 'DrugTargetsIndication121923_text_151250', 'drugName': 'Cyclobenzaprine Hydrochloride', 'tradeNames_list': "['Amrix', 'Cyclobenzaprine hydrochloride', 'Flexeril']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000147246', 'approvedSymbol': 'HTR2C', 'approvedName': '5-hydroxytrypt... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.781 | Q16 | What Small molecule therapies have been approved by the FDA to treat aortic stenosis? | There are no drug Small molecule therapies approved to treat aortic stenosis. | 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) = "aortic stenosis" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1228 | Q16 | What Small molecule therapies have been approved by the FDA to treat juvenile idiopathic arthritis? | There are 8 Small molecule therapy drugs that are approved to treat juvenile idiopathic arthritis which are as follows: Prednisone, Dexamethasone, Celecoxib, Naproxen Sodium, Naproxen, Ibuprofen, Meloxicam, 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) = "juvenile idiopathic arthritis" OR LOWER(mes... | [{'UUID': 'DrugTargetsIndication121923_text_217636', '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.1763 | Q16 | What Small molecule therapies have been approved by the FDA to treat xerostomia? | There are no drug Small molecule therapies approved to treat xerostomia. | 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) = "xerostomia" OR LOWER(mesh_heading) = "xeros... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.5 | Q16 | What Oligonucleotide therapies have been approved by the FDA to treat atherosclerosis? | Inclisiran Sodium is the only Oligonucleotide therapy approved by the FDA to treat 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) = "atherosclerosis" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_993739', 'drugName': 'Inclisiran Sodium', 'tradeNames_list': "['Leqvio']", 'drugType': 'Oligonucleotide', 'actionType': 'rnai inhibitor', 'target': 'ENSG00000169174', 'approvedSymbol': 'PCSK9', 'approvedName': 'proprotein convertase subtilisin/kexin type 9', 'yearOfFirstAppro... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1011 | Q16 | What Small molecule therapies have been approved by the FDA to treat dystonic disorder? | There are no drug Small molecule therapies approved to treat dystonic 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) = "dystonic disorder" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1707 | Q16 | What Small molecule therapies have been approved by the FDA to treat treatment resistant depression? | There are no drug Small molecule therapies approved to treat treatment resistant depression. | 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) = "treatment resistant depression" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.265 | Q16 | What Protein therapies have been approved by the FDA to treat postpartum depression? | There are no drug Protein therapies approved to treat postpartum depression. | 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) = "postpartum depression" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1567 | Q16 | What Small molecule therapies have been approved by the FDA to treat refractory anemia? | There are no drug Small molecule therapies approved to treat refractory anemia. | 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) = "refractory anemia" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1610 | Q16 | What Small molecule therapies have been approved by the FDA to treat secondary Parkinson disease? | Amantadine Hydrochloride is the only Small molecule therapy approved by the FDA to treat secondary Parkinson 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) = "secondary parkinson disease" OR LOWER(mesh_... | [{'UUID': 'DrugTargetsIndication121923_text_441022', 'drugName': 'Amantadine Hydrochloride', 'tradeNames_list': "['Amantadine hydrochloride', 'Gocovri', 'Lysovir', 'Mantadine', 'Osmolex erSymadine', 'Symmetrel']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000176884', 'approvedSymbol': '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.447 | Q16 | What Small molecule therapies have been approved by the FDA to treat Gastrointestinal hemorrhage? | There are no drug Small molecule therapies approved to treat Gastrointestinal 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) = "gastrointestinal hemorrhage" OR LOWER(mesh_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1010 | Q16 | What Small molecule therapies have been approved by the FDA to treat dysplasia of cervix? | There are no drug Small molecule therapies approved to treat dysplasia of cervix. | 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) = "dysplasia of cervix" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1086 | Q16 | What Small molecule therapies have been approved by the FDA to treat frozen shoulder? | There are 6 Small molecule therapy drugs that are approved to treat frozen shoulder which are as follows: Prednisone, Triamcinolone Acetonide, Dexamethasone, Lidocaine, Naproxen Sodium, 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) = "frozen shoulder" OR LOWER(mesh_heading) = "... | [{'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.845 | Q16 | What Small molecule therapies have been approved by the FDA to treat breast carcinoma in situ? | There are no drug Small molecule therapies approved to treat breast carcinoma in situ. | 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 carcinoma in situ" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1576 | Q16 | What Small molecule therapies have been approved by the FDA to treat respiratory system disease? | There are 2 Small molecule therapy drugs that are approved to treat respiratory system disease which are as follows: Nitric Oxide and Ivacaftor. | 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 system disease" OR LOWER(mesh_h... | [{'UUID': 'DrugTargetsIndication121923_text_974152', 'drugName': 'Nitric Oxide', 'tradeNames_list': "['Genosyl', 'Inomax']", 'drugType': 'Small molecule', 'actionType': 'activator', 'target': 'ENSG00000061918', 'approvedSymbol': 'GUCY1B1', 'approvedName': 'guanylate cyclase 1 soluble subunit beta 1', 'yearOfFirstApprov... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.306 | Q16 | What Protein therapies have been approved by the FDA to treat thrombotic microangiopathy? | There are no drug Protein therapies approved to treat thrombotic microangiopathy. | 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) = "thrombotic microangiopathy" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1372 | Q16 | What Small molecule therapies have been approved by the FDA to treat neuroendocrine carcinoma? | There are no drug Small molecule therapies approved to treat neuroendocrine 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) = "neuroendocrine carcinoma" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.315 | Q16 | What Protein therapies have been approved by the FDA to treat uterine fibroid? | There are no drug Protein therapies approved to treat uterine fibroid. | 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) = "uterine fibroid" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.150 | Q16 | What Protein therapies have been approved by the FDA to treat dumping syndrome? | There are no drug Protein therapies approved to treat dumping 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) = "dumping syndrome" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1157 | Q16 | What Small molecule therapies have been approved by the FDA to treat hyperemia? | There are no drug Small molecule therapies approved to treat hyperemia. | 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) = "hyperemia" OR LOWER(mesh_heading) = "hypere... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1222 | Q16 | What Small molecule therapies have been approved by the FDA to treat irritable bowel syndrome? | There are 3 Small molecule therapy drugs that are approved to treat irritable bowel syndrome which are as follows: Eluxadoline, Tenapanor Hydrochloride, 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) = "irritable bowel syndrome" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_763310', 'drugName': 'Eluxadoline', 'tradeNames_list': "['Truberzi', 'Viberzi']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000112038', 'approvedSymbol': 'OPRM1', 'approvedName': 'opioid receptor mu 1', 'yearOfFirstApproval': 2015, 'max_phase_for... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.578 | Q16 | What Small molecule therapies have been approved by the FDA to treat Osteopenia? | There are no drug Small molecule therapies approved to treat Osteopenia. | 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) = "osteopenia" OR LOWER(mesh_heading) = "osteo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.51 | Q16 | What Protein therapies have been approved by the FDA to treat MODY? | Liraglutide is the only Protein therapy approved by the FDA to treat MODY. | 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) = "mody" OR LOWER(mesh_heading) = "mody") AND ... | [{'UUID': 'DrugTargetsIndication121923_text_1044424', 'drugName': 'Liraglutide', 'tradeNames_list': "['Saxenda', 'Victoza']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000112164', 'approvedSymbol': 'GLP1R', 'approvedName': 'glucagon like peptide 1 receptor', 'yearOfFirstApproval': 2010, 'max_phas... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1569 | Q16 | What Small molecule therapies have been approved by the FDA to treat relapsing-remitting multiple sclerosis? | Siponimod Fumarate is the only Small molecule therapy approved by the FDA to treat relapsing-remitting multiple sclerosis. | 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) = "relapsing-remitting multiple sclerosis" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_1036785', 'drugName': 'Siponimod Fumarate', 'tradeNames_list': "['Mayzent']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000170989', 'approvedSymbol': 'S1PR1', 'approvedName': 'sphingosine-1-phosphate receptor 1', 'yearOfFirstApproval': 2019, 'max... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.732 | Q16 | What Small molecule therapies have been approved by the FDA to treat alcohol withdrawal? | There are no drug Small molecule therapies approved to treat alcohol withdrawal. | 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) = "alcohol withdrawal" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.841 | Q16 | What Small molecule therapies have been approved by the FDA to treat brain injury? | Baclofen is the only Small molecule therapy approved by the FDA to treat brain injury. | 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) = "brain injury" OR LOWER(mesh_heading) = "bra... | [{'UUID': 'DrugTargetsIndication121923_text_1193124', 'drugName': 'Baclofen', 'tradeNames_list': "['Baclofen', 'Baclospas-10', 'Fleqsuvy', 'Gablofen', 'Kemstro', 'LioresalLioresal intrath', 'Lyflex', 'Lyvispah', 'Ozobax']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000204681', 'approvedSym... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1124 | Q16 | What Small molecule therapies have been approved by the FDA to treat head and neck neoplasia? | There are no drug Small molecule therapies approved to treat head and neck neoplasia. | 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) = "head and neck neoplasia" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1175 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypothyroidism? | There are 2 Small molecule therapy drugs that are approved to treat hypothyroidism which are as follows: Fenofibrate and Levothyroxine 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) = "hypothyroidism" OR LOWER(mesh_heading) = "h... | [{'UUID': 'DrugTargetsIndication121923_text_243941', 'drugName': 'Fenofibrate', 'tradeNames_list': "['Antara', 'Antara (micronized)', 'Fenofibrate', 'Fenofibrate (micronized)Fenogal', 'Fenoglide', 'Lipantil', 'Lipantil micro 200Lipantil micro 267', 'Lipantil micro 67', 'Lipidil', 'LipofenSupralip 160', 'Tricor', 'Trico... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.474 | Q16 | What Small molecule therapies have been approved by the FDA to treat Headache? | There are 4 Small molecule therapy drugs that are approved to treat Headache which are as follows: Acetaminophen, Aspirin, Naproxen, and Ibuprofen. | 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) = "headache" OR LOWER(mesh_heading) = "headach... | [{'UUID': 'DrugTargetsIndication121923_text_828732', 'drugName': 'Acetaminophen', 'tradeNames_list': '[\'Abdine\', \'Acephen\', \'Acetaminophen\', \'Alvedon\', \'Angiers\', \'CalpolCalpol six plus\', \'Calpol six plus fastmelts\', \'Child lemsip\', \'CupanolDafalgan\', \'Datril\', \'Disprol\', \'Disprol infant\', \'Dis... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.979 | Q16 | What Small molecule therapies have been approved by the FDA to treat dermatitis? | Triamcinolone Acetonide is the only Small molecule therapy approved by the FDA to treat dermatitis. | 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) = "dermatitis" OR LOWER(mesh_heading) = "derma... | [{'UUID': 'DrugTargetsIndication121923_text_221888', '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.657 | Q16 | What Small molecule therapies have been approved by the FDA to treat Thromboembolism? | There are no drug Small molecule therapies approved to treat Thromboembolism. | 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) = "thromboembolism" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.402 | Q16 | What Small molecule therapies have been approved by the FDA to treat Craniopharyngioma? | There are no drug Small molecule therapies approved to treat Craniopharyngioma. | 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) = "craniopharyngioma" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.515 | Q16 | What Small molecule therapies have been approved by the FDA to treat Intellectual disability? | There are no drug Small molecule therapies approved to treat Intellectual 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) = "intellectual disability" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.322 | Q16 | What Small molecule therapies have been approved by the FDA to treat AL amyloidosis? | There are 2 Small molecule therapy drugs that are approved to treat AL amyloidosis which are as follows: Tafamidis and Tafamidis Meglumine. | 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) = "al amyloidosis" OR LOWER(mesh_heading) = "a... | [{'UUID': 'DrugTargetsIndication121923_text_1097597', 'drugName': 'Tafamidis', 'tradeNames_list': "['Vyndamax', 'Vyndaqel']", 'drugType': 'Small molecule', 'actionType': 'stabiliser', 'target': 'ENSG00000118271', 'approvedSymbol': 'TTR', 'approvedName': 'transthyretin', 'yearOfFirstApproval': 2019, 'max_phase_for_ind':... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.20 | Q16 | What Protein therapies have been approved by the FDA to treat Adenomyosis? | There are no drug Protein therapies approved to treat Adenomyosis. | 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) = "adenomyosis" OR LOWER(mesh_heading) = "aden... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.689 | Q16 | What Small molecule therapies have been approved by the FDA to treat Yersinia pestis infectious disease? | There are no drug Small molecule therapies approved to treat Yersinia pestis infectious 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) = "yersinia pestis infectious disease" OR LOWE... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.36 | Q16 | What Protein therapies have been approved by the FDA to treat Cushing syndrome? | There are no drug Protein therapies approved to treat Cushing 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) = "cushing syndrome" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.910 | Q16 | What Small molecule therapies have been approved by the FDA to treat chronic bronchitis? | There are 9 Small molecule therapy drugs that are approved to treat chronic bronchitis which are as follows: Budesonide, Fluticasone Propionate, Roflumilast, Umeclidinium Bromide, Aclidinium Bromide, Ipratropium Bromide, Tiotropium Bromide, Olodaterol Hydrochloride, and Indacaterol Maleate. | 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 bronchitis" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_222392', 'drugName': 'Budesonide', 'tradeNames_list': "['Aircort', 'Budeflam aquanase', 'Budelin novolizer', 'BudenofalkBudesonide', 'Cortiment', 'Duoresp spiromax', 'Entocort', 'Entocort crEntocort ec', 'Ortikos', 'Preferid', 'Pulmaxan', 'PulmicortPulmicort flexhaler', 'Pulm... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.835 | Q16 | What Small molecule therapies have been approved by the FDA to treat brachial plexus neuritis? | There are no drug Small molecule therapies approved to treat brachial plexus neuritis. | 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) = "brachial plexus neuritis" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1581 | Q16 | What Small molecule therapies have been approved by the FDA to treat retinal vein occlusion? | There are no drug Small molecule therapies approved to treat retinal vein occlusion. | 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) = "retinal vein occlusion" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.410 | Q16 | What Small molecule therapies have been approved by the FDA to treat Diarrhea? | There are 2 Small molecule therapy drugs that are approved to treat Diarrhea which are as follows: Telotristat Etiprate and Crofelemer. | 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... | [{'UUID': 'DrugTargetsIndication121923_text_1097494', 'drugName': 'Telotristat Etiprate', 'tradeNames_list': "['Xermelo']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000139287', 'approvedSymbol': 'TPH2', 'approvedName': 'tryptophan hydroxylase 2', 'yearOfFirstApproval': 2017, 'max_phase_... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.928 | Q16 | What Small molecule therapies have been approved by the FDA to treat cirrhosis of liver? | There are 2 Small molecule therapy drugs that are approved to treat cirrhosis of liver which are as follows: Ribavirin and Spironolactone. | 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) = "cirrhosis of liver" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_937564', '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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.