> The big caveat to saying that I’m not worth keeping alive, though, outside the value the people who love me claim I provide, is that I’m also generating data for clinical trials helps move the state-of-the-art forward.
Interesting perspective here.The FDA maintains an open database of clinical trials that is accessible over at https://clinicaltrials.gov and they have an API available as well[0]. A separate group called the Clinical Trials Transformation Initiative (CTTI) out of Duke maintains the AACT database[1] that is a nightly export of the FDA database to Postgres (useful for anyone that wants to do data analysis on clinical trials). A writeup here about the background of this database for anyone interested: https://www.linkedin.com/pulse/bestworst-kept-secret-data-re... There are a few companies in this space that provide patients a way to find clinical trials and most regional healthcare systems will have a web page dedicated to listing their ongoing clinical trials. For my part, I've been building an AI agent that watches the daily change feed from clinicaltrials.gov and sends out a personalized newsletter that filters for specific trials and answers specific questions about those matched trials: https://zeeq.ai. Hopefully a useful tool for anyone that is interested in participating in or tracking clinical trials. [0] https://clinicaltrials.gov/data-api/api#extapi [1] https://aact.ctti-clinicaltrials.org/ |