Healthcare Graph Pattern Examples
Run the Healthcare Graph Pattern Examples MicroSim Fullscreen
About This MicroSim
This diagram shows three common patterns that healthcare graph queries match. The first is a patient-diagnosis-prescription chain (Patient → HAS_DIAGNOSIS → Diabetes → PRESCRIBED → Metformin) with a date constraint on the prescription edge. The second is a provider referral network (PCP → REFERS_TO → Specialist → REFERS_TO → Laboratory) with dotted reverse arrows showing referrals can flow both ways. The third is a temporal treatment pathway (Patient → Tx1 → NEXT → Tx2 → Outcome) ordered in time. Node shapes and colors distinguish the entity types.
How to Use
Compare the three patterns to see how different clinical questions map to different graph shapes — a linear diagnosis-to-treatment chain, a branching referral network, and an ordered temporal pathway. Note the relationship names on the arrows (HAS_DIAGNOSIS, PRESCRIBED, REFERS_TO, NEXT) and the property constraint on the prescription edge; these are exactly what a Cypher MATCH clause specifies to find the pattern in a real graph.
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.