Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns the enum of categories and sources used in the health-indicator system.
GET /api/v1/holywell/health-indicator/categories
Authorization: Bearer <access_token>
{ "code": 0, "msg": "success", "data": {
  "category": ["medication","encounter","lab_results","exam_reports","food","other"],
  "source":   ["chat","journal","excel","document","cda","ehr","device","other"]
} }
Use these enum values when filtering via POST /health-indicator/watch.