{"name":"MyDoctor Backend API","version":"1.0.0","status":"running","endpoints":{"health":"GET /api/health","diagnosis":"POST /api/diagnosis","bloodPanels":{"list":"GET /api/blood-panels","getOne":"GET /api/blood-panels/:panelId","review":"POST /api/blood-panels/review"},"requestedTests":{"list":"GET /api/requested-tests","submitManual":"POST /api/requested-tests/submit-manual","submitReportImage":"POST /api/requested-tests/submit-report-image","confirmExtractedValues":"POST /api/requested-tests/confirm-extracted-values"},"transcribe":"POST /api/transcribe","transcribeStatus":"GET /api/transcribe/status","profiles":{"create":"POST /api/profiles","getAll":"GET /api/profiles","getOne":"GET /api/profiles/:id","update":"PUT /api/profiles/:id","delete":"DELETE /api/profiles/:id"}}}