Understanding relationships across healthcare data just got easier.
Interactive Graph View
Every entity page now includes a Graph tab showing connections to related entities. See how a trial connects to its investigators, sites, sponsor, and studied drugs — all in one visual.
Expand and Explore
Click any node to expand its connections. Follow the thread from a drug to its trials to the investigators running them to the sites where they're recruiting.
Filter by Relationship Type
Focus on specific connection types:
- Trial → Investigator
- Trial → Site
- Drug → Trial
- Investigator → Organization
- Site → Procedures
Export Graph Data
Download the graph as:
- PNG/SVG — For presentations and reports
- JSON — Node and edge data for custom analysis
- GraphML — Import into Neo4j, Gephi, or other graph tools
API Access
Query relationships programmatically with the new /v1/graph endpoints:
GET /v1/trials/{id}/graph?depth=2&types=investigator,site
Returns nodes and edges up to the specified depth, filtered by relationship type.
This feature is available now on all plans.