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 |
|---|---|---|---|---|---|---|---|---|
Q7.492 | Q7 | What are the approved uses for Tazarotene? | Tazarotene has been approved by the FDA to treat 5 diseases: psoriasis, acne, psoriasis vulgaris, lentigo, and Genetic hypopigmentation of the skin. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%tazarotene%" OR LOWER(tradeNames_list) LIKE "%tazarotene%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1055532', 'drugName': 'Tazarotene', 'tradeNames_list': "['Arazlo', 'Avage', 'Fabior', 'Tazorac', 'Zorac']", 'syns_list': "['AGN 190168', 'AGN-190168', 'Idp-123', 'Tazarotene']", 'mesh_heading': 'Acne Vulgaris', 'efo_term': 'acne', 'yearOfFirstApproval': 1997, 'max_phase_for_i... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.293 | Q7 | What are the approved uses for Linagliptin? | Linagliptin has been approved by the FDA to treat 2 diseases: diabetes mellitus and type 2 diabetes mellitus. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%linagliptin%" OR LOWER(tradeNames_list) LIKE "%linagliptin%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_933006', 'drugName': 'Linagliptin', 'tradeNames_list': "['Tradjenta', 'Trajenta']", 'syns_list': "['BI 1356', 'BI 1356 BS', 'BI-1356', 'BI-1356-BS', 'BI-1356BS', 'BS 1356 BSBS-1356-BS', 'Linagliptin', 'Trazenta']", 'mesh_heading': 'Diabetes Mellitus', 'efo_term': 'diabetes me... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.306 | Q7 | What are the approved uses for Lurasidone Hydrochloride? | Lurasidone Hydrochloride has been approved by the FDA to treat 3 diseases: bipolar disorder, bipolar I disorder, and schizophrenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%lurasidone hydrochloride%" OR LOWER(tradeNames_list) LIKE "%lurasidone hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_197903', 'drugName': 'Lurasidone Hydrochloride', 'tradeNames_list': "['Latuda']", 'syns_list': "['Lurasidone hcl', 'Lurasidone hydrochloride', 'SM-13496']", 'mesh_heading': 'Schizophrenia', 'efo_term': 'schizophrenia', 'yearOfFirstApproval': 2010, 'max_phase_for_ind': 4.0}, {... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.83 | Q7 | What are the approved uses for Buprenorphine? | Buprenorphine has been approved by the FDA to treat 6 diseases: Chronic pain, pain, drug dependence, opioid dependence, opioid use disorder, and substance abuse. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%buprenorphine%" OR LOWER(tradeNames_list) LIKE "%buprenorphine%" OR LOWER(syns_list) L... | [{'UUID': 'DrugTargetsIndication121923_text_764333', 'drugName': 'Buprenorphine', 'tradeNames_list': "['Bupeaze', 'Buplast', 'Butec', 'Butrans', 'Hapoctasin', 'Panitaz', 'PrenotrixReletrans', 'Sevodyne', 'Sublocade', 'Temgesic', 'Tephine', 'Transtec']", 'syns_list': "['ALKS-5461 COMPONENT BUPRENORPHINE', 'Brixadi', 'Bu... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.359 | Q7 | What are the approved uses for Nitric Oxide? | Nitric Oxide has been approved by the FDA to treat 5 diseases: Respiratory insufficiency, respiratory system disease, pulmonary arterial hypertension, respiratory failure, and pulmonary hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%nitric oxide%" OR LOWER(tradeNames_list) LIKE "%nitric oxide%" OR LOWER(syns_list) LIK... | [{'UUID': 'DrugTargetsIndication121923_text_974315', 'drugName': 'Nitric Oxide', 'tradeNames_list': "['Genosyl', 'Inomax']", 'syns_list': "['Amidogen, oxo-', 'Inovent', 'Nitric oxide', 'Nitric oxide trimerNitrogen oxide (no)', 'Nitrosyl radical', 'OHM-11771']", 'mesh_heading': 'Hypertension, Pulmonary', 'efo_term': 'pu... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.77 | Q7 | What are the approved uses for Brimonidine Tartrate? | Brimonidine Tartrate has been approved by the FDA to treat 6 diseases: Erythema, glaucoma, hypertension, open-angle glaucoma, rosacea, and ocular hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%brimonidine tartrate%" OR LOWER(tradeNames_list) LIKE "%brimonidine tartrate%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_1034155', 'drugName': 'Brimonidine Tartrate', 'tradeNames_list': "['Alphagan', 'Alphagan p', 'Brimonidine tartrate', 'Brymont', 'LumifyMirvaso', 'Qoliana']", 'syns_list': "['AGN 190342-LF', 'AGN-190342-LF', 'AGN-190342LF', 'Brimonidine d-tartrateBrimonidine tartrate', 'Bromox... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.211 | Q7 | What are the approved uses for Fingolimod? | Fingolimod has been approved by the FDA to treat 1 disease: immune system disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%fingolimod%" OR LOWER(tradeNames_list) LIKE "%fingolimod%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1036497', 'drugName': 'Fingolimod Hydrochloride', 'tradeNames_list': "['Gilenya']", 'syns_list': "['FTY-720 HYDROCHLORIDE', 'FTY720', 'FTY720 HYDROCHLORIDE', 'FingolimodFingolimod (as hydrochloride)', 'Fingolimod hclFingolimod hydrochlorid', 'Fingolimod hydrochloride', 'Gilen... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.132 | Q7 | What are the approved uses for Dabrafenib Mesylate? | Dabrafenib Mesylate has been approved by the FDA to treat 5 diseases: cutaneous melanoma, melanoma, metastatic melanoma, thyroid carcinoma, and thyroid cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%dabrafenib mesylate%" OR LOWER(tradeNames_list) LIKE "%dabrafenib mesylate%" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_752769', 'drugName': 'Dabrafenib Mesylate', 'tradeNames_list': "['Tafinlar']", 'syns_list': "['Dabrafenib mesilate', 'Dabrafenib mesylateGSK-2118436 METHANESULFONATE SALT', 'GSK-2118436BGSK-2118436B MESYLATE', 'GSK-2118436B METHANESULFONATE SALTGSK2118436B', 'GSK2118436B, MET... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.193 | Q7 | What are the approved uses for Estradiol? | Estradiol has been approved by the FDA to treat 3 diseases: Premature ovarian insufficiency, Dyspareunia, and hypogonadism. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%estradiol%" OR LOWER(tradeNames_list) LIKE "%estradiol%" OR LOWER(syns_list) LIKE "%es... | [{'UUID': 'DrugTargetsIndication121923_text_825028', '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', '... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.266 | Q7 | What are the approved uses for Ketotifen Fumarate? | The drug Ketotifen Fumarate has not been FDA approved for the treatment of any disease, but it has reached phase 3.0 clinical trials for Chronic pain, atopic eczema, bone fracture, allergic conjunctivitis, Rhinitis, Allergic, Perennial, and dermatitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%ketotifen fumarate%" OR LOWER(tradeNames_list) LIKE "%ketotifen fumarate%" OR LOWER(sy... | [{'UUID': 'DrugTargetsIndication121923_text_455981', 'drugName': 'Ketotifen Fumarate', 'tradeNames_list': '[\'Acuvue theravision with ketotifen\', \'Alaway\', "Children\'s alawayKetotifen fumarate", \'Zaditen\', \'Zaditor\']', 'syns_list': "['HC 20,511 FUMARATE', 'HC-20511 FUMARATE', 'Ketotifen (as fumarate)Ketotifen f... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.384 | Q7 | What are the approved uses for Ozanimod Hydrochloride? | Ozanimod Hydrochloride has been approved by the FDA to treat 1 disease: multiple sclerosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%ozanimod hydrochloride%" OR LOWER(tradeNames_list) LIKE "%ozanimod hydrochloride%" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_1036807', 'drugName': 'Ozanimod Hydrochloride', 'tradeNames_list': "['Zeposia']", 'syns_list': "['Ozanimod hydrochloride', 'RPC-1063 HCL', 'RPC1063 HCL']", 'mesh_heading': 'Multiple Sclerosis', 'efo_term': 'multiple sclerosis', 'yearOfFirstApproval': 2020, 'max_phase_for_ind'... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.484 | Q7 | What are the approved uses for Tadalafil? | Tadalafil has been approved by the FDA to treat 5 diseases: Impotence, benign prostatic hyperplasia, pulmonary arterial hypertension, erectile dysfunction, and pulmonary hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%tadalafil%" OR LOWER(tradeNames_list) LIKE "%tadalafil%" OR LOWER(syns_list) LIKE "%ta... | [{'UUID': 'DrugTargetsIndication121923_text_1094099', 'drugName': 'Tadalafil', 'tradeNames_list': "['Adcirca', 'Cialis', 'Tadliq']", 'syns_list': "['IC-351', 'IC351', 'LY-450190', 'LY450190', 'NSC-750236', 'NSC-759172Tadalafil', 'Tadalafil mylan', 'Trans-tadalafil']", 'mesh_heading': 'Erectile Dysfunction', 'efo_term':... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.85 | Q7 | What are the approved uses for Bupropion Hydrobromide? | Bupropion Hydrobromide has been approved by the FDA to treat 1 disease: unipolar depression. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%bupropion hydrobromide%" OR LOWER(tradeNames_list) LIKE "%bupropion hydrobromide%" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_434149', 'drugName': 'Bupropion Hydrobromide', 'tradeNames_list': "['Aplenzin']", 'syns_list': "['BVF-033', 'Bupropion hbr', 'Bupropion hydrobromide']", 'mesh_heading': 'Depressive Disorder, Major', 'efo_term': 'unipolar depression', 'yearOfFirstApproval': 2008, 'max_phase_fo... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.10 | Q7 | What are the approved uses for Afatinib? | Afatinib has been approved by the FDA to treat 2 diseases: cancer and neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%afatinib%" OR LOWER(tradeNames_list) LIKE "%afatinib%" OR LOWER(syns_list) LIKE "%afat... | [{'UUID': 'DrugTargetsIndication121923_text_207344', 'drugName': 'Afatinib Dimaleate', 'tradeNames_list': "['Gilotrif']", 'syns_list': "['Afatinib dimaleate', 'Afatinib maleate', 'BIBW-2992 MA2', 'BIBW-2992-MA2BIBW-2992MA2', 'BIBW2992 MA2', 'BIBW2992-MA2']", 'mesh_heading': 'Carcinoma, Non-Small-Cell Lung', 'efo_term':... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.118 | Q7 | What are the approved uses for Cobimetinib? | Cobimetinib has been approved by the FDA to treat 2 diseases: cancer and neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%cobimetinib%" OR LOWER(tradeNames_list) LIKE "%cobimetinib%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_927166', 'drugName': 'Cobimetinib Fumarate', 'tradeNames_list': "['Cotellic']", 'syns_list': "['Cobimetinib fumarate', 'Cobimetinib hemifumarate', 'Gdc-0973 hemifumarateXl-518 hemifumarate']", 'mesh_heading': 'Melanoma', 'efo_term': 'metastatic melanoma', 'yearOfFirstApproval... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.498 | Q7 | What are the approved uses for Temsirolimus? | Temsirolimus has been approved by the FDA to treat 4 diseases: cancer, clear cell renal carcinoma, neoplasm, and renal cell carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%temsirolimus%" OR LOWER(tradeNames_list) LIKE "%temsirolimus%" OR LOWER(syns_list) LIK... | [{'UUID': 'DrugTargetsIndication121923_text_1091014', 'drugName': 'Temsirolimus', 'tradeNames_list': "['Torisel']", 'syns_list': "['CCI-779', 'Temsirolimus']", 'mesh_heading': 'Neoplasms', 'efo_term': 'neoplasm', 'yearOfFirstApproval': 2007, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargetsIndication121923_text_1091237'... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.324 | Q7 | What are the approved uses for Metoclopramide Hydrochloride? | Metoclopramide Hydrochloride has been approved by the FDA to treat 7 diseases: Vomiting, Nausea and vomiting, Anorexia, cancer, post operative nausea and vomiting, gastroparesis, and kidney failure. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%metoclopramide hydrochloride%" OR LOWER(tradeNames_list) LIKE "%metoclopramide hydroch... | [{'UUID': 'DrugTargetsIndication121923_text_199663', 'drugName': 'Metoclopramide Hydrochloride', 'tradeNames_list': '[\'"clopra-""yellow"""\', \'Clopra\', \'Clopra-"Yellow"\', \'Gastrese l.a.Gastrobid continus\', \'Gastroflux\', \'Gastromax\', \'Gimoti\', \'MaxolonMaxolon sr\', \'Metoclomex\', \'Metoclopramide hydrochl... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.291 | Q7 | What are the approved uses for Lifitegrast? | Lifitegrast has been approved by the FDA to treat 2 diseases: eye disease and dry eye syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%lifitegrast%" OR LOWER(tradeNames_list) LIKE "%lifitegrast%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_1053387', 'drugName': 'Lifitegrast', 'tradeNames_list': "['Xiidra']", 'syns_list': "['Lifitegrast', 'SAR 1118', 'SAR-1118', 'SHP-606', 'SHP606']", 'mesh_heading': 'Eye Diseases', 'efo_term': 'eye disease', 'yearOfFirstApproval': 2016, 'max_phase_for_ind': 4.0}, {'UUID': 'Drug... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.138 | Q7 | What are the approved uses for Dasatinib? | Dasatinib has been approved by the FDA to treat 7 diseases: acute lymphoblastic leukemia, cancer, chronic myelogenous leukemia, neoplasm, childhood cancer, childhood acute lymphoblastic leukemia, and lymphoblastic lymphoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%dasatinib%" OR LOWER(tradeNames_list) LIKE "%dasatinib%" OR LOWER(syns_list) LIKE "%da... | [{'UUID': 'DrugTargetsIndication121923_text_713680', 'drugName': 'Dasatinib', 'tradeNames_list': "['Dasatinib', 'Sprycel']", 'syns_list': "['BMS-354825', 'BMS-354825 HYDRATE', 'BMS-354825-03', 'DasatinibDasatinib anhydrous', 'Dasatinib hydrate', 'Dasatinib monohydrateNSC-759877']", 'mesh_heading': 'Precursor Cell Lymph... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.110 | Q7 | What are the approved uses for Cinacalcet Hydrochloride? | Cinacalcet Hydrochloride has been approved by the FDA to treat 4 diseases: carcinoma, chronic kidney disease, Parathyroid Gland Carcinoma, and secondary hyperparathyroidism. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%cinacalcet hydrochloride%" OR LOWER(tradeNames_list) LIKE "%cinacalcet hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_1149027', 'drugName': 'Cinacalcet Hydrochloride', 'tradeNames_list': "['Mimpara', 'Sensipar']", 'syns_list': "['AMG-073', 'AMG-073 HCL', 'AMG073 HCL', 'AMG073 HYDROCHLORIDECinacalcet hcl', 'Cinacalcet hydrochloride']", 'mesh_heading': 'Hyperparathyroidism, Secondary', 'efo_te... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.554 | Q7 | What are the approved uses for Vismodegib? | Vismodegib has been approved by the FDA to treat 4 diseases: cancer, neoplasm, basal cell carcinoma, and skin basal cell carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%vismodegib%" OR LOWER(tradeNames_list) LIKE "%vismodegib%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1072585', 'drugName': 'Vismodegib', 'tradeNames_list': "['Erivedge']", 'syns_list': "['GDC-0449', 'NSC-747691', 'NSC-755986', 'Vismodegib']", 'mesh_heading': 'Carcinoma, Basal Cell', 'efo_term': 'skin basal cell carcinoma', 'yearOfFirstApproval': 2012, 'max_phase_for_ind': 4.... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.119 | Q7 | What are the approved uses for Cobimetinib Fumarate? | Cobimetinib Fumarate has been approved by the FDA to treat 1 disease: metastatic melanoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%cobimetinib fumarate%" OR LOWER(tradeNames_list) LIKE "%cobimetinib fumarate%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_927155', 'drugName': 'Cobimetinib Fumarate', 'tradeNames_list': "['Cotellic']", 'syns_list': "['Cobimetinib fumarate', 'Cobimetinib hemifumarate', 'Gdc-0973 hemifumarateXl-518 hemifumarate']", 'mesh_heading': 'Melanoma', 'efo_term': 'metastatic melanoma', 'yearOfFirstApproval... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.312 | Q7 | What are the approved uses for Maralixibat Chloride? | Maralixibat Chloride has been approved by the FDA to treat 2 diseases: Pruritus and Alagille syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%maralixibat chloride%" OR LOWER(tradeNames_list) LIKE "%maralixibat chloride%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_992696', 'drugName': 'Maralixibat Chloride', 'tradeNames_list': "['Livmarli']", 'syns_list': "['LUM-001', 'LUM001', 'Lopixibat chloride', 'Maralixibat chloride']", 'mesh_heading': 'Pruritus', 'efo_term': 'Pruritus', 'yearOfFirstApproval': 2021, 'max_phase_for_ind': 4.0}, {'UU... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.552 | Q7 | What are the approved uses for Viloxazine Hydrochloride? | Viloxazine Hydrochloride has been approved by the FDA to treat 1 disease: attention deficit hyperactivity disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%viloxazine hydrochloride%" OR LOWER(tradeNames_list) LIKE "%viloxazine hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_440674', 'drugName': 'Viloxazine Hydrochloride', 'tradeNames_list': "['Qelbree', 'Vivalan']", 'syns_list': "['ICI 58,834', 'ICI-58834', 'SPN-812', 'Spn-812', 'Viloxazine hclViloxazine hydrochloride']", 'mesh_heading': 'Attention Deficit Disorder with Hyperactivity', 'efo_term... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.78 | Q7 | What are the approved uses for Brivaracetam? | Brivaracetam has been approved by the FDA to treat 2 diseases: Seizure and epilepsy. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%brivaracetam%" OR LOWER(tradeNames_list) LIKE "%brivaracetam%" OR LOWER(syns_list) LIK... | [{'UUID': 'DrugTargetsIndication121923_text_1097456', 'drugName': 'Brivaracetam', 'tradeNames_list': "['Briviact']", 'syns_list': "['Brivaracetam', 'UCB 34714', 'UCB-34714']", 'mesh_heading': 'Epilepsy', 'efo_term': 'epilepsy', 'yearOfFirstApproval': 2016, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargetsIndication12192... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.397 | Q7 | What are the approved uses for Pazopanib? | Pazopanib has been approved by the FDA to treat 2 diseases: cancer and neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%pazopanib%" OR LOWER(tradeNames_list) LIKE "%pazopanib%" OR LOWER(syns_list) LIKE "%pa... | [{'UUID': 'DrugTargetsIndication121923_text_668076', 'drugName': 'Pazopanib Hydrochloride', 'tradeNames_list': "['Votrient']", 'syns_list': "['GW-786034B', 'GW786034B', 'Pazopanib (as hydrochloride)', 'Pazopanib hclPazopanib hydrochloride', 'Pazopanib monohydrochloride']", 'mesh_heading': 'Carcinoma, Renal Cell', 'efo_... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.200 | Q7 | What are the approved uses for Febuxostat? | Febuxostat has been approved by the FDA to treat 2 diseases: gout and hyperuricemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%febuxostat%" OR LOWER(tradeNames_list) LIKE "%febuxostat%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1095533', 'drugName': 'Febuxostat', 'tradeNames_list': "['Adenuric', 'Uloric']", 'syns_list': "['Febuxostat', 'NSC-758874', 'TMX-67']", 'mesh_heading': 'Gout', 'efo_term': 'gout', 'yearOfFirstApproval': 2009, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargetsIndication121923_te... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.159 | Q7 | What are the approved uses for Diroximel Fumarate? | Diroximel Fumarate has been approved by the FDA to treat 2 diseases: immune system disease and multiple sclerosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%diroximel fumarate%" OR LOWER(tradeNames_list) LIKE "%diroximel fumarate%" OR LOWER(sy... | [{'UUID': 'DrugTargetsIndication121923_text_1055626', 'drugName': 'Diroximel Fumarate', 'tradeNames_list': "['Vumerity']", 'syns_list': "['ALKS 8700', 'ALKS-8700', 'ALKS8700', 'Alks 8700', 'BIIB-098', 'BIIB098Diroximel fumarate', 'RDC-5108', 'RDC5108']", 'mesh_heading': 'Multiple Sclerosis', 'efo_term': 'multiple scler... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.210 | Q7 | What are the approved uses for Finerenone? | Finerenone has been approved by the FDA to treat 2 diseases: cardiovascular disease and chronic kidney disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%finerenone%" OR LOWER(tradeNames_list) LIKE "%finerenone%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1094666', 'drugName': 'Finerenone', 'tradeNames_list': "['Kerendia']", 'syns_list': "['BAY 94-8862', 'BAY-94-8862', 'Bay94-8862', 'Finerenone']", 'mesh_heading': 'Cardiovascular Diseases', 'efo_term': 'cardiovascular disease', 'yearOfFirstApproval': 2021, 'max_phase_for_ind':... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.105 | Q7 | What are the approved uses for Cetirizine Hydrochloride? | Cetirizine Hydrochloride has been approved by the FDA to treat 3 diseases: seasonal allergic rhinitis, urticaria, and allergic rhinitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%cetirizine hydrochloride%" OR LOWER(tradeNames_list) LIKE "%cetirizine hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_455993', 'drugName': 'Levocetirizine Dihydrochloride', 'tradeNames_list': "['Levocetirizine dihydrochloride', 'Xusal', 'Xyzal', 'Xyzal allergy 24hrXyzall']", 'syns_list': "['Cetirizine (r)-form dihydrochloride', 'Cetirizine hydrochloride (r)-Levocetirizine dihydrochloride', '... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.251 | Q7 | What are the approved uses for Indacaterol Maleate? | Indacaterol Maleate has been approved by the FDA to treat 3 diseases: chronic obstructive pulmonary disease, emphysema, and chronic bronchitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%indacaterol maleate%" OR LOWER(tradeNames_list) LIKE "%indacaterol maleate%" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_937188', 'drugName': 'Indacaterol Maleate', 'tradeNames_list': "['Arcapta neohaler', 'Onbrez breezhaler']", 'syns_list': "['Indacaterol (as maleate)', 'Indacaterol maleate', 'Indacterol maleateQAB-149-AFA', 'QAB149-AFA']", 'mesh_heading': 'Emphysema', 'efo_term': 'emphysema',... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.76 | Q7 | What are the approved uses for Brigatinib? | Brigatinib has been approved by the FDA to treat 2 diseases: neoplasm and non-small cell lung carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%brigatinib%" OR LOWER(tradeNames_list) LIKE "%brigatinib%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_207150', 'drugName': 'Brigatinib', 'tradeNames_list': "['Alunbrig']", 'syns_list': "['AP-26113', 'AP26113', 'Ap-26113', 'Brigatinib']", 'mesh_heading': 'Carcinoma, Non-Small-Cell Lung', 'efo_term': 'non-small cell lung carcinoma', 'yearOfFirstApproval': 2017, 'max_phase_for_i... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.491 | Q7 | What are the approved uses for Tasimelteon? | Tasimelteon has been approved by the FDA to treat 3 diseases: sleep-wake disorder, Smith-Magenis syndrome, and Chromosomal anomaly. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%tasimelteon%" OR LOWER(tradeNames_list) LIKE "%tasimelteon%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_1094793', 'drugName': 'Tasimelteon', 'tradeNames_list': "['Hetlioz', 'Hetlioz lq']", 'syns_list': "['BMS-214,778', 'BMS-214778', 'Tasimelteon', 'VEC-162']", 'mesh_heading': 'Sleep Wake Disorders', 'efo_term': 'sleep-wake disorder', 'yearOfFirstApproval': 2014, 'max_phase_for_... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.330 | Q7 | What are the approved uses for Migalastat Hydrochloride? | Migalastat Hydrochloride has been approved by the FDA to treat 1 disease: Fabry disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%migalastat hydrochloride%" OR LOWER(tradeNames_list) LIKE "%migalastat hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_1192175', 'drugName': 'Migalastat Hydrochloride', 'tradeNames_list': "['Galafold']", 'syns_list': "['AT-1001 (MIGALASTAT HYDROCHLORIDE)', 'Migalastat hclMigalastat hydrochloride']", 'mesh_heading': 'Fabry Disease', 'efo_term': 'Fabry disease', 'yearOfFirstApproval': 2018, 'ma... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.423 | Q7 | What are the approved uses for Pramipexole Dihydrochloride? | Pramipexole Dihydrochloride has been approved by the FDA to treat 2 diseases: restless legs syndrome and Parkinson disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%pramipexole dihydrochloride%" OR LOWER(tradeNames_list) LIKE "%pramipexole dihydrochlo... | [{'UUID': 'DrugTargetsIndication121923_text_199773', 'drugName': 'Pramipexole Dihydrochloride', 'tradeNames_list': "['Mirapex', 'Mirapex Extended Release', 'Mirapex erPramipexole dihydrochloride']", 'syns_list': "['Daquiran', 'PNU-98528E', 'Pramipexole accordPramipexole dihydrochloride', 'Pramipexole dihydrochloride an... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.69 | Q7 | What are the approved uses for Bivalirudin? | Bivalirudin has been approved by the FDA to treat 5 diseases: Thrombocytopenia, Recurrent thrombophlebitis, intermediate coronary syndrome, thrombotic disease, and syndromic disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%bivalirudin%" OR LOWER(tradeNames_list) LIKE "%bivalirudin%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_1092331', 'drugName': 'Bivalirudin', 'tradeNames_list': "['Angiomax', 'Angiomax rtu', 'BivalirudinBivalirudin in 0.9% sodium chloride']", 'syns_list': "['BG-8967', 'BG8967', 'Bivalirudin']", 'mesh_heading': 'Syndrome', 'efo_term': 'syndromic disease', 'yearOfFirstApproval': 2... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.547 | Q7 | What are the approved uses for Vemurafenib? | Vemurafenib has been approved by the FDA to treat 5 diseases: cancer, cutaneous melanoma, neoplasm, melanoma, and metastatic melanoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%vemurafenib%" OR LOWER(tradeNames_list) LIKE "%vemurafenib%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_752178', 'drugName': 'Vemurafenib', 'tradeNames_list': "['Zelboraf']", 'syns_list': "['PLX-4032', 'PLX4032', 'RG 7204', 'RG-7204', 'RO 5185426', 'RO-51-85426RO-5185426', 'Vemurafenib']", 'mesh_heading': 'Neoplasms', 'efo_term': 'cancer', 'yearOfFirstApproval': 2011, 'max_phas... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.64 | Q7 | What are the approved uses for Berotralstat Hydrochloride? | Berotralstat Hydrochloride has been approved by the FDA to treat 1 disease: hereditary angioedema. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%berotralstat hydrochloride%" OR LOWER(tradeNames_list) LIKE "%berotralstat hydrochlori... | [{'UUID': 'DrugTargetsIndication121923_text_1095501', 'drugName': 'Berotralstat Hydrochloride', 'tradeNames_list': "['Orladeyo']", 'syns_list': "['BCX7353.2HCl', 'Berotralstat dihydrochlorideBerotralstat hydrochloride']", 'mesh_heading': 'Angioedemas, Hereditary', 'efo_term': 'hereditary angioedema', 'yearOfFirstApprov... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.168 | Q7 | What are the approved uses for Dutetrabenazine? | Dutetrabenazine has been approved by the FDA to treat 2 diseases: chorea and Huntington disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%dutetrabenazine%" OR LOWER(tradeNames_list) LIKE "%dutetrabenazine%" OR LOWER(syns_lis... | [{'UUID': 'DrugTargetsIndication121923_text_938695', 'drugName': 'Dutetrabenazine', 'tradeNames_list': "['Austedo']", 'syns_list': "['Deutetrabenazine', 'Dutetrabenazine', 'SD-809']", 'mesh_heading': 'Huntington Disease', 'efo_term': 'Huntington disease', 'yearOfFirstApproval': 2017, 'max_phase_for_ind': 4.0}, {'UUID':... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.400 | Q7 | What are the approved uses for Peginesatide Acetate? | Peginesatide Acetate has been approved by the FDA to treat 1 disease: anemia (phenotype). | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%peginesatide acetate%" OR LOWER(tradeNames_list) LIKE "%peginesatide acetate%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_1103069', 'drugName': 'Peginesatide Acetate', 'tradeNames_list': "['Omontys', 'Omontys preservative free']", 'syns_list': "['AF37702', 'Hematide acetate', 'Peginesatide acetate']", 'mesh_heading': 'Anemia', 'efo_term': 'anemia (phenotype)', 'yearOfFirstApproval': 2012, 'max_p... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.16 | Q7 | What are the approved uses for Alectinib Hydrochloride? | Alectinib Hydrochloride has been approved by the FDA to treat 1 disease: non-small cell lung carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%alectinib hydrochloride%" OR LOWER(tradeNames_list) LIKE "%alectinib hydrochloride%" O... | [{'UUID': 'DrugTargetsIndication121923_text_945566', 'drugName': 'Alectinib Hydrochloride', 'tradeNames_list': "['Alecensa']", 'syns_list': "['Alectinib hydrochloride']", 'mesh_heading': 'Carcinoma, Non-Small-Cell Lung', 'efo_term': 'non-small cell lung carcinoma', 'yearOfFirstApproval': 2015, 'max_phase_for_ind': 4.0}... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.276 | Q7 | What are the approved uses for Lenvatinib? | Lenvatinib has been approved by the FDA to treat 5 diseases: cancer, neoplasm, papillary thyroid carcinoma, thyroid carcinoma, and thyroid cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%lenvatinib%" OR LOWER(tradeNames_list) LIKE "%lenvatinib%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_690332', 'drugName': 'Lenvatinib Mesylate', 'tradeNames_list': "['Lenvima']", 'syns_list': "['E-7080 MESYLATE', 'E7080', 'E7080 MESYLATE', 'Lenvatinib mesilateLenvatinib mesylate', 'Lenvatinib methanesulfonate']", 'mesh_heading': 'Carcinoma, Renal Cell', 'efo_term': 'renal ce... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.189 | Q7 | What are the approved uses for Escitalopram Oxalate? | Escitalopram Oxalate has been approved by the FDA to treat 4 diseases: unipolar depression, anxiety disorder, generalized anxiety disorder, and major depressive disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%escitalopram oxalate%" OR LOWER(tradeNames_list) LIKE "%escitalopram oxalate%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_206513', 'drugName': 'Escitalopram Oxalate', 'tradeNames_list': "['Escitalopram oxalate', 'Lexapro']", 'syns_list': "['Citalopram oxalate, (s)-', 'Escitalopram (as oxalate)Escitalopram oxalate', 'LU 26-054-0', 'LU-26-054-0', 'LU-26-054-ONSC-758934']", 'mesh_heading': 'Anxiety... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.89 | Q7 | What are the approved uses for Cabozantinib S-Malate? | Cabozantinib S-Malate has been approved by the FDA to treat 6 diseases: clear cell renal carcinoma, papillary renal cell carcinoma, papillary thyroid carcinoma, renal cell carcinoma, thyroid carcinoma, and thyroid cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%cabozantinib s-malate%" OR LOWER(tradeNames_list) LIKE "%cabozantinib s-malate%" OR LO... | [{'UUID': 'DrugTargetsIndication121923_text_669652', 'drugName': 'Cabozantinib S-Malate', 'tradeNames_list': "['Cabometyx', 'Cometriq']", 'syns_list': "['BMS-907351', 'Cabozantinib malate', 'Cabozantinib s-malate', 'XL-184XL184']", 'mesh_heading': 'Thyroid Neoplasms', 'efo_term': 'thyroid carcinoma', 'yearOfFirstApprov... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.237 | Q7 | What are the approved uses for Halobetasol Propionate? | Halobetasol Propionate has been approved by the FDA to treat 3 diseases: psoriasis, skin disease, and psoriasis vulgaris. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%halobetasol propionate%" OR LOWER(tradeNames_list) LIKE "%halobetasol propionate%" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_240729', 'drugName': 'Halobetasol Propionate', 'tradeNames_list': "['Bryhali', 'Halobetasol propionate', 'Lexette', 'Ultravate']", 'syns_list': "['21-chloro diflorasone', 'BMY-30056', 'CGP-14,458', 'CGP-14458Halobetasol', 'Halobetasol propionate', 'IDP-122', 'Jemdel', 'Ulobet... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.354 | Q7 | What are the approved uses for Nintedanib? | Nintedanib has been approved by the FDA to treat 2 diseases: neoplasm and idiopathic pulmonary fibrosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%nintedanib%" OR LOWER(tradeNames_list) LIKE "%nintedanib%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_678472', 'drugName': 'Nintedanib Esylate', 'tradeNames_list': "['Ofev']", 'syns_list': "['Nintedanib esilate', 'Nintedanib esylate', 'Nintedanib ethanesulfonate']", 'mesh_heading': 'Idiopathic Pulmonary Fibrosis', 'efo_term': 'idiopathic pulmonary fibrosis', 'yearOfFirstAppro... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.34 | Q7 | What are the approved uses for Apixaban? | Apixaban has been approved by the FDA to treat 7 diseases: Recurrent thrombophlebitis, Venous thrombosis, atrial fibrillation, stroke, pulmonary embolism, deep vein thrombosis, and thrombotic disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%apixaban%" OR LOWER(tradeNames_list) LIKE "%apixaban%" OR LOWER(syns_list) LIKE "%apix... | [{'UUID': 'DrugTargetsIndication121923_text_710480', 'drugName': 'Apixaban', 'tradeNames_list': "['Eliquis']", 'syns_list': "['Apixaban', 'BMS-562247', 'BMS-562247-01']", 'mesh_heading': 'Venous Thrombosis', 'efo_term': 'deep vein thrombosis', 'yearOfFirstApproval': 2012, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTarget... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.406 | Q7 | What are the approved uses for Phentermine Hydrochloride? | Phentermine Hydrochloride has been approved by the FDA to treat 1 disease: obesity. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%phentermine hydrochloride%" OR LOWER(tradeNames_list) LIKE "%phentermine hydrochloride... | [{'UUID': 'DrugTargetsIndication121923_text_434240', 'drugName': 'Phentermine Hydrochloride', 'tradeNames_list': "['Adipex-p', 'Fastin', 'Lomaira', 'Obestin-30', 'Oby-trim', 'Ona-mastPhentermine hydrochloride', 'Suprenza', 'Tora', 'Wilpo']", 'syns_list': "['NSC-44090', 'Phentermine hcl', 'Phentermine hydrochloridePhent... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.527 | Q7 | What are the approved uses for Trazodone Hydrochloride? | Trazodone Hydrochloride has been approved by the FDA to treat 3 diseases: unipolar depression, major depressive disorder, and depressive disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%trazodone hydrochloride%" OR LOWER(tradeNames_list) LIKE "%trazodone hydrochloride%" O... | [{'UUID': 'DrugTargetsIndication121923_text_155436', 'drugName': 'Trazodone Hydrochloride', 'tradeNames_list': "['Desyrel', 'Molipaxin', 'Molipaxin cr', 'Oleptro', 'Trazodone hydrochlorideTrialodine']", 'syns_list': "['AF-1161', 'NSC-292811', 'Trazodone hcl', 'Trazodone hydrochloride']", 'mesh_heading': 'Depressive Dis... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.464 | Q7 | What are the approved uses for Semaglutide? | Semaglutide has been approved by the FDA to treat 2 diseases: diabetes mellitus and type 2 diabetes mellitus. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%semaglutide%" OR LOWER(tradeNames_list) LIKE "%semaglutide%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_1051944', 'drugName': 'Semaglutide', 'tradeNames_list': "['Ozempic', 'Rybelsus', 'Wegovy']", 'syns_list': "['NN-9535', 'NN9535', 'NNC 0113-0217', 'NNC-0113-0217', 'Nn9535', 'Semaglutide']", 'mesh_heading': 'Diabetes Mellitus', 'efo_term': 'diabetes mellitus', 'yearOfFirstAppr... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.1 | Q7 | What are the approved uses for Abaloparatide? | Abaloparatide has been approved by the FDA to treat 1 disease: osteoporosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%abaloparatide%" OR LOWER(tradeNames_list) LIKE "%abaloparatide%" OR LOWER(syns_list) L... | [{'UUID': 'DrugTargetsIndication121923_text_1025249', 'drugName': 'Abaloparatide', 'tradeNames_list': "['Tymlos']", 'syns_list': "['Abaloparatide', 'BA-058', 'BA058', 'BIM-44058']", 'mesh_heading': 'Osteoporosis', 'efo_term': 'osteoporosis', 'yearOfFirstApproval': 2017, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargetsI... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.12 | Q7 | What are the approved uses for Albuterol? | Albuterol has been approved by the FDA to treat 4 diseases: Airway obstruction, Bronchospasm, chronic obstructive pulmonary disease, and asthma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%albuterol%" OR LOWER(tradeNames_list) LIKE "%albuterol%" OR LOWER(syns_list) LIKE "%al... | [{'UUID': 'DrugTargetsIndication121923_text_936292', 'drugName': 'Albuterol Sulfate', 'tradeNames_list': "['Accuneb', 'Albuterol sulfate', 'Proair', 'Proair digihaler', 'Proair hfaProair respiclick', 'Proventil', 'Proventil-hfa', 'Ventolin', 'Ventolin hfaVentolin rotacaps', 'Volmax', 'Vospire er']", 'syns_list': "['Alb... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.288 | Q7 | What are the approved uses for Levonorgestrel? | Levonorgestrel has been approved by the FDA to treat 1 disease: Menorrhagia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%levonorgestrel%" OR LOWER(tradeNames_list) LIKE "%levonorgestrel%" OR LOWER(syns_list)... | [{'UUID': 'DrugTargetsIndication121923_text_940393', 'drugName': 'Levonorgestrel', 'tradeNames_list': "['Athentia next', 'Emerres', 'Emerres una', 'Ezinelle', 'Fallback soloHer style', 'Isteranda', 'Jadelle', 'Jaydess', 'Kyleena', 'LevonelleLevonelle one step', 'Levonelle-2', 'Levonorgestrel', 'Levosert', 'LilettaMicro... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.23 | Q7 | What are the approved uses for Amantadine Hydrochloride? | Amantadine Hydrochloride has been approved by the FDA to treat 7 diseases: Parkinsonism, infection, influenza, cerebral atherosclerosis, secondary Parkinson disease, postencephalitic Parkinson disease, and Parkinson disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%amantadine hydrochloride%" OR LOWER(tradeNames_list) LIKE "%amantadine hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_441106', 'drugName': 'Amantadine Hydrochloride', 'tradeNames_list': "['Amantadine hydrochloride', 'Gocovri', 'Lysovir', 'Mantadine', 'Osmolex erSymadine', 'Symmetrel']", 'syns_list': "['Adamantanamine hydrochloride', 'Amantadine hclAmantadine hydrochloride', 'EXP-105-1', 'Man... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.385 | Q7 | What are the approved uses for Paclitaxel? | Paclitaxel has been approved by the FDA to treat 8 diseases: breast carcinoma, cancer, carcinoma, neoplasm, non-small cell lung carcinoma, breast neoplasm, undifferentiated carcinoma, and breast cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%paclitaxel%" OR LOWER(tradeNames_list) LIKE "%paclitaxel%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1553', 'drugName': 'Paclitaxel', 'tradeNames_list': "['Abraxane', 'Pacitaxel', 'Paclitaxel', 'Paxene', 'Taxol', 'Taxol 100']", 'syns_list': "['(-)-paclitaxel', 'ABI-007', 'ABI-007 COMPONENT PACLITAXEL', 'BMS 181339-01BMS-181339-01', 'Capxol', 'Cyclopax', 'DHP 107', 'DHP-107',... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.336 | Q7 | What are the approved uses for Modafinil? | Modafinil has been approved by the FDA to treat 1 disease: attention deficit hyperactivity disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%modafinil%" OR LOWER(tradeNames_list) LIKE "%modafinil%" OR LOWER(syns_list) LIKE "%mo... | [{'UUID': 'DrugTargetsIndication121923_text_939177', 'drugName': 'Armodafinil', 'tradeNames_list': "['Armodafinil', 'Nuvigil']", 'syns_list': "['Armodafinil', 'CEP-10952', 'CEP-10953', 'CRL-40982', 'Modafinil, (r)-NSC-751850', 'NSC-758711', 'R-(-)-modafinil']", 'mesh_heading': 'Sleep Wake Disorders', 'efo_term': 'Sleep... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.323 | Q7 | What are the approved uses for Methylphenidate Hydrochloride? | Methylphenidate Hydrochloride has been approved by the FDA to treat 1 disease: attention deficit hyperactivity disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%methylphenidate hydrochloride%" OR LOWER(tradeNames_list) LIKE "%methylphenidate hydro... | [{'UUID': 'DrugTargetsIndication121923_text_435396', 'drugName': 'Methylphenidate Hydrochloride', 'tradeNames_list': "['Adhansia xr', 'Aptensio xr', 'Concerta', 'Delmosart', 'Equasym', 'Equasym xlJornay pm', 'Matoride xl', 'Medikinet', 'Medikinet xl', 'Metadate cdMetadate er', 'Methylin', 'Methylin er', 'Methylphenidat... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.307 | Q7 | What are the approved uses for Lusutrombopag? | Lusutrombopag has been approved by the FDA to treat 2 diseases: Thrombocytopenia and hemorrhage. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%lusutrombopag%" OR LOWER(tradeNames_list) LIKE "%lusutrombopag%" OR LOWER(syns_list) L... | [{'UUID': 'DrugTargetsIndication121923_text_1056637', 'drugName': 'Lusutrombopag', 'tradeNames_list': "['Mulpleta', 'S-888711']", 'syns_list': "['Lusutrombopag', 'RSC888711', 'S-888711']", 'mesh_heading': 'Hemorrhage', 'efo_term': 'hemorrhage', 'yearOfFirstApproval': 2018, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTarge... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.90 | Q7 | What are the approved uses for Calcifediol? | Calcifediol has been approved by the FDA to treat 3 diseases: chronic kidney disease, parathyroid disease, and secondary hyperparathyroidism. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%calcifediol%" OR LOWER(tradeNames_list) LIKE "%calcifediol%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_823388', 'drugName': 'Calcifediol', 'tradeNames_list': "['Calderol', 'Rayaldee']", 'syns_list': "['CTAP101', 'Calcidiol', 'Calcifediol', 'Calcifediol hydrate', 'Ctap-101Didrogyl', 'Hidroferol', 'Rayaldy', 'U-32,070E', 'U-32070E']", 'mesh_heading': 'Hyperparathyroidism, Second... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.196 | Q7 | What are the approved uses for Etonogestrel? | The drug Etonogestrel has not been FDA approved for the treatment of any disease, but it has reached phase 2.0 clinical trials for Dysmenorrhea, benign prostatic hyperplasia, HIV infection, AIDS, and pregnancy. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%etonogestrel%" OR LOWER(tradeNames_list) LIKE "%etonogestrel%" OR LOWER(syns_list) LIK... | [{'UUID': 'DrugTargetsIndication121923_text_940476', 'drugName': 'Etonogestrel', 'tradeNames_list': "['Implanon', 'Nexplanon']", 'syns_list': "['Etonogestrel', 'Implanon', 'ORG 3236', 'ORG-3236']", 'mesh_heading': 'Dysmenorrhea', 'efo_term': 'Dysmenorrhea', 'yearOfFirstApproval': 2001, 'max_phase_for_ind': 2.0}, {'UUID... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.154 | Q7 | What are the approved uses for Diclofenac Potassium? | Diclofenac Potassium has been approved by the FDA to treat 4 diseases: rheumatoid arthritis, pain, osteoarthritis, and migraine disorder. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%diclofenac potassium%" OR LOWER(tradeNames_list) LIKE "%diclofenac potassium%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_842981', 'drugName': 'Diclofenac Potassium', 'tradeNames_list': "['Cambia', 'Cataflam', 'Diclofenac potassium', 'Voltarol joint painVoltarol pain-eze', 'Voltarol pain-eze extra strgh', 'Voltarol rapidZipsor']", 'syns_list': "['CGP 45840B', 'CGP-45840B', 'Diclofenac potassiumD... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.362 | Q7 | What are the approved uses for Nusinersen Sodium? | Nusinersen Sodium has been approved by the FDA to treat 1 disease: spinal muscular atrophy. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%nusinersen sodium%" OR LOWER(tradeNames_list) LIKE "%nusinersen sodium%" OR LOWER(syns... | [{'UUID': 'DrugTargetsIndication121923_text_1072719', 'drugName': 'Nusinersen Sodium', 'tradeNames_list': "['Spinraza']", 'syns_list': "['Nusinersen sodium']", 'mesh_heading': 'Muscular Atrophy, Spinal', 'efo_term': 'spinal muscular atrophy', 'yearOfFirstApproval': 2016, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargets... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.19 | Q7 | What are the approved uses for Aliskiren Fumarate? | Aliskiren Fumarate has been approved by the FDA to treat 2 diseases: hypertension and stroke. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%aliskiren fumarate%" OR LOWER(tradeNames_list) LIKE "%aliskiren fumarate%" OR LOWER(sy... | [{'UUID': 'DrugTargetsIndication121923_text_1095567', 'drugName': 'Aliskiren Fumarate', 'tradeNames_list': "['Tekturna']", 'syns_list': "['Aliskiren fumarate', 'Aliskiren hemifumarate', 'NSC-759185', 'SPP-100BSPP100']", 'mesh_heading': 'Stroke', 'efo_term': 'stroke', 'yearOfFirstApproval': 2007, 'max_phase_for_ind': 4.... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.273 | Q7 | What are the approved uses for Latanoprostene Bunod? | Latanoprostene Bunod has been approved by the FDA to treat 3 diseases: glaucoma, open-angle glaucoma, and ocular hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%latanoprostene bunod%" OR LOWER(tradeNames_list) LIKE "%latanoprostene bunod%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_1149107', 'drugName': 'Latanoprostene Bunod', 'tradeNames_list': "['Vesneo', 'Vyzulta']", 'syns_list': "['BOL-303259-X', 'Bol-303259-x', 'Latanoprostene bunod', 'NCX 116', 'NCX-116PF-3187207']", 'mesh_heading': 'Ocular Hypertension', 'efo_term': 'ocular hypertension', 'yearOf... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.280 | Q7 | What are the approved uses for Leuprolide Mesylate? | Leuprolide Mesylate has been approved by the FDA to treat 1 disease: prostate cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%leuprolide mesylate%" OR LOWER(tradeNames_list) LIKE "%leuprolide mesylate%" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_1097306', 'drugName': 'Leuprolide Mesylate', 'tradeNames_list': "['Camcevi kit']", 'syns_list': "['Camcevi', 'Leuprolide mesylate', 'Leuprorelin mesilateLeuprorelin mesylate']", 'mesh_heading': 'Prostatic Neoplasms', 'efo_term': 'prostate cancer', 'yearOfFirstApproval': 2021,... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.500 | Q7 | What are the approved uses for Tepotinib Hydrochloride? | Tepotinib Hydrochloride has been approved by the FDA to treat 1 disease: non-small cell lung carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%tepotinib hydrochloride%" OR LOWER(tradeNames_list) LIKE "%tepotinib hydrochloride%" O... | [{'UUID': 'DrugTargetsIndication121923_text_936132', 'drugName': 'Tepotinib Hydrochloride', 'tradeNames_list': "['Tepmetko']", 'syns_list': "['MSC2156119J', 'Msc2156119j', 'Tepotinib hydrochlorideTepotinib hydrochloride hydrate']", 'mesh_heading': 'Carcinoma, Non-Small-Cell Lung', 'efo_term': 'non-small cell lung carci... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.247 | Q7 | What are the approved uses for Iloperidone? | Iloperidone has been approved by the FDA to treat 2 diseases: psychosis and schizophrenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%iloperidone%" OR LOWER(tradeNames_list) LIKE "%iloperidone%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_200226', 'drugName': 'Iloperidone', 'tradeNames_list': "['Fanapt', 'Iloperidone']", 'syns_list': "['HP 873', 'HP-873', 'Iloperidone']", 'mesh_heading': 'Psychotic Disorders', 'efo_term': 'psychosis', 'yearOfFirstApproval': 2009, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTarget... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.318 | Q7 | What are the approved uses for Mesalamine? | Mesalamine has been approved by the FDA to treat 2 diseases: ulcerative colitis and proctitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%mesalamine%" OR LOWER(tradeNames_list) LIKE "%mesalamine%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_842800', 'drugName': 'Mesalamine', 'tradeNames_list': "['Apriso', 'Asacol', 'Asacol hd', 'Canasa', 'Coltec ec', 'Delzicol', 'IpocolLialda', 'Mesalamine', 'Mesren mr', 'Mezavant xl', 'Octasa', 'PentasaPentasa sr', 'Rowasa', 'Salofalk', 'Sfrowasa']", 'syns_list': "['Benzoic aci... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.177 | Q7 | What are the approved uses for Enalapril Maleate? | Enalapril Maleate has been approved by the FDA to treat 3 diseases: congestive heart failure, hypertension, and heart failure. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%enalapril maleate%" OR LOWER(tradeNames_list) LIKE "%enalapril maleate%" OR LOWER(syns... | [{'UUID': 'DrugTargetsIndication121923_text_1091995', 'drugName': 'Enalapril Maleate', 'tradeNames_list': "['Ednyt', 'Enalapril maleate', 'Enapren', 'Epaned', 'Epaned kit', 'InnovacePralenal 10', 'Pralenal 2.5', 'Pralenal 20', 'Pralenal 5', 'RenitecVasotec', 'Xanef']", 'syns_list': "['Enalapril maleate', 'MK-421', 'NSC... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.375 | Q7 | What are the approved uses for Osimertinib? | Osimertinib has been approved by the FDA to treat 3 diseases: cancer, neoplasm, and non-small cell lung carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%osimertinib%" OR LOWER(tradeNames_list) LIKE "%osimertinib%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_217171', 'drugName': 'Osimertinib Mesylate', 'tradeNames_list': "['Tagrisso']", 'syns_list': "['AZD-9291 MESYLATE', 'AZD9291 mesylate', 'Mereletinib mesilateMereletinib mesylate', 'Osimertinib mesilate', 'Osimertinib mesylate']", 'mesh_heading': 'Carcinoma, Non-Small-Cell Lun... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.55 | Q7 | What are the approved uses for Balsalazide Disodium? | Balsalazide Disodium has been approved by the FDA to treat 1 disease: ulcerative colitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%balsalazide disodium%" OR LOWER(tradeNames_list) LIKE "%balsalazide disodium%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_828148', 'drugName': 'Balsalazide Disodium', 'tradeNames_list': "['Balsalazide disodium', 'Colazal', 'Colazide', 'Giazo']", 'syns_list': "['BX-661A', 'BX661A', 'Balsalazide disodiumBalsalazide disodium anhydrous', 'Balsalazide disodium dihydrateBalsalazide disodium salt dihyd... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.433 | Q7 | What are the approved uses for Regorafenib? | Regorafenib has been approved by the FDA to treat 6 diseases: cancer, colorectal adenocarcinoma, neoplasm, colorectal neoplasm, colorectal cancer, and colorectal carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%regorafenib%" OR LOWER(tradeNames_list) LIKE "%regorafenib%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_664320', 'drugName': 'Regorafenib', 'tradeNames_list': "['Stivarga']", 'syns_list': "['BAY 73-4506', 'BAY 73-4506 monohydrate', 'BAY-73-4506', 'BAY-734506Regorafenib', 'Regorafenib anhydrous', 'Regorafenib hydrateRegorafenib monohydrate']", 'mesh_heading': 'Colorectal Neoplas... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.47 | Q7 | What are the approved uses for Avapritinib? | Avapritinib has been approved by the FDA to treat 3 diseases: cancer, neoplasm, and gastrointestinal stromal tumor. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%avapritinib%" OR LOWER(tradeNames_list) LIKE "%avapritinib%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_934128', 'drugName': 'Avapritinib', 'tradeNames_list': "['Ayvakit']", 'syns_list': "['70C366', 'Avapritinib', 'BLU-285', 'C-366', 'X-720776', 'X720776']", 'mesh_heading': 'Neoplasms', 'efo_term': 'cancer', 'yearOfFirstApproval': 2020, 'max_phase_for_ind': 4.0}, {'UUID': 'Drug... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.94 | Q7 | What are the approved uses for Cannabidiol? | Cannabidiol has been approved by the FDA to treat 5 diseases: Seizure, epilepsy, hamartoma, Lennox-Gastaut syndrome, and Dravet syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%cannabidiol%" OR LOWER(tradeNames_list) LIKE "%cannabidiol%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_1074422', 'drugName': 'Cannabidiol', 'tradeNames_list': "['Epidiolex']", 'syns_list': "['(-)-cannabidiol', '(-)-cbd', '(-)-trans-cannabidiol.delta.1(2)-trans-cannabidiol', 'BTX-1204', 'BTX-1503', 'CBD', 'CannabidiolCannabidiol solution', 'Cardiolrx', 'GWP-42003', 'GWP-42003-P... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.212 | Q7 | What are the approved uses for Fingolimod Hydrochloride? | Fingolimod Hydrochloride has been approved by the FDA to treat 1 disease: multiple sclerosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%fingolimod hydrochloride%" OR LOWER(tradeNames_list) LIKE "%fingolimod hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_1036601', 'drugName': 'Fingolimod Hydrochloride', 'tradeNames_list': "['Gilenya']", 'syns_list': "['FTY-720 HYDROCHLORIDE', 'FTY720', 'FTY720 HYDROCHLORIDE', 'FingolimodFingolimod (as hydrochloride)', 'Fingolimod hclFingolimod hydrochlorid', 'Fingolimod hydrochloride', 'Gilen... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.497 | Q7 | What are the approved uses for Telotristat Etiprate? | Telotristat Etiprate has been approved by the FDA to treat 1 disease: Diarrhea. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%telotristat etiprate%" OR LOWER(tradeNames_list) LIKE "%telotristat etiprate%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_1097499', 'drugName': 'Telotristat Etiprate', 'tradeNames_list': "['Xermelo']", 'syns_list': "['LX1032 HIPPURATE', 'LX1606 HIPPURATE', 'Telotristat ethyl hippurateTelotristat etiprate']", 'mesh_heading': 'Diarrhea', 'efo_term': 'Diarrhea', 'yearOfFirstApproval': 2017, 'max_ph... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.223 | Q7 | What are the approved uses for Gabapentin Enacarbil? | Gabapentin Enacarbil has been approved by the FDA to treat 3 diseases: epilepsy, restless legs syndrome, and neuralgia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%gabapentin enacarbil%" OR LOWER(tradeNames_list) LIKE "%gabapentin enacarbil%" OR LOWE... | [{'UUID': 'DrugTargetsIndication121923_text_891865', 'drugName': 'Gabapentin Enacarbil', 'tradeNames_list': "['Horizant']", 'syns_list': "['ASP-8825', 'ASP8825', 'GSK1838262', 'Gabapentin enacarbilGabapentin encarbil', 'Gsk-1838262', 'XP 13512', 'XP-13512', 'XP13512']", 'mesh_heading': 'Epilepsy', 'efo_term': 'epilepsy... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.565 | Q7 | What are the approved uses for Zolpidem Tartrate? | Zolpidem Tartrate has been approved by the FDA to treat 1 disease: insomnia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%zolpidem tartrate%" OR LOWER(tradeNames_list) LIKE "%zolpidem tartrate%" OR LOWER(syns... | [{'UUID': 'DrugTargetsIndication121923_text_958349', 'drugName': 'Zolpidem Tartrate', 'tradeNames_list': "['Ambien', 'Ambien cr', 'Edluar', 'Intermezzo', 'Stilnoct', 'Tovalt odtZolpidem tartrate', 'Zolpimist']", 'syns_list': "['Ivadal', 'Myslee', 'Niotal', 'SL 80.0750-23N', 'SL-80.0750', 'SL-80.0750-23NStilnox', 'Toval... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.422 | Q7 | What are the approved uses for Pralsetinib? | Pralsetinib has been approved by the FDA to treat 4 diseases: cancer, neoplasm, non-small cell lung carcinoma, and medullary thyroid gland carcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%pralsetinib%" OR LOWER(tradeNames_list) LIKE "%pralsetinib%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_944296', 'drugName': 'Pralsetinib', 'tradeNames_list': "['Gavreto']", 'syns_list': "[':pralsetinib', 'BLU-123244', 'BLU-667', 'BLU123244', 'Blu-667', 'PralsetinibX-581238', 'X581238']", 'mesh_heading': 'Neoplasms', 'efo_term': 'neoplasm', 'yearOfFirstApproval': 2020, 'max_pha... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.470 | Q7 | What are the approved uses for Sitagliptin Phosphate? | Sitagliptin Phosphate has been approved by the FDA to treat 4 diseases: myocardial infarction, stroke, type 2 diabetes mellitus, and hyperlipidemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%sitagliptin phosphate%" OR LOWER(tradeNames_list) LIKE "%sitagliptin phosphate%" OR LO... | [{'UUID': 'DrugTargetsIndication121923_text_933166', 'drugName': 'Sitagliptin Phosphate', 'tradeNames_list': "['Janumet Xr', 'Januvia']", 'syns_list': "['Glactiv', 'MK-0431', 'MK0431', 'ONO-5435', 'Sitagliptin monophosphateSitagliptin monophosphate anhydrousSitagliptin monophosphate monohydrate', 'Sitagliptin phosphate... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.185 | Q7 | What are the approved uses for Eribulin? | Eribulin has been approved by the FDA to treat 2 diseases: cancer and neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%eribulin%" OR LOWER(tradeNames_list) LIKE "%eribulin%" OR LOWER(syns_list) LIKE "%erib... | [{'UUID': 'DrugTargetsIndication121923_text_146989', 'drugName': 'Eribulin Mesylate', 'tradeNames_list': "['Halaven']", 'syns_list': "['E-7389', 'E7389', 'Eribulin (as mesylate)', 'Eribulin mesilateEribulin mesylate', 'Eribulin monomethanesulfonate', 'Halaven']", 'mesh_heading': 'Breast Neoplasms', 'efo_term': 'breast ... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.377 | Q7 | What are the approved uses for Ospemifene? | Ospemifene has been approved by the FDA to treat 3 diseases: Dyspareunia, menopause, and Atrophy. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%ospemifene%" OR LOWER(tradeNames_list) LIKE "%ospemifene%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_823820', 'drugName': 'Ospemifene', 'tradeNames_list': "['Osphena', 'Senshio']", 'syns_list': "['(deaminohydroxy) toremifene', 'FC-1271', 'FC-1271A', 'OspemifeneTore iii']", 'mesh_heading': 'Atrophy', 'efo_term': 'Atrophy', 'yearOfFirstApproval': 2013, 'max_phase_for_ind': 4.0... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.183 | Q7 | What are the approved uses for Epoprostenol Sodium? | Epoprostenol Sodium has been approved by the FDA to treat 1 disease: pulmonary arterial hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%epoprostenol sodium%" OR LOWER(tradeNames_list) LIKE "%epoprostenol sodium%" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_245984', 'drugName': 'Epoprostenol Sodium', 'tradeNames_list': "['Epoprostenol sodium', 'Flolan', 'Veletri']", 'syns_list': "['Epoprostenol sodium', 'Epoprostenolsodium', 'Prostacyclin sodium saltSodium prostacyclin', 'U-53,217A', 'U-53217A']", 'mesh_heading': 'Pulmonary Arte... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.483 | Q7 | What are the approved uses for Tacrolimus? | Tacrolimus has been approved by the FDA to treat 2 diseases: Eczema and immune system disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%tacrolimus%" OR LOWER(tradeNames_list) LIKE "%tacrolimus%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1091471', 'drugName': 'Tacrolimus', 'tradeNames_list': "['Adoport', 'Advagraf', 'Astagraf xl', 'Capexion', 'Envarsus', 'Envarsus xrModigraf', 'Perixis', 'Prograf', 'Protopic', 'Tacni', 'Tacrolimus', 'Vivadex']", 'syns_list': "['FK 506', 'FR900506', 'Tacrolimus', 'Tacrolimus h... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.204 | Q7 | What are the approved uses for Fenofibric Acid? | Fenofibric Acid has been approved by the FDA to treat 2 diseases: Hypercholesterolemia and type 2 diabetes mellitus. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%fenofibric acid%" OR LOWER(tradeNames_list) LIKE "%fenofibric acid%" OR LOWER(syns_lis... | [{'UUID': 'DrugTargetsIndication121923_text_243902', 'drugName': 'Fenofibric Acid', 'tradeNames_list': "['Fenocor-67', 'Fenogal', 'Fibricor', 'Lipanthyl', 'Lipofen', 'LofibraSupralip', 'Trilipix']", 'syns_list': "['Fenofibrate free acid', 'Fenofibrate related compound bFenofibric acid', 'LF-153', 'NSC-281318', 'Proceto... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.414 | Q7 | What are the approved uses for Pitolisant Hydrochloride? | Pitolisant Hydrochloride has been approved by the FDA to treat 2 diseases: hypersomnia and narcolepsy-cataplexy syndrome. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%pitolisant hydrochloride%" OR LOWER(tradeNames_list) LIKE "%pitolisant hydrochloride%"... | [{'UUID': 'DrugTargetsIndication121923_text_828128', 'drugName': 'Pitolisant Hydrochloride', 'tradeNames_list': "['Wakix']", 'syns_list': "['Ciproxidine', 'Pitolisant hydrochloride']", 'mesh_heading': 'Narcolepsy', 'efo_term': 'narcolepsy-cataplexy syndrome', 'yearOfFirstApproval': 2019, 'max_phase_for_ind': 4.0}, {'UU... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.70 | Q7 | What are the approved uses for Bortezomib? | Bortezomib has been approved by the FDA to treat 4 diseases: cancer, neoplasm, multiple myeloma, and Mantle cell lymphoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%bortezomib%" OR LOWER(tradeNames_list) LIKE "%bortezomib%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_342145', 'drugName': 'Bortezomib', 'tradeNames_list': "['Velcade']", 'syns_list': "['Bortezomib', 'Bortezomib accord', 'Bortezomib hydrate', 'LDP-341NSC-681239', 'PS-341', 'Velcade']", 'mesh_heading': 'Neoplasms', 'efo_term': 'neoplasm', 'yearOfFirstApproval': 2003, 'max_phas... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.553 | Q7 | What are the approved uses for Viltolarsen? | Viltolarsen has been approved by the FDA to treat 2 diseases: Duchenne muscular dystrophy and muscular dystrophy. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%viltolarsen%" OR LOWER(tradeNames_list) LIKE "%viltolarsen%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_1100429', 'drugName': 'Viltolarsen', 'tradeNames_list': "['Viltepso']", 'syns_list': "['NCNP-01', 'NS-065', 'NS-065/NCNP-01', 'Ns-065/ncnp-01', 'Viltolarsen']", 'mesh_heading': 'Muscular Dystrophies', 'efo_term': 'muscular dystrophy', 'yearOfFirstApproval': 2020, 'max_phase_f... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.534 | Q7 | What are the approved uses for Tucatinib? | Tucatinib has been approved by the FDA to treat 6 diseases: breast carcinoma, cancer, neoplasm, brain neoplasm, HER2 Positive Breast Carcinoma, and breast cancer. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%tucatinib%" OR LOWER(tradeNames_list) LIKE "%tucatinib%" OR LOWER(syns_list) LIKE "%tu... | [{'UUID': 'DrugTargetsIndication121923_text_924464', 'drugName': 'Tucatinib', 'tradeNames_list': "['Tukysa']", 'syns_list': "['ARRY-380', 'Irbinitinib', 'ONT-380', 'Ont-380', 'Tucatinib']", 'mesh_heading': 'Neoplasms', 'efo_term': 'cancer', 'yearOfFirstApproval': 2020, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargetsIn... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.232 | Q7 | What are the approved uses for Goserelin? | Goserelin has been approved by the FDA to treat 1 disease: neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%goserelin%" OR LOWER(tradeNames_list) LIKE "%goserelin%" OR LOWER(syns_list) LIKE "%go... | [{'UUID': 'DrugTargetsIndication121923_text_1096857', 'drugName': 'Goserelin Acetate', 'tradeNames_list': "['Novgos', 'Zoladex', 'Zoladex la']", 'syns_list': "['Fertilan', 'Goserelin Acetate', 'Goserelin acetate']", 'mesh_heading': 'Breast Neoplasms', 'efo_term': 'breast cancer', 'yearOfFirstApproval': 1989, 'max_phase... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.326 | Q7 | What are the approved uses for Midazolam? | Midazolam has been approved by the FDA to treat 3 diseases: epilepsy, status epilepticus, and amnesia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%midazolam%" OR LOWER(tradeNames_list) LIKE "%midazolam%" OR LOWER(syns_list) LIKE "%mi... | [{'UUID': 'DrugTargetsIndication121923_text_951011', 'drugName': 'Midazolam', 'tradeNames_list': "['Midazolam in 0.8% sodium chloride', 'Midazolam in 0.9% sodium chlorideNayzilam']", 'syns_list': "['Midazolam', 'Midazolam civ', 'USL-261', 'USL261']", 'mesh_heading': 'Epilepsy', 'efo_term': 'epilepsy', 'yearOfFirstAppro... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.150 | Q7 | What are the approved uses for Dexmedetomidine Hydrochloride? | The drug Dexmedetomidine Hydrochloride has not been FDA approved for the treatment of any disease, but it has reached phase 1.0 clinical trials for delirium and amnesia, phase 2.0 clinical trials for schizoaffective disorder, schizophrenia, and brain injury, phase 3.0 clinical trials for pain and spinal cord cancer, an... | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%dexmedetomidine hydrochloride%" OR LOWER(tradeNames_list) LIKE "%dexmedetomidine hydro... | [{'UUID': 'DrugTargetsIndication121923_text_1025878', 'drugName': 'Dexmedetomidine Hydrochloride', 'tradeNames_list': "['Dexmedetomidine hydrochloride', 'Igalmi', 'Precedex']", 'syns_list': "['Cepedex', 'Dexdomitor', 'Dexdor', 'Dexmedetomidine hclDexmedetomidine hydrochloride', 'Igalmi', 'Sedadex', 'Sileo']", 'mesh_hea... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.125 | Q7 | What are the approved uses for Crofelemer? | Crofelemer has been approved by the FDA to treat 2 diseases: Diarrhea and AIDS. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%crofelemer%" OR LOWER(tradeNames_list) LIKE "%crofelemer%" OR LOWER(syns_list) LIKE "%... | [{'UUID': 'DrugTargetsIndication121923_text_1103259', 'drugName': 'Crofelemer', 'tradeNames_list': "['Fulyzaq', 'Mytesi', 'Provir', 'Virend']", 'syns_list': "['Crofelemer', 'NP-303', 'SP-303', 'TRN-002']", 'mesh_heading': 'Acquired Immunodeficiency Syndrome', 'efo_term': 'AIDS', 'yearOfFirstApproval': 2012, 'max_phase_... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.409 | Q7 | What are the approved uses for Pilocarpine Hydrochloride? | The drug Pilocarpine Hydrochloride has not been FDA approved for the treatment of any disease, but it has reached phase 1.0 clinical trials for presbyopia and phase 3.0 clinical trials for head and neck malignant neoplasia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%pilocarpine hydrochloride%" OR LOWER(tradeNames_list) LIKE "%pilocarpine hydrochloride... | [{'UUID': 'DrugTargetsIndication121923_text_857291', 'drugName': 'Pilocarpine Hydrochloride', 'tradeNames_list': "['Isopto carpine', 'Ocusert', 'Piloc hcl', 'Pilocarpine hydrochloridePilogel', 'Pilopine', 'Pilopine hs', 'Salagen', 'Sno pilo', 'Vuity']", 'syns_list': "['Pilocarpine hcl', 'Pilocarpine hydrochloridePiloca... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.410 | Q7 | What are the approved uses for Pimavanserin Tartrate? | Pimavanserin Tartrate has been approved by the FDA to treat 3 diseases: Hallucinations, psychosis, and Parkinson disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%pimavanserin tartrate%" OR LOWER(tradeNames_list) LIKE "%pimavanserin tartrate%" OR LO... | [{'UUID': 'DrugTargetsIndication121923_text_205231', 'drugName': 'Pimavanserin Tartrate', 'tradeNames_list': "['Nuplazid']", 'syns_list': "['ACP-103', 'Pimavanserin tartrate']", 'mesh_heading': 'Hallucinations', 'efo_term': 'Hallucinations', 'yearOfFirstApproval': 2016, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTargetsI... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.252 | Q7 | What are the approved uses for Infigratinib Phosphate? | Infigratinib Phosphate has been approved by the FDA to treat 1 disease: cholangiocarcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%infigratinib phosphate%" OR LOWER(tradeNames_list) LIKE "%infigratinib phosphate%" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_708623', 'drugName': 'Infigratinib Phosphate', 'tradeNames_list': "['Truseltiq']", 'syns_list': "['BGJ-398 phosphate', 'Infigratinib monophosphate', 'Infigratinib phosphate']", 'mesh_heading': 'Cholangiocarcinoma', 'efo_term': 'cholangiocarcinoma', 'yearOfFirstApproval': 2021... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.446 | Q7 | What are the approved uses for Risperidone? | Risperidone has been approved by the FDA to treat 7 diseases: bipolar disorder, aggressive behavior, autism, psychosis, schizoaffective disorder, bipolar I disorder, and schizophrenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%risperidone%" OR LOWER(tradeNames_list) LIKE "%risperidone%" OR LOWER(syns_list) LIKE ... | [{'UUID': 'DrugTargetsIndication121923_text_149850', 'drugName': 'Risperidone', 'tradeNames_list': "['Perseris kit', 'Risperdal', 'Risperdal Consta Long Acting', 'Risperdal MRisperdal M-Tab', 'Risperdal consta', 'Risperdal quicklet', 'Risperidone']", 'syns_list': "['LY-03004', 'LY03004', 'N05AX08', 'NSC-759895', 'Perse... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.257 | Q7 | What are the approved uses for Istradefylline? | Istradefylline has been approved by the FDA to treat 1 disease: Parkinson disease. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%istradefylline%" OR LOWER(tradeNames_list) LIKE "%istradefylline%" OR LOWER(syns_list)... | [{'UUID': 'DrugTargetsIndication121923_text_695355', 'drugName': 'Istradefylline', 'tradeNames_list': "['Nourianz']", 'syns_list': "['Istradefylline', 'KW-6002', 'Nouriast']", 'mesh_heading': 'Parkinson Disease', 'efo_term': 'Parkinson disease', 'yearOfFirstApproval': 2019, 'max_phase_for_ind': 4.0}, {'UUID': 'DrugTarg... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.388 | Q7 | What are the approved uses for Paliperidone Palmitate? | Paliperidone Palmitate has been approved by the FDA to treat 2 diseases: schizoaffective disorder and schizophrenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%paliperidone palmitate%" OR LOWER(tradeNames_list) LIKE "%paliperidone palmitate%" OR ... | [{'UUID': 'DrugTargetsIndication121923_text_197433', 'drugName': 'Paliperidone Palmitate', 'tradeNames_list': "['Invega hafyera', 'Invega sustenna', 'Invega trinza']", 'syns_list': "['JNS-010', 'JNS010', 'Paliperidone palmitate', 'Palperidone palmitateR-092670', 'R092670', 'RO-92670', 'RO92670']", 'mesh_heading': 'Schi... | general | Distinct, Similarity Search, Order By | Approval Status |
Q7.350 | Q7 | What are the approved uses for Nicotine Polacrilex? | Nicotine Polacrilex has been approved by the FDA to treat 1 disease: nicotine dependence. | SELECT DISTINCT UUID, drugName, tradeNames_list, syns_list, mesh_heading, efo_term, yearOfFirstApproval, max_phase_for_ind
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(drugName) LIKE "%nicotine polacrilex%" OR LOWER(tradeNames_list) LIKE "%nicotine polacrilex%" OR LOWER(... | [{'UUID': 'DrugTargetsIndication121923_text_857243', 'drugName': 'Nicotine Polacrilex', 'tradeNames_list': "['Commit', 'Nicorette', 'Nicorette (mint)', 'Nicotine polacrilex', 'Thrive']", 'syns_list': "['Nicotine polacrilex']", 'mesh_heading': 'Tobacco Use Disorder', 'efo_term': 'nicotine dependence', 'yearOfFirstApprov... | general | Distinct, Similarity Search, Order By | Approval Status |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.