Basic Healthcare Graph Model
Run the Basic Healthcare Graph Model MicroSim Fullscreen
Edit in the p5.js Editor
About This MicroSim
This is the simplest possible illustration of a graph: five nodes and the edges between them. Each node is an entity — a patient, a provider, a diagnosis, a medication, and a facility — and each labeled arrow is a relationship: the patient is TREATED_BY the provider, HAS_DIAGNOSIS of type 2 diabetes, TAKES Metformin, and VISITS the hospital where the provider WORKS_AT. These two building blocks, nodes and edges, are all a graph database needs to represent richly-connected healthcare data.
How to Use
Identify each colored node by the legend, then read the labeled arrows to see the relationships between them — together the nodes and edges tell a small care story. This node-and-edge structure is the foundation every other graph in this book builds on. Drag the nodes to rearrange them and use the navigation buttons to pan and zoom.
Iframe Embed Code
You can add this MicroSim to any web page by adding this to your HTML:
1 2 3 4 | |
Lesson Plan
Grade Level
9-12 (High School Geometry)
Duration
10-15 minutes
Prerequisites
TODO: List prerequisites.
Activities
- Exploration (5 min): TODO
- Guided Practice (5 min): TODO
- Assessment (5 min): TODO
Assessment
TODO: List assessment criteria.
References
- TODO: Add references.