📦 Healthcare Chatbot Pro — Healthcare工具

v1.0.0

[AI辅助] Automate patient support with AI-driven chatbot that answers queries, schedules appointments, and integrates with EMR/CRM systems. Use when the user needs 24...

0· 95·0 当前·0 累计
by @ncreighton·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/24
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's stated integrations and required secrets partially match, but there are multiple inconsistencies and missing details around credentials, deployment runtime, and PHI handling that warrant caution before use.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/24

Healthcare Chatbot Pro 1.0.0 – Initial release - Launches a production-ready healthcare chatbot with 24/7 AI-powered patient support. - Automates appointment scheduling, patient query responses, billing/insurance FAQs, and reminder workflows. - Integrates with major EMR (Epic, Cerner, NextGen, athenahealth) and CRM (Salesforce, HubSpot, Pipedrive) systems. - Supports multi-channel communication including SMS/voice (Twilio), WhatsApp, Slack, Microsoft Teams, and web chat. - Delivers HIPAA-compliant data privacy, security controls, and audit logging.

可疑

安装命令

点击复制
官方npx clawhub@latest install healthcare-chatbot-pro
🇨🇳 镜像加速npx clawhub@latest install healthcare-chatbot-pro --registry https://cn.longxiaskill.com

技能文档

Overview

Healthcare Chatbot Pro is a production-ready AI-powered customer support solution designed specifically for healthcare providers, clinics, and wellness businesses. This skill automates routine patient interactions, eliminates scheduling bottlenecks, and provides 24/7 intelligent support without requiring medical staff to be available around the clock. 为什么 Matters:
  • Reduced Administrative Burden: Automates 60-80% 的 common patient inquiries (hours, location, insurance, prescription refills)
  • Improved Patient Satisfaction: Instant responses 到 queries 归约 wait 乘以 从 hours 到 seconds
  • Revenue Impact: Automated appointment scheduling recovers lost bookings 和 reduces 否-shows 带有 smart reminders
  • HIPAA-Compliant: Built-在...中 data privacy controls 对于 受保护 health information (PHI)
键 Integrations:
  • EMR Systems: Epic, Cerner, NextGen Healthcare, athenahealth
  • CRM Platforms: Salesforce Health Cloud, HubSpot, Pipedrive
  • Communication: Twilio (SMS/voice), Slack, Microsoft Teams, WhatsApp
  • 日历: Google 日历, Outlook, iCal
  • Payment: Stripe, Square 对于 patient billing queries

Quick 开始

Try these prompts immediately to see Healthcare Chatbot Pro in action:

示例 1: Deploy Patient 查询 Bot

`` Deploy a healthcare chatbot for my orthopedic clinic. Configure it to answer:
  • Office hours and location
  • Insurance accepted (UnitedHealth, Aetna, Cigna, self-pay)
  • Common post-operative care questions
  • Prescription refill requests
  • Appointment rescheduling
Integrate with our Epic EMR and send appointment confirmations via SMS using Twilio.
`

示例 2: Automate Appointment Scheduling

` Create an appointment scheduling workflow that:
  • Greets patients and identifies their reason for visit
  • Checks real-time availability from our Google Calendar
  • Books the appointment (if patient consents)
  • Sends confirmation SMS + email with pre-visit instructions
  • Sends reminder SMS 24 hours before appointment
  • Logs interaction to Salesforce Health Cloud
Providers available: Dr. Smith (Mon-Fri 9am-5pm), Dr. Chen (Tue, Thu 1pm-6pm)
`

示例 3: Multi-Language Patient Support

` Configure chatbot to handle patient inquiries in English and Spanish. Route complex medical questions to available providers via Slack. Log all conversations for compliance and quality assurance. Generate daily summary report of most common questions. `

示例 4: Insurance & Billing Assistance

` Train the chatbot to answer:
  • Which insurance plans we accept
  • Typical costs for common procedures
  • Pre-authorization requirements
  • Payment plan options
  • Out-of-pocket estimate calculations
Flag high-value billing questions for human review.
`

Capabilities

1. Intelligent Patient 查询 响应

  • Natural Language Understanding: Recognizes patient intent (scheduling, medical info, billing, prescription)
  • Knowledge Base Integration: Answers 从 FAQ, clinical guidelines, 和 custom protocols
  • Context Awareness: Remembers patient history 在...内 conversation thread
  • Escalation Logic: Automatically routes complex/urgent queries 到 appropriate staff
Usage 示例:
` Patient: "I've had a cough for 3 weeks, should I come in?" Chatbot: "I understand you're concerned about a persistent cough. While I can't diagnose conditions, I recommend scheduling with Dr. Smith (available tomorrow 2pm or Thursday 10am). Should I book an appointment?" `

2. Appointment Scheduling & Management

  • Real-时间 Availability: Syncs 带有 Epic, Cerner, 或 Google 日历
  • Intelligent 时间 Suggestions: Recommends slots based 在...上 provider specialty 和 patient preferences
  • Smart Reminders: SMS/email 在 24h, 3h, 和 1h 之前 appointments
  • 否-Show Reduction: Reduces 否-shows 由 35-45% 带有 multi-channel reminders
  • Rescheduling: Patients 可以 reschedule 通过 SMS 或 chat 没有 human intervention
Configuration:
`javascript // Example: Set up appointment rules const appointmentConfig = { defaultDuration: 30, // minutes bufferTime: 15, // between appointments reminderTiming: [1440, 180, 60], // minutes before appointment channels: ["sms", "email"], allowSelfReschedule: true, maxAdvanceBooking: 90 // days }; `

3. EMR & CRM Integration

  • Epic Integration: 读取/写入 clinical notes, check patient history, 验证 insurance
  • Cerner Connectivity: Appointment pulling, medication 列表 access
  • Salesforce Health Cloud: 同步 patient interactions, manage care plans
  • HubSpot CRM: Track patient touchpoints, segment 对于 campaigns
  • Data Security: End-到-end encryption, HIPAA audit logging
Data Flow:
` Patient Query → Chatbot AI → EMR (Epic/Cerner) → Response → CRM Log ↓ Clinical Context `

4. Multi-Channel Communication

  • SMS 通过 Twilio: Text-based support 带有 conversation history
  • WhatsApp: Rich messaging 带有 images, documents
  • Slack/Teams: Internal staff coordination 在...上 complex cases
  • Web Chat Widget: Embed 在...上 hospital/clinic website
  • Voice: IVR 带有 speech-到-text 对于 hands-free interaction

5. Analytics & Reporting

  • Conversation Metrics: 响应 时间, resolution rate, escalation %, satisfaction
  • Scheduling Insights: Peak booking 乘以, provider utilization, cancellation patterns
  • Patient Sentiment: Detects frustration, urgency, satisfaction indicators
  • Compliance Reports: HIPAA audit trail, conversation retention, consent tracking

Configuration

Environment Variables (必填)

`bash # OpenAI for intelligent responses OPENAI_API_KEY=sk-proj-xxxxxxxxxxxxx OPENAI_MODEL=gpt-4-turbo # or gpt-3.5-turbo for cost savings # Twilio for SMS/voice TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxx TWILIO_AUTH_TOKEN=xxxxxxxxxxxxxxxx TWILIO_PHONE_NUMBER=+12025551234 # EMR Systems (choose one or more) EMR_SYSTEM=epic # or: cerner, nextgen, athena EMR_API_KEY=xxxxxxxxxxxxxxxx EMR_BASE_URL=https://api.epic-fhir.com/ # CRM Integration CRM_SYSTEM=salesforce_health_cloud # or: hubspot, pipedrive CRM_API_KEY=xxxxxxxxxxxxxxxx # Calendar Integration GOOGLE_CALENDAR_ID=your-clinic@group.calendar.google.com GOOGLE_SERVICE_ACCOUNT={"type": "service_account", ...} # Security & Compliance HIPAA_ENCRYPTION_KEY=xxxxxxxxxxxxxxxx LOG_RETENTION_DAYS=2555 # 7 years for compliance `

Chatbot Personality Configuration

`python # config.py CHATBOT_PERSONA = { "name": "HealthAssist", "tone": "professional_empathetic", "language": ["english", "spanish"], "clinical_confidence": "medium", # Avoid over-claiming medical expertise "escalation_triggers": [ "chest pain", "difficulty breathing", "suicidal thoughts", "severe allergic reaction", "medication error" ], "max_response_time": 2 # seconds } KNOWLEDGE_BASE = { "office_hours": { "monday_friday": "9:00 AM - 5:00 PM", "saturday": "10:00 AM - 2:00 PM", "sunday": "Closed" }, "accepted_insurance": [ "UnitedHealth", "Aetna", "Cigna", "Blue Cross", "Self-pay accepted" ], "common_procedures": { "annual_physical": {"cost": 150, "duration_min": 30}, "orthopedic_consult": {"cost": 200, "duration_min": 45} } } `

Setup Instructions

  • Deploy skill:
`bash npm install healthcare-chatbot-pro claw skills deploy healthcare-chatbot-pro `
  • Configure EMR 连接:
`bash claw config set EMR_API_KEY=your_epic_key claw skills test healthcare-chatbot-pro --emr-test `
  • 添加 到 website:
`html
`

示例 Outputs

输出 1: Appointment Confirmation

` ✅ APPOINTMENT CONFIRMED Dr. Sarah Smith Orthopedic Surgery Consultation 📅 Tuesday, March 14, 2024 🕐 2:30 PM - 3:15 PM 📍 123 Medical Plaza Dr, Suite 200 🏥 First time? Arrive 15 min early WHAT TO BRING:
  • Insurance card
  • Photo ID
  • List of current medications
REMINDERS:
  • SMS: Tomorrow at 2:30 PM
  • SMS: 1 hour before appointment
CANCEL/RESCHEDULE: Reply "change appointment" or call 555-0123
Confirmation Code: APT-2024-89547
`

输出 2: Patient 查询 响应

` 🏥 PATIENT SUPPORT Your Question: "Do you accept my Cigna insurance?" Our Response: Yes! We accept Cigna plans including: ✓ Cigna DHMO ✓ Cigna POS ✓ Cigna Indemnity TYPICAL COSTS (after insurance):
  • Primary Care Visit: $25-50 copay
  • Specialist Visit: $50-100 copay
  • Urgent Care: $100-150 copay
NEXT STEPS: → Schedule appointment (reply: "book appointment") → Verify coverage (reply: "check benefits") → Billing questions (reply: "talk to billing team") Need more help? Our staff can assist 9am-5pm Mon-Fri
`

输出 3: Daily Analytics 举报

` 📊 HEALTHCARE CHATBOT PRO - DAILY REPORT Generated: March 13, 2024 CONVERSATIONS: 📞 Total Conversations: 247 ✅ Resolved by AI: 198 (80%) 🔄 Escalated to Staff: 49 (20%) ⏱️ Avg Response Time: 1.2 seconds APPOINTMENTS: 📅 Bookings Created: 34 📅 Rescheduled: 12 📅 Cancelled: 5 ⚠️ No-Shows: 1 (2.8% rate) TOP PATIENT QUESTIONS:
  • Office hours & location (45 queries)
  • Insurance acceptance (38 queries)
  • Appointment rescheduling (32 queries)
  • Prescription refills (28 queries)
  • Pre-visit instructions (20 queries)
SENTIMENT: 😊 Positive: 91% 😐 Neutral: 7% 😞 Negative: 2% SYSTEM HEALTH: ✅ Uptime: 99.9% ✅ EMR Sync: Healthy ✅ SMS Delivery: 100%
``

Tips & Best Practices

1. Train Knowledge Base Thoroughly

  • Specificity: Include exact office hours, accepted insurance plans, provider specialties
  • Real Examples: 使用 actual patient questions 从 support team 作为 training data
  • Regular Updates: 刷新 knowledge base quarterly 或 当...时 policies 更改
  • Seasonal Content: 添加 flu shot info 在...中 fall, allergy management 在...中 spring

2. 设置 清除 Escalation Boundaries

  • Red Flags: 任何 mention 的 chest pain, severe symptoms, mental health crises → immediate human escalation
  • Medical Disclaimers: Chatbot 必须 never diagnose; 应该 say "Please consult 带有 Dr. [Name] 或 visit urgent care"
  • Consent Tracking: Log escalations 对于 legal protection 和 quality assurance

3. Optimize Appointment Availability

  • Real-时间 同步: 更新 EMR/日历 syncing every 5 minutes
  • Buffer 乘以: 添加 15-min padding 之间 appointments 对于 EMR notes
  • Provider Preferences: 一些 doctors 可能 want 30-min slots; others 45-min
  • Peak Hours: Book staff availability 2+ weeks 在...中 advance 到 avoid chatbot saying "否 availability"

4. Personalize Patient Interactions

  • History Awareness: "Welcome back! 最后的 visit 是 6 months ago 对于 knee surgery."
  • Preferred Contact: Remember 如果 patient prefers SMS vs. email vs. WhatsApp
  • Language: Auto-detect 和 默认 到 patient's preferred language
  • Tone: Empathetic language 对于 chronic conditions, upbeat 对于 routine visits

5. Monitor & Improve Continuously

  • Weekly Reviews: Check escalation reasons—如果 >40% insurance questions, 添加 更多 FAQ content
  • Feedback Loops: Ask "是 helpful?" 和 retrain 在...上 negative feedback
  • /B Testing: Test two appointment reminder messages 到 see 哪个 reduces 否-shows 更多
  • Provider 输入框: Monthly 同步 带有 clinical staff 在...上 common questions 它们're 仍然 answering manually

6. Ensure HIPAA Compliance

  • Data Encryption: 所有 patient data encrypted 在...中 transit (TLS 1.3) 和 在 rest (AES-256)
  • Access Logs: Audit trail 的 谁 accessed 什么 patient data 和 当...时
  • Consent Management: Chatbot 必须 confirm patient consent 之前 pulling EMR records
  • Retention Policy: Automatically purge conversation logs per compliance requirements (typically 7 years)

Safety & Guardrails

什么 Skill 将 不 做

❌ Medical Diagnosis
  • Chatbot 将 不 interpret symptoms 和 suggest diagnoses
  • 响应: "I 可以't diagnose medical conditions, 但是 Dr. Smith 可以 help. 应该 I book appointment?"
❌ Prescribe 或 Adjust Medications
  • 否 medication recommendations 没有 provider authorization
  • 所有 medication questions routed 到 clinical staff immediately
❌ Provide Emergency Care
  • 做 不 替换 911 对于 life-threatening emergencies
  • Automatic escalation: " sounds urgent. Please call 911 或 visit nearest ER immediately."
❌ Guarantee Scheduling
  • 否 在...上-booking; respects provider capacity limits
  • Transparent messaging: "Dr. Smith fully booked 对于 下一个 2 weeks. Would 您 点赞 到 see Dr. Chen?"
❌ 分享 Data Beyond Authorized Systems
  • 仅 connects 到 approved EMR/CRM systems 您 specify
  • Zero 第三个-party data sharing 没有 explicit consent
❌ Override Clinical Judgment
  • 如果 EMR contains "做 不 schedule" 标志, chatbot respects
  • Complex cases always escalated 到 care coordinator

Limitations & Boundaries

| Feature | Scope | Limitation | |---------|-------|-----------| | Language Support | English, Spanish, French | Others require manual configuration | | EMR Integration | Epic, Cerner, NextGen, athena | Proprietary EMRs need custom API work | | Appointment Slots | 90 days in advance | Beyond 90

数据来源:ClawHub ↗ · 中文优化:龙虾技能库