inou/api/tracker_prompts/extract_therapy.md

434 B

Extract therapies and rehabilitation from this medical document. Return a JSON array or null.

Each entry:

  • type: "physical", "occupational", "speech", "behavioral", "other"
  • value: (empty)
  • summary: therapy + provider, e.g. "Feldenkrais therapy, 3 months"
  • timestamp: "YYYY-MM-DD" start date if mentioned
  • data: {"therapy": "...", "provider": "...", "frequency": "...", "duration": "...", "goal": "..."}

Document: {{MARKDOWN}}