AD3002 Healthcare Unit 3 New
AD3002 Healthcare Unit 3 New
DEPARTMENT OF AI&DS
Lecture
Unit -3 Healthcare Management 1
No
Topic IOT -Definition, Architecture, application
Bloom’s
Learning Outcome (LO) At the end of this lecture, students will be able to
Knowledge Level
LO1 Define IOT K1
LO2 Describe IOT healthcare architecture K1
LO3 Explain the various application of IOT devices in healthcare K2
LO4 Explain IOT devices feature K2
IOT:
Internet of Things (IoT) technologies in healthcare, often referred to as IoT in Healthcare (IoT-
HC) or Healthcare IoT (HIoT), offer numerous benefits and applications to improve patient care,
enhance efficiency, and streamline healthcare processes. Here are some key areas where IoT is
making a significant impact in healthcare:
IoT technology brings numerous applications in healthcare, from remote monitoring to smart
sensors to medical device integration. It keeps the patients safe and healthy as well as
improves the physician delivers care towards the patients.
Healthcare devices collect diverse data from a large set of real-world cases that increases the
accuracy and the size of medical data.
Product Infrastructure: IoT product infrastructure such as hardware/software component read the
sensors signals and display them to a dedicated device.
Sensors: IoT in healthcare has different sensors devices such as pulse-oximeter, electrocardiogram,
thermometer, fluid level sensor, sphygmomanometer (blood pressure) that read the current patient
situation (data).
Connectivity: IoT system provides better connectivity (using Bluetooth, WiFi, etc.) of devices or
sensors from microcontroller to server and vice-versa to read data.
Analytics: Healthcare system analyzes the data from sensors and correlates to get healthy
parameters of the patient and on the basis of their analyze data they can upgrade the patient health.
Application Platform: IoT system access information to healthcare professionals on their monitor
device for all patients with all details.
IoT challenges in Healthcare
Data security & privacy
Integration: multiple devices & protocols
Data overload & accuracy
Cost
Efficient resource utilization: If we know the functionality and the way that how each device
work we definitely increase the efficient resource utilization as well as monitor natural resources.
Minimize human effort: As the devices of IoT interact and communicate with each other and do
lot of task for us, then they minimize the human effort.
Save time: As it reduces the human effort then it definitely saves out time. Time is the primary
factor which can save through IoT platform.
Enhance Data Collection:
Improve security: Now, if we have a system that all these things are interconnected then we can
make the system more secure and efficient.
Disadvantages of IoT
Security: As the IoT systems are interconnected and communicate over networks. The system
offers little control despite any security measures, and it can be lead the various kinds of network
attacks.
Privacy: Even without the active participation on the user, the IoT system provides substantial
personal data in maximum detail.
Complexity: The designing, developing, and maintaining and enabling the large technology to IoT
system is quite complicated.
Remote Patient Monitoring:
Wearable Devices: IoT-enabled wearable devices can monitor and transmit real-time health data,
such as heart rate, blood pressure, glucose levels, and activity levels, to healthcare providers. This
allows for continuous monitoring of patients outside of traditional healthcare settings.
Smart Health Devices: Devices like smart inhalers, glucometers, and blood pressure monitors
connected to the IoT can provide healthcare professionals with valuable data for proactive patient
management.
Telemedicine and Virtual Care:
IoT Sensors and Cameras: Integrating IoT devices into telehealth solutions allows for remote
patient assessments. Sensors and cameras can provide real-time data, enabling healthcare
professionals to monitor patients and make informed decisions during virtual consultations.
Hospital Asset Management:
RFID Tags and IoT Sensors: Hospitals can use IoT technologies to track the location and status of
medical equipment, medications, and other assets. This helps in reducing equipment downtime,
minimizing losses, and optimizing resource allocation.
• Smart Hospitals:
Building Automation Systems: IoT in healthcare extends to building management systems that
optimize energy usage, ensure patient comfort, and enhance the overall efficiency of hospital
operations. Smart lighting, temperature control, and security systems contribute to a more patient-
friendly environment.
Medication Adherence:
Smart Pill Dispensers: IoT devices can be used to monitor and enhance medication adherence.
Smart pill dispensers remind patients to take medications on time, and healthcare providers can
receive alerts if a patient misses a dose.
Supply Chain Management:
IoT-enabled Tracking: Ensuring the proper storage and transportation of medical supplies and
pharmaceuticals is crucial. IoT sensors can monitor temperature, humidity, and other conditions
during transit to maintain the integrity of medical products.
Chronic Disease Management:
IoT-enabled Implants and Devices: Implantable IoT devices can continuously monitor patients
with chronic conditions and transmit data to healthcare providers. This enables early detection of
issues and timely intervention.
Big Data and Analytics Platforms: IoT-generated data can be analyzed to identify patterns,
predict disease outbreaks, and optimize treatment plans. Machine learning algorithms applied to
large datasets can offer valuable insights for personalized healthcare.
Implementing IoT in healthcare requires careful consideration of security and privacy concerns to
ensure the confidentiality and integrity of patient data. Standards and regulations, such as the Health
Insurance Portability and Accountability Act (HIPAA) in the United States, play a critical role in
guiding the secure deployment of IoT solutions in healthcare environments.
Bloom’s
Qn
Question Answer Knowledge
No
Level
1. How does the Internet of Things (IoT) contribute
to healthcare analytics?
A Remembering
A) By providing real-time data from connected
devices for monitoring and analysis
B) By enhancing the security of healthcare data
C) By automating administrative tasks in
healthcare organizations
D) By creating virtual healthcare simulations for
training purposes
Students have to prepare answers for the following questions at the end of the lecture
Marks CO Bloom’s
Qn
Question Knowledge
No
Level
1. What is IOT in Healthcare 2 1 K1
2, List out the healthcare application for an IOT devices 2 1 K1
3. Explain in detail of IOT in healthcare architecture 13 1 K2
4. Discuss in detail of IOT in healthcare 13 1 K2
Reference Book:
CARE COLLEGE OF ENGINEERING, TRICHY
DEPARTMENT OF AI&DS
Lecture
Unit -3 Healthcare Management 2
No
Topic Migration of healthcare Relational database to NoSQL Cloud Database
Bloom’s
Learning Outcome (LO) At the end of this lecture, students will be able to
Knowledge Level
LO1 Define NOSQL Database. K1
LO2 Differentiate RDBMS and NoSQL database K1
LO3 Discuss the importance of migration from RDBMS to NOSQL K2
LO4 Identify the application of NoSQL K1
NoSQL Database
NoSQL databases, often interpreted as "Not Only SQL," are a class of database management
systems that differ from traditional relational databases. They are designed to handle various types
of data, including structured, semi-structured, and unstructured data. NoSQL databases provide a
flexible and scalable solution for managing large volumes of diverse data in distributed
environments.
In healthcare we migrate from Relational Database to NoSQL (Non Relational SQL) cloud
database. Here are some common reasons for migrating from a relational database to a NoSQL
database:
Flexible Schema:
• Relational Database (RDBMS): Requires a predefined schema with a fixed structure. Any
changes to the schema may require altering tables, which can be a time-consuming process.
o NoSQL Database: Offers flexible schema design, allowing for dynamic changes to data
structures. This flexibility is particularly beneficial in scenarios where the data model
evolves frequently.
Scalability:
• Relational Database (RDBMS): Scaling vertically (adding more resources to a single server)
is a common approach. This has limitations and can become expensive.
o NoSQL Database: Designed to scale horizontally by adding more servers to a distributed
system. This makes it easier to handle large volumes of data and traffic, providing better
scalability.
Performance:
• Relational Database (RDBMS): Well-suited for complex queries and transactions but may
face challenges with read and write scalability in high-traffic scenarios.
o NoSQL Database: Optimized for specific use cases, offering high performance for read and
write operations, especially in scenarios where quick access to large amounts of data is
crucial.
• Relational Database (RDBMS): Traditional databases may struggle to handle large volumes
of unstructured or semi-structured data.
o NoSQL Database: Well-suited for handling various types of data, including unstructured or
semi-structured data often associated with big data analytics and real-time applications.
Agile Development and Rapid Prototyping:
Cost Efficiency:
• Relational Database (RDBMS): Licensing costs and hardware requirements can be high,
especially as data volumes grow.
o NoSQL Database: Often more cost-effective for scaling horizontally as it can leverage
commodity hardware and open-source software.
• Relational Database (RDBMS): May struggle with real-time analytics due to the complexity
of queries and indexing.
o NoSQL Database: Better suited for real-time analytics and processing of large datasets.
Specific Use Cases:
• Relational Database (RDBMS): Ideal for traditional transactional applications where ACID
properties (Atomicity, Consistency, Isolation, Durability) are crucial.
o NoSQL Database: Suited for various use cases, including content management systems, IoT
applications, social media platforms, and scenarios where scalability and flexibility are
priorities.
It's important to note that the decision to migrate from a relational to a NoSQL database should be
based on a careful analysis of the organization's specific needs, the nature of the data, and the
characteristics of the application. The choice between the two depends on factors such as data
structure, scalability requirements, and the agility needed in the development process. In some
cases, a hybrid approach or polyglot persistence (using multiple databases for different needs) might
be appropriate.
Migrating a healthcare relational database to a NoSQL cloud database involves careful planning and
execution to ensure the seamless transition of data while maintaining security, compliance, and data
integrity.
Data Inventory: Identify all tables, relationships, stored procedures, and other objects in the existing
healthcare relational database.
Schema Mapping: Understand the differences between the relational schema and the NoSQL
database schema. Map the existing relational schema to the new NoSQL structure.
Data Volume and Size: Analyze the size of the existing data to estimate storage requirements in the
NoSQL cloud database.
2. Choose a NoSQL Cloud Database:
Select a NoSQL cloud database provider based on your specific requirements. Popular options
include MongoDB, Couchbase, Amazon DynamoDB, Azure Cosmos DB, and Google Cloud
Firestore.
Consider factors such as data model, scalability, performance, security, and compliance.
3. Data Cleansing and Transformation:
Identify and clean inconsistent or incomplete data in the existing relational database.
Transform data as needed to fit the NoSQL data model. This may involve denormalization and
restructuring of data.
4. Backup and Version Control:
Choose appropriate tools for data migration. Some NoSQL databases provide native tools for data
import.
Consider using ETL (Extract, Transform, Load) tools if necessary.
6. Security and Compliance:
Ensure that security measures, encryption standards, and compliance requirements for healthcare
data are met in the NoSQL cloud environment.
Implement access controls, encryption, and auditing as necessary.
7. Testing:
Conduct thorough testing of the migration process in a non-production environment to identify and
address any issues.
Validate data consistency, accuracy, and integrity after migration.
8. Rollback Plan:
Develop a rollback plan in case any issues arise during the migration.
Test the rollback plan to ensure a quick and smooth transition back to the original state if needed.
9. User Training and Communication:
Migrating a healthcare relational database to a NoSQL cloud database requires careful planning,
considering the specific characteristics of both healthcare data and NoSQL databases. Here is a
comprehensive guide for such a migration:
Bloom’s
Qn
Question Answer Knowledge
No
Level
1. Why might healthcare organizations consider
migrating from RDBMS to NoSQL?
c Remembering
a. To improve data integrity
b. To handle complex relationships between
entities
c. To scale horizontally and accommodate large
volumes of unstructured data
d. To reduce query performance
Which type of data in the healthcare industry is d Remembering
2. often unstructured and can benefit from a NoSQL
database?
a. Patient demographics
b. Lab results
c. Billing information
d. Electronic Health Records (EHR) in text
format
3. Choosing of NoSQL Database depends on Database
_________, __________ selection, Remembering
cloud
provider
Students have to prepare answers for the following questions at the end of the lecture
Marks CO Bloom’s
Qn
Question Knowledge
No
Level
1 Explain the migration from RDBMS to NoSQL 13 3 Understanding
CARE COLLEGE OF ENGINEERING, TRICHY
DEPARTMENT OF AI&DS
Lecture
Unit -3 Healthcare Management 3
No
Topic Decision support system
Bloom’s
Learning Outcome (LO) At the end of this lecture, students will be able to
Knowledge Level
LO1 Define Decision Support System K1
LO2 Describe different types of DSS in hospitals K1
LO3 Explain the types of decision support system in general K2
In healthcare management, Decision Support Systems (DSS) play a vital role in improving
decision-making processes and enhancing overall healthcare delivery. As the technology associated
with data analysis continues to advance, modern-day physicians are able to rely on decision support
systems to make an even more accurate diagnosis and suggest more effective treatment options for
their patients. In general, clinical support system block diagram depicted in figure
Decision support systems are computers that take a patient’s entire medical history, current
symptoms, and other data, then analyze it using a series of complex algorithms. Based on this
analysis, decision support systems are then able to make a diagnosis that physicians can use to back
up their own diagnosis.
In addition to making a diagnosis, decision support systems are also able to recommend treatments
and procedures that will have the highest chance of being successful for a particular patient.
Clinical decision support is a core component of ensuring high quality patient care at the bedside.
A clinical decision support system provides data and analytics to help physicians, advanced practice
nurses, and other caregivers more accurately diagnose patient conditions and identify the best
treatments. Clinical decision support systems sort through large amounts of data from electronic
health records (EHRs) and other sources to help clinicians as they provide patient care in real time.
The goal of a clinical decision support system is to help avoid adverse events and enhance the
quality, effectiveness, and efficiency of care. For example, it can help a physician link symptoms to
a specific diagnosis, determine an appropriate medication dosage, and avoid harmful medication
interactions.
Clinical analytics refers to a type of healthcare decision support that takes a more comprehensive
view of care delivery within an organization, as opposed to clinical decision support which focuses
on care decisions for individual patients. With clinical analytics, healthcare executives and clinical
and finance leaders can compare their organization’s clinical data to peer organizations to gauge
performance down to specific departments or service lines. It allows them to establish an accurate
picture of costs and utilization at the encounter level, then perform meaningful analysis across
various patient cohorts or clinical service lines. These insights are then used to make vital decisions
such as how to reduce unwarranted and often costly variations in care, enhance care coordination,
and track and improve workforce productivity.
Here are some key aspects of how DSS is applied in healthcare management:
1. **Clinical Decision Support Systems (CDSS):** These systems assist healthcare professionals in
making clinical decisions by providing relevant information and recommendations based on patient
data. CDSS can analyze electronic health records (EHRs), laboratory results, and other clinical data
to offer insights into diagnosis, treatment options, and medication choices. They help clinicians
adhere to best practices, reduce errors, and improve patient outcomes.
2. **Health Information Systems (HIS):** Decision Support Systems are integrated into broader
Health Information Systems, which manage and disseminate health-related information. HIS
includes electronic health records, health data analytics, and other tools that facilitate decision-
making at various levels of healthcare management.
8. **Telemedicine and Remote Patient Monitoring:** With the rise of telehealth, DSS is
increasingly used to support decision-making in remote patient monitoring. It assists healthcare
providers in interpreting data from wearable devices, tracking patient progress, and making
decisions about adjusting treatment plans.
In summary, Decision Support Systems in healthcare management contribute to more informed and
efficient decision-making across clinical, operational, financial, and strategic aspects of healthcare
delivery. They are integral tools for improving patient outcomes, resource utilization, and overall
healthcare system performance.
Students have to prepare answers for the following questions at the end of the lecture
Marks CO Bloom’s
Qn
Question Knowledge
No
Level
1 Explain in detail of Decision Support system in healthcare 15 1 K3
Reference Book:
Lecture
Unit -3 Healthcare Management 4
No
Topic Matrix block cipher system
Bloom’s
Learning Outcome (LO) At the end of this lecture, students will be able to
Knowledge Level
LO1 Define the term Block cipher K1
LO2 Describe the modes of block cipher system K1
LO3 Explain the applications of block cipher system K2
LO4 Explain generic approaches using block cipher K2
Encryption algorithms are divided into two categories based on the input type, as a block
cipher and stream cipher. Block cipher is an encryption algorithm that takes a fixed size of
input say b bits and produces a ciphertext of b bits again. If the input is larger than b bits it can
be divided further. For different applications and uses, there are several modes of operations for a
block cipher.
In this mode the cipher is given as feedback to the next block of encryption with some new
specifications: first, an initial vector IV is used for first encryption and output bits are divided as a
set of s and b-s bits.The left-hand side s bits are selected along with plaintext bits to which an XOR
operation is applied. The result is given as input to a shift register having b-s bits to lhs,s bits to rhs
and the process continues. The encryption and decryption process for the same is shown below,
both of them use encryption algorithms. The process is illustrated in figure 3.
Figure 3: Cipher Feedback Mode (CFB) :
Counter Mode
The Counter Mode or CTR is a simple counter-based block cipher implementation. Every time a
counter-initiated value is encrypted and given as input to XOR with plaintext which results in
ciphertext block. The CTR mode is independent of feedback use and thus can be implemented in
parallel is shown in figure 5.
1. Data Encryption:
Block Cipher Usage: A block cipher, such as the Advanced Encryption Standard (AES), could be
employed to encrypt patient records and other sensitive information.
Matrix Consideration: While the term "matrix block cipher system" isn't standard, if it refers to a
matrix-based encryption scheme, it could involve using matrices in the encryption process.
2. Key Management:
Proper key management is crucial. Encryption keys should be securely stored and managed to
prevent unauthorized access.
3. Access Controls:
Use block ciphers in conjunction with access controls to ensure that only authorized personnel can
decrypt and access sensitive healthcare data.
4. Secure Communication:
Implement encrypted communication channels to secure the transmission of patient data between
different entities within the healthcare system.
5. Audit Trails:
Maintain audit trails to track access to sensitive data. This helps in monitoring and investigating any
potential security incidents.
6. Regulatory Compliance:
Ensure that the chosen cryptographic methods and key management practices comply with
healthcare regulations, such as HIPAA.
7. Continuous Monitoring and Updating:
Regularly monitor the security landscape for any new cryptographic vulnerabilities or updates and
promptly apply patches or changes to enhance the security of the system.
Students have to prepare answers for the following questions at the end of the lecture
Marks CO Bloom’s
Qn
Question Knowledge
No
Level
1 Explain in detail of Modes of operation in Block cipher 15 3 K3
system in healthcare management system
Reference Book: