Ajouter Home

francois.baille 2025-05-07 21:45:35 +02:00
commit f37edca207

25
Home.md Normal file

@ -0,0 +1,25 @@
# Documentation API EMS
## Sommaire
1. [Authentification](#authentification)
2. [Patients](#patients)
- [Gestion des dossiers](#gestion-des-dossiers)
- [Traitements & prescriptions](#traitements--prescriptions)
- [Allergies & vaccins](#allergies--vaccins)
3. [Personnel Médical](#personnel-médical)
4. [Calendrier](#calendrier)
5. [Formations](#formations)
6. [Statistiques](#statistiques)
7. [Chat Global](#chat-global)
8. [Erreurs](#erreurs)
---
## Authentification
Toutes les routes nécessitent un token JWT valide dans le header `Authorization`.
```http
GET /api/ems/patients
Authorization: Bearer <votre_token_jwt>
```