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.697 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute chest syndrome? | There are no drug Small molecule therapies approved to treat acute chest 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) = "acute chest syndrome" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.178 | Q16 | What Protein therapies have been approved by the FDA to treat hypoparathyroidism? | There are no drug Protein therapies approved to treat hypoparathyroidism. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypoparathyroidism" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.853 | Q16 | What Small molecule therapies have been approved by the FDA to treat bronchopulmonary dysplasia? | There are no drug Small molecule therapies approved to treat bronchopulmonary dysplasia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bronchopulmonary dysplasia" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.556 | Q16 | What Small molecule therapies have been approved by the FDA to treat Mydriasis? | Epinephrine is the only Small molecule therapy approved by the FDA to treat Mydriasis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "mydriasis" OR LOWER(mesh_heading) = "mydria... | [{'UUID': 'DrugTargetsIndication121923_text_360821', 'drugName': 'Epinephrine', 'tradeNames_list': "['Adren co', 'Adrenaclick', 'Adrenalin', 'Ana-Kit', 'Ana-guard', 'AnapenAnaphylactic shock drug kit', 'Asma-vydrin', 'Asthmahaler', 'Auvi-qBronkaid mist', 'Brovon', 'Emerade', 'Epi e z pen jr', 'EpinephrineEpinephrine (c... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.87 | Q16 | What Protein therapies have been approved by the FDA to treat age-related macular degeneration? | There are no drug Protein therapies approved to treat age-related macular degeneration. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "age-related macular degeneration" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1234 | Q16 | What Small molecule therapies have been approved by the FDA to treat kidney failure? | Metoclopramide Hydrochloride is the only Small molecule therapy approved by the FDA to treat kidney 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) = "kidney failure" OR LOWER(mesh_heading) = "k... | [{'UUID': 'DrugTargetsIndication121923_text_199665', 'drugName': 'Metoclopramide Hydrochloride', 'tradeNames_list': '[\'"clopra-""yellow"""\', \'Clopra\', \'Clopra-"Yellow"\', \'Gastrese l.a.Gastrobid continus\', \'Gastroflux\', \'Gastromax\', \'Gimoti\', \'MaxolonMaxolon sr\', \'Metoclomex\', \'Metoclopramide hydrochl... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1669 | Q16 | What Small molecule therapies have been approved by the FDA to treat sudden cardiac arrest? | There are no drug Small molecule therapies approved to treat sudden 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) = "sudden cardiac arrest" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_360826', 'drugName': 'Epinephrine', 'tradeNames_list': "['Adren co', 'Adrenaclick', 'Adrenalin', 'Ana-Kit', 'Ana-guard', 'AnapenAnaphylactic shock drug kit', 'Asma-vydrin', 'Asthmahaler', 'Auvi-qBronkaid mist', 'Brovon', 'Emerade', 'Epi e z pen jr', 'EpinephrineEpinephrine (c... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.461 | Q16 | What Small molecule therapies have been approved by the FDA to treat Graves disease? | There are no drug Small molecule therapies approved to treat Graves 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) = "graves disease" OR LOWER(mesh_heading) = "g... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.55 | Q16 | What Protein therapies have been approved by the FDA to treat Osteopenia? | There are no drug Protein therapies approved to treat Osteopenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "osteopenia" OR LOWER(mesh_heading) = "osteo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1321 | Q16 | What Small molecule therapies have been approved by the FDA to treat microscopic polyangiitis? | Avacopan is the only Small molecule therapy approved by the FDA to treat microscopic polyangiitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "microscopic polyangiitis" OR LOWER(mesh_hea... | [{'UUID': 'DrugTargetsIndication121923_text_1191850', 'drugName': 'Avacopan', 'tradeNames_list': "['Tavneos']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000197405', 'approvedSymbol': 'C5AR1', 'approvedName': 'complement C5a receptor 1', 'yearOfFirstApproval': 2021, 'max_phase_for_ind':... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.223 | Q16 | What Protein therapies have been approved by the FDA to treat mucopolysaccharidosis? | There are no drug Protein therapies approved to treat mucopolysaccharidosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "mucopolysaccharidosis" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.114 | Q16 | What Protein therapies have been approved by the FDA to treat bulimia nervosa? | There are no drug Protein therapies approved to treat bulimia nervosa. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bulimia nervosa" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1741 | Q16 | What Small molecule therapies have been approved by the FDA to treat vaginal inflammation? | There are 2 Small molecule therapy drugs that are approved to treat vaginal inflammation which are as follows: Naproxen and Ibuprofen. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "vaginal inflammation" OR LOWER(mesh_heading... | [{'UUID': 'DrugTargetsIndication121923_text_838339', 'drugName': 'Naproxen', 'tradeNames_list': "['Aleve', 'Anaprox', 'Arthrosin 250', 'Arthrosin 250 ec', 'Arthrosin 500Arthrosin 500 ec', 'Condrotec', 'Ec-naprosyn', 'Equiproxen', 'Feminax ultraGrenoxal', 'Kenosyn', 'Laraflex', 'Napratec op', 'Naprosyn', 'Naprosyn 375Na... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1089 | Q16 | What Small molecule therapies have been approved by the FDA to treat gallbladder carcinoma? | There are no drug Small molecule therapies approved to treat gallbladder 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) = "gallbladder carcinoma" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1758 | Q16 | What Small molecule therapies have been approved by the FDA to treat von Hippel-Lindau disease? | Belzutifan is the only Small molecule therapy approved by the FDA to treat von Hippel-Lindau 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) = "von hippel-lindau disease" OR LOWER(mesh_he... | [{'UUID': 'DrugTargetsIndication121923_text_1192114', 'drugName': 'Belzutifan', 'tradeNames_list': "['Welireg']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000116016', 'approvedSymbol': 'EPAS1', 'approvedName': 'endothelial PAS domain protein 1', 'yearOfFirstApproval': 2021, 'max_phase_f... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.175 | Q16 | What Protein therapies have been approved by the FDA to treat hyperinsulinemic hypoglycemia? | There are no drug Protein therapies approved to treat hyperinsulinemic hypoglycemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hyperinsulinemic hypoglycemia" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.618 | Q16 | What Small molecule therapies have been approved by the FDA to treat ST Elevation Myocardial Infarction? | There are no drug Small molecule therapies approved to treat ST Elevation Myocardial Infarction. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "st elevation myocardial infarction" OR LOWE... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1374 | Q16 | What Small molecule therapies have been approved by the FDA to treat neuroepithelial neoplasm? | There are no drug Small molecule therapies approved to treat neuroepithelial 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) = "neuroepithelial neoplasm" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.19 | Q16 | What Protein therapies have been approved by the FDA to treat Acute kidney injury? | There are no drug Protein therapies approved to treat Acute kidney injury. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "acute kidney injury" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.427 | Q16 | What Small molecule therapies have been approved by the FDA to treat Epiphora? | There are no drug Small molecule therapies approved to treat Epiphora. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "epiphora" OR LOWER(mesh_heading) = "epiphor... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1177 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypotrichosis simplex? | Bimatoprost is the only Small molecule therapy approved by the FDA to treat hypotrichosis simplex. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypotrichosis simplex" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_1149133', 'drugName': 'Bimatoprost', 'tradeNames_list': "['Bimatoprost', 'Durysta', 'Latisse', 'Lumigan']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000122420', 'approvedSymbol': 'PTGFR', 'approvedName': 'prostaglandin F receptor', 'yearOfFirstA... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.287 | Q16 | What Protein therapies have been approved by the FDA to treat sarcoma? | There are no drug Protein therapies approved to treat 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) = "sarcoma" OR LOWER(mesh_heading) = "sarcoma"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1397 | Q16 | What Small molecule therapies have been approved by the FDA to treat oligoastrocytoma? | There are no drug Small molecule therapies approved to treat oligoastrocytoma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "oligoastrocytoma" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.432 | Q16 | What Small molecule therapies have been approved by the FDA to treat Esophagitis? | There are 6 Small molecule therapy drugs that are approved to treat Esophagitis which are as follows: Pantoprazole Sodium, Esomeprazole Magnesium, Omeprazole, Dexlansoprazole, Nizatidine, and Famotidine. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "esophagitis" OR LOWER(mesh_heading) = "esop... | [{'UUID': 'DrugTargetsIndication121923_text_1097746', 'drugName': 'Pantoprazole Sodium', 'tradeNames_list': "['Pantoprazole sodium', 'Protonix', 'Protonix iv']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000105675', 'approvedSymbol': 'ATP4A', 'approvedName': 'ATPase H+/K+ transporting su... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1329 | Q16 | What Small molecule therapies have been approved by the FDA to treat mononeuropathy? | There are no drug Small molecule therapies approved to treat mononeuropathy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "mononeuropathy" OR LOWER(mesh_heading) = "m... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.592 | Q16 | What Small molecule therapies have been approved by the FDA to treat Plantar Fasciitis? | There are no drug Small molecule therapies approved to treat Plantar Fasciitis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "plantar fasciitis" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.32 | Q16 | What Protein therapies have been approved by the FDA to treat Central precocious puberty? | There are 2 Protein therapy drugs that are approved to treat Central precocious puberty which are as follows: Leuprolide Acetate and Triptorelin Pamoate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "central precocious puberty" OR LOWER(mesh_h... | [{'UUID': 'DrugTargetsIndication121923_text_1097005', 'drugName': 'Leuprolide Acetate', 'tradeNames_list': "['Carcinil', 'Eligard', 'Eligard kit', 'Fensolvi kit', 'Leuprolide acetateLeuprorelin', 'Lupron', 'Lupron Depot Ped', 'Lupron depotLupron depot-ped', 'Lupron depot-ped kit', 'Lutrate depot kit', 'Viadur']", 'drug... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1133 | Q16 | What Small molecule therapies have been approved by the FDA to treat hematopoietic and lymphoid cell neoplasm? | There are no drug Small molecule therapies approved to treat hematopoietic and lymphoid cell 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) = "hematopoietic and lymphoid cell neoplasm" O... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1623 | Q16 | What Small molecule therapies have been approved by the FDA to treat shoulder impingement syndrome? | There are no drug Small molecule therapies approved to treat shoulder impingement 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) = "shoulder impingement syndrome" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.216 | Q16 | What Protein therapies have been approved by the FDA to treat meningioma? | There are no drug Protein therapies approved to treat meningioma. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "meningioma" OR LOWER(mesh_heading) = "menin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1483 | Q16 | What Small molecule therapies have been approved by the FDA to treat placental insufficiency? | There are no drug Small molecule therapies approved to treat placental 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) = "placental insufficiency" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.328 | Q16 | What Small molecule therapies have been approved by the FDA to treat Abnormality of connective tissue? | There are no drug Small molecule therapies approved to treat Abnormality of connective tissue. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 connective tissue" OR LOWER(... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.564 | Q16 | What Small molecule therapies have been approved by the FDA to treat Nausea and vomiting? | There are 8 Small molecule therapy drugs that are approved to treat Nausea and vomiting which are as follows: Amisulpride, Metoclopramide Hydrochloride, Palonosetron Hydrochloride, Granisetron, Ondansetron, Aprepitant, Fosaprepitant Dimeglumine, and Dronabinol. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "nausea and vomiting" OR LOWER(mesh_heading)... | [{'UUID': 'DrugTargetsIndication121923_text_151446', 'drugName': 'Amisulpride', 'tradeNames_list': "['Barhemsys', 'Solian', 'Solian 100', 'Solian 200', 'Solian 400', 'Solian 50']", 'drugType': 'Small molecule', 'actionType': 'antagonist', 'target': 'ENSG00000147246', 'approvedSymbol': 'HTR2C', 'approvedName': '5-hydrox... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1151 | Q16 | What Small molecule therapies have been approved by the FDA to treat hip fracture? | There are no drug Small molecule therapies approved to treat hip fracture. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hip fracture" OR LOWER(mesh_heading) = "hip... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1168 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypogonadism? | There are 6 Small molecule therapy drugs that are approved to treat hypogonadism which are as follows: Bromocriptine Mesylate, Estradiol, Testosterone Cypionate, Testosterone Enanthate, Testosterone Undecanoate, and Testosterone. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypogonadism" OR LOWER(mesh_heading) = "hyp... | [{'UUID': 'DrugTargetsIndication121923_text_201342', 'drugName': 'Bromocriptine Mesylate', 'tradeNames_list': "['Bromocriptine mesylate', 'Cycloset', 'Parlodel']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000149295', 'approvedSymbol': 'DRD2', 'approvedName': 'dopamine receptor D2', 'yearO... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1055 | Q16 | What Small molecule therapies have been approved by the FDA to treat facial pain? | There are no drug Small molecule therapies approved to treat facial pain. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "facial pain" OR LOWER(mesh_heading) = "faci... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.344 | Q16 | What Small molecule therapies have been approved by the FDA to treat Aplastic anemia? | There are 2 Small molecule therapy drugs that are approved to treat Aplastic anemia 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) = "aplastic anemia" OR LOWER(mesh_heading) = "... | [{'UUID': 'DrugTargetsIndication121923_text_217624', '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.148 | Q16 | What Protein therapies have been approved by the FDA to treat digestive system neuroendocrine neoplasm? | There are no drug Protein therapies approved to treat digestive system neuroendocrine neoplasm. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "digestive system neuroendocrine neoplasm" O... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.363 | Q16 | What Small molecule therapies have been approved by the FDA to treat Bilateral tonic-clonic seizure? | There are 2 Small molecule therapy drugs that are approved to treat Bilateral tonic-clonic seizure which are as follows: Lamotrigine and Levetiracetam. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "bilateral tonic-clonic seizure" OR LOWER(me... | [{'UUID': 'DrugTargetsIndication121923_text_652994', 'drugName': 'Lamotrigine', 'tradeNames_list': "['Lamictal', 'Lamictal cd', 'Lamictal odt', 'Lamictal xr', 'Lamotrigine']", 'drugType': 'Small molecule', 'actionType': 'blocker', 'target': 'ENSG00000144285', 'approvedSymbol': 'SCN1A', 'approvedName': 'sodium voltage-g... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.84 | Q16 | What Protein therapies have been approved by the FDA to treat acute myocardial infarction? | There are no drug Protein therapies approved to treat acute myocardial infarction. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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_... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.49 | Q16 | What Protein therapies have been approved by the FDA to treat Leber hereditary optic neuropathy? | There are no drug Protein therapies approved to treat Leber hereditary optic neuropathy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "leber hereditary optic neuropathy" OR LOWER... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.472 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hallux valgus? | There are no drug Small molecule therapies approved to treat Hallux valgus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hallux valgus" OR LOWER(mesh_heading) = "ha... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.156 | Q16 | What Protein therapies have been approved by the FDA to treat erythropoietic protoporphyria? | Afamelanotide is the only Protein therapy approved by the FDA to treat erythropoietic protoporphyria. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "erythropoietic protoporphyria" OR LOWER(mes... | [{'UUID': 'DrugTargetsIndication121923_text_1097737', 'drugName': 'Afamelanotide', 'tradeNames_list': "['Scenesse']", 'drugType': 'Protein', 'actionType': 'agonist', 'target': 'ENSG00000258839', 'approvedSymbol': 'MC1R', 'approvedName': 'melanocortin 1 receptor', 'yearOfFirstApproval': 2019, 'max_phase_for_ind': 4.0, '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1429 | Q16 | What Small molecule therapies have been approved by the FDA to treat ovarian carcinoma? | There are 5 Small molecule therapy drugs that are approved to treat ovarian carcinoma which are as follows: Gemcitabine Hydrochloride, Rucaparib Camsylate, Olaparib, Niraparib Tosylate, and Topotecan 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) = "ovarian carcinoma" OR LOWER(mesh_heading) =... | [{'UUID': 'DrugTargetsIndication121923_text_755799', 'drugName': 'Gemcitabine Hydrochloride', 'tradeNames_list': "['Gemcitabine hydrochloride', 'Gemzar', 'Infugem']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000101868', 'approvedSymbol': 'POLA1', 'approvedName': 'DNA polymerase alpha 1,... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1229 | Q16 | What Small molecule therapies have been approved by the FDA to treat keratitis? | There are 2 Small molecule therapy drugs that are approved to treat keratitis 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) = "keratitis" OR LOWER(mesh_heading) = "kerati... | [{'UUID': 'DrugTargetsIndication121923_text_217659', '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.1067 | Q16 | What Small molecule therapies have been approved by the FDA to treat femoral neck fracture? | There are no drug Small molecule therapies approved to treat femoral neck fracture. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "femoral neck fracture" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1523 | Q16 | What Small molecule therapies have been approved by the FDA to treat primary brain neoplasm? | There are no drug Small molecule therapies approved to treat primary brain 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) = "primary brain neoplasm" OR LOWER(mesh_headi... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.504 | Q16 | What Small molecule therapies have been approved by the FDA to treat Hypertriglyceridemia? | There are no drug Small molecule therapies approved to treat Hypertriglyceridemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypertriglyceridemia" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.180 | Q16 | What Protein therapies have been approved by the FDA to treat immune system disease? | There are 3 Protein therapy drugs that are approved to treat immune system disease which are as follows: Cyclosporine, Pegcetacoplan, and Voclosporin. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "immune system disease" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_1100645', 'drugName': 'Cyclosporine', 'tradeNames_list': "['Capimune', 'Capsorin', 'Cequa', 'Cyclosporine', 'Deximune', 'GengrafIkervis', 'Neoral', 'Optimmune', 'Restasis', 'Restasis multidoseSandimmun', 'Sandimmune', 'Sangcya', 'Vanquoral', 'Verkazia']", 'drugType': 'Protein... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.854 | Q16 | What Small molecule therapies have been approved by the FDA to treat brucellosis? | Doxycycline is the only Small molecule therapy approved by the FDA to treat brucellosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "brucellosis" OR LOWER(mesh_heading) = "bruc... | [{'UUID': 'DrugTargetsIndication121923_text_1037848', 'drugName': 'Doxycycline', 'tradeNames_list': "['Doxychel', 'Doxycycline', 'Monodox', 'Oracea', 'Vibramycin']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000137673', 'approvedSymbol': 'MMP7', 'approvedName': 'matrix metallopeptidase 7... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.621 | Q16 | What Small molecule therapies have been approved by the FDA to treat Sezary's disease? | There are no drug Small molecule therapies approved to treat Sezary's 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) = "sezary's disease" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1213 | Q16 | What Small molecule therapies have been approved by the FDA to treat intracranial hemorrhage? | There are no drug Small molecule therapies approved to treat intracranial hemorrhage. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "intracranial hemorrhage" OR LOWER(mesh_head... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.532 | Q16 | What Small molecule therapies have been approved by the FDA to treat Leber congenital amaurosis? | There are no drug Small molecule therapies approved to treat Leber congenital amaurosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "leber congenital amaurosis" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.349 | Q16 | What Small molecule therapies have been approved by the FDA to treat Asperger syndrome? | There are no drug Small molecule therapies approved to treat Asperger 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) = "asperger syndrome" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1514 | Q16 | What Small molecule therapies have been approved by the FDA to treat prediabetes syndrome? | There are no drug Small molecule therapies approved to treat prediabetes 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) = "prediabetes syndrome" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1724 | Q16 | What Small molecule therapies have been approved by the FDA to treat uremia? | There are no drug Small molecule therapies approved to treat uremia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "uremia" OR LOWER(mesh_heading) = "uremia") ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.896 | Q16 | What Small molecule therapies have been approved by the FDA to treat childhood cancer? | There are 2 Small molecule therapy drugs that are approved to treat childhood cancer which are as follows: Dasatinib and Plerixafor. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "childhood cancer" OR LOWER(mesh_heading) = ... | [{'UUID': 'DrugTargetsIndication121923_text_713210', 'drugName': 'Dasatinib', 'tradeNames_list': "['Dasatinib', 'Sprycel']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000097007', 'approvedSymbol': 'ABL1', 'approvedName': 'ABL proto-oncogene 1, non-receptor tyrosine kinase', 'yearOfFirstA... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1041 | Q16 | What Small molecule therapies have been approved by the FDA to treat esophageal squamous cell carcinoma? | There are no drug Small molecule therapies approved to treat esophageal 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) = "esophageal squamous cell carcinoma" OR LOWE... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1242 | Q16 | What Small molecule therapies have been approved by the FDA to treat lateral epicondylitis? | There are 3 Small molecule therapy drugs that are approved to treat lateral epicondylitis which are as follows: Prednisone, Triamcinolone Acetonide, and Dexamethasone. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "lateral epicondylitis" OR LOWER(mesh_headin... | [{'UUID': 'DrugTargetsIndication121923_text_217676', '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.605 | Q16 | What Small molecule therapies have been approved by the FDA to treat Pure red cell aplasia? | There are no drug Small molecule therapies approved to treat Pure red cell aplasia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "pure red cell aplasia" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1178 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypoxemia? | There are no drug Small molecule therapies approved to treat hypoxemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypoxemia" OR LOWER(mesh_heading) = "hypoxe... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.245 | Q16 | What Protein therapies have been approved by the FDA to treat osteoarthritis? | There are no drug Protein therapies approved to treat osteoarthritis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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" OR LOWER(mesh_heading) = "o... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.709 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute myeloid leukemia? | There are 5 Small molecule therapy drugs that are approved to treat acute myeloid leukemia which are as follows: Midostaurin, Ivosidenib, Gilteritinib Fumarate, Glasdegib Maleate, and Enasidenib Mesylate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 myeloid leukemia" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_667279', 'drugName': 'Midostaurin', 'tradeNames_list': "['Rydapt']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2017, 'max_phase_for_ind... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1295 | Q16 | What Small molecule therapies have been approved by the FDA to treat mast-cell leukemia? | Midostaurin is the only Small molecule therapy approved by the FDA to treat mast-cell 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) = "mast-cell leukemia" OR LOWER(mesh_heading) ... | [{'UUID': 'DrugTargetsIndication121923_text_667281', 'drugName': 'Midostaurin', 'tradeNames_list': "['Rydapt']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000128052', 'approvedSymbol': 'KDR', 'approvedName': 'kinase insert domain receptor', 'yearOfFirstApproval': 2017, 'max_phase_for_ind... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.314 | Q16 | What Protein therapies have been approved by the FDA to treat urticaria? | There are no drug Protein therapies approved to treat urticaria. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "urticaria" OR LOWER(mesh_heading) = "urtica... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.439 | Q16 | What Small molecule therapies have been approved by the FDA to treat Familial adenomatous polyposis? | Celecoxib is the only Small molecule therapy approved by the FDA to treat Familial adenomatous polyposis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 adenomatous polyposis" OR LOWER(me... | [{'UUID': 'DrugTargetsIndication121923_text_832947', 'drugName': 'Celecoxib', 'tradeNames_list': "['Celebra', 'Celebrex', 'Celecoxib', 'Elyxyb', 'Onsenal']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000073756', 'approvedSymbol': 'PTGS2', 'approvedName': 'prostaglandin-endoperoxide synth... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1668 | Q16 | What Small molecule therapies have been approved by the FDA to treat substance withdrawal syndrome? | There are no drug Small molecule therapies approved to treat substance withdrawal 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) = "substance withdrawal syndrome" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1179 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypoxia? | There are no drug Small molecule therapies approved to treat hypoxia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypoxia" OR LOWER(mesh_heading) = "hypoxia"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.310 | Q16 | What Protein therapies have been approved by the FDA to treat tropical spastic paraparesis? | There are no drug Protein therapies approved to treat tropical spastic paraparesis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "tropical spastic paraparesis" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.434 | Q16 | What Small molecule therapies have been approved by the FDA to treat Extramammary Paget Disease? | There are no drug Small molecule therapies approved to treat Extramammary Paget 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) = "extramammary paget disease" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.373 | Q16 | What Small molecule therapies have been approved by the FDA to treat Burkitts lymphoma? | There are no drug Small molecule therapies approved to treat Burkitts 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) = "burkitts lymphoma" OR LOWER(mesh_heading) =... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.570 | Q16 | What Small molecule therapies have been approved by the FDA to treat Non-ST Elevation Myocardial Infarction? | There are no drug Small molecule therapies approved to treat Non-ST Elevation Myocardial Infarction. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "non-st elevation myocardial infarction" OR ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1018 | Q16 | What Small molecule therapies have been approved by the FDA to treat endometrial cancer? | There are no drug Small molecule therapies approved to treat endometrial 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) = "endometrial cancer" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.182 | Q16 | What Protein therapies have been approved by the FDA to treat infertility? | There are no drug Protein therapies approved to treat infertility. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "infertility" OR LOWER(mesh_heading) = "infe... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1379 | Q16 | What Small molecule therapies have been approved by the FDA to treat neuromyelitis optica? | There are no drug Small molecule therapies approved to treat neuromyelitis optica. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neuromyelitis optica" OR LOWER(mesh_heading... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.699 | Q16 | What Small molecule therapies have been approved by the FDA to treat acute erythroblastic leukemia? | There are no drug Small molecule therapies approved to treat acute erythroblastic 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 erythroblastic leukemia" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1083 | Q16 | What Small molecule therapies have been approved by the FDA to treat fragile X syndrome? | There are no drug Small molecule therapies approved to treat fragile X 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) = "fragile x syndrome" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1748 | Q16 | What Small molecule therapies have been approved by the FDA to treat venous thromboembolism? | Betrixaban is the only Small molecule therapy approved by the FDA to treat venous thromboembolism. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "venous thromboembolism" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_710779', 'drugName': 'Betrixaban', 'tradeNames_list': "['Bevyxxa']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000126218', 'approvedSymbol': 'F10', 'approvedName': 'coagulation factor X', 'yearOfFirstApproval': 2017, 'max_phase_for_ind': 4.0, '... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1618 | Q16 | What Small molecule therapies have been approved by the FDA to treat severe aplastic anemia? | Eltrombopag Olamine is the only Small molecule therapy approved by the FDA to treat severe aplastic anemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "severe aplastic anemia" OR LOWER(mesh_headi... | [{'UUID': 'DrugTargetsIndication121923_text_1055949', 'drugName': 'Eltrombopag Olamine', 'tradeNames_list': "['Promacta', 'Promacta kit']", 'drugType': 'Small molecule', 'actionType': 'agonist', 'target': 'ENSG00000117400', 'approvedSymbol': 'MPL', 'approvedName': 'MPL proto-oncogene, thrombopoietin receptor', 'yearOfF... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.298 | Q16 | What Protein therapies have been approved by the FDA to treat smoking cessation? | There are no drug Protein 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.718 | Q16 | What Small molecule therapies have been approved by the FDA to treat adrenal cortex carcinoma? | There are no drug Small molecule therapies approved to treat adrenal cortex 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) = "adrenal cortex carcinoma" OR LOWER(mesh_hea... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.465 | Q16 | What Small molecule therapies have been approved by the FDA to treat HER2 Positive Breast Carcinoma? | Tucatinib is the only Small molecule therapy approved by the FDA to treat HER2 Positive Breast 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) = "her2 positive breast carcinoma" OR LOWER(me... | [{'UUID': 'DrugTargetsIndication121923_text_924453', 'drugName': 'Tucatinib', 'tradeNames_list': "['Tukysa']", 'drugType': 'Small molecule', 'actionType': 'inhibitor', 'target': 'ENSG00000141736', 'approvedSymbol': 'ERBB2', 'approvedName': 'erb-b2 receptor tyrosine kinase 2', 'yearOfFirstApproval': 2020, 'max_phase_for... | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1383 | Q16 | What Small molecule therapies have been approved by the FDA to treat neutropenia? | There are no drug Small molecule therapies approved to treat neutropenia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "neutropenia" OR LOWER(mesh_heading) = "neut... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1121 | Q16 | What Small molecule therapies have been approved by the FDA to treat hand dermatosis? | There are no drug Small molecule therapies approved to treat hand dermatosis. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hand dermatosis" OR LOWER(mesh_heading) = "... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.380 | Q16 | What Small molecule therapies have been approved by the FDA to treat Cerebral arteriovenous malformation? | There are no drug Small molecule therapies approved to treat Cerebral arteriovenous malformation. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 arteriovenous malformation" OR LOW... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1087 | Q16 | What Small molecule therapies have been approved by the FDA to treat fungal infectious disease? | There are 2 Small molecule therapy drugs that are approved to treat fungal infectious disease which are as follows: Triamcinolone Acetonide and Methotrexate. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "fungal infectious disease" OR LOWER(mesh_he... | [{'UUID': 'DrugTargetsIndication121923_text_221886', '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.987 | Q16 | What Small molecule therapies have been approved by the FDA to treat diabetic foot? | There are no drug Small molecule therapies approved to treat diabetic foot. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "diabetic foot" OR LOWER(mesh_heading) = "di... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.127 | Q16 | What Protein therapies have been approved by the FDA to treat chronic lymphocytic leukemia? | There are no drug Protein therapies approved to treat chronic lymphocytic leukemia. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "chronic lymphocytic leukemia" OR LOWER(mesh... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.984 | Q16 | What Small molecule therapies have been approved by the FDA to treat developmental and epileptic encephalopathy? | There are no drug Small molecule therapies approved to treat developmental and epileptic encephalopathy. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "developmental and epileptic encephalopathy"... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1405 | Q16 | What Small molecule therapies have been approved by the FDA to treat oral lichen planus? | There are no drug Small molecule therapies approved to treat oral lichen planus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, 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 lichen planus" OR LOWER(mesh_heading) ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.358 | Q16 | What Small molecule therapies have been approved by the FDA to treat Barrett's esophagus? | There are no drug Small molecule therapies approved to treat Barrett's esophagus. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "barrett's esophagus" OR LOWER(mesh_heading)... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1427 | Q16 | What Small molecule therapies have been approved by the FDA to treat otitis media with effusion? | There are no drug Small molecule therapies approved to treat otitis media with effusion. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "otitis media with effusion" OR LOWER(mesh_h... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1430 | Q16 | What Small molecule therapies have been approved by the FDA to treat ovarian hyperstimulation syndrome? | There are no drug Small molecule therapies approved to treat ovarian hyperstimulation 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) = "ovarian hyperstimulation syndrome" OR LOWER... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1715 | Q16 | What Small molecule therapies have been approved by the FDA to treat type III hypersensitivity reaction disease? | There are 4 Small molecule therapy drugs that are approved to treat type III hypersensitivity reaction disease which are as follows: Prednisone, Triamcinolone Acetonide, Dexamethasone, and Epinephrine. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "type iii hypersensitivity reaction disease"... | [{'UUID': 'DrugTargetsIndication121923_text_217674', '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.210 | Q16 | What Protein therapies have been approved by the FDA to treat male breast carcinoma? | There are no drug Protein therapies approved to treat male breast 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) = "male breast carcinoma" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1648 | Q16 | What Small molecule therapies have been approved by the FDA to treat spinocerebellar ataxia type 2? | There are no drug Small molecule therapies approved to treat spinocerebellar ataxia type 2. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "spinocerebellar ataxia type 2" OR LOWER(mes... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.141 | Q16 | What Protein therapies have been approved by the FDA to treat dense deposit disease? | There are no drug Protein therapies approved to treat dense deposit 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) = "dense deposit disease" OR LOWER(mesh_headin... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1738 | Q16 | What Small molecule therapies have been approved by the FDA to treat uterine neoplasm? | There are no drug Small molecule therapies approved to treat uterine 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) = "uterine neoplasm" OR LOWER(mesh_heading) = ... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1173 | Q16 | What Small molecule therapies have been approved by the FDA to treat hypospadias? | There are no drug Small molecule therapies approved to treat hypospadias. | SELECT DISTINCT UUID, drugName, tradeNames_list, drugType, actionType, target, approvedSymbol, approvedName, yearOfFirstApproval, max_phase_for_ind, mesh_heading, efo_term
FROM `{project_id}.{dataset_name}.DrugTargets_IndicationsAndTherapeuticUses`
WHERE (LOWER(efo_term) = "hypospadias" OR LOWER(mesh_heading) = "hypo... | [] | refined | Distinct, Multi-Filter, Similarity Search | Approval Status |
Q16.1602 | Q16 | What Small molecule therapies have been approved by the FDA to treat schizotypal personality disorder? | There are no drug Small molecule therapies approved to treat schizotypal personality 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) = "schizotypal personality disorder" OR LOWER(... | [] | 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.