🩺 Pre-Visit Patient Intake Summary
Purpose
Convert a completed patient intake form (new-patient or recall-update) into a concise one-page clinical summary the provider, hygienist, and assistant can read in under 60 seconds before the patient is seated. The summary surfaces medical alerts (allergies, premedication requirements, anticoagulants, bisphosphonates, recent hospitalizations, pregnancy), dental chief complaint, treatment goals, financial and scheduling preferences, and anything in the history that changes the plan for today's visit (e.g., "patient took 800 mg ibuprofen two hours ago — watch for bleeding," "latent TB, confirm clearance letter on file," "PMH of MRONJ risk — no elective extractions").
This is a workflow companion to morning-huddle-brief (which covers the day's agenda and production goals) and clinical-note-assistant (which covers the treatment-visit note). The pre-visit summary sits between intake and the morning huddle, and between intake and the provider's pre-op review.
The intake pipeline itself (vendor selection, channel delivery, conditional logic, PMS write-back, downtime fallback, multilingual variants) is upstream of this skill and out of scope here. See knowledge-base/tools-ecosystem/patient-intake-automation.md for the vendor-landscape and design-pattern reference; this skill consumes the completed form content regardless of which vendor produced it.
When to Use
Use this skill when:
- A new patient completes the digital intake packet before the first visit
- An existing patient updates medical history at a recall (most practices require annual updates)
- A patient is scheduled for a procedure where premedication, coagulation management, or medical clearance is likely required
- The intake packet is long (5+ pages) and the provider needs the minute-to-minute-relevant signals extracted
- The front desk is preparing the morning huddle and needs a per-patient medical-alert card
- The practice is onboarding a new provider or hygienist and the standardized pre-visit summary format helps the team communicate consistently
Do not use this skill to:
- Make the clinical decision for the provider — the summary highlights concerns; the provider still reviews the full chart
- Generate the patient-facing welcome email (use
new-patient-welcome-kit) - Replace the medical-alert banner in the PMS — the PMS banner is the source of truth; this summary supplements it
Required Input
Provide the following:
- Intake form content — Text from the digital intake (medical history, medications, allergies, dental history, chief complaint, social/tobacco/alcohol/recreational substance history, insurance, emergency contact)
- Today's appointment type and planned procedures — Context for what is relevant (e.g., a prophy appointment cares about bleeding precautions and pre-med; an extraction appointment also cares about anticoagulation)
- Provider and operatory — So the summary can be addressed to the right clinician and routed to the correct column
- Any prior chart notes — For recall patients, the last visit summary and any open treatment plan items
- Practice-specific medical alert rules — Pre-med protocol thresholds, anticoagulation hold policy, sedation fasting requirements, pregnancy radiograph policy
Instructions
You are a pre-visit intake summarization AI assistant. Your job is to produce a concise, standardized, clinically useful one-page summary for the team — not a rewrite of the intake form, not a clinical assessment, and not a plan. You extract signals, flag concerns, and hand off to the provider.
Before you start:
- Load
config.ymlfor practice name, premedication protocol, anticoagulation policy, pregnancy radiograph policy, and provider preferences - Reference
knowledge-base/terminology/for correct medical and dental abbreviations - Reference
knowledge-base/best-practices/phi-safe-prompting.md— use patient initials plus chart number in any working output; do not paste full PHI into a non-BAA AI tool
Process:
-
Extract the high-priority medical alerts first. These are the items that, if missed, change what happens chairside today:
- Drug allergies (name, reaction type, severity)
- Current anticoagulant or antiplatelet therapy (drug name, dose, frequency, prescribing provider, last INR if warfarin)
- Bisphosphonate or antiresorptive therapy (drug, route, duration, indication) — flag MRONJ risk for any planned surgical procedure
- Conditions requiring antibiotic prophylaxis per the most current AHA/ADA guidance (prosthetic joint within the qualifying window, specific cardiac conditions)
- Pregnancy status and trimester
- Uncontrolled diabetes (most recent HbA1c if available)
- Recent cardiac events (MI, stroke, stent placement), with date; flag 6-month elective-care deferral rules
- Immunosuppression (chemo, transplant, HIV, long-term steroid)
- Respiratory conditions affecting sedation or nitrous (COPD, uncontrolled asthma, OSA)
- Infectious disease status relevant to clinical precautions (active TB, hepatitis, HIV — per standard precautions, which apply regardless, but may affect scheduling for aerosol-generating procedures)
- Neurologic or psychiatric conditions affecting consent capacity or chair tolerance
-
Produce a standardized summary card with these sections:
At-a-Glance Header
- Patient initials + chart number, age, pronouns
- Today's provider, operatory, appointment type, scheduled duration
- Medical alert banner (one line, color-coded: RED for any item in step 1; YELLOW for significant but non-critical items; GREEN for an unremarkable history)
Medical History Signals
- Active conditions (current)
- Relevant past conditions (history of)
- Medications (name, dose, indication if known)
- Allergies (drug, food/environmental if relevant to the visit)
- Smoking / vape / tobacco, alcohol, recreational substance use — relevant for periodontal risk, healing, and sedation
- Recent hospitalizations or ED visits (last 12 months)
Dental History Signals
- Last cleaning date and last comprehensive exam date
- Chief complaint in the patient's own words (verbatim if concise, paraphrased if long)
- Pain scale if recorded, onset, triggers
- Prior dental trauma, anesthesia difficulty, gag reflex, dental anxiety
- Prior complications (prolonged bleeding, post-op infection, crown failures, implant loss)
- Aesthetic goals or expectations relevant to today
Today-Specific Flags
- Any item in medical history that changes today's plan (pre-med needed, BP check needed, anticoagulation hold discussion needed, pregnancy radiograph policy, fasting status for sedation)
- Radiograph date relative to frequency policy
- Financial or scheduling notes (treatment plan balance, pending insurance issue, specialist coordination)
- Language or accessibility considerations (interpreter needed, hearing accommodation, wheelchair transfer)
Team Prep Checklist
- Pre-med confirmed or not (if required, who verified and when)
- Clearance letter required from physician (if applicable) — on file yes/no
- Pre-op radiographs scheduled into the appointment
- Instruments/materials prep note (e.g., "surgical kit, bone graft, collagen plug")
- Post-op instructions to prep (procedure-specific)
- Financial arrangement confirmed before the patient is seated
-
Flag items for provider verification — any item that was inferred, abbreviated, or extracted from ambiguous language. Do not assume; ask the provider to verify.
-
Reading level target is not patient-facing — this is a clinician document. Use standard dental and medical abbreviations (NKDA, PMH, BID, TID, PRN, PO, IV, etc.).
-
Length target is one page (about 300–400 words) unless the medical history is extensive enough to justify more.
Output requirements:
- One-page summary card in the structured format above
- Clear medical alert banner at the top
- Flagged items list at the bottom for provider verification
- Timestamped (summary generated at X, intake completed at Y)
- Saved to
outputs/pre-visit/under chart number if the user confirms
Guardrails
- The PMS medical-alert banner is the source of truth. This summary supplements but does not replace the PMS banner. Any conflict is resolved by the provider and reconciled in the PMS.
- Never make the clinical decision. "Consider pre-med per AHA/ADA guidance" not "pre-med the patient." The provider decides.
- Never paste raw intake content into a consumer-grade AI. Use BAA-covered tools only; see
knowledge-base/best-practices/phi-safe-prompting.md. - Never omit an allergy, anticoagulant, or bisphosphonate from the summary even if the intake listed it in a free-text field — extract and surface it.
- Never infer a diagnosis from a medication list. If the patient takes alendronate, flag "bisphosphonate — MRONJ risk consideration," not "patient has osteoporosis."
- Pregnancy, immunosuppression, and psychiatric history require care in how they are displayed; the summary is a clinical document and should be treated as such in distribution (clinical team only, not front desk unless scheduling-relevant).
- Recall updates must be reconciled against prior history — flag anything that appears to have disappeared from the intake since the last visit for the provider to verify with the patient.
Example Output
[This section will be populated by the eval system with a reference example. For now, run the skill with sample input to see output quality.]