Skip to content

The project aims at providing an IoT based Healthcare website with features of AI Chatbot and EHR (Electronic Health Record) maintained in AWS Cloud.

Notifications You must be signed in to change notification settings

akshu15/IoT-based-Healthcare-with-AI-Chatbot-and-AWS

Repository files navigation

IoT-based-Healthcare-with AI Chatbot and AWS

This project aims at providing an IoT based remote Health care kit and AI Chatbot which provides healthcare tips to patients, and effectively, reducing the cost of customer service and providing a vital communication link between doctors and patients.

image

To use the kit, the patient first needs to register themselves to the system. After registration, the patient can then wear the connected sensors to get their health parameters monitored. This data is then sent to the cloud where it will be stored and an Electronic History Record (EHR) of each patient will be maintained for future usage. A web based application is used where the available doctors from any location can then analyze the patient’s records and notify them of their results. The application enables us to monitor the user’s health while providing access to all the earlier data to lessen the hassle and improve the lifestyle of individuals. Furthermore, the website will include health blogs, the history of the patient, and a chatbot that will provide a Self- assessment of mild symptoms.For better understanding, the proposed system has been divided into four sub-topics:

  1. IoT based Healthcare Kit
  2. Connectivity with Cloud
  3. Chatbot
  4. Web-based Portal

1. IoT based Healthcare Kit

Here we have used Nextion displays to build a Graphical User Interface (GUI).

gui

After registration, the instruction manual for usage of the kit will appear so that the user comes to know how to use the kit without any difficulty. Finally, the last step would be to use the sensors. The kit includes a Blood pressure sensor, a Temperature sensor, and Pulse Oximeter MAX30102 in which oxygen is in percentage and the heart rate is measured in BPM. The wearable sensors will collect the health parameters and their value will be displayed on the screen.

circuit

Th above figure represents Healthkit Circuit design using Tinkercad. The collected sensor data is then sent to cloud and to display this flow we have used Node-RED.

2. Connectivity with Cloud

1

Flow diagram of storing sensor data

nodered

The above diagram represents how we will send the sensor data from Node-RED to AWS IoT core. First, we have created a function ‘sensorValues’ for generating random data for our sensors. This function node is then connected to the E-doc node which is the MQTT Out node for publishing data. In MQTT out node, we have added the device data endpoint to connect to AWS, then uploaded the required certificates in TLS configuration, and lastly entered a topic name. We will then deploy our flow and send the data to AWS.

client

We have used MQTT test client to monitor the MQTT messages being passed to AWS. Devices/Node-RED publish MQTT messages that are identified by topics to communicate with AWS IoT. To test this, we have subscribed to our MQTT message topic that is 'edoc' and from the diagram we can see the incoming data from node-RED.

db

DynamoDB healthcare-data table

For storing the received data we have used the Amazon DynamoDB service. It is a NoSQL database service that supports key-value and document data structures. In DynamoDB, we have built a table named healthcare-data. Using the Rules engine we have defined a Rule in the AWS IoT that will store sensor data received from Node-RED MQTT directly into DynamoDB. From the above figure we can see that the data sent from Node-RED is getting stored in our DynamoDB healthcare-data table.

2

Flow diagram of retrieving sensor data

Now to get the data from DynamoDB we have written a Lambda function. Then we created a REST API for our lambda function using Amazon API Gateway. This REST API uses a request/response model where a client sends a request to a service and the service responds synchronously. For API Testing we have used Postman. Here, Get requests are used to retrieve the information from the Invoke URL we received from AWS. From the fig.5.4 we can see the GET request being successful.

postman

3. Chatbot

We have used Rasa for developing our healthbot. Rasa is an open source machine learning framework for building AI assistants and chatbots. Following is the snippet for the terminal version of the chatbot.

image

The objective of this chatbot is that it will ask questions related to the options that are being selected and by doing so it concludes and suggests remedies and medications to the user.

chatbot

4. Web-based Portal

Website Front end for both patient and doctor

1

4.1 Patient's side

Doctor’s List for Patient to book appointment

2

After the patient signs up, the patient will able the see the doctors that are associated with our website. The schedule and availability of doctors can also be seen as shown in the figure. The patient can book an appointment according to the doctors specification. He also has the right to cancel the appointment. The analysis and the report done by sensors can also been seen in the patient’s portal.

4.2 Doctor's Side

Patient’s appointment with all health parameters and doctor’s prescription

3

The doctor’s side portal will get access to each of their patient’s documents. They can edit their profile and accept/reject an appointment of the patient. The doctor can add the prescription in the details only to avoid any complexity. If required, then the doctor can ask the patient to come for a visit or else the diagnosis can be done online itself. As all the data is stored in the cloud doctor from any location can analyze the patient’s records and notify them of their result.

4

4.3 Admin Side

The admin is can overview the entire portal. The admin has a dashboard which lets him to analyze total appointment till date and total registered patient.

5 (3)

He can see the newly registered doctors and patients. He has the right to inactive the doctor if he is not available. The admin can see the schedule of all the doctors. He can also check the appointments for a particular doctor and can see till what process the doctor has been in terms of completion. He has the right to add or remove doctors.

Admin side Doctor Management

6

Admin side Patient Management

7

Publication

Paper entitled “Ru-Urb IoT-AI powered Healthcare Kit” is presented at “5th International Conference on Intelligent Computing and Control Systems ICICCS 2021” by “Shreya Bhutada”, “Akshata Singh”, “Purvika Gaikar ”and “Kaushiki Upadhyaya”.

About

The project aims at providing an IoT based Healthcare website with features of AI Chatbot and EHR (Electronic Health Record) maintained in AWS Cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published