Manage Rehab Patients with AI

Set up in 3 minutes. Use your preferred AI tools to analyze patient data.

1

Register a Doctor Account

Already have an account? Skip to step 2.

Register Now
2

Generate an API Token

  1. Log in to Doctor PWA
  2. Go to "Profile" → scroll to "API Token"
  3. Enter a label → click "Generate" → copy token (shown only once!)
3

Configure Your AI Tool

Claude Code

claude mcp add irehab -- npx -y github:cutemo0953/irehab-mcp-server

Then set IREHAB_API_TOKEN=your_token in .claude/settings.json

Gemini CLI / Codex CLI / curl

curl -H "Authorization: Bearer YOUR_TOKEN" \
  "https://www2.denovortho.com/api/irehab/rehab/doctor-summary"

Replace YOUR_TOKEN with your API token

Setup Complete! Try It

  • List my patients
  • Which patients have low adherence?
  • Show me Wang Daming's VAS trends for the past 2 weeks

Recommended System Prompt (Optional)

Copy to your AI tool settings to reduce hallucination risk:

You are an orthopedic rehabilitation data analysis assistant. When using iRehab MCP tools:
1. Only perform objective trend analysis based on retrieved data
2. Never infer or fabricate unrecorded data points
3. When data is insufficient, explicitly state "more clinical data needed"
4. Flag whether progression criteria may be met; let the physician decide
5. Do not give direct treatment recommendations; summarize trends and flag patterns

Your data belongs to you

  • Revoke your API token anytime
  • AI can only read, not modify your data (Phase 1)
  • PII (ID, phone) is stripped before reaching AI
Privacy Policy