| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| Entity | Alias | Module | Global Schema |
| (1) Diagnose | Diagnose | IcdModule | Krankenhaeuser |
| (2) Fall | Fall | FallModule | Krankenhaeuser |
| (3) Icd | Icd | IcdModule | Krankenhaeuser |
| (4) Institut | Institut | IcdModule | Krankenhaeuser |
| (5) Krankenhaus | Krankenhaus | KrankenhausModule | Krankenhaeuser |
| (6) Notaufnahme | Notaufnahme | IcdModule | Krankenhaeuser |
| 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 |
| Diagnose | IcdModule | Krankenhaeuser |
| Property | Type | Entity | Reference | Module |
| (1) Beschreibung | STRING | Diagnose | ||
| (2) Fall | LONG | Diagnose | Fall | FallModule |
| (3) Icd | LONG | Diagnose | Icd | IcdModule |
| (4) IstHauptdiagnose | BOOL | Diagnose |
| Icd | IcdModule | Krankenhaeuser |
| Property | Type | Entity | Reference | Module |
| (1) Beschreibung | STRING | Icd | ||
| (2) Code | STRING | Icd |
| Institut | IcdModule | Krankenhaeuser |
| Property | Type | Entity | Reference | Module |
| (1) InstitutArt | STRING | Institut | ||
| (2) Krankenhaus | LONG | Institut | Krankenhaus | KrankenhausModule |
| (3) Name | STRING | Institut |
| Notaufnahme | IcdModule | Krankenhaeuser |
| Property | Type | Entity | Reference | Module |
| (1) HatHelipad | BOOL | Notaufnahme | ||
| (2) IstTraumaZentrum | BOOL | Notaufnahme | ||
| (3) Krankenhaus | LONG | Notaufnahme | Krankenhaus | KrankenhausModule |
| (4) Name | STRING | Notaufnahme |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |