| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /diagnose/{id} | findDiagnoseById(id) | IcdModule | GET | Diagnose |
| (2) /notaufnahme | findAllNotaufnahme() | IcdModule | GET | Notaufnahme |
| (3) /diagnose/icd/{id} | findAllDiagnoseOfIcd(id) | IcdModule | GET | Icd Diagnose |
| (4) /diagnose | insertDiagnose(diagnose) | IcdModule | POST | Diagnose |
| (5) /icd | findAllIcd() | IcdModule | GET | Icd |
| (6) /institut/{id} | findInstitutById(id) | IcdModule | GET | Institut |
| (7) /diagnose | findAllDiagnose() | IcdModule | GET | Diagnose |
| (8) /institut/krankenhaus/{id} | findAllInstitutOfKrankenhaus(id) | IcdModule | GET | Krankenhaus Institut |
| (9) /icd | insertIcd(icd) | IcdModule | POST | Icd |
| (10) /institut | findAllInstitut() | IcdModule | GET | Institut |
| (11) /icd/{id} | deleteIcdById(id) | IcdModule | DELETE | Icd |
| (12) /notaufnahme/{id} | findNotaufnahmeById(id) | IcdModule | GET | Notaufnahme |
| (13) /notaufnahme/{id} | deleteNotaufnahmeById(id) | IcdModule | DELETE | Notaufnahme |
| (14) /institut | insertInstitut(institut) | IcdModule | POST | Institut |
| (15) /icd/{id} | updateIcdById(icd) | IcdModule | PUT | Icd |
| (16) /diagnose/fall/{id} | findAllDiagnoseOfFall(id) | IcdModule | GET | Fall Diagnose |
| (17) /notaufnahme/krankenhaus/{id} | findAllNotaufnahmeOfKrankenhaus(id) | IcdModule | GET | Krankenhaus Notaufnahme |
| (18) /diagnose/{id} | deleteDiagnoseById(id) | IcdModule | DELETE | Diagnose |
| (19) /diagnose/{id} | updateDiagnoseById(diagnose) | IcdModule | PUT | Diagnose |
| (20) /icd/{id} | findIcdById(id) | IcdModule | GET | Icd |
| (21) /notaufnahme/{id} | updateNotaufnahmeById(notaufnahme) | IcdModule | PUT | Notaufnahme |
| (22) /institut/{id} | deleteInstitutById(id) | IcdModule | DELETE | Institut |
| (23) /institut/{id} | updateInstitutById(institut) | IcdModule | PUT | Institut |
| (24) /notaufnahme | insertNotaufnahme(notaufnahme) | IcdModule | POST | Notaufnahme |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |