SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 
E-ISSN: 2321-9637 
NFC+ Android Application by using NFC technology 
178 
for Hospital Management System 
Kiran Pujari, Atul Aher, Ankita Jadhav, Yugashree Bhadane 
Department of Information Technology, NDMVPS KBTCOE, Nasik -10. 
Email: poojarikiran333@gmail.com, ankitajadhav9@gmail.com. 
Abstract-NFC tag can be employed for automation of identification of patient and doctors in hospital using 
smart phones and tablet computers that use the Android platform NFC can be used to explore new ways of real 
time hospital workflows and data processing in the medical world. Using NFC technology, physicians can easily 
view recent ward round results and update information without manually paper works. This application shows 
how NFC act as unique ID and how mobile devices can be connected to backend services to store and retrieve 
information. Using this application patient can be assigned another doctor in case of emergency. Remote access 
to patient data can be achieved from anywhere. 
Index Terms- Android platform, NFC, Patient identification, Ward. 
1. INTRODUCTION 
Today healthcare is using information and 
communication technologies approach for early 
detection, prevention of disease and long-term 
management of healthcare in many developed 
countries to improve quality of life. Intelligent 
systems should be developed to reduce the cost of the 
medical services by achieving high operational 
efficiency and providing better service at an 
affordable cost. With the increasing number of health 
issues across different parts of the world, there is a 
need of management system with efficient patient and 
doctor identification, to store and retrieve patient 
records to ensure a proper context between the patient 
and the correct medical documentation. In a hospital 
patient identification is recurring task mainly done at 
the time of admission, during rounds at bedside , and 
while doing radiology, physical therapy done several 
hundred times a day by various doctors and hospital 
staff. Wrong identification may connect the patient to 
an different patient documentation. Unique 
Identification Number must be assigned instead of 
using just name of patient. Latest technologies like 
NFC (Near Field Technology) and RFID can be used 
to facilitate the use of the latest NFC enabled 
Smartphone for patient identification which general 
lead to a significantly higher probability of connecting 
the specific patient ID to his records to efficient 
treatment. The NFC enabled Smartphone or tablets 
can be used to ensure better doctor-to-patient, doctor-staff, 
doctor-doctor collaboration among to increase 
the health observe ability efficiency and thereby 
decrease healthcare costs. This paper describes how 
this programmable monitoring system can be 
integrated with a wide variety of networks (such as 
3G, Bluetooth, wireless LAN, WCDMA and GSM), 
and connected to hospital management server using 
Wi-Fi and mobile technology 
2. IDENTIFICATION USING NFC TAGS 
We have developed a NFC based Identification and 
hospital management system using Android platform 
to identify ,store and query data for patients form a 
backend server. Patients will equipped with wrist 
band that has NFC tag placed in, and doctors and 
other staffs will be provide with batch having NFC 
tags which will be read by NFC enabled Smartphone. 
When Smartphone are placed near batch or wristband 
the tag data will be read mobile and this unique ID 
will be sent to server to select the appropriate record. 
This tag can be assigned to patient with a unique ID at 
the time of registration. Doctors and other staff are 
also provided with batches with tag installed. The 
Tags will be assigned to doctors for authorized access 
and for security reasons. The Application is also 
monitor and manage the hospital ward round system, 
to ensure smooth and efficient management. 
Authorized doctors, users or administrator could 
easily view the ward round status. 
2.1. Existing methods 
System using bar code scanners rely on unchangeable 
information stored in the bar code. In case barcode got 
scratched, scanner could not read the data, causing 
failure or erroneous identification. NFC tags data can 
be read or rewritten without actually seeing the tag, 
The NFC tags can store up to a few bits to kilobytes.
International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 
E-ISSN: 2321-9637 
179 
2.2. Advantage of NFC tag 
With NFC there is no need of a pairing of devices, 
physicians or staff just has to place the NFC reader 
next to the tag. a secure communication between 
mobile and tag is ensured because of the short NFC 
communication distances of about 0-20 centimeters 
and the fact that NFC readers can only read one tag at 
a time. Small size of tags (0.5mm²) makes it portable. 
The fact that the tag can be rewritten, makes is cost 
effective and best suitable for using for identification. 
Their won’t be a need of paper works any manual 
writing of reports or carrying reports or files.[1][2][3] 
Using NFC in health care, doctors can save the time 
and staff required to produce and maintain the patient 
records and fast treatment could be done. The other 
major advantages of using these NFC technology is 
that the NFC standards cover the data exchange 
formats and as well as the communication protocols, 
and are based on the existing Radio Frequency 
Identification (RFID) ,standards like ISO/ IEC 18092, 
ISO/IEC14443, FeliCa and other rules defined by the 
NFC Forum. 
3. SYSTEM DESIGN WITH 
SPECIFICATION 
3.1. NFC (Near Field Communication) Tags 
Each NFC technology consists mainly of a low power 
smart tag and a reader. The tag is consists of a small 
Figure 1.NFC Tag 
antenna and a microchip as shown in figure 1. The 
NFC enabled Smartphone transmits radio-waves of 
about frequency of 13.56 MHz that are received by 
antenna in the smart tag and, which allows the reader 
to identify the information in the smart tag by 
converting the radio waves reflected by the smart tag 
in to digital information. This information is stored 
mainly in the Hospital backend server.[2] 
3.2. Multilayer architecture in hospital 
The NFC based identification and Hospital 
management system made up of six layers namely 
physical, middle, process, data access, application 
layer and user interface layer. The first layer physical 
layer consists of the NFC smart tags, antennas and NC 
enabled mobile, desktop servers, Wi-Fi Modems all 
hardware components. The Middle layer is the 
interface between the NFC smart tags and the NFC 
readers is the major layer and also the hospital 
database and management system. It also monitors the 
physical layer and follows the ISO standards. The 
RDBMS (Relational Data Base Management System) 
is the Process layer made up of the applications used 
for creation of the NFC based events. This layer 
accesses NFC, patient, doctor, staff and hospital data 
through SQL (Structured Query Language) and PHP 
code.[4] 
The Application layer interfaces with NFC tags for 
multiple users in the hospital. Finally, the User 
Interface layer is used to provide a interact and have a 
uniform interface using an Android Phone. 
3.3. Developing a NFC based Identification and 
hospital management system 
NFC based Identification and hospital management 
system is developed for Android platform using the 
Android SDK version 4.3 Jelly Bean (API level 18) 
that will be compatible with all versions and will run 
in all NFC enabled Android phones.[2]NFC 
technology will be used for identification wherein 
once a person is identified ,the ID will be sent to 
server to retrieve all the data about the patient. When 
brought near NFC tag , the mobile device extract the 
ID, and read other Android/NFC related information 
like parameters for automatic application execution, 
If ID is matched with the record the application get 
started otherwise display message of unidentified ID. 
For successful identification it opens up the patient 
records and display information coming from the 
backend server system. 
3.4. Server and android mobile device 
The NFC Tag ID read by mobile are sent to the server 
through the internet by using the hospital Wi-Fi. The 
server system is designed in C# .net, that is used to 
register patient, doctors and other staff, assigned ID, 
store, and processes the received data in the server 
showed in figure 2 Through the wireless internet, the 
server is able to connect to different types of mobile 
devices and various development testing can be 
performed on it. After the record is found, the 
corresponding data that could be patient is serialized 
to XML and returned to the calling device. The query 
processes handle the communication between the 
server and Android mobile device to display 
information on a mobile screen in real-time.[5]A lot
International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 
E-ISSN: 2321-9637 
180 
of performance is taken by XML parsing libraries, 
from mobile devices. In the backend server code, we 
Figure 2. Architecture of proposed system 
applied certain optimizations to minimize the amount 
of data transmitted. 
3.5. Patient identification using NFC 
technology 
(1) Patients once registered are equipped with a 
NFC wristband which carries a unique ID. 
Every time a new ID is created for each 
patient. Doctors and staff are also assigned 
batches with Unique ID carrying Tag 
installed. 
(2) During a ward round, a physician or hospital 
staff first need to present their batch for 
authorization without with the patient cannot 
be treated. After the device reads the tag 
information it starts the NFC application 
with the read ID as a parameter. 
(3) Once authorized can physician read, update 
the Patient information by placing the NFC 
enabled mobile device (Smartphone, tablet, 
etc.) next to the wristband. 
(4) The application sends requests to hospital 
server for the given ID 
(5) The backend plug-in searches for the ID 
records and the corresponding record (or 
ward round composition) and returns the data 
to the calling mobile. 
(6) The composition received is extracted from 
the response and parses it in a format to 
render the user interface. The doctors then 
can edit and update the information 
(7) Record saved on the Smartphone forces the 
device to serialize it and send it back to the 
server, where record is stored in persistent 
database. 
4. USABILITY ON SMARTPHONES 
The NFC based Identification and hospital 
management Systems is implemented focusing on a 
clear and structured user interface. The first screen 
appear when the application starts asking for 
presenting doctors batch As shown in figure 3 
Figure 3.Main Screen for detecting doctors batch. 
Next screen displays all the information of doctor like 
his specialty and name etc. Then doctor can view 
patient information by reading tag ID. After Tag ID is 
read, the patient Information is display with the option 
to modify and update the information after the 
treatment is carried out. The record saved is sent to 
server where it is updated and saved. The patient 
information will appear as Show in Figure
International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 
E-ISSN: 2321-9637 
181 
Figure 4.NFC Identification system showing doctor 
details. 
All the information including ECG reports, X-ray 
can be view in patient information. For discharge 
there is a icon on the doctor info screen, which only 
doctor has access to, once clicked it ask for tag ID and 
for specific ID, that patient will be recorded discharge 
for specific time and date, message is sent to server 
and billing is done on the server side. The most 
important department in any hospital is emergency 
cases that are solved without disturbing the patient. So 
in case when doctors are not in hospital they can have 
a remote access to patient detail in read mode and a 
alternate doctor could be consulted. 
5. EXPERIMENTAL RESULTS 
Practical tests have been conducted to evaluate the 
real time performance of NFC identification and 
hospital management system. An author wore 
wristband integrated with NFC tags. When mobile 
having application installed was placed near author, 
ID was successfully detected. All packets transmitted 
through the internet are verified in the server 
monitoring program. Algorithms that are implemented 
as mobile application software using Android 
language to handle all the processes from the server 
were successfully executed. Data Updated on mobile 
was successfully saved on to the server using 
MySQL. The template and archetypes for the backend 
database or server must be predefined to store or 
retrieve the required kind of data. Such templates can 
be defined as flexible and adaptable to local needs as 
needed by specialists and can be edited and 
customized for each institution. 
6. CONCLUSION 
The Android Smartphone’s having NFC application 
used in any Hospital, Clinic, Dispensary or Pathology 
labs .Here we tried to show how NFC enabled mobile 
can used for identification and be connected via the 
any network to exchange information across any 
device that is incompatible or does not have an NFC 
reader. Hence we can conclude that NFC technology 
appear to be credible for providing a efficient solution 
in many health care organization. 
REFERENCES 
[1] F. A. Correa, M.J. Gil, and L.B. Redín,“Benefits 
of Connecting RFID and Lean Principles in 
Health Care”, Working Paper05-4, Business 
Economics Series 10, 2005. 
[2] S. Shepard, “RFID Radio Frequency 
Identification”, The McGraw-Hall 
Companies,Inc. USA, 2005. 
[3] Klaus Bayrhammer, Thomas Grechenig, 
HaraldKöstinger, Michael Fiedler, Wolfgang 
Schramm__³Using a Rule-Based Service Bus for 
Controlling Dataflow in Patient Centric Hospital 
Information Systems´; 2nd IEEE-AMA Medical 
Technology Conference on Individualized 
Healthcare, Boston, MA, USA; on October 16- 
18. 
[4] HaraldKöstinger, Thomas Grechenig, Klaus 
Bayrhammer, Michael Fiedler, Wolfgang 
Schramm__³Extending the Patient Synchronized 
Applications Profile with Tools for Distributed 
Diagnosis´; 2nd IEEE-AMA Medical Technology 
Conference on Individualized Healthcare, 
Boston, MA, USA; on October 16-18, 2011. 
[5] B Wolfgang Schramm, HaraldKöstinger, Klaus 
Bayrhammer, Michael Fiedler and Thomas 
Grechenig__³Developing a Hospital Information 
System Ecosystem for Creating new Clinical 
Collaboration Methodologies´; 1st IEEE-EMBS 
International Conference on Biomedical and 
Health Informatics, Hong Kong, Shenzhen, 
China; on January 5-7, 2012. 
[6] Rosa Iglesias, Jorge Parra, Cristina Cruces, Nuria 
Gómez de Segura, Proceedings of the 2nd 
International Conference on Pervasive 
Technologies Related to Assistive Environments, 
Article No. 27,Corfu, Greece, on June 09- 
13,2009.

More Related Content

What's hot

Perceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of thingsPerceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of thingsDr. Raghavendra GS
 
Security and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOTSecurity and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOTIRJET Journal
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET Journal
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET Journal
 
Wireless server for total healthcare system for clients
Wireless server for total healthcare system for clientsWireless server for total healthcare system for clients
Wireless server for total healthcare system for clientseSAT Publishing House
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET Journal
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io tIJARIIT
 
Internet-Of-Things Based Intelligent Home-centric Healthcare System
Internet-Of-Things Based Intelligent Home-centric Healthcare SystemInternet-Of-Things Based Intelligent Home-centric Healthcare System
Internet-Of-Things Based Intelligent Home-centric Healthcare SystemIJTET Journal
 
Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]NahidHasanSany
 
Mobility In Healthcare
Mobility In HealthcareMobility In Healthcare
Mobility In HealthcareJames A. Morin
 
Radio Frequency Identification (RFID) Based Employee Management System (EMS)
Radio Frequency Identification (RFID) Based Employee Management System (EMS)Radio Frequency Identification (RFID) Based Employee Management System (EMS)
Radio Frequency Identification (RFID) Based Employee Management System (EMS)inventionjournals
 
Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system IJECEIAES
 
Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...
Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...
Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...IJERA Editor
 
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET Journal
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET Journal
 
IRJET-Intelligent Medicine box for disabled peoples
IRJET-Intelligent Medicine box for disabled peoplesIRJET-Intelligent Medicine box for disabled peoples
IRJET-Intelligent Medicine box for disabled peoplesIRJET Journal
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET Journal
 

What's hot (20)

Perceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of thingsPerceptive planning for smart healthcare system through the internet of things
Perceptive planning for smart healthcare system through the internet of things
 
Security and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOTSecurity and Privacy Protection of Medical Sensor Data of Patient using IOT
Security and Privacy Protection of Medical Sensor Data of Patient using IOT
 
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring SystemIRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
IRJET- Authorization for Wearable Biomedical Gadgets Monitoring System
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
 
Wireless server for total healthcare system for clients
Wireless server for total healthcare system for clientsWireless server for total healthcare system for clients
Wireless server for total healthcare system for clients
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoT
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io t
 
Internet-Of-Things Based Intelligent Home-centric Healthcare System
Internet-Of-Things Based Intelligent Home-centric Healthcare SystemInternet-Of-Things Based Intelligent Home-centric Healthcare System
Internet-Of-Things Based Intelligent Home-centric Healthcare System
 
Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]Mobile Based Doctor-Patient Consultation Application [E-Clinic]
Mobile Based Doctor-Patient Consultation Application [E-Clinic]
 
Mobility In Healthcare
Mobility In HealthcareMobility In Healthcare
Mobility In Healthcare
 
Radio Frequency Identification (RFID) Based Employee Management System (EMS)
Radio Frequency Identification (RFID) Based Employee Management System (EMS)Radio Frequency Identification (RFID) Based Employee Management System (EMS)
Radio Frequency Identification (RFID) Based Employee Management System (EMS)
 
C1031724
C1031724C1031724
C1031724
 
Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system Internet of things–based vital sign monitoring system
Internet of things–based vital sign monitoring system
 
Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...
Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...
Survey on Mobile Based Telemedicine System for Patient Monitoring and Diagnos...
 
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and Telemedicine
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
 
IRJET-Intelligent Medicine box for disabled peoples
IRJET-Intelligent Medicine box for disabled peoplesIRJET-Intelligent Medicine box for disabled peoples
IRJET-Intelligent Medicine box for disabled peoples
 
K017547981
K017547981K017547981
K017547981
 
Frid smart lms
Frid smart lmsFrid smart lms
Frid smart lms
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
 

Viewers also liked

Paper id 252014129
Paper id 252014129Paper id 252014129
Paper id 252014129IJRAT
 
Paper id 25201475
Paper id 25201475Paper id 25201475
Paper id 25201475IJRAT
 
Paper id 21201485
Paper id 21201485Paper id 21201485
Paper id 21201485IJRAT
 
Paper id 28201429
Paper id 28201429Paper id 28201429
Paper id 28201429IJRAT
 
Paper id 22201490
Paper id 22201490Paper id 22201490
Paper id 22201490IJRAT
 
Paper id 24201424
Paper id 24201424Paper id 24201424
Paper id 24201424IJRAT
 
Paper id 21201470
Paper id 21201470Paper id 21201470
Paper id 21201470IJRAT
 
Paper id 25201496
Paper id 25201496Paper id 25201496
Paper id 25201496IJRAT
 
Paper id 23201490
Paper id 23201490Paper id 23201490
Paper id 23201490IJRAT
 
Assistive technology powerpoint
Assistive technology powerpointAssistive technology powerpoint
Assistive technology powerpointalpayne2
 
Paper id 25201479
Paper id 25201479Paper id 25201479
Paper id 25201479IJRAT
 
Paper id 24201493
Paper id 24201493Paper id 24201493
Paper id 24201493IJRAT
 
Paper id 24201422
Paper id 24201422Paper id 24201422
Paper id 24201422IJRAT
 
Paper id 2720149
Paper id 2720149Paper id 2720149
Paper id 2720149IJRAT
 
Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130IJRAT
 
Paper id 2920141
Paper id 2920141Paper id 2920141
Paper id 2920141IJRAT
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112IJRAT
 
Paper id 21201499
Paper id 21201499Paper id 21201499
Paper id 21201499IJRAT
 
Paper id 24201438
Paper id 24201438Paper id 24201438
Paper id 24201438IJRAT
 

Viewers also liked (20)

Paper id 252014129
Paper id 252014129Paper id 252014129
Paper id 252014129
 
Paper id 25201475
Paper id 25201475Paper id 25201475
Paper id 25201475
 
Paper id 21201485
Paper id 21201485Paper id 21201485
Paper id 21201485
 
Paper id 28201429
Paper id 28201429Paper id 28201429
Paper id 28201429
 
Paper id 22201490
Paper id 22201490Paper id 22201490
Paper id 22201490
 
Presentasi agama2
Presentasi agama2Presentasi agama2
Presentasi agama2
 
Paper id 24201424
Paper id 24201424Paper id 24201424
Paper id 24201424
 
Paper id 21201470
Paper id 21201470Paper id 21201470
Paper id 21201470
 
Paper id 25201496
Paper id 25201496Paper id 25201496
Paper id 25201496
 
Paper id 23201490
Paper id 23201490Paper id 23201490
Paper id 23201490
 
Assistive technology powerpoint
Assistive technology powerpointAssistive technology powerpoint
Assistive technology powerpoint
 
Paper id 25201479
Paper id 25201479Paper id 25201479
Paper id 25201479
 
Paper id 24201493
Paper id 24201493Paper id 24201493
Paper id 24201493
 
Paper id 24201422
Paper id 24201422Paper id 24201422
Paper id 24201422
 
Paper id 2720149
Paper id 2720149Paper id 2720149
Paper id 2720149
 
Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130
 
Paper id 2920141
Paper id 2920141Paper id 2920141
Paper id 2920141
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112
 
Paper id 21201499
Paper id 21201499Paper id 21201499
Paper id 21201499
 
Paper id 24201438
Paper id 24201438Paper id 24201438
Paper id 24201438
 

Similar to NFC Hospital Management

SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOTSPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOTEditor IJCATR
 
IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval IRJET Journal
 
IoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized PrescriptionIoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized PrescriptionIRJET Journal
 
peer reviewed journals
 peer reviewed journals  peer reviewed journals
peer reviewed journals akhila1001
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemIRJET Journal
 
Building a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docxBuilding a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docxhartrobert670
 
Wireless Medical Devices
Wireless Medical DevicesWireless Medical Devices
Wireless Medical DevicesEMMAIntl
 
IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography IJECEIAES
 
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...Jeff Nelson
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...IRJET Journal
 
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...IRJET Journal
 
NEAR FIELD COMMUNICATION (NFC) TECHNOLOGY: A SURVEY
NEAR FIELD COMMUNICATION (NFC)  TECHNOLOGY: A SURVEY NEAR FIELD COMMUNICATION (NFC)  TECHNOLOGY: A SURVEY
NEAR FIELD COMMUNICATION (NFC) TECHNOLOGY: A SURVEY IJCI JOURNAL
 
An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...TELKOMNIKA JOURNAL
 
Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...
Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...
Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...IRJET Journal
 
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURESNEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURESIRJET Journal
 
SECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORK
SECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORKSECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORK
SECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORKijasuc
 
IoT Based Patient Monitoring System
IoT Based Patient Monitoring SystemIoT Based Patient Monitoring System
IoT Based Patient Monitoring SystemIRJET Journal
 

Similar to NFC Hospital Management (20)

SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOTSPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
SPHMS : Smart Patient m-Healthcare Monitoring System with NFC and IOT
 
IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval IRJET- Survey Paper on NFC based Data Retrieval
IRJET- Survey Paper on NFC based Data Retrieval
 
IoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized PrescriptionIoT Health Monitoring with Voice Recognized Prescription
IoT Health Monitoring with Voice Recognized Prescription
 
Research Journal
Research JournalResearch Journal
Research Journal
 
Paper Publication
Paper PublicationPaper Publication
Paper Publication
 
peer reviewed journals
 peer reviewed journals  peer reviewed journals
peer reviewed journals
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
 
Building a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docxBuilding a Smart Hospital using RFID technologiesPatrik Fu.docx
Building a Smart Hospital using RFID technologiesPatrik Fu.docx
 
Wireless Medical Devices
Wireless Medical DevicesWireless Medical Devices
Wireless Medical Devices
 
IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography IoT based on secure personal healthcare using RFID technology and steganography
IoT based on secure personal healthcare using RFID technology and steganography
 
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...A UHF Radio Frequency Identification (RFID) System For Healthcare  Design And...
A UHF Radio Frequency Identification (RFID) System For Healthcare Design And...
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
 
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
 
NEAR FIELD COMMUNICATION (NFC) TECHNOLOGY: A SURVEY
NEAR FIELD COMMUNICATION (NFC)  TECHNOLOGY: A SURVEY NEAR FIELD COMMUNICATION (NFC)  TECHNOLOGY: A SURVEY
NEAR FIELD COMMUNICATION (NFC) TECHNOLOGY: A SURVEY
 
An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...An efficient IoT based biomedical health monitoring and diagnosing system usi...
An efficient IoT based biomedical health monitoring and diagnosing system usi...
 
Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...
Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...
Demonetization in Indian Currency – Illegal Money - IoT: Effective Identifica...
 
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURESNEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
NEAR FIELD COMMUNICATION, IT’S VULNERABILITY AND COUNTER MEASURES
 
SECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORK
SECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORKSECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORK
SECURITY ARCHITECTURE FOR AT-HOME MEDICAL CARE USING BODY SENSOR NETWORK
 
IoT Based Patient Monitoring System
IoT Based Patient Monitoring SystemIoT Based Patient Monitoring System
IoT Based Patient Monitoring System
 
Sub1590
Sub1590Sub1590
Sub1590
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

NFC Hospital Management

  • 1. International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 E-ISSN: 2321-9637 NFC+ Android Application by using NFC technology 178 for Hospital Management System Kiran Pujari, Atul Aher, Ankita Jadhav, Yugashree Bhadane Department of Information Technology, NDMVPS KBTCOE, Nasik -10. Email: poojarikiran333@gmail.com, ankitajadhav9@gmail.com. Abstract-NFC tag can be employed for automation of identification of patient and doctors in hospital using smart phones and tablet computers that use the Android platform NFC can be used to explore new ways of real time hospital workflows and data processing in the medical world. Using NFC technology, physicians can easily view recent ward round results and update information without manually paper works. This application shows how NFC act as unique ID and how mobile devices can be connected to backend services to store and retrieve information. Using this application patient can be assigned another doctor in case of emergency. Remote access to patient data can be achieved from anywhere. Index Terms- Android platform, NFC, Patient identification, Ward. 1. INTRODUCTION Today healthcare is using information and communication technologies approach for early detection, prevention of disease and long-term management of healthcare in many developed countries to improve quality of life. Intelligent systems should be developed to reduce the cost of the medical services by achieving high operational efficiency and providing better service at an affordable cost. With the increasing number of health issues across different parts of the world, there is a need of management system with efficient patient and doctor identification, to store and retrieve patient records to ensure a proper context between the patient and the correct medical documentation. In a hospital patient identification is recurring task mainly done at the time of admission, during rounds at bedside , and while doing radiology, physical therapy done several hundred times a day by various doctors and hospital staff. Wrong identification may connect the patient to an different patient documentation. Unique Identification Number must be assigned instead of using just name of patient. Latest technologies like NFC (Near Field Technology) and RFID can be used to facilitate the use of the latest NFC enabled Smartphone for patient identification which general lead to a significantly higher probability of connecting the specific patient ID to his records to efficient treatment. The NFC enabled Smartphone or tablets can be used to ensure better doctor-to-patient, doctor-staff, doctor-doctor collaboration among to increase the health observe ability efficiency and thereby decrease healthcare costs. This paper describes how this programmable monitoring system can be integrated with a wide variety of networks (such as 3G, Bluetooth, wireless LAN, WCDMA and GSM), and connected to hospital management server using Wi-Fi and mobile technology 2. IDENTIFICATION USING NFC TAGS We have developed a NFC based Identification and hospital management system using Android platform to identify ,store and query data for patients form a backend server. Patients will equipped with wrist band that has NFC tag placed in, and doctors and other staffs will be provide with batch having NFC tags which will be read by NFC enabled Smartphone. When Smartphone are placed near batch or wristband the tag data will be read mobile and this unique ID will be sent to server to select the appropriate record. This tag can be assigned to patient with a unique ID at the time of registration. Doctors and other staff are also provided with batches with tag installed. The Tags will be assigned to doctors for authorized access and for security reasons. The Application is also monitor and manage the hospital ward round system, to ensure smooth and efficient management. Authorized doctors, users or administrator could easily view the ward round status. 2.1. Existing methods System using bar code scanners rely on unchangeable information stored in the bar code. In case barcode got scratched, scanner could not read the data, causing failure or erroneous identification. NFC tags data can be read or rewritten without actually seeing the tag, The NFC tags can store up to a few bits to kilobytes.
  • 2. International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 E-ISSN: 2321-9637 179 2.2. Advantage of NFC tag With NFC there is no need of a pairing of devices, physicians or staff just has to place the NFC reader next to the tag. a secure communication between mobile and tag is ensured because of the short NFC communication distances of about 0-20 centimeters and the fact that NFC readers can only read one tag at a time. Small size of tags (0.5mm²) makes it portable. The fact that the tag can be rewritten, makes is cost effective and best suitable for using for identification. Their won’t be a need of paper works any manual writing of reports or carrying reports or files.[1][2][3] Using NFC in health care, doctors can save the time and staff required to produce and maintain the patient records and fast treatment could be done. The other major advantages of using these NFC technology is that the NFC standards cover the data exchange formats and as well as the communication protocols, and are based on the existing Radio Frequency Identification (RFID) ,standards like ISO/ IEC 18092, ISO/IEC14443, FeliCa and other rules defined by the NFC Forum. 3. SYSTEM DESIGN WITH SPECIFICATION 3.1. NFC (Near Field Communication) Tags Each NFC technology consists mainly of a low power smart tag and a reader. The tag is consists of a small Figure 1.NFC Tag antenna and a microchip as shown in figure 1. The NFC enabled Smartphone transmits radio-waves of about frequency of 13.56 MHz that are received by antenna in the smart tag and, which allows the reader to identify the information in the smart tag by converting the radio waves reflected by the smart tag in to digital information. This information is stored mainly in the Hospital backend server.[2] 3.2. Multilayer architecture in hospital The NFC based identification and Hospital management system made up of six layers namely physical, middle, process, data access, application layer and user interface layer. The first layer physical layer consists of the NFC smart tags, antennas and NC enabled mobile, desktop servers, Wi-Fi Modems all hardware components. The Middle layer is the interface between the NFC smart tags and the NFC readers is the major layer and also the hospital database and management system. It also monitors the physical layer and follows the ISO standards. The RDBMS (Relational Data Base Management System) is the Process layer made up of the applications used for creation of the NFC based events. This layer accesses NFC, patient, doctor, staff and hospital data through SQL (Structured Query Language) and PHP code.[4] The Application layer interfaces with NFC tags for multiple users in the hospital. Finally, the User Interface layer is used to provide a interact and have a uniform interface using an Android Phone. 3.3. Developing a NFC based Identification and hospital management system NFC based Identification and hospital management system is developed for Android platform using the Android SDK version 4.3 Jelly Bean (API level 18) that will be compatible with all versions and will run in all NFC enabled Android phones.[2]NFC technology will be used for identification wherein once a person is identified ,the ID will be sent to server to retrieve all the data about the patient. When brought near NFC tag , the mobile device extract the ID, and read other Android/NFC related information like parameters for automatic application execution, If ID is matched with the record the application get started otherwise display message of unidentified ID. For successful identification it opens up the patient records and display information coming from the backend server system. 3.4. Server and android mobile device The NFC Tag ID read by mobile are sent to the server through the internet by using the hospital Wi-Fi. The server system is designed in C# .net, that is used to register patient, doctors and other staff, assigned ID, store, and processes the received data in the server showed in figure 2 Through the wireless internet, the server is able to connect to different types of mobile devices and various development testing can be performed on it. After the record is found, the corresponding data that could be patient is serialized to XML and returned to the calling device. The query processes handle the communication between the server and Android mobile device to display information on a mobile screen in real-time.[5]A lot
  • 3. International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 E-ISSN: 2321-9637 180 of performance is taken by XML parsing libraries, from mobile devices. In the backend server code, we Figure 2. Architecture of proposed system applied certain optimizations to minimize the amount of data transmitted. 3.5. Patient identification using NFC technology (1) Patients once registered are equipped with a NFC wristband which carries a unique ID. Every time a new ID is created for each patient. Doctors and staff are also assigned batches with Unique ID carrying Tag installed. (2) During a ward round, a physician or hospital staff first need to present their batch for authorization without with the patient cannot be treated. After the device reads the tag information it starts the NFC application with the read ID as a parameter. (3) Once authorized can physician read, update the Patient information by placing the NFC enabled mobile device (Smartphone, tablet, etc.) next to the wristband. (4) The application sends requests to hospital server for the given ID (5) The backend plug-in searches for the ID records and the corresponding record (or ward round composition) and returns the data to the calling mobile. (6) The composition received is extracted from the response and parses it in a format to render the user interface. The doctors then can edit and update the information (7) Record saved on the Smartphone forces the device to serialize it and send it back to the server, where record is stored in persistent database. 4. USABILITY ON SMARTPHONES The NFC based Identification and hospital management Systems is implemented focusing on a clear and structured user interface. The first screen appear when the application starts asking for presenting doctors batch As shown in figure 3 Figure 3.Main Screen for detecting doctors batch. Next screen displays all the information of doctor like his specialty and name etc. Then doctor can view patient information by reading tag ID. After Tag ID is read, the patient Information is display with the option to modify and update the information after the treatment is carried out. The record saved is sent to server where it is updated and saved. The patient information will appear as Show in Figure
  • 4. International Journal of Research in Advent Technology, Vol.2, No.2, April 2014 E-ISSN: 2321-9637 181 Figure 4.NFC Identification system showing doctor details. All the information including ECG reports, X-ray can be view in patient information. For discharge there is a icon on the doctor info screen, which only doctor has access to, once clicked it ask for tag ID and for specific ID, that patient will be recorded discharge for specific time and date, message is sent to server and billing is done on the server side. The most important department in any hospital is emergency cases that are solved without disturbing the patient. So in case when doctors are not in hospital they can have a remote access to patient detail in read mode and a alternate doctor could be consulted. 5. EXPERIMENTAL RESULTS Practical tests have been conducted to evaluate the real time performance of NFC identification and hospital management system. An author wore wristband integrated with NFC tags. When mobile having application installed was placed near author, ID was successfully detected. All packets transmitted through the internet are verified in the server monitoring program. Algorithms that are implemented as mobile application software using Android language to handle all the processes from the server were successfully executed. Data Updated on mobile was successfully saved on to the server using MySQL. The template and archetypes for the backend database or server must be predefined to store or retrieve the required kind of data. Such templates can be defined as flexible and adaptable to local needs as needed by specialists and can be edited and customized for each institution. 6. CONCLUSION The Android Smartphone’s having NFC application used in any Hospital, Clinic, Dispensary or Pathology labs .Here we tried to show how NFC enabled mobile can used for identification and be connected via the any network to exchange information across any device that is incompatible or does not have an NFC reader. Hence we can conclude that NFC technology appear to be credible for providing a efficient solution in many health care organization. REFERENCES [1] F. A. Correa, M.J. Gil, and L.B. Redín,“Benefits of Connecting RFID and Lean Principles in Health Care”, Working Paper05-4, Business Economics Series 10, 2005. [2] S. Shepard, “RFID Radio Frequency Identification”, The McGraw-Hall Companies,Inc. USA, 2005. [3] Klaus Bayrhammer, Thomas Grechenig, HaraldKöstinger, Michael Fiedler, Wolfgang Schramm__³Using a Rule-Based Service Bus for Controlling Dataflow in Patient Centric Hospital Information Systems´; 2nd IEEE-AMA Medical Technology Conference on Individualized Healthcare, Boston, MA, USA; on October 16- 18. [4] HaraldKöstinger, Thomas Grechenig, Klaus Bayrhammer, Michael Fiedler, Wolfgang Schramm__³Extending the Patient Synchronized Applications Profile with Tools for Distributed Diagnosis´; 2nd IEEE-AMA Medical Technology Conference on Individualized Healthcare, Boston, MA, USA; on October 16-18, 2011. [5] B Wolfgang Schramm, HaraldKöstinger, Klaus Bayrhammer, Michael Fiedler and Thomas Grechenig__³Developing a Hospital Information System Ecosystem for Creating new Clinical Collaboration Methodologies´; 1st IEEE-EMBS International Conference on Biomedical and Health Informatics, Hong Kong, Shenzhen, China; on January 5-7, 2012. [6] Rosa Iglesias, Jorge Parra, Cristina Cruces, Nuria Gómez de Segura, Proceedings of the 2nd International Conference on Pervasive Technologies Related to Assistive Environments, Article No. 27,Corfu, Greece, on June 09- 13,2009.