Pre-visit summarization
Patient gets a WhatsApp link, fills the form, doctor sees the summary. Single-submit or iterative, with or without uploads. Recipe →
SNOW takes a combination of patient questions, uploaded reports, and pre-collected structured data, and returns a clinician-grade structured summary. Use it for pre-visit forms, emergency triage, discharge handoffs, and other clinical workflows.
Pre-visit summarization
Patient gets a WhatsApp link, fills the form, doctor sees the summary. Single-submit or iterative, with or without uploads. Recipe →
Direct-mode summarization
Your backend already has the data — POST it, get a summary. No patient UI needed. Perfect for emergency triage from in-app red-flag detection.
Hosted patient form
SNOW hosts the patient-facing form on previsit.summary.to. You don’t write any UI.
Voice, uploads, multi-language all built in.
Real-time webhooks
Configure once. Receive session.completed, intake_session.completed, and other
events with HMAC-signed delivery + retry sweep.
| # | Flow | When |
|---|---|---|
| 1 | Hosted form, fixed questions, single-submit | WhatsApp pre-visit form, no uploads |
| 2 | Hosted form, full UX (questions + uploads + voice) | Pre-visit with prior reports |
| 3 | Direct API — you POST what you have | Your backend has the data; no patient UI |
| 4 | Hosted form, LLM-driven dynamic questions | Doctor-driven deep-dive |
If you’re using Cursor, Claude Code, or any LLM-assisted IDE, paste this single file into your AI’s context for accurate, up-to-date answers about the SNOW API:
https://docs.snowmed.health/llms-full.txtIt contains the full API spec + integration guide flattened into one markdown file. Learn more →
| Type | Status | Recipe |
|---|---|---|
pre-consult | ✅ Live | pre-consult |
emergency | ✅ Live | coming soon |
clinical-note | ✅ Live | coming soon |
discharge | ✅ Live | coming soon |
referral | ✅ Live | coming soon |
lab-requisition | ✅ Live | coming soon |
medication | ✅ Live | coming soon |
patient-instructions | ✅ Live | coming soon |
radiology | ⏳ Roadmap | — |
care-plan | ⏳ Roadmap | — |
platform.snowmed.health (Google OAuth)sn_test_* API keycurl -X POST https://api.summary.to/v1/intake-sessions \ -H "Authorization: Bearer sn_test_<your_key>" \ -H "Content-Type: application/json" \ -d '{"specialty":"obstetrics"}'