Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


5. PATIENT MODULE (UI prompt)



Module Entities (11)

EntityAliasModuleGlobal Schema
(1) AbrechnungsfallAbrechnungsfallVertragsmodellModuleArztpraxen
(2) AbrechnungspostenAbrechnungspostenGebuehrenpositionModuleArztpraxen
(3) ArztArztPersonModuleArztpraxen
(4) BehandlungBehandlungPatientModuleArztpraxen
(5) BehandlungsleistungBehandlungsleistungPatientModuleArztpraxen
(6) GebuehrenpositionGebuehrenpositionGebuehrenpositionModuleArztpraxen
(7) NichtmedizinischesPersonalNichtmedizinischesPersonalPatientModuleArztpraxen
(8) PatientPatientPatientModuleArztpraxen
(9) PersonPersonPersonModuleArztpraxen
(10) PraxisPraxisPraxisModuleArztpraxen
(11) TerminTerminPersonModuleArztpraxen

Module Interfaces (30)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /nichtmedizinischespersonalinsertNichtmedizinischesPersonal(nichtmedizinischespersonal)PatientModulePOSTNichtmedizinischesPersonal
(2) /patient/{id}updatePatientById(patient)PatientModulePUTPatient
(3) /behandlungsleistung/durchgefuehrtvonarzt/{id}findAllBehandlungsleistungOfDurchgefuehrtVonArzt(id)PatientModuleGETArzt Behandlungsleistung
(4) /patientfindAllPatient()PatientModuleGETPatient
(5) /behandlung/arzt/{id}findAllBehandlungOfArzt(id)PatientModuleGETArzt Behandlung
(6) /patientinsertPatient(patient)PatientModulePOSTPatient
(7) /behandlungsleistung/behandlung/{id}findAllBehandlungsleistungOfBehandlung(id)PatientModuleGETBehandlung Behandlungsleistung
(8) /behandlung/praxis/{id}findAllBehandlungOfPraxis(id)PatientModuleGETPraxis Behandlung
(9) /behandlungsleistunginsertBehandlungsleistung(behandlungsleistung)PatientModulePOSTBehandlungsleistung
(10) /behandlungsleistung/gebuehrenposition/{id}findAllBehandlungsleistungOfGebuehrenposition(id)PatientModuleGETGebuehrenposition Behandlungsleistung
(11) /patient/{id}deletePatientById(id)PatientModuleDELETEPatient
(12) /behandlung/{id}findBehandlungById(id)PatientModuleGETBehandlung
(13) /nichtmedizinischespersonalfindAllNichtmedizinischesPersonal()PatientModuleGETNichtmedizinischesPersonal
(14) /behandlung/patient/{id}findAllBehandlungOfPatient(id)PatientModuleGETPatient Behandlung
(15) /behandlung/{id}deleteBehandlungById(id)PatientModuleDELETEBehandlung
(16) /patient/{id}findPatientById(id)PatientModuleGETPatient
(17) /behandlungsleistung/{id}findBehandlungsleistungById(id)PatientModuleGETBehandlungsleistung
(18) /behandlung/{id}updateBehandlungById(behandlung)PatientModulePUTBehandlung
(19) /behandlungfindAllBehandlung()PatientModuleGETBehandlung
(20) /patient/person/{id}findAllPatientOfPerson(id)PatientModuleGETPerson Patient
(21) /behandlungsleistung/durchgefuehrtvonpersonal/{id}findAllBehandlungsleistungOfDurchgefuehrtVonPersonal(id)PatientModuleGETNichtmedizinischesPersonal Behandlungsleistung
(22) /nichtmedizinischespersonal/{id}updateNichtmedizinischesPersonalById(nichtmedizinischespersonal)PatientModulePUTNichtmedizinischesPersonal
(23) /behandlung/termin/{id}findAllBehandlungOfTermin(id)PatientModuleGETTermin Behandlung
(24) /behandlungsleistungfindAllBehandlungsleistung()PatientModuleGETBehandlungsleistung
(25) /behandlungsleistung/{id}deleteBehandlungsleistungById(id)PatientModuleDELETEBehandlungsleistung
(26) /nichtmedizinischespersonal/person/{id}findAllNichtmedizinischesPersonalOfPerson(id)PatientModuleGETPerson NichtmedizinischesPersonal
(27) /behandlunginsertBehandlung(behandlung)PatientModulePOSTBehandlung
(28) /nichtmedizinischespersonal/{id}findNichtmedizinischesPersonalById(id)PatientModuleGETNichtmedizinischesPersonal
(29) /behandlungsleistung/{id}updateBehandlungsleistungById(behandlungsleistung)PatientModulePUTBehandlungsleistung
(30) /nichtmedizinischespersonal/{id}deleteNichtmedizinischesPersonalById(id)PatientModuleDELETENichtmedizinischesPersonal






5.1 BEHANDLUNG


BehandlungPatientModuleArztpraxen

Properties (7)

PropertyTypeEntityReferenceModule
(1) ArztINTBehandlungArztPersonModule
(2) BehandlungsartSTRINGBehandlung
(3) BehandlungszeitDATEBehandlung
(4) NotizenSTRINGBehandlung
(5) PatientINTBehandlungPatientPatientModule
(6) PraxisINTBehandlungPraxisPraxisModule
(7) TerminINTBehandlungTerminPersonModule





5.2 BEHANDLUNGSLEISTUNG


BehandlungsleistungPatientModuleArztpraxen

Properties (6)

PropertyTypeEntityReferenceModule
(1) BehandlungINTBehandlungsleistungBehandlungPatientModule
(2) DurchgefuehrtVonArztINTBehandlungsleistungArztPersonModule
(3) DurchgefuehrtVonPersonalINTBehandlungsleistungNichtmedizinischesPersonalPatientModule
(4) GebuehrenpositionINTBehandlungsleistungGebuehrenpositionGebuehrenpositionModule
(5) MengeINTBehandlungsleistung
(6) MultiplikatorSTRINGBehandlungsleistung





5.3 NICHTMEDIZINISCHES PERSONAL


NichtmedizinischesPersonalPatientModuleArztpraxen

Properties (2)

PropertyTypeEntityReferenceModule
(1) BerufsbezeichnungSTRINGNichtmedizinischesPersonal
(2) PersonINTNichtmedizinischesPersonalPersonPersonModule





5.4 PATIENT


PatientPatientModuleArztpraxen

Properties (4)

PropertyTypeEntityReferenceModule
(1) IstObdachlosBOOLPatient
(2) IstSelbstzahlerBOOLPatient
(3) PersonINTPatientPersonPersonModule
(4) VersicherungsnummerSTRINGPatient





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum