Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


10. VERTRAGSMODELL MODULE (UI prompt)



Module Entities (7)

EntityAliasModuleGlobal Schema
(1) AbrechnungsfallAbrechnungsfallVertragsmodellModuleArztpraxen
(2) AbrechnungspostenAbrechnungspostenGebuehrenpositionModuleArztpraxen
(3) KostentraegerKostentraegerLandRegionModuleArztpraxen
(4) PatientPatientPatientModuleArztpraxen
(5) PraxisPraxisPraxisModuleArztpraxen
(6) PraxisvertragPraxisvertragVertragsmodellModuleArztpraxen
(7) VertragsmodellVertragsmodellVertragsmodellModuleArztpraxen

Module Interfaces (22)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /praxisvertrag/{id}deletePraxisvertragById(id)VertragsmodellModuleDELETEPraxisvertrag
(2) /vertragsmodell/{id}findVertragsmodellById(id)VertragsmodellModuleGETVertragsmodell
(3) /vertragsmodellfindAllVertragsmodell()VertragsmodellModuleGETVertragsmodell
(4) /praxisvertrag/kostentraeger/{id}findAllPraxisvertragOfKostentraeger(id)VertragsmodellModuleGETKostentraeger Praxisvertrag
(5) /abrechnungsfallfindAllAbrechnungsfall()VertragsmodellModuleGETAbrechnungsfall
(6) /abrechnungsfallinsertAbrechnungsfall(abrechnungsfall)VertragsmodellModulePOSTAbrechnungsfall
(7) /abrechnungsfall/praxis/{id}findAllAbrechnungsfallOfPraxis(id)VertragsmodellModuleGETPraxis Abrechnungsfall
(8) /praxisvertragfindAllPraxisvertrag()VertragsmodellModuleGETPraxisvertrag
(9) /abrechnungsfall/{id}updateAbrechnungsfallById(abrechnungsfall)VertragsmodellModulePUTAbrechnungsfall
(10) /praxisvertrag/{id}updatePraxisvertragById(praxisvertrag)VertragsmodellModulePUTPraxisvertrag
(11) /abrechnungsfall/kostentraeger/{id}findAllAbrechnungsfallOfKostentraeger(id)VertragsmodellModuleGETKostentraeger Abrechnungsfall
(12) /praxisvertraginsertPraxisvertrag(praxisvertrag)VertragsmodellModulePOSTPraxisvertrag
(13) /abrechnungsfall/vertragsmodell/{id}findAllAbrechnungsfallOfVertragsmodell(id)VertragsmodellModuleGETVertragsmodell Abrechnungsfall
(14) /vertragsmodell/{id}deleteVertragsmodellById(id)VertragsmodellModuleDELETEVertragsmodell
(15) /vertragsmodell/{id}updateVertragsmodellById(vertragsmodell)VertragsmodellModulePUTVertragsmodell
(16) /abrechnungsfall/patient/{id}findAllAbrechnungsfallOfPatient(id)VertragsmodellModuleGETPatient Abrechnungsfall
(17) /praxisvertrag/praxis/{id}findAllPraxisvertragOfPraxis(id)VertragsmodellModuleGETPraxis Praxisvertrag
(18) /vertragsmodellinsertVertragsmodell(vertragsmodell)VertragsmodellModulePOSTVertragsmodell
(19) /abrechnungsfall/{id}findAbrechnungsfallById(id)VertragsmodellModuleGETAbrechnungsfall
(20) /praxisvertrag/{id}findPraxisvertragById(id)VertragsmodellModuleGETPraxisvertrag
(21) /praxisvertrag/vertragsmodell/{id}findAllPraxisvertragOfVertragsmodell(id)VertragsmodellModuleGETVertragsmodell Praxisvertrag
(22) /abrechnungsfall/{id}deleteAbrechnungsfallById(id)VertragsmodellModuleDELETEAbrechnungsfall






10.1 ABRECHNUNGSFALL


AbrechnungsfallVertragsmodellModuleArztpraxen

Properties (9)

PropertyTypeEntityReferenceModule
(1) AbrechnungsdatumDATEAbrechnungsfall
(2) KostentraegerINTAbrechnungsfallKostentraegerLandRegionModule
(3) PatientINTAbrechnungsfallPatientPatientModule
(4) PraxisINTAbrechnungsfallPraxisPraxisModule
(5) RechnungsnummerSTRINGAbrechnungsfall
(6) StatusSTRINGAbrechnungsfall
(7) VertragsmodellINTAbrechnungsfallVertragsmodellVertragsmodellModule
(8) ZeitraumEndeDATEAbrechnungsfall
(9) ZeitraumStartDATEAbrechnungsfall





10.2 PRAXISVERTRAG


PraxisvertragVertragsmodellModuleArztpraxen

Properties (7)

PropertyTypeEntityReferenceModule
(1) EnddatumDATEPraxisvertrag
(2) IstAktivBOOLPraxisvertrag
(3) KostentraegerINTPraxisvertragKostentraegerLandRegionModule
(4) PraxisINTPraxisvertragPraxisPraxisModule
(5) StartdatumDATEPraxisvertrag
(6) VertragsmodellINTPraxisvertragVertragsmodellVertragsmodellModule
(7) VertragsnummerSTRINGPraxisvertrag





10.3 VERTRAGSMODELL


VertragsmodellVertragsmodellModuleArztpraxen

Properties (2)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGVertragsmodell
(2) NameSTRINGVertragsmodell





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum