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.1239 | Q16 | What Small molecule therapies have been approved by the FDA to treat laryngeal carcinoma? | There are no drug Small molecule therapies approved to treat laryngeal 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) = "laryngeal carcinoma" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.364 | Q16 | What Small molecule therapies have been approved by the FDA to treat Birt-Hogg-Dube syndrome? | There are no drug Small molecule therapies approved to treat Birt-Hogg-Dube 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) = "birt-hogg-dube syndrome" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.611 | Q16 | What Small molecule therapies have been approved by the FDA to treat Renal Colic? | There are no drug Small molecule therapies approved to treat Renal Colic. | 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) = "renal colic" OR LOWER(mesh_heading) = "rena... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.552 | Q16 | What Small molecule therapies have been approved by the FDA to treat Multiple Organ Failure? | There are no drug Small molecule therapies approved to treat Multiple Organ Failure. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "multiple organ failure" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1183 | Q16 | What Small molecule therapies have been approved by the FDA to treat idiopathic pulmonary arterial hypertension? | Selexipag is the only Small molecule therapy approved by the FDA to treat idiopathic pulmonary arterial hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "idiopathic pulmonary arterial hypertension"... | [{'UUID': 'DrugTargetsIndication121923_text_246126', 'drugName': 'Selexipag', 'tradeNames_list': "['Uptravi']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000160013', 'approvedSymbol': 'PTGIR', 'approvedName': 'prostaglandin I2 receptor', 'yearOfFirstApproval': 2015, 'max_phase_for_ind': 4.... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.632 | Q16 | What Small molecule therapies have been approved by the FDA to treat Spinal cord injury? | There are 3 Small molecule therapy drugs that are approved to treat Spinal cord injury which are as follows: Pregabalin, 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) = "spinal cord injury" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_859330', 'drugName': 'Pregabalin', 'tradeNames_list': "['Alzain', 'Axalid', 'Lecaent', 'Lyrica', 'Lyrica cr', 'Pregabalin', 'Rewisca']", 'drugType': 'Small molecule', 'actionType': 'modulator', 'target': 'ENSG00000148408', 'approvedSymbol': 'CACNA1B', 'approvedName': 'calcium... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1446 | Q16 | What Small molecule therapies have been approved by the FDA to treat papilloma? | There are no drug Small molecule therapies approved to treat papilloma. | 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) = "papilloma" OR LOWER(mesh_heading) = "papill... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1335 | Q16 | What Small molecule therapies have been approved by the FDA to treat mucinous carcinoma? | There are no drug Small molecule therapies approved to treat mucinous 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) = "mucinous carcinoma" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1419 | Q16 | What Small molecule therapies have been approved by the FDA to treat osteoarthritis, knee? | There are no drug Small molecule therapies approved to treat osteoarthritis, knee. | 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) = "osteoarthritis, knee" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1517 | Q16 | What Small molecule therapies have been approved by the FDA to treat premature birth? | Hydroxyprogesterone Caproate is the only Small molecule therapy approved by the FDA to treat premature birth. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "premature birth" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_940452', 'drugName': 'Hydroxyprogesterone Caproate', 'tradeNames_list': "['Delalutin', 'Hydroxyprogesterone caproate', 'MakenaMakena (autoinjector)', 'Makena preservative free', 'Proluton depot']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000082... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1341 | Q16 | What Small molecule therapies have been approved by the FDA to treat multiple system atrophy? | There are no drug Small molecule therapies approved to treat multiple system atrophy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "multiple system atrophy" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1723 | Q16 | What Small molecule therapies have been approved by the FDA to treat upper aerodigestive tract neoplasm? | There are no drug Small molecule therapies approved to treat upper aerodigestive tract 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) = "upper aerodigestive tract neoplasm" OR LOWE... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.673 | Q16 | What Small molecule therapies have been approved by the FDA to treat Uterine Carcinosarcoma? | There are no drug Small molecule therapies approved to treat Uterine Carcinosarcoma. | 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 carcinosarcoma" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.721 | Q16 | What Small molecule therapies have been approved by the FDA to treat adrenocortical insufficiency? | There are no drug Small molecule therapies approved to treat adrenocortical insufficiency. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "adrenocortical insufficiency" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1257 | Q16 | What Small molecule therapies have been approved by the FDA to treat liver disease? | Avatrombopag Maleate is the only Small molecule therapy approved by the FDA to treat liver 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) = "liver disease" OR LOWER(mesh_heading) = "li... | [{'UUID': 'DrugTargetsIndication121923_text_1055939', 'drugName': 'Avatrombopag Maleate', 'tradeNames_list': "['Doptelet']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000117400', 'approvedSymbol': 'MPL', 'approvedName': 'MPL proto-oncogene, thrombopoietin receptor', 'yearOfFirstApproval': ... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1479 | Q16 | What Small molecule therapies have been approved by the FDA to treat pilocytic astrocytoma? | There are no drug Small molecule therapies approved to treat pilocytic astrocytoma. | 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) = "pilocytic astrocytoma" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1704 | Q16 | What Small molecule therapies have been approved by the FDA to treat toxic epidermal necrolysis? | There are no drug Small molecule therapies approved to treat toxic epidermal necrolysis. | 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) = "toxic epidermal necrolysis" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1470 | Q16 | What Small molecule therapies have been approved by the FDA to treat persian gulf syndrome? | There are no drug Small molecule therapies approved to treat persian gulf 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) = "persian gulf syndrome" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.606 | Q16 | What Small molecule therapies have been approved by the FDA to treat Radiation Pneumonitis? | There are no drug Small molecule therapies approved to treat Radiation Pneumonitis. | 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) = "radiation pneumonitis" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.901 | Q16 | What Small molecule therapies have been approved by the FDA to treat cholesterol embolism? | There are no drug Small molecule therapies approved to treat cholesterol embolism. | 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) = "cholesterol embolism" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1488 | Q16 | What Small molecule therapies have been approved by the FDA to treat pneumocystosis? | There are no drug Small molecule therapies approved to treat pneumocystosis. | 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) = "pneumocystosis" OR LOWER(mesh_heading) = "p... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1001 | Q16 | What Small molecule therapies have been approved by the FDA to treat discoid lupus erythematosus? | There are no drug Small molecule therapies approved to treat discoid lupus erythematosus. | 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) = "discoid lupus erythematosus" OR LOWER(mesh_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.849 | Q16 | What Small molecule therapies have been approved by the FDA to treat bronchiolitis obliterans? | There are no drug Small molecule therapies approved to treat bronchiolitis obliterans. | 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) = "bronchiolitis obliterans" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.658 | Q16 | What Small molecule therapies have been approved by the FDA to treat Thymic Carcinoma? | There are no drug Small molecule therapies approved to treat Thymic 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) = "thymic carcinoma" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1752 | Q16 | What Small molecule therapies have been approved by the FDA to treat vestibular neuronitis? | There are no drug Small molecule therapies approved to treat vestibular neuronitis. | 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) = "vestibular neuronitis" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1037 | Q16 | What Small molecule therapies have been approved by the FDA to treat erectile dysfunction? | There are 4 Small molecule therapy drugs that are approved to treat erectile dysfunction which are as follows: Avanafil, Tadalafil, Vardenafil Hydrochloride, and Vardenafil. | 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) = "erectile dysfunction" OR LOWER(mesh_heading... | [{'UUID': 'DrugTargetsIndication121923_text_1094059', 'drugName': 'Avanafil', 'tradeNames_list': "['Spedra', 'Stendra']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000138735', 'approvedSymbol': 'PDE5A', 'approvedName': 'phosphodiesterase 5A', 'yearOfFirstApproval': 2011, 'max_phase_for_i... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1294 | Q16 | What Small molecule therapies have been approved by the FDA to treat marginal zone B-cell lymphoma? | Umbralisib Tosylate is the only Small molecule therapy approved by the FDA to treat marginal zone B-cell lymphoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "marginal zone b-cell lymphoma" OR LOWER(mes... | [{'UUID': 'DrugTargetsIndication121923_text_744621', '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.1642 | Q16 | What Small molecule therapies have been approved by the FDA to treat spinal cord cancer? | There are no drug Small molecule therapies approved to treat spinal cord 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) = "spinal cord cancer" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.279 | Q16 | What Protein therapies have been approved by the FDA to treat pulmonary hypertension? | There are no drug Protein therapies approved to treat pulmonary hypertension. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pulmonary hypertension" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1361 | Q16 | What Small molecule therapies have been approved by the FDA to treat nasopharyngeal neoplasm? | There are no drug Small molecule therapies approved to treat nasopharyngeal 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) = "nasopharyngeal neoplasm" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1624 | Q16 | What Small molecule therapies have been approved by the FDA to treat sickle cell anemia? | Voxelotor is the only Small molecule therapy approved by the FDA to treat sickle cell 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) = "sickle cell anemia" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_1095584', 'drugName': 'Voxelotor', 'tradeNames_list': "['Oxbryta']", 'drugType': 'Small molecule', 'actionType': 'positive modulator', 'target': 'ENSG00000206172', 'approvedSymbol': 'HBA1', 'approvedName': 'hemoglobin subunit alpha 1', 'yearOfFirstApproval': 2019, 'max_phase_... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.361 | Q16 | What Small molecule therapies have been approved by the FDA to treat Benign essential blepharospasm? | There are no drug Small molecule therapies approved to treat Benign essential blepharospasm. | 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) = "benign essential blepharospasm" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.950 | Q16 | What Small molecule therapies have been approved by the FDA to treat concussion? | There are no drug Small molecule therapies approved to treat concussion. | 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) = "concussion" OR LOWER(mesh_heading) = "concu... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.238 | Q16 | What Protein therapies have been approved by the FDA to treat neurogenic arthropathy? | There are no drug Protein therapies approved to treat neurogenic arthropathy. | 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) = "neurogenic arthropathy" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.970 | Q16 | What Small molecule therapies have been approved by the FDA to treat cysticercosis? | There are no drug Small molecule therapies approved to treat cysticercosis. | 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) = "cysticercosis" OR LOWER(mesh_heading) = "cy... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.807 | Q16 | What Small molecule therapies have been approved by the FDA to treat azoospermia? | There are no drug Small molecule therapies approved to treat azoospermia. | 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) = "azoospermia" OR LOWER(mesh_heading) = "azoo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1687 | Q16 | What Small molecule therapies have been approved by the FDA to treat testicular carcinoma? | There are no drug Small molecule therapies approved to treat testicular 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) = "testicular carcinoma" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1698 | Q16 | What Small molecule therapies have been approved by the FDA to treat tibial muscular dystrophy? | There are no drug Small molecule therapies approved to treat tibial muscular dystrophy. | 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) = "tibial muscular dystrophy" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.489 | Q16 | What Small molecule therapies have been approved by the FDA to treat Herpes simplex infection? | There are no drug Small molecule therapies approved to treat Herpes simplex infection. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "herpes simplex infection" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1215 | Q16 | What Small molecule therapies have been approved by the FDA to treat intracranial subdural hematoma? | There are no drug Small molecule therapies approved to treat intracranial subdural hematoma. | 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) = "intracranial subdural hematoma" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1303 | Q16 | What Small molecule therapies have been approved by the FDA to treat memory impairment? | There are no drug Small molecule therapies approved to treat memory impairment. | 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) = "memory impairment" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.209 | Q16 | What Protein therapies have been approved by the FDA to treat major depressive disorder? | There are no drug Protein therapies approved to treat major depressive 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) = "major depressive disorder" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1582 | Q16 | What Small molecule therapies have been approved by the FDA to treat retinitis pigmentosa? | There are no drug Small molecule therapies approved to treat retinitis pigmentosa. | 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) = "retinitis pigmentosa" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1375 | Q16 | What Small molecule therapies have been approved by the FDA to treat neurofibromatosis? | Selumetinib Sulfate is the only Small molecule therapy approved by the FDA to treat neurofibromatosis. | 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) = "neurofibromatosis" OR LOWER(mesh_heading) =... | [{'UUID': 'DrugTargetsIndication121923_text_932806', 'drugName': 'Selumetinib Sulfate', 'tradeNames_list': "['Koselugo']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000126934', 'approvedSymbol': 'MAP2K2', 'approvedName': 'mitogen-activated protein kinase kinase 2', 'yearOfFirstApproval':... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1031 | Q16 | What Small molecule therapies have been approved by the FDA to treat epicondylitis? | Triamcinolone Acetonide is the only Small molecule therapy approved by the FDA to treat epicondylitis. | 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) = "epicondylitis" OR LOWER(mesh_heading) = "ep... | [{'UUID': 'DrugTargetsIndication121923_text_221884', '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.59 | Q16 | What Protein therapies have been approved by the FDA to treat Pruritus? | Difelikefalin is the only Protein therapy approved by the FDA to treat Pruritus. | 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) = "pruritus" OR LOWER(mesh_heading) = "pruritu... | [{'UUID': 'DrugTargetsIndication121923_text_1092252', 'drugName': 'Difelikefalin', 'tradeNames_list': "['Korsuva']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000082556', 'approvedSymbol': 'OPRK1', 'approvedName': 'opioid receptor kappa 1', 'yearOfFirstApproval': 2021, 'max_phase_for_ind': 4.0, '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.600 | Q16 | What Small molecule therapies have been approved by the FDA to treat Priapism? | There are no drug Small molecule therapies approved to treat Priapism. | 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) = "priapism" OR LOWER(mesh_heading) = "priapis... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1398 | Q16 | What Small molecule therapies have been approved by the FDA to treat oligodendroglioma? | There are no drug Small molecule therapies approved to treat oligodendroglioma. | 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) = "oligodendroglioma" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.614 | Q16 | What Small molecule therapies have been approved by the FDA to treat Respiratory insufficiency? | Nitric Oxide is the only Small molecule therapy approved by the FDA to treat Respiratory insufficiency. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "respiratory insufficiency" OR LOWER(mesh_he... | [{'UUID': 'DrugTargetsIndication121923_text_974151', '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.1201 | 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.1392 | Q16 | What Small molecule therapies have been approved by the FDA to treat obesity? | There are 2 Small molecule therapy drugs that are approved to treat obesity which are as follows: Dextroamphetamine and Phentermine 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) = "obesity" OR LOWER(mesh_heading) = "obesity"... | [{'UUID': 'DrugTargetsIndication121923_text_418358', '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.366 | Q16 | What Small molecule therapies have been approved by the FDA to treat Blindness? | There are no drug Small molecule therapies approved to treat Blindness. | 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) = "blindness" OR LOWER(mesh_heading) = "blindn... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.827 | Q16 | What Small molecule therapies have been approved by the FDA to treat blepharitis? | There are no drug Small molecule therapies approved to treat blepharitis. | 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) = "blepharitis" OR LOWER(mesh_heading) = "blep... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.357 | Q16 | What Small molecule therapies have been approved by the FDA to treat Back pain? | There are 8 Small molecule therapy drugs that are approved to treat Back pain which are as follows: Lidocaine Hydrochloride, Lidocaine, Acetaminophen, Aspirin, Naproxen Sodium, Naproxen, Ibuprofen, 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) = "back pain" OR LOWER(mesh_heading) = "back p... | [{'UUID': 'DrugTargetsIndication121923_text_636907', 'drugName': 'Lidocaine Hydrochloride', 'tradeNames_list': "['Akten', 'Alphacaine hydrochloride', 'Anestacon', 'Anodesyn', 'BismodyneBradosol plus', 'Calgel', 'Co-phenylcaine fte', 'Denela', 'DequasprayEmla', 'Germoloids', 'Germoloids complete', 'Glydo', 'Hemocane', '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.431 | Q16 | What Small molecule therapies have been approved by the FDA to treat Esophageal stricture? | There are no drug Small molecule therapies approved to treat Esophageal stricture. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "esophageal stricture" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.971 | Q16 | What Small molecule therapies have been approved by the FDA to treat cystoid macular edema? | Dexamethasone is the only Small molecule therapy approved by the FDA to treat cystoid macular edema. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "cystoid macular edema" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_226381', 'drugName': 'Dexamethasone', 'tradeNames_list': "['Aeroseb-dex', 'Dalalone', 'Decaderm', 'Decadron', 'Decadron-75', 'DecasprayDexacortisyl', 'Dexafree', 'Dexamethasone', 'Dexamethasone intensolDexone', 'Dexone 0.5', 'Dexone 0.75', 'Dexone 1.5', 'Dexone 4', 'DexsolDex... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1414 | Q16 | What Small molecule therapies have been approved by the FDA to treat oropharynx squamous cell carcinoma? | There are no drug Small molecule therapies approved to treat oropharynx squamous cell 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) = "oropharynx squamous cell carcinoma" OR LOWE... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1600 | Q16 | What Small molecule therapies have been approved by the FDA to treat sarcopenia? | There are no drug Small molecule therapies approved to treat sarcopenia. | 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) = "sarcopenia" OR LOWER(mesh_heading) = "sarco... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.558 | Q16 | What Small molecule therapies have been approved by the FDA to treat Myelopathy? | There are no drug Small molecule therapies approved to treat Myelopathy. | 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) = "myelopathy" OR LOWER(mesh_heading) = "myelo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1268 | Q16 | What Small molecule therapies have been approved by the FDA to treat lymphedema? | There are no drug Small molecule therapies approved to treat lymphedema. | 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) = "lymphedema" OR LOWER(mesh_heading) = "lymph... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.711 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute myocardial infarction? | There are 3 Small molecule therapy drugs that are approved to treat acute myocardial infarction which are as follows: Aspirin, Ticagrelor, and Simvastatin. | 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 myocardial infarction" OR LOWER(mesh_... | [{'UUID': 'DrugTargetsIndication121923_text_833652', 'drugName': 'Aspirin', 'tradeNames_list': "['8-hour bayer', 'Acetosalic Acid', 'Acetylsalic acidAcetylsalicylic Acid', 'Alka rapid', 'Anadin all night', 'Angettes 75Aspirin', 'Aspro clr', 'Bayer extra strength aspirin for migraine painDanamep', 'Disprin cv', 'Disprin... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.294 | Q16 | What Protein therapies have been approved by the FDA to treat sickle cell anemia? | There are no drug Protein therapies approved to treat sickle cell 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) = "sickle cell anemia" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1406 | Q16 | What Small molecule therapies have been approved by the FDA to treat oral mucositis? | There are no drug Small molecule therapies approved to treat oral mucositis. | 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 mucositis" OR LOWER(mesh_heading) = "o... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1349 | Q16 | What Small molecule therapies have been approved by the FDA to treat myelodysplastic/myeloproliferative disease? | There are no drug Small molecule therapies approved to treat myelodysplastic/myeloproliferative 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) = "myelodysplastic/myeloproliferative disease"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1608 | Q16 | What Small molecule therapies have been approved by the FDA to treat scrub typhus? | There are no drug Small molecule therapies approved to treat scrub typhus. | 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) = "scrub typhus" OR LOWER(mesh_heading) = "scr... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.119 | Q16 | What Protein therapies have been approved by the FDA to treat cardiac arrest? | There are no drug Protein therapies approved to treat cardiac arrest. | 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) = "cardiac arrest" OR LOWER(mesh_heading) = "c... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1275 | Q16 | What Small molecule therapies have been approved by the FDA to treat lymphoplasmacytic lymphoma? | There are no drug Small molecule therapies approved to treat lymphoplasmacytic lymphoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "lymphoplasmacytic lymphoma" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.947 | Q16 | What Small molecule therapies have been approved by the FDA to treat common cold? | There are 8 Small molecule therapy drugs that are approved to treat common cold which are as follows: Phenylephrine Hydrochloride, Oxymetazoline Hydrochloride, Ephedrine Sulfate, Acetaminophen, Aspirin, Naproxen, Ibuprofen, and Ipratropium Bromide. | 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) = "common cold" OR LOWER(mesh_heading) = "comm... | [{'UUID': 'DrugTargetsIndication121923_text_416612', 'drugName': 'Phenylephrine Hydrochloride', 'tradeNames_list': "['Afrin 4 hour nasal spray', 'Biomydrin', 'Biorphen', 'Fenilfar', 'FenoxMydfrin', 'Nazex', 'Neo-synephrine', 'Neosynephrine', 'NostrilNurofen sinus pain relief', 'Phenylephrine hydrochloride', 'PrefrinVaz... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.633 | Q16 | What Small molecule therapies have been approved by the FDA to treat Stargardt disease? | There are no drug Small molecule therapies approved to treat Stargardt 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) = "stargardt disease" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.517 | Q16 | What Small molecule therapies have been approved by the FDA to treat Intervertebral disc degeneration? | There are no drug Small molecule therapies approved to treat Intervertebral disc 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) = "intervertebral disc degeneration" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.82 | Q16 | What Protein therapies have been approved by the FDA to treat acute lymphoblastic leukemia? | There are no drug Protein therapies approved to treat acute lymphoblastic leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acute lymphoblastic leukemia" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1330 | Q16 | What Small molecule therapies have been approved by the FDA to treat mood disorder? | Bupropion Hydrochloride is the only Small molecule therapy approved by the FDA to treat mood 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) = "mood disorder" OR LOWER(mesh_heading) = "mo... | [{'UUID': 'DrugTargetsIndication121923_text_434124', 'drugName': 'Bupropion Hydrochloride', 'tradeNames_list': "['Bupropion hydrochloride', 'Forfivo xl', 'Wellbutrin', 'Wellbutrin 100Wellbutrin 75', 'Wellbutrin sr', 'Wellbutrin xl', 'Zyban']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG0000... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.383 | Q16 | What Small molecule therapies have been approved by the FDA to treat Charcot-Marie-Tooth disease type 1A? | There are no drug Small molecule therapies approved to treat Charcot-Marie-Tooth disease type 1A. | 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) = "charcot-marie-tooth disease type 1a" OR LOW... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1688 | Q16 | What Small molecule therapies have been approved by the FDA to treat testicular neoplasm? | There are no drug Small molecule therapies approved to treat testicular 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) = "testicular neoplasm" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.85 | Q16 | What Protein therapies have been approved by the FDA to treat adenocarcinoma? | There are no drug Protein therapies approved to treat adenocarcinoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "adenocarcinoma" OR LOWER(mesh_heading) = "a... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1481 | Q16 | What Small molecule therapies have been approved by the FDA to treat placenta accreta? | There are no drug Small molecule therapies approved to treat placenta accreta. | 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) = "placenta accreta" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1250 | Q16 | What Small molecule therapies have been approved by the FDA to treat lethal midline granuloma? | There are no drug Small molecule therapies approved to treat lethal midline granuloma. | 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) = "lethal midline granuloma" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.882 | Q16 | What Small molecule therapies have been approved by the FDA to treat cerebral atherosclerosis? | Amantadine Hydrochloride is the only Small molecule therapy approved by the FDA to treat cerebral 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) = "cerebral atherosclerosis" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_441021', '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.589 | Q16 | What Small molecule therapies have been approved by the FDA to treat Peutz-Jeghers syndrome? | There are no drug Small molecule therapies approved to treat Peutz-Jeghers 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) = "peutz-jeghers syndrome" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1352 | Q16 | What Small molecule therapies have been approved by the FDA to treat myeloid sarcoma? | There are no drug Small molecule therapies approved to treat myeloid 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) = "myeloid sarcoma" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.780 | Q16 | What Small molecule therapies have been approved by the FDA to treat anxiety disorder? | There are 4 Small molecule therapy drugs that are approved to treat anxiety disorder which are as follows: Duloxetine Hydrochloride, Escitalopram Oxalate, Lorazepam, and Diazepam. | 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) = "anxiety disorder" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_205999', 'drugName': 'Duloxetine Hydrochloride', 'tradeNames_list': "['Ariclaim', 'Cymbalta', 'Drizalma sprinkle', 'DuciltiaDuloxetine hydrochloride', 'Yentreve']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000108576', 'approvedSymbol': 'SLC6A4... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1062 | Q16 | What Small molecule therapies have been approved by the FDA to treat familial multiple nevi flammei? | There are no drug Small molecule therapies approved to treat familial multiple nevi flammei. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "familial multiple nevi flammei" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.455 | Q16 | What Small molecule therapies have been approved by the FDA to treat Genital neoplasm, female? | There are no drug Small molecule therapies approved to treat Genital neoplasm, female. | 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) = "genital neoplasm, female" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.494 | Q16 | What Small molecule therapies have been approved by the FDA to treat Huntington disease? | Dutetrabenazine is the only Small molecule therapy approved by the FDA to treat Huntington 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) = "huntington disease" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_938587', 'drugName': 'Dutetrabenazine', 'tradeNames_list': "['Austedo']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000165646', 'approvedSymbol': 'SLC18A2', 'approvedName': 'solute carrier family 18 member A2', 'yearOfFirstApproval': 2017, 'max... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1299 | Q16 | What Small molecule therapies have been approved by the FDA to treat medulloblastoma? | There are no drug Small molecule therapies approved to treat medulloblastoma. | 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) = "medulloblastoma" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.289 | Q16 | What Protein therapies have been approved by the FDA to treat septic shock? | Angiotensin Ii Acetate is the only Protein therapy approved by the FDA to treat septic shock. | 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) = "septic shock" OR LOWER(mesh_heading) = "sep... | [{'UUID': 'DrugTargetsIndication121923_text_1072623', 'drugName': 'Angiotensin Ii Acetate', 'tradeNames_list': "['Giapreza']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000144891', 'approvedSymbol': 'AGTR1', 'approvedName': 'angiotensin II receptor type 1', 'yearOfFirstApproval': 2017, 'max_phase... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.726 | Q16 | What Small molecule therapies have been approved by the FDA to treat aging? | There are no drug Small molecule therapies approved to treat aging. | 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) = "aging" OR LOWER(mesh_heading) = "aging") AN... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1749 | Q16 | What Small molecule therapies have been approved by the FDA to treat ventricular fibrillation? | Amiodarone Hydrochloride is the only Small molecule therapy approved by the FDA to treat ventricular fibrillation. | 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) = "ventricular fibrillation" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_969559', 'drugName': 'Amiodarone Hydrochloride', 'tradeNames_list': "['Amidox', 'Amiodarone hydrochloride', 'Amyben', 'Cordarone', 'Cordarone xCordarone x 100', 'Cordarone x 200', 'Darmil', 'Nexterone', 'Pacerone']", 'drugType': 'Small molecule', 'actionType': 'blocker', 'tar... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1199 | Q16 | What Small molecule therapies have been approved by the FDA to treat insomnia? | There are 6 Small molecule therapy drugs that are approved to treat insomnia which are as follows: Doxepin Hydrochloride, Zolpidem Tartrate, Quazepam, Lemborexant, Daridorexant Hydrochloride, and Suvorexant. | 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) = "insomnia" OR LOWER(mesh_heading) = "insomni... | [{'UUID': 'DrugTargetsIndication121923_text_440777', 'drugName': 'Doxepin Hydrochloride', 'tradeNames_list': "['Adapin', 'Doxepin hydrochloride', 'Quitaxon', 'Silenor', 'Sinequan', 'XepinZonalon']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000103546', 'approvedSymbol': 'SLC6A2', 'approv... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.602 | Q16 | What Small molecule therapies have been approved by the FDA to treat Prolonged QT interval? | There are no drug Small molecule therapies approved to treat Prolonged QT interval. | 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) = "prolonged qt interval" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1636 | Q16 | What Small molecule therapies have been approved by the FDA to treat smoking cessation? | There are no drug Small molecule therapies approved to treat smoking cessation. | 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) = "smoking cessation" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1454 | Q16 | What Small molecule therapies have been approved by the FDA to treat pemphigus vulgaris? | There are 2 Small molecule therapy drugs that are approved to treat pemphigus vulgaris 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) = "pemphigus vulgaris" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_217646', '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.1223 | Q16 | What Small molecule therapies have been approved by the FDA to treat ischemia? | There are no drug Small molecule therapies approved to treat ischemia. | 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) = "ischemia" OR LOWER(mesh_heading) = "ischemi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.914 | Q16 | What Small molecule therapies have been approved by the FDA to treat chronic inflammatory demyelinating polyneuropathy? | There are no drug Small molecule therapies approved to treat chronic inflammatory demyelinating polyneuropathy. | 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 inflammatory demyelinating polyneur... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1407 | Q16 | What Small molecule therapies have been approved by the FDA to treat oral squamous cell carcinoma? | There are no drug Small molecule therapies approved to treat oral squamous cell 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) = "oral squamous cell carcinoma" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.329 | Q16 | What Small molecule therapies have been approved by the FDA to treat Abnormality of the cardiovascular system? | There are no drug Small molecule therapies approved to treat Abnormality of the cardiovascular 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) = "abnormality of the cardiovascular system" O... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1442 | Q16 | What Small molecule therapies have been approved by the FDA to treat pancreatitis? | There are no drug Small molecule therapies approved to treat pancreatitis. | 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) = "pancreatitis" OR LOWER(mesh_heading) = "pan... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1503 | Q16 | What Small molecule therapies have been approved by the FDA to treat post-traumatic stress disorder? | There are no drug Small molecule therapies approved to treat post-traumatic stress 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) = "post-traumatic stress disorder" OR LOWER(me... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1238 | Q16 | What Small molecule therapies have been approved by the FDA to treat large cell lung carcinoma? | There are no drug Small molecule therapies approved to treat large cell lung 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) = "large cell lung carcinoma" OR LOWER(mesh_he... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.733 | Q16 | What Small molecule therapies have been approved by the FDA to treat alcohol-related disorders? | There are no drug Small molecule therapies approved to treat alcohol-related disorders. | 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-related disorders" OR LOWER(mesh_he... | [] | 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.