SlideShare a Scribd company logo
Group no: 14
Sneha Sajeev TLY20CS056
Meghna Mahesh P TLY20CS034
Akshaya N LTLY20CS067
Arabhi S TLY20CS018
Guided by
Asst. Prof. Asha Vijayan
Dept of CSE
o The main intention of this Health Card project is to make a system which will
help a patient at the time of emergency.
o It is a unique identifier (self declared username) that enables you to share
and access your health records digitally.
o It access your medical records anywhere, anytime without losing them.
o Users can have a complete digitalised history of their health, which gives a
better understanding of their longitudinal health to doctors.
INTRODUCTION
TITLE SUMMARY
Smart Medical Health Card for
Hospital Management
In this smart health card project, we are tracking and monitoring
patient history.
The system monitors a patient's vital signs such as past history,
blood group, past medicine history bills.
The patient data is stored in one RFID card. In this smart card
project we are using RFID technology.
This RFID technology is currently very useful in the health care
system due to its increased performance, lower cost, high
efficiency and easy-to-use skills.
Physicians can track all information about their patients using a
dedicated system or model. Also, they can ask using an
established web server.
Exploration of Application Security for
Medical Electronic Health Card
This project is highly dependent on information security, where
the technical system is organized following the requirements of
information security level protection, and the unified security
requirements online and offline.
Based on the technology of QR code, a unified national identity
for Internet medical and health services is constructed by means
of security authentication and trans-mission
LITERATURE SURVEY
Cloud based NFC(Near Field Communication)
health card system
NFC in the area of health, it has been used to solve serious
medical issues. It provides fast information for
authentication, access to medical history and provides
emergency medical information.
NFC does not provide any security by itself. We have
proposed a novel architecture of secure NFC based e-health
cards for improving the healthcare system by using Amazon
Cloud.
The main contribution of this paper is To ensure the security
of data in NFC health card and in Cloud environment, we
propose a method by implementing Enhanced Encapsulation
Security channel
E-health Card Information System: Case
Study Health Insurance Fund of Montenegro
In this paper the authors will present the improvement of
Health insurance system in Montenegro.
Main focus of this IS its user focused component in order to
introduce SMART cards, improve and facilitate the process of
validation of insurance users and improve the overall security
of the system.
With this novel approach the authors propose creation of
platform that will enable Health Insurance Fund of
Montenegro to introduce novel services into healthcare
ecosystem of Montenegro
Smart card mobile data collect and medical data
collecting activities in rural areas
Medical data should be provided digital records
Data transfer should be provided
Record medium specified to doctors
Rural area electricity is less so the system should be less
power consumption
Ensure data integrity and validity
The use of health smart card in bridging
discontinuity of care for pregnant women
Protecting pregnant women from potential risky drugs by
implementing a clinical reminder system based on health
smart cards.
A computerized risky drug reminders system (CPOE) was
implemented.
During the study period, there were 1106 pregnant
women visits and ranged in age from 15 to 50 years.
Significant effects in seriousness of risky drugs, and
trimesters of pregnant women were found.
Pregnant women in the first trimester (19.39%) are with
more concerns and also with highest acceptance rate on
the risky drug reminders
Development of embedded web
server for healthcare system using e
card
Implementation of ATM based remote healthcare monitoring
system
This allows an individual to check the medical parameters such as
Blood glucose level, Blood pressure, Heart beat, Body
temperature, Height, Weight using appropriate sensors after
swiping the smart card of the person in the smart card reader
which is interfaced to the microcontroller.
After the check, the money for the particular test is transferred
from the smart card.
Then the health conditions are sent to the person's mobile phone
via GSM.
The entire database is stored in the main server. The unit writes
patient information to smartcards.
Patient information generally comprises patient identifying data,
test result, diagnosis information, as well as diagnosis result.
Computers then download patient information to health report
servers that prepare comprehensive health reports. In a few
minutes, the report is sent back to the computer station, wherein
it is printed and delivered to the patient.
Application protocol data unit
implementation in e-health smart card
for health and medical data record
Mechanism to collect and store forward data to the health
and medical information system
Traced easily
Application protocol data unit is implemented for integrity
and validity of data
Create update and delete data
The bigger data storage and transform scenario should be
also considered for comprehensive implementation because
of the limitation space of the card
PAGE DESIGN
WITH CODE
ARCHITECTURE
DFD
RESULT ANALYSIS CONCLUSION
AND FUTURE
SCOPES
TIMELINE
DIAGRAM REFERANCE
ARCHITECTURE
ARCHITECTURE
User interface
Modules
Login
Authorisation and
Authentication
View
cart
History
User
Database
Firebase
Authorisation services
Backend
Doctor
Admin/Doctor
Module
Dashboard Report
Add item
Delete item
Edit
Menu Available/not
toggle
Admin
Health Card
User interface
Modules
Login
Authorisation and
Authentication
View History
User
Database
Firebase
Authorisation services
Backend
Doctor
Admin/Doctor
Module
Analysis Report
Add item
Delete item
Edit
Menu Available/not
toggle
Admin
Health Card
DFD
REGISTRATION
LOGIN
VIEW PERSONAL
INFORMATION
VIEW RECORD
LIST OF PATIENTS
EDIT RECORD
MANAGING THE SYSTEM
LOGOUT
START
STOP
PATIENT DOCTOR
ADMIN
PAGE DESIGN
WITH CODE
PAGE DESIGN WITH CODE
A health card system login
module is typically designed to
allow authorized users to access
the system and view or manage
their health-related
information. The login module
serves as a secure gateway for
users to access their accounts
on the health card system,
which is essential for protecting
sensitive information and
maintaining confidentiality.
login.php
<?php require_once('../config.php') ?>
<!DOCTYPE html>
<html lang="en" class="" style="height: auto;">
<?php require_once('inc/header.php') ?>
<body class="hold-transition ">
<script>
start_loader()
</script>
<style>
html, body{
height:calc(100%) !important;
width:calc(100%) !important;
}
body{
background-image: url("<?php echo validate_image($_settings->info('cover')) ?>");
background-size:cover;
background-repeat:no-repeat;
}
.login-title{
text-shadow: 2px 2px black
}
#login{
flex-direction:column !important
}
#logo-img{
height:150px;
width:150px;
object-fit:scale-down;
object-position:center center;
border-radius:100%;
}
#login .col-7,#login .col-5{
width: 100% !important;
max-width:unset !important
}
</style>
<div class="h-100 d-flex align-items-center w-100" id="login">
<div class="col-7 h-100 d-flex align-items-center justify-content-center">
<div class="w-100">
<center><img src="<?= validate_image($_settings->info('logo')) ?>" alt="" id="logo-img"></center>
<h1 class="text-center py-5 login-title"><b><?php echo $_settings->info('name') ?> - Admin</b></h1>
</div>
</div>
<div class="col-5 h-100 bg-gradient">
<div class="d-flex w-100 h-100 justify-content-center align-items-center">
<div class="card col-sm-12 col-md-6 col-lg-3 card-outline card-teal rounded-0 shadow">
<div class="card-header rounded-0">
<h4 class="text-purle text-center"><b>Login</b></h4>
</div>
<div class="card-body rounded-0">
<form id="login-frm" action="" method="post">
<div class="input-group mb-3">
<input type="text" class="form-control" autofocus name="username" placeholder="Username">
<div class="input-group-append">
<div class="input-group-text">
<span class="fas fa-user"></span>
</div>
</div>
</div>
<div class="input-group mb-3">
<input type="password" class="form-control" name="password" placeholder="Password">
<div class="input-group-append">
<div class="input-group-text">
<span class="fas fa-lock"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-8">
<!-- <a href="<?php echo base_url ?>">Go to Website</a> -->
</div>
<!-- /.col -->
<div class="col-4">
<button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
</div>
<!-- /.col -->
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
<script>
$(document).ready(function(){
end_loader();
})
</script>
</body>
</html>
RESULT
ANALYSIS IN
THIS PAPER
- Improved Emergency Response: The implementation of the Health
Card system facilitates faster and more accurate medical interventions
during emergencies.
- Seamless Access to Health Records: The digital nature of the Health
Card system ensures that individuals can access their medical records
from anywhere and at any time
RESULT ANALYSIS IN THIS PAPER
- Enhanced Longitudinal Health Understanding: With a complete
digitalized history of an individual's health, the Health Card system
enables doctors to gain a better understanding of their patients
longitudinal health.
- High Security and Privacy Standards: The Health Card project
prioritizes the security and privacy of patients' data. By ensuring that
data sharing only occurs with the explicit consent of the user, the
system maintains a high level of confidentiality.
- Efficient Data Management and Sharing: The project allows individuals
to securely store their medical data and grant access to healthcare
professionals as needed. The ability to digitally share health records
with hospitals, clinics, and other relevant parties simplifies
coordination and collaboration among healthcare providers, ultimately
improving the quality of care.
TIMELINE
DIAGRAM
Phase 1:
Project team formed and met with
our guide (6th March 2023)
Phase 5:
Frontend and backend
development completed by 15th
June 2023
Phase 3:
Design finalised
(23rd March 2023)
Phase 2:
Our idea, health card system for a
hospital got accepted.
(15th March 2023)
Phase 4:
Prepared dataflow diagram for
our project including
architectural design
(9th April 2023)
CONCLUSION
AND FUTURE
SCOPE
CONCLUSION AND FUTURE SCOPE
• The main goal of this project is to design and develop a health
card system that can be used by the patients and staff of a
specific hospital .
• The system also consists of a physical health card that has a
static QR code and a unique number for health identification
number for each patient.
• The project followed a user-centered design approach .
REFERENCE
REFERENCE
[1] Anagha Gharat, Gargi phadke , “Smart Medical Health Card for Hospital Management”
published on 2022.
[2] Jiang Zhu,Zhenyu Chen, “Exploration of Application Security for Medical Electronic
Health Card” published on 2022.
[3] GunjanV.Ukalkar,Prasad S Halgaonkar, “Cloud based NFC(Near Field Communication)
health card system” published on 2017.
[4] Andrija Ivanoic,Predrag Rakovic, “E-health Card Information System: Case Study Health
Insurance Fund of Montenegro” published on 2019.
[5] Beni Rio Hermanto,Adi Indrayanto,Arif Sasongko. “Smart card mobile data collection
and medical data collecting activities in rural area” published on 2013.
[6] An-Jim Long,Polun Chang, “The use of health smart card in bridging discontinuity of
care for pregnant women” published on 2009.
[7] J.Priyadharshini , “Development of embedded web server for healthcare system using e
card” published on 2017.
[8] Beni Rio Hermanto,Tati R. Mengko,Adi Indrayanto,Taufiqur Rahman, “Application
protocol data unit implementation in e-health smart card for health and medical data
record” published on 2013.
THANK YOU

More Related Content

Similar to Presentation2 (3).pptx

Hospital AES computer science networks.pptx
Hospital AES computer science networks.pptxHospital AES computer science networks.pptx
Hospital AES computer science networks.pptx
AniketKhan
 
Hospital AES.pptx
Hospital AES.pptxHospital AES.pptx
Hospital AES.pptx
MuraliKrishna915670
 
Hospital AES computer science networks.pptx
Hospital AES computer science networks.pptxHospital AES computer science networks.pptx
Hospital AES computer science networks.pptx
AniketKhan
 
Hospital AES.pptx
Hospital AES.pptxHospital AES.pptx
Hospital AES.pptx
MuraliKrishna915670
 
e-MedSolution
e-MedSolutione-MedSolution
e-MedSolution
andecker
 
e-MedSolution
e-MedSolutione-MedSolution
e-MedSolution
andecker
 
Smart Health Prediction System
Smart Health Prediction SystemSmart Health Prediction System
Smart Health Prediction System
IRJET Journal
 
Smart Health Prediction System
Smart Health Prediction SystemSmart Health Prediction System
Smart Health Prediction System
IRJET Journal
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
Birlamedisoft Pvt. Ltd
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
Birlamedisoft Pvt. Ltd
 
eHealthCare
eHealthCareeHealthCare
eHealthCare
ShyamalMukherjee9
 
eHealthCare
eHealthCareeHealthCare
eHealthCare
ShyamalMukherjee9
 
Hospital management system software in quanta his
Hospital management system software in quanta hisHospital management system software in quanta his
Hospital management system software in quanta his
Shree Birla
 
Hospital management system software in quanta his
Hospital management system software in quanta hisHospital management system software in quanta his
Hospital management system software in quanta his
Shree Birla
 
amit.pj2.pptx
amit.pj2.pptxamit.pj2.pptx
amit.pj2.pptx
AryanVk
 
amit.pj2.pptx
amit.pj2.pptxamit.pj2.pptx
amit.pj2.pptx
AryanVk
 
My Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdfMy Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdf
ssuserbed838
 
My Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdfMy Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdf
ssuserbed838
 
Midwest Regional Health - EHR
Midwest Regional Health - EHRMidwest Regional Health - EHR
Midwest Regional Health - EHR
WILLIE GREER
 
Midwest Regional Health - EHR
Midwest Regional Health - EHRMidwest Regional Health - EHR
Midwest Regional Health - EHR
WILLIE GREER
 

Similar to Presentation2 (3).pptx (20)

Hospital AES computer science networks.pptx
Hospital AES computer science networks.pptxHospital AES computer science networks.pptx
Hospital AES computer science networks.pptx
 
Hospital AES.pptx
Hospital AES.pptxHospital AES.pptx
Hospital AES.pptx
 
Hospital AES computer science networks.pptx
Hospital AES computer science networks.pptxHospital AES computer science networks.pptx
Hospital AES computer science networks.pptx
 
Hospital AES.pptx
Hospital AES.pptxHospital AES.pptx
Hospital AES.pptx
 
e-MedSolution
e-MedSolutione-MedSolution
e-MedSolution
 
e-MedSolution
e-MedSolutione-MedSolution
e-MedSolution
 
Smart Health Prediction System
Smart Health Prediction SystemSmart Health Prediction System
Smart Health Prediction System
 
Smart Health Prediction System
Smart Health Prediction SystemSmart Health Prediction System
Smart Health Prediction System
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
 
eHealthCare
eHealthCareeHealthCare
eHealthCare
 
eHealthCare
eHealthCareeHealthCare
eHealthCare
 
Hospital management system software in quanta his
Hospital management system software in quanta hisHospital management system software in quanta his
Hospital management system software in quanta his
 
Hospital management system software in quanta his
Hospital management system software in quanta hisHospital management system software in quanta his
Hospital management system software in quanta his
 
amit.pj2.pptx
amit.pj2.pptxamit.pj2.pptx
amit.pj2.pptx
 
amit.pj2.pptx
amit.pj2.pptxamit.pj2.pptx
amit.pj2.pptx
 
My Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdfMy Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdf
 
My Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdfMy Health Records Be Helpful To Patients.pdf
My Health Records Be Helpful To Patients.pdf
 
Midwest Regional Health - EHR
Midwest Regional Health - EHRMidwest Regional Health - EHR
Midwest Regional Health - EHR
 
Midwest Regional Health - EHR
Midwest Regional Health - EHRMidwest Regional Health - EHR
Midwest Regional Health - EHR
 

Recently uploaded

Health Education on prevention of hypertension
Health Education on prevention of hypertensionHealth Education on prevention of hypertension
Health Education on prevention of hypertension
Radhika kulvi
 
HEAT WAVE presented by priya bhojwani..pptx
HEAT WAVE presented by priya bhojwani..pptxHEAT WAVE presented by priya bhojwani..pptx
HEAT WAVE presented by priya bhojwani..pptx
priyabhojwani1200
 
Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...
Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...
Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...
IMARC Group
 
一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证
一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证
一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证
o6ov5dqmf
 
Dimensions of Healthcare Quality
Dimensions of Healthcare QualityDimensions of Healthcare Quality
Dimensions of Healthcare Quality
Naeemshahzad51
 
Empowering ACOs: Leveraging Quality Management Tools for MIPS and Beyond
Empowering ACOs: Leveraging Quality Management Tools for MIPS and BeyondEmpowering ACOs: Leveraging Quality Management Tools for MIPS and Beyond
Empowering ACOs: Leveraging Quality Management Tools for MIPS and Beyond
Health Catalyst
 
Bringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured ApproachBringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured Approach
Brian Frerichs
 
ventilator, child on ventilator, newborn
ventilator, child on ventilator, newbornventilator, child on ventilator, newborn
ventilator, child on ventilator, newborn
Pooja Rani
 
Letter to MREC - application to conduct study
Letter to MREC - application to conduct studyLetter to MREC - application to conduct study
Letter to MREC - application to conduct study
Azreen Aj
 
PrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic IllnessesPrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic Illnesses
PrudentRx Program
 
TOP AND BEST GLUTE BUILDER A 606 | Fitking Fitness
TOP AND BEST GLUTE BUILDER A 606 | Fitking FitnessTOP AND BEST GLUTE BUILDER A 606 | Fitking Fitness
TOP AND BEST GLUTE BUILDER A 606 | Fitking Fitness
Fitking Fitness
 
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhfOne Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
AbdulMunim54
 
Artificial Intelligence to Optimize Cardiovascular Therapy
Artificial Intelligence to Optimize Cardiovascular TherapyArtificial Intelligence to Optimize Cardiovascular Therapy
Artificial Intelligence to Optimize Cardiovascular Therapy
Iris Thiele Isip-Tan
 
The Docs PPG - 30.05.2024.pptx..........
The Docs PPG - 30.05.2024.pptx..........The Docs PPG - 30.05.2024.pptx..........
The Docs PPG - 30.05.2024.pptx..........
TheDocs
 
ABDOMINAL COMPARTMENT SYSNDROME
ABDOMINAL COMPARTMENT SYSNDROMEABDOMINAL COMPARTMENT SYSNDROME
ABDOMINAL COMPARTMENT SYSNDROME
Rommel Luis III Israel
 
Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.
Dinesh Chauhan
 
Introduction to Forensic Pathology course
Introduction to Forensic Pathology courseIntroduction to Forensic Pathology course
Introduction to Forensic Pathology course
fprxsqvnz5
 
Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...
Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...
Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...
ILC- UK
 
KEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docxKEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docx
NX Healthcare
 
Rate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdfRate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdf
Rajarambapu College of Pharmacy Kasegaon Dist Sangli
 

Recently uploaded (20)

Health Education on prevention of hypertension
Health Education on prevention of hypertensionHealth Education on prevention of hypertension
Health Education on prevention of hypertension
 
HEAT WAVE presented by priya bhojwani..pptx
HEAT WAVE presented by priya bhojwani..pptxHEAT WAVE presented by priya bhojwani..pptx
HEAT WAVE presented by priya bhojwani..pptx
 
Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...
Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...
Radiation Oncology Market PPT: Growth, Outlook, Demand, Keyplayer Analysis an...
 
一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证
一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证
一比一原版纽约大学毕业证(NYU毕业证)成绩单留信认证
 
Dimensions of Healthcare Quality
Dimensions of Healthcare QualityDimensions of Healthcare Quality
Dimensions of Healthcare Quality
 
Empowering ACOs: Leveraging Quality Management Tools for MIPS and Beyond
Empowering ACOs: Leveraging Quality Management Tools for MIPS and BeyondEmpowering ACOs: Leveraging Quality Management Tools for MIPS and Beyond
Empowering ACOs: Leveraging Quality Management Tools for MIPS and Beyond
 
Bringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured ApproachBringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured Approach
 
ventilator, child on ventilator, newborn
ventilator, child on ventilator, newbornventilator, child on ventilator, newborn
ventilator, child on ventilator, newborn
 
Letter to MREC - application to conduct study
Letter to MREC - application to conduct studyLetter to MREC - application to conduct study
Letter to MREC - application to conduct study
 
PrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic IllnessesPrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic Illnesses
 
TOP AND BEST GLUTE BUILDER A 606 | Fitking Fitness
TOP AND BEST GLUTE BUILDER A 606 | Fitking FitnessTOP AND BEST GLUTE BUILDER A 606 | Fitking Fitness
TOP AND BEST GLUTE BUILDER A 606 | Fitking Fitness
 
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhfOne Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
 
Artificial Intelligence to Optimize Cardiovascular Therapy
Artificial Intelligence to Optimize Cardiovascular TherapyArtificial Intelligence to Optimize Cardiovascular Therapy
Artificial Intelligence to Optimize Cardiovascular Therapy
 
The Docs PPG - 30.05.2024.pptx..........
The Docs PPG - 30.05.2024.pptx..........The Docs PPG - 30.05.2024.pptx..........
The Docs PPG - 30.05.2024.pptx..........
 
ABDOMINAL COMPARTMENT SYSNDROME
ABDOMINAL COMPARTMENT SYSNDROMEABDOMINAL COMPARTMENT SYSNDROME
ABDOMINAL COMPARTMENT SYSNDROME
 
Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.Tips for Pet Care in winters How to take care of pets.
Tips for Pet Care in winters How to take care of pets.
 
Introduction to Forensic Pathology course
Introduction to Forensic Pathology courseIntroduction to Forensic Pathology course
Introduction to Forensic Pathology course
 
Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...
Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...
Global launch of the Healthy Ageing and Prevention Index 2nd wave – alongside...
 
KEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docxKEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docx
 
Rate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdfRate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdf
 

Presentation2 (3).pptx

  • 1. Group no: 14 Sneha Sajeev TLY20CS056 Meghna Mahesh P TLY20CS034 Akshaya N LTLY20CS067 Arabhi S TLY20CS018 Guided by Asst. Prof. Asha Vijayan Dept of CSE
  • 2. o The main intention of this Health Card project is to make a system which will help a patient at the time of emergency. o It is a unique identifier (self declared username) that enables you to share and access your health records digitally. o It access your medical records anywhere, anytime without losing them. o Users can have a complete digitalised history of their health, which gives a better understanding of their longitudinal health to doctors. INTRODUCTION
  • 3. TITLE SUMMARY Smart Medical Health Card for Hospital Management In this smart health card project, we are tracking and monitoring patient history. The system monitors a patient's vital signs such as past history, blood group, past medicine history bills. The patient data is stored in one RFID card. In this smart card project we are using RFID technology. This RFID technology is currently very useful in the health care system due to its increased performance, lower cost, high efficiency and easy-to-use skills. Physicians can track all information about their patients using a dedicated system or model. Also, they can ask using an established web server. Exploration of Application Security for Medical Electronic Health Card This project is highly dependent on information security, where the technical system is organized following the requirements of information security level protection, and the unified security requirements online and offline. Based on the technology of QR code, a unified national identity for Internet medical and health services is constructed by means of security authentication and trans-mission LITERATURE SURVEY
  • 4. Cloud based NFC(Near Field Communication) health card system NFC in the area of health, it has been used to solve serious medical issues. It provides fast information for authentication, access to medical history and provides emergency medical information. NFC does not provide any security by itself. We have proposed a novel architecture of secure NFC based e-health cards for improving the healthcare system by using Amazon Cloud. The main contribution of this paper is To ensure the security of data in NFC health card and in Cloud environment, we propose a method by implementing Enhanced Encapsulation Security channel E-health Card Information System: Case Study Health Insurance Fund of Montenegro In this paper the authors will present the improvement of Health insurance system in Montenegro. Main focus of this IS its user focused component in order to introduce SMART cards, improve and facilitate the process of validation of insurance users and improve the overall security of the system. With this novel approach the authors propose creation of platform that will enable Health Insurance Fund of Montenegro to introduce novel services into healthcare ecosystem of Montenegro
  • 5. Smart card mobile data collect and medical data collecting activities in rural areas Medical data should be provided digital records Data transfer should be provided Record medium specified to doctors Rural area electricity is less so the system should be less power consumption Ensure data integrity and validity The use of health smart card in bridging discontinuity of care for pregnant women Protecting pregnant women from potential risky drugs by implementing a clinical reminder system based on health smart cards. A computerized risky drug reminders system (CPOE) was implemented. During the study period, there were 1106 pregnant women visits and ranged in age from 15 to 50 years. Significant effects in seriousness of risky drugs, and trimesters of pregnant women were found. Pregnant women in the first trimester (19.39%) are with more concerns and also with highest acceptance rate on the risky drug reminders
  • 6. Development of embedded web server for healthcare system using e card Implementation of ATM based remote healthcare monitoring system This allows an individual to check the medical parameters such as Blood glucose level, Blood pressure, Heart beat, Body temperature, Height, Weight using appropriate sensors after swiping the smart card of the person in the smart card reader which is interfaced to the microcontroller. After the check, the money for the particular test is transferred from the smart card. Then the health conditions are sent to the person's mobile phone via GSM. The entire database is stored in the main server. The unit writes patient information to smartcards. Patient information generally comprises patient identifying data, test result, diagnosis information, as well as diagnosis result. Computers then download patient information to health report servers that prepare comprehensive health reports. In a few minutes, the report is sent back to the computer station, wherein it is printed and delivered to the patient.
  • 7. Application protocol data unit implementation in e-health smart card for health and medical data record Mechanism to collect and store forward data to the health and medical information system Traced easily Application protocol data unit is implemented for integrity and validity of data Create update and delete data The bigger data storage and transform scenario should be also considered for comprehensive implementation because of the limitation space of the card
  • 8. PAGE DESIGN WITH CODE ARCHITECTURE DFD RESULT ANALYSIS CONCLUSION AND FUTURE SCOPES TIMELINE DIAGRAM REFERANCE
  • 10. ARCHITECTURE User interface Modules Login Authorisation and Authentication View cart History User Database Firebase Authorisation services Backend Doctor Admin/Doctor Module Dashboard Report Add item Delete item Edit Menu Available/not toggle Admin Health Card User interface Modules Login Authorisation and Authentication View History User Database Firebase Authorisation services Backend Doctor Admin/Doctor Module Analysis Report Add item Delete item Edit Menu Available/not toggle Admin Health Card
  • 11. DFD
  • 12. REGISTRATION LOGIN VIEW PERSONAL INFORMATION VIEW RECORD LIST OF PATIENTS EDIT RECORD MANAGING THE SYSTEM LOGOUT START STOP PATIENT DOCTOR ADMIN
  • 14. PAGE DESIGN WITH CODE A health card system login module is typically designed to allow authorized users to access the system and view or manage their health-related information. The login module serves as a secure gateway for users to access their accounts on the health card system, which is essential for protecting sensitive information and maintaining confidentiality.
  • 15. login.php <?php require_once('../config.php') ?> <!DOCTYPE html> <html lang="en" class="" style="height: auto;"> <?php require_once('inc/header.php') ?> <body class="hold-transition "> <script> start_loader() </script> <style> html, body{ height:calc(100%) !important; width:calc(100%) !important; } body{ background-image: url("<?php echo validate_image($_settings->info('cover')) ?>"); background-size:cover; background-repeat:no-repeat; } .login-title{ text-shadow: 2px 2px black }
  • 16. #login{ flex-direction:column !important } #logo-img{ height:150px; width:150px; object-fit:scale-down; object-position:center center; border-radius:100%; } #login .col-7,#login .col-5{ width: 100% !important; max-width:unset !important } </style> <div class="h-100 d-flex align-items-center w-100" id="login"> <div class="col-7 h-100 d-flex align-items-center justify-content-center"> <div class="w-100"> <center><img src="<?= validate_image($_settings->info('logo')) ?>" alt="" id="logo-img"></center> <h1 class="text-center py-5 login-title"><b><?php echo $_settings->info('name') ?> - Admin</b></h1> </div>
  • 17. </div> <div class="col-5 h-100 bg-gradient"> <div class="d-flex w-100 h-100 justify-content-center align-items-center"> <div class="card col-sm-12 col-md-6 col-lg-3 card-outline card-teal rounded-0 shadow"> <div class="card-header rounded-0"> <h4 class="text-purle text-center"><b>Login</b></h4> </div> <div class="card-body rounded-0"> <form id="login-frm" action="" method="post"> <div class="input-group mb-3"> <input type="text" class="form-control" autofocus name="username" placeholder="Username"> <div class="input-group-append"> <div class="input-group-text"> <span class="fas fa-user"></span> </div> </div> </div> <div class="input-group mb-3"> <input type="password" class="form-control" name="password" placeholder="Password"> <div class="input-group-append"> <div class="input-group-text"> <span class="fas fa-lock"></span> </div>
  • 18. </div> </div> <div class="row"> <div class="col-8"> <!-- <a href="<?php echo base_url ?>">Go to Website</a> --> </div> <!-- /.col --> <div class="col-4"> <button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button> </div> <!-- /.col --> </div> </form> </div> </div> </div> </div> </div>
  • 19. <!-- jQuery --> <script src="plugins/jquery/jquery.min.js"></script> <!-- Bootstrap 4 --> <script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- AdminLTE App --> <script src="dist/js/adminlte.min.js"></script> <script> $(document).ready(function(){ end_loader(); }) </script> </body> </html>
  • 21. - Improved Emergency Response: The implementation of the Health Card system facilitates faster and more accurate medical interventions during emergencies. - Seamless Access to Health Records: The digital nature of the Health Card system ensures that individuals can access their medical records from anywhere and at any time RESULT ANALYSIS IN THIS PAPER - Enhanced Longitudinal Health Understanding: With a complete digitalized history of an individual's health, the Health Card system enables doctors to gain a better understanding of their patients longitudinal health.
  • 22. - High Security and Privacy Standards: The Health Card project prioritizes the security and privacy of patients' data. By ensuring that data sharing only occurs with the explicit consent of the user, the system maintains a high level of confidentiality. - Efficient Data Management and Sharing: The project allows individuals to securely store their medical data and grant access to healthcare professionals as needed. The ability to digitally share health records with hospitals, clinics, and other relevant parties simplifies coordination and collaboration among healthcare providers, ultimately improving the quality of care.
  • 24. Phase 1: Project team formed and met with our guide (6th March 2023) Phase 5: Frontend and backend development completed by 15th June 2023 Phase 3: Design finalised (23rd March 2023) Phase 2: Our idea, health card system for a hospital got accepted. (15th March 2023) Phase 4: Prepared dataflow diagram for our project including architectural design (9th April 2023)
  • 26. CONCLUSION AND FUTURE SCOPE • The main goal of this project is to design and develop a health card system that can be used by the patients and staff of a specific hospital . • The system also consists of a physical health card that has a static QR code and a unique number for health identification number for each patient. • The project followed a user-centered design approach .
  • 28. REFERENCE [1] Anagha Gharat, Gargi phadke , “Smart Medical Health Card for Hospital Management” published on 2022. [2] Jiang Zhu,Zhenyu Chen, “Exploration of Application Security for Medical Electronic Health Card” published on 2022. [3] GunjanV.Ukalkar,Prasad S Halgaonkar, “Cloud based NFC(Near Field Communication) health card system” published on 2017. [4] Andrija Ivanoic,Predrag Rakovic, “E-health Card Information System: Case Study Health Insurance Fund of Montenegro” published on 2019. [5] Beni Rio Hermanto,Adi Indrayanto,Arif Sasongko. “Smart card mobile data collection and medical data collecting activities in rural area” published on 2013. [6] An-Jim Long,Polun Chang, “The use of health smart card in bridging discontinuity of care for pregnant women” published on 2009. [7] J.Priyadharshini , “Development of embedded web server for healthcare system using e card” published on 2017. [8] Beni Rio Hermanto,Tati R. Mengko,Adi Indrayanto,Taufiqur Rahman, “Application protocol data unit implementation in e-health smart card for health and medical data record” published on 2013.