Medisight Patient Profiles
Technical architecture for graph and vector fusion toward precise patient profiles
Loading host metrics...
Graph layer

How Graphify contributes graph structure

Graphify turns mixed patient files into an explainable knowledge base: evidence nodes at the top, clinical state nodes in the middle, and durable patient memory at the bottom.

Example patient sources EHR export repo discharge summary: AF admission + meds Cardiology notes repo follow-up note: sinus rhythm / no recurrence Medication reconciliation repo active apixaban record ECG report archive PDF showing first confirmed AF event Graphify normalize files into evidence spans create typed event and fact nodes connect support and chronology edges compile patient memory nodes Patient knowledge base over time Evidence supports state, and state updates durable memory. 2022 2023 2024 Evidence Clinical state Durable memory ECG PDF 2022 Discharge 2023 Follow-up 2024 AF Confirmed first event Apixaban Active med fact Sinus Rhythm follow-up state PatientFact ever had AF ProfileSlot arrhythmia + meds support edges timeline edges compiled memory nodes

What gets built

  • Nodes for concepts, events, facts, episodes, documents, and source spans.
  • Edges for support, contradiction, sequence, provenance, and encounter relationships.
  • Graph state that lets the system traverse from a patient concept to the evidence trail behind it.

Where graph structure helps

  • Follow transitions like “what changed after atrial fibrillation was first confirmed?”
  • Inspect disagreement chains such as denial versus later confirmation or tolerance events.
  • Group temporally related activity into episodes rather than treating the chart like a flat bag of files.

What graph structure does not solve by itself

  • Semantic recall for loosely phrased patient-history questions.
  • Ranking large numbers of candidate evidence spans by contextual similarity.
  • The final patient-profile computation without a contradiction and temporal resolution layer.