| Home |
screens/home/HomeScreen.tsx |
Guest OK |
Quick-action grid, symptom checker CTA, health tips, AI Assistant shortcut |
| Login |
screens/auth/LoginScreen.tsx |
— |
Email/password JWT login |
| Register |
screens/auth/RegisterScreen.tsx |
— |
New patient registration |
| Symptom Checker |
screens/symptomChecker/SymptomCheckerScreen.tsx |
Guest OK |
Select symptoms → API triage (Claude LLM or rule-based fallback) |
| Symptom Result |
screens/symptomChecker/SymptomResultScreen.tsx |
Guest OK |
Displays triage level, suggestion, possible conditions |
| AI Health Assistant |
screens/ChatAssistantScreen.tsx |
Guest OK |
Free-text chat with Rasa NLU / LLM assistant |
| Emergency |
screens/emergency/EmergencyScreen.tsx |
Guest OK |
Geo-sorted nearby hospitals, emergency call (999) |
| Hospital Search |
screens/hospitals/HospitalSearchScreen.tsx |
Guest OK |
Search hospitals by name/location |
| Hospital Detail |
screens/hospitals/HospitalDetailScreen.tsx |
Guest OK |
Hospital info, departments, contact |
| Appointment List |
screens/appointments/AppointmentListScreen.tsx |
✅ |
My appointments from GET /appointments/my |
| Book Appointment |
screens/appointments/BookAppointmentScreen.tsx |
✅ |
Select hospital → department → date → slot → confirm |
| Queue Tracking |
screens/appointments/QueueTrackingScreen.tsx |
✅ |
Live queue position, ML-predicted wait time |
| Medical Records |
screens/medicalRecords/MedicalRecordsScreen.tsx |
✅ |
Past consultations, lab results |
| Medical Record Detail |
screens/medicalRecords/MedicalRecordDetailScreen.tsx |
✅ |
Full detail view |
| Medications |
screens/medications/MedicationsScreen.tsx |
✅ |
Active prescriptions, schedule local push reminders |
| Telemedicine |
screens/telemedicine/TelemedicineScreen.tsx |
✅ |
Video consultation (video URL from appointment) |
| Wellness |
screens/wellness/WellnessScreen.tsx |
✅ |
BP, blood sugar, weight, mood, sleep, exercise charts (WatermelonDB) |
| Wellness Log |
screens/wellness/WellnessLogScreen.tsx |
✅ |
Daily metric entry form |
| Profile |
screens/ProfileScreen.tsx |
✅ |
User profile, settings |