Resumen:
|
[ES] En este TFG se pretende implementar una aplicación web que permita gestionar todas las incidencias que pueden suceder en el día a día de un centro de salud (gestión de citas, historiales de pacientes, asignación del ...[+]
[ES] En este TFG se pretende implementar una aplicación web que permita gestionar todas las incidencias que pueden suceder en el día a día de un centro de salud (gestión de citas, historiales de pacientes, asignación del personal sanitario a los pacientes, etc). Para la implementación va a utilizarse el lenguaje de PHP. La capa de cliente se implementará con HTML5 y cualquier framework que sirva para ello. La capa de datos que almacena la información del centro de salud se implementará a partir de una base de datos en un servidor MySQL y lenguaje SQL. Desde el punto de vista del usuario, la aplicación para la gestión del centro de salud deberá cumplir con los siguientes requerimientos:
1. registro de pacientes de nuevo ingreso, a partir del SIP
2. acceso y asignación de un perfil para explotación de la aplicación mediante la dupla usuario/contraseña. Varios perfiles: sanitario, administración, gerencia
3. el perfil de sanitario permitirá, con permiso de r/w:
a) gestionar la lista de pacientes asignados accediendo a su ficha de datos de: anamnesis, exploración clínica, diagnóstico y plan terapéutico (tratamiento y medicación a seguir)
b) gestionar la lista de citas relativas a sus pacientes (agenda)
c) gestionar el histórico de actuaciones sobre los pacientes
4. el perfil de administración permitirá:
a) gestionar la lista de citas de TODOS los pacientes del centro, con permiso de r/w
b) gestionar el sistema de recetas, según lo indicado por el médico
c) asignación de personal sanitario a los pacientes
5.el perfil de gerencia permitirá el acceso sin restricción a toda la aplicación
[-]
[EN] In this final degree project (TFG), the aim is to implement a web application that allows managing all the incidents that can occur in the day-to-day operations of a healthcare center (appointment management, patient ...[+]
[EN] In this final degree project (TFG), the aim is to implement a web application that allows managing all the incidents that can occur in the day-to-day operations of a healthcare center (appointment management, patient records, assignment of healthcare staff to patients, etc.). The implementation will follow the PHP language. The client layer will be implemented using HTML5 and any suitable framework. The data layer, which stores the healthcare center's information, will be implemented using a MySQL database server and SQL language.
From the user's perspective, the healthcare center management application must meet the following requirements:
1.Register newly admitted patients using their SIP (healthcare identifier).
2. Access and assignment of user profiles to exploit the application using a username/password combination. Several profiles will be available, such as healthcare professional, administration, and management.
3. The healthcare professional profile, with read/write permissions, will be able to:
a) Manage the assigned patient list, accessing their data sheets, including medical history, clinical examination, diagnosis, and treatment plan (treatment and prescribed medication).
b) Manage the list of appointments related to their patients (agenda).
c) Manage the history of actions performed on patients.
4. The administration profile will be able to:
a) Manage the appointment list of ALL patients in the center, with read/write permissions.
b) Manage the prescription system as indicated by the doctor.
c) Assign healthcare staff to patients.
5. The management profile will have unrestricted access to the entire application.
[-]
|