plan-create
随访计划创建与执行 SOP。涵盖计划草稿、HITL 确认、任务编排与患者触达提醒。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
随访计划创建与执行 SOP。涵盖计划草稿、HITL 确认、任务编排与患者触达提醒。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Generates beautiful, consistent Preline Theme CSS files. Agent interprets user request, runs build script, delivers complete CSS.
Extract clinical trial data from pharmaceutical conference websites or PDF documents. Use when user provides a URL or PDF file containing innovative drug clinical trial data and needs structured extraction of: drug name, manufacturer, indication, clinical phase, trial name, conference, efficacy and safety data (presented as tables), and markdown output to "药品名称@适应症.md" file.
Use this skill when a clinician, practice manager, or healthcare developer needs to draft, structure, or retrieve clinical documentation — including SOAP notes, referral letters, prior authorization forms, discharge summaries, and care plan narratives. Connects to FHIR R4-compliant APIs (Epic, Cerner, Azure Health Data Services, HAPI FHIR) to pull structured patient data and generate documentation drafts. Also supports manual input when no EHR connection is available. DO NOT use for direct diagnosis, prescribing decisions, or any task requiring a licensed clinical judgment — this skill assists with documentation only.
Search clinical trial databases similar to ClinicalTrials.gov. Use this skill whenever the user asks about clinical trials, drug trials, indications, targets, drug names, trial phases, NCT IDs, enrollment, or recruitment. Automatically parses natural language questions into structured query parameters and calls the backend API to return matching trial records. Trigger words include: clinical trial, NCT, drug development, indication, target, phase, enrollment, recruitment, sponsor, cohort, arm, endpoint, efficacy, safety data.
Analyze ECG signals via heartvoice (心之声) API — single-lead and 12-lead. Automatically selects endpoint based on user intent and responds in the user's language. Use when user mentions ECG, 心电图, 心电分析, 单导联, 十二导联, 1-lead, 12-lead, heart rhythm, arrhythmia, QRS, QT interval, signal quality, or asks to analyze an ECG JSON file.
醫療文檔處理技能 - 病歷摘要、報告分析、醫學文獻整理。適用於醫生、醫療專業人員。觸發詞:病歷、醫療報告、醫學文獻、clinical notes、medical document、病歷摘要、出院小結、門診記錄。
| name | plan-create |
| version | 1.0.0 |
| description | 随访计划创建与执行 SOP。涵盖计划草稿、HITL 确认、任务编排与患者触达提醒。 |
| tags | ["followup","care-plan","docclaw"] |
notification_create)关键词:随访、复查、提醒、触达、复诊、任务。
patient_get(slug) → 记录 patient_id(注意与 slug 区别)
followup_list_plans(patient_id) → 避免重复创建同类计划
计划应包含:
| 字段 | 说明 |
|---|---|
title | 简洁计划名,如「高血压 2 周复查」 |
description | 随访目的、注意事项 |
tasks | 任务列表,每项含 title、description、scheduled_at(ISO8601) |
任务编排建议:
request_followup_confirm(patient_id, title, description, tasks)
医生在界面审阅后确认 / 拒绝 / 编辑。
followup_create_plan(...)
followup_create_plan配置了interrupt_on,会再次触发审批,属预期行为。
followup_pending_tasks:查看待办followup_execute_task:执行并记录结果notification_create:向患者发送复查 / 用药提醒已为患者 {name} 创建随访计划「{title}」,共 {n} 项任务。
最近任务:{task_title}({scheduled_at})
避免返回冗长原始 JSON。
followup_create_plan| 工具 | 用途 |
|---|---|
patient_get | 患者信息 |
followup_list_plans | 已有计划 |
request_followup_confirm | 计划 HITL |
followup_create_plan | 创建计划 |
followup_pending_tasks | 待办任务 |
followup_execute_task | 执行任务 |
notification_create | 患者提醒 |