Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


4. LEISTUNGSKATALOG EINTRAG MODULE (UI prompt)



Module Entities (10)

EntityAliasModuleGlobal Schema
(1) EinsatzLeistungEinsatzLeistungEinsatzModulePflegedienste
(2) KlientKlientPflegedienstModulePflegedienste
(3) LeistungskatalogEintragLeistungskatalogEintragLeistungskatalogEintragModulePflegedienste
(4) PflegedienstPflegedienstPflegedienstModulePflegedienste
(5) PflegeplanPflegeplanLeistungskatalogEintragModulePflegedienste
(6) PflegeplanEintragPflegeplanEintragLeistungskatalogEintragModulePflegedienste
(7) PflegevertragPflegevertragPflegedienstModulePflegedienste
(8) PflegevertragEintragPflegevertragEintragLeistungskatalogEintragModulePflegedienste
(9) RechnungspositionRechnungspositionVersicherungModulePflegedienste
(10) TarifTarifVersicherungModulePflegedienste

Module Interfaces (26)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /pflegevertrageintragfindAllPflegevertragEintrag()LeistungskatalogEintragModuleGETPflegevertragEintrag
(2) /pflegevertrageintraginsertPflegevertragEintrag(pflegevertrageintrag)LeistungskatalogEintragModulePOSTPflegevertragEintrag
(3) /pflegeplan/klient/{id}findAllPflegeplanOfKlient(id)LeistungskatalogEintragModuleGETKlient Pflegeplan
(4) /pflegeplaneintrag/{id}deletePflegeplanEintragById(id)LeistungskatalogEintragModuleDELETEPflegeplanEintrag
(5) /pflegevertrageintrag/pflegevertrag/{id}findAllPflegevertragEintragOfPflegevertrag(id)LeistungskatalogEintragModuleGETPflegevertrag PflegevertragEintrag
(6) /pflegeplaneintragfindAllPflegeplanEintrag()LeistungskatalogEintragModuleGETPflegeplanEintrag
(7) /pflegevertrageintrag/{id}findPflegevertragEintragById(id)LeistungskatalogEintragModuleGETPflegevertragEintrag
(8) /pflegeplan/{id}findPflegeplanById(id)LeistungskatalogEintragModuleGETPflegeplan
(9) /leistungskatalogeintrag/{id}deleteLeistungskatalogEintragById(id)LeistungskatalogEintragModuleDELETELeistungskatalogEintrag
(10) /leistungskatalogeintragfindAllLeistungskatalogEintrag()LeistungskatalogEintragModuleGETLeistungskatalogEintrag
(11) /leistungskatalogeintraginsertLeistungskatalogEintrag(leistungskatalogeintrag)LeistungskatalogEintragModulePOSTLeistungskatalogEintrag
(12) /pflegeplan/{id}deletePflegeplanById(id)LeistungskatalogEintragModuleDELETEPflegeplan
(13) /pflegeplanfindAllPflegeplan()LeistungskatalogEintragModuleGETPflegeplan
(14) /pflegeplaninsertPflegeplan(pflegeplan)LeistungskatalogEintragModulePOSTPflegeplan
(15) /pflegeplan/{id}updatePflegeplanById(pflegeplan)LeistungskatalogEintragModulePUTPflegeplan
(16) /leistungskatalogeintrag/pflegedienst/{id}findAllLeistungskatalogEintragOfPflegedienst(id)LeistungskatalogEintragModuleGETPflegedienst LeistungskatalogEintrag
(17) /pflegeplaneintrag/leistungskatalogeintrag/{id}findAllPflegeplanEintragOfLeistungskatalogEintrag(id)LeistungskatalogEintragModuleGETLeistungskatalogEintrag PflegeplanEintrag
(18) /pflegeplaneintrag/{id}updatePflegeplanEintragById(pflegeplaneintrag)LeistungskatalogEintragModulePUTPflegeplanEintrag
(19) /pflegevertrageintrag/{id}deletePflegevertragEintragById(id)LeistungskatalogEintragModuleDELETEPflegevertragEintrag
(20) /pflegeplaneintrag/pflegeplan/{id}findAllPflegeplanEintragOfPflegeplan(id)LeistungskatalogEintragModuleGETPflegeplan PflegeplanEintrag
(21) /leistungskatalogeintrag/{id}findLeistungskatalogEintragById(id)LeistungskatalogEintragModuleGETLeistungskatalogEintrag
(22) /pflegeplaneintrag/{id}findPflegeplanEintragById(id)LeistungskatalogEintragModuleGETPflegeplanEintrag
(23) /pflegeplaneintraginsertPflegeplanEintrag(pflegeplaneintrag)LeistungskatalogEintragModulePOSTPflegeplanEintrag
(24) /leistungskatalogeintrag/{id}updateLeistungskatalogEintragById(leistungskatalogeintrag)LeistungskatalogEintragModulePUTLeistungskatalogEintrag
(25) /pflegevertrageintrag/leistungskatalogeintrag/{id}findAllPflegevertragEintragOfLeistungskatalogEintrag(id)LeistungskatalogEintragModuleGETLeistungskatalogEintrag PflegevertragEintrag
(26) /pflegevertrageintrag/{id}updatePflegevertragEintragById(pflegevertrageintrag)LeistungskatalogEintragModulePUTPflegevertragEintrag






4.1 LEISTUNGSKATALOG EINTRAG


LeistungskatalogEintragLeistungskatalogEintragModulePflegedienste

Properties (8)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGLeistungskatalogEintrag
(2) DetailbeschreibungSTRINGLeistungskatalogEintrag
(3) ErfordertAerztlicheVerordnungBOOLLeistungskatalogEintrag
(4) IstAktivBOOLLeistungskatalogEintrag
(5) KategorieSTRINGLeistungskatalogEintrag
(6) KurzbeschreibungSTRINGLeistungskatalogEintrag
(7) PflegedienstINTLeistungskatalogEintragPflegedienstPflegedienstModule
(8) StandarddauerMinutenINTLeistungskatalogEintrag





4.2 PFLEGEPLAN


PflegeplanLeistungskatalogEintragModulePflegedienste

Properties (7)

PropertyTypeEntityReferenceModule
(1) AktualisiertAmDATEPflegeplan
(2) ErstelltAmDATEPflegeplan
(3) ErstelltVonMitarbeiterINTPflegeplan
(4) KlientINTPflegeplanKlientPflegedienstModule
(5) PlanstatusSTRINGPflegeplan
(6) RisikoEinschaetzungSTRINGPflegeplan
(7) ZielbeschreibungSTRINGPflegeplan





4.3 PFLEGEPLAN EINTRAG


PflegeplanEintragLeistungskatalogEintragModulePflegedienste

Properties (7)

PropertyTypeEntityReferenceModule
(1) ErfordertAerztlicheVerordnungBOOLPflegeplanEintrag
(2) FrequenzmusterSTRINGPflegeplanEintrag
(3) GeplanteDauerMinutenINTPflegeplanEintrag
(4) IndividuelleBeschreibungSTRINGPflegeplanEintrag
(5) LeistungskatalogEintragINTPflegeplanEintragLeistungskatalogEintragLeistungskatalogEintragModule
(6) PflegeplanINTPflegeplanEintragPflegeplanLeistungskatalogEintragModule
(7) PrioritaetINTPflegeplanEintrag





4.4 PFLEGEVERTRAG EINTRAG


PflegevertragEintragLeistungskatalogEintragModulePflegedienste

Properties (5)

PropertyTypeEntityReferenceModule
(1) FrequenzmusterSTRINGPflegevertragEintrag
(2) GeplanteDauerMinutenINTPflegevertragEintrag
(3) IstOptionalBOOLPflegevertragEintrag
(4) LeistungskatalogEintragINTPflegevertragEintragLeistungskatalogEintragLeistungskatalogEintragModule
(5) PflegevertragINTPflegevertragEintragPflegevertragPflegedienstModule





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum