Use case
Patient Journey Graph
This demo queries the public MIMIC Demo Dataset on patient journey usually needed by healthcare or insurance organizations. This video also demonstrates users can query the same copy of data both in SQL (via Trino) and Graph (via PuppyGraph).
Tech stack
PuppyGraph
Trino
Apache Iceberg
Docker
Queries in natural language
- Query the information of the first 10 patients
- Query the complete path from a specific patient to their related admissions, diagnoses, and the corresponding ICD diagnosis details
- Query all patients diagnosed with "Aphasia" and then to find their other diagnosis records
- Query the top 10 most common diagnoses among patients
- Modify data through Trino and read data using PuppyGraph by query and modify a specific patient data
Want to try it yourself?
We've open-sourced the sample dataset, graph schema, and graph queries on GitHub, so you can recreate this demo in your own environment.
Visit GitHub Repository