ワンクリックで
pre-visit-summary
Build a deep pre-visit summary for one upcoming encounter — problem list, meds, labs, last visit, suggested focus
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build a deep pre-visit summary for one upcoming encounter — problem list, meds, labs, last visit, suggested focus
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read the plant-floor Azure IoT surface — device twins (spindles, conveyors, robotic arms, vision systems), time-series telemetry with pre-annotated alarms, downtime events with cause codes and lot ids, and per-line OEE rollups (Availability × Performance × Quality).
Share generated files (PDFs, charts, CSVs) with Frank by writing them to /tmp and referencing the absolute path. The frontend auto-converts /tmp paths into download links.
Build the downloadable incident brief PDF — cover + KPI strip + OEE chart + downtime timeline + root-cause narrative + supplier/material signals + recommended actions + sign-off, per SOP §7.1. Renders via the inline HTML template + Playwright.
Microsoft 365 surface — READ Frank's mailbox / Wes's calendar / OneDrive (shift reports, SOPs) AND a strict H-I-T-L workflow to draft and send an email (e.g. brief Wes on the morning incident).
Compute and plot OEE — a 7-day trend chart with target/threshold lines, an overlay of telemetry alarms and downtime stops, plus a flat CSV export. Saves /tmp/oee-trend-<plant>-line-<N>-<date>.png + .csv.
The Olympus Cleveland-plant Standard Operating Procedure — alarm thresholds, escalation matrix, supplier quality-hold rules, OEE definitions, incident-brief template requirements. Cite the section number when answering.
| name | pre-visit-summary |
| description | Build a deep pre-visit summary for one upcoming encounter — problem list, meds, labs, last visit, suggested focus |
| enabled | true |
Use this skill when the user asks for a deep brief on one patient before a visit (e.g. "Pre-visit summary for Eleanor Hsu's BP follow-up", "Brief me on PAT-100001 for the 10am", "Give me everything I need before I see George").
epic_search_patients_by_name → epic_get_patientepic_list_encounters_for_patient(patient_id, status: 'Booked') to find itFor the patient:
epic_list_conditions(patient_id) — active problem listepic_list_medications(patient_id, status: 'active') — current med listepic_list_allergies(patient_id) — allergies + intolerancesepic_list_encounters_for_patient(patient_id, status: 'Finished', limit: 3) — last 3 visitsepic_list_observations(patient_id, limit: 20) — recent labs + vitalsThe encounter reason_text usually hints at what to surface (e.g. "BP not at goal" → pull recent BP observations specifically via epic_list_observations(patient_id, code: 'BP', limit: 5)).
Before writing "Suggested focus", always invoke the clinical-guidelines-reference skill (read references/chronic-conditions-quick-reference.md). For any out-of-range value or chronic condition on the patient's problem list, cite the relevant section number and target in the focus bullet.
Examples:
If no clinical guideline applies (e.g. pure wellness visit, paediatric well-child), skip this step.
# Pre-Visit Summary — Eleanor Hsu (PAT-100001, MRN-100001)
**F, age 78 (DOB 12 Mar 1948) · Insurer: Medicare + Blue Cross MA · PCP: Dr. Aniyah Solomon**
## Today's encounter
**10:00, 2 June 2026 — Office Visit (ENC-200003) — Adult Primary Care, Boston Main**
> Follow-up: BP not at goal on current regimen
## ⚠️ Allergies
- **Penicillin** — moderate (rash, 1998)
## Active problems
- Essential hypertension (I10) — onset 2014
- Type 2 diabetes mellitus (E11.9) — onset 2017
- ASCVD (I25.10) — onset Aug 2025 *(post-MI)*
## Active medications (5)
**Hypertension / cardiovascular:**
- Lisinopril 20 mg PO daily *(since 2014)*
- Metoprolol succinate 50 mg PO daily *(post-MI, since Aug 2025)*
**Diabetes:**
- Metformin 1000 mg PO BID *(since 2017)*
**Post-MI secondary prevention:**
- Atorvastatin 40 mg PO QHS *(since Aug 2025)*
- Aspirin 81 mg PO daily *(since Aug 2025)*
## Recent BP trend (last 5)
| Date | BP | Interpretation |
|---|---|---|
| 15 Apr 2026 | 148/92 mmHg | High (above goal) |
*(Only one BP reading on file in the last 12 months — note for the visit.)*
## Recent key labs
- **HbA1c 7.4%** (above goal <7.0) — 15 Apr 2026
- **LDL 82 mg/dL** (above post-MI target <70) — 15 Apr 2026
- **eGFR 67 mL/min/1.73m²** (mildly reduced) — 15 Apr 2026
## Last visit (15 Apr 2026, ENC-200001)
Annual physical with you, 45 min. Reason text: "Annual physical, follow-up on HTN + T2DM."
## Suggested focus for today
1. **BP control** — 148/92 from April with the current Lisinopril + Metoprolol regimen. Consider intensifying (add HCTZ, or increase metoprolol if HR allows) and re-checking in 4 weeks.
2. **Post-MI lipid target** — LDL 82 is above the <70 mg/dL post-MI goal. Atorvastatin 40 mg → consider 80 mg or add ezetimibe.
3. **A1C 7.4%** — drifting above goal. Discuss adherence; consider GLP-1 or SGLT-2 if not contraindicated.
4. **Renal** — eGFR 67 is mildly reduced; recheck at 6 months and dose-watch metformin if it drops below 45.