| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| Termin | PersonModule | Arztpraxen |
| Property | Type | Entity | Reference | Module |
| (1) Arzt | INT | Termin | Arzt | PersonModule |
| (2) DauerMinuten | INT | Termin | ||
| (3) IstTelemedizin | BOOL | Termin | ||
| (4) Patient | INT | Termin | Patient | PatientModule |
| (5) Praxis | INT | Termin | Praxis | PraxisModule |
| (6) Status | STRING | Termin | ||
| (7) Terminzeit | DATE | Termin |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /behandlung/termin/{id} | findAllBehandlungOfTermin(id) | PatientModule | GET | Termin Behandlung |
| (2) /termin/patient/{id} | findAllTerminOfPatient(id) | PersonModule | GET | Patient Termin |
| (3) /termin/{id} | findTerminById(id) | PersonModule | GET | Termin |
| (4) /termin/arzt/{id} | findAllTerminOfArzt(id) | PersonModule | GET | Arzt Termin |
| (5) /termin | findAllTermin() | PersonModule | GET | Termin |
| (6) /termin | insertTermin(termin) | PersonModule | POST | Termin |
| (7) /termin/praxis/{id} | findAllTerminOfPraxis(id) | PersonModule | GET | Praxis Termin |
| (8) /termin/{id} | deleteTerminById(id) | PersonModule | DELETE | Termin |
| (9) /termin/{id} | updateTerminById(termin) | PersonModule | PUT | Termin |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |