Principles of Health Informatics: Informatics skills - communicating, structuring, and questioning

Lecture 3: Informatics skills (Part 1) –
communicating, structuring, and questioning
Dr. Martin Chapman
Principles of Health Informatics (7MPE1000). https://martinchapman.co.uk/teaching
Lecture structure
1. How can communication go wrong? (Communicating)
2. How can we improve communication? (Structuring and
Questioning)
3. How can we find the data we need? (Searching)
4. What do we do with data once we have it? (Making decisions)
3. and 4. will be covered in Lecture 4 (Informatics Skills Part 2)
Learning outcomes
1. To understand how principles from informatics can guide the way we
work.
Informatics; the study of information: representation, processing, and how
it is communicated.
It all comes back to interventions…
2. To understand how principles from informatics can influence clinical
practice.
In a way, Lecture 2 was ‘Informatics Skills Part 0’.
Principles from Informatics we will touch upon
1. Grice’s maxims
2. Knowledge vs. task vs. placeholder-oriented structure
3. Information design (only briefly!)
4. Set theory and queries
5. Query performance measures
Communicating
Recall: An information system
Sinks
1 + 2 X, Y
X=1,
Y=2
Data model (language) Labelled data
Knowledge base
Input
Output
3
Z = X + Y
How do inputs
actually reach our
system?
Data channels
Sinks
1 + 2 X, Y
X=1,
Y=2
Data model (language) Labelled data
Knowledge base
Input
Output
3
Z = X + Y
First-hand (verbal)
Second-hand (verbal)
Written (data or
literature)
Device
Data channels
Sinks
X=1;
Y=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
We’ll assume our data
is pre-labelled.
?
Let’s instead imagine
there are two people on
the end of this channel…
How can communication go wrong?
How can communication go wrong? (1)
Sinks
X=1;
Y=2
X=1;
Y=2
X=1;
Y=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
?
How can communication go wrong? (1)
1. Distortion
How can communication go wrong? (2)
Sinks
X=1;
Y=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
How can communication go wrong? (2)
1. Distortion
2. Unsuitable communication method
How can communication go wrong? (3)
Sinks
A=1;
B=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
A, B
Data model (language)
A=1;
B=2
A=1;
B=2
A=1;
B=2
?
How can communication go wrong? (3)
1. Distortion
2. Unsuitable communication method
3. Lack of shared data model
How can communication go wrong? (4)
Sinks
X=1;
Y=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
X, Y
Data model (language)
Knowledge base
Z = X - Y
-1 3
X=1;
Y=2
How can communication go wrong? (4)
1. Distortion
2. Unsuitable communication method
3. Lack of shared data model
4. Lack of shared knowledge base
How can communication go wrong? (5)
Sinks
X=1;
Y=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
X, Y
Data model (language)
Knowledge base
Z = X + Y
3
X=1;
Y=2
4
4
4
4
perceptual
bias
attention
How can communication go wrong? (5)
1. Distortion
2. Unsuitable communication method
3. Lack of shared data model
4. Lack of shared knowledge base
5. Fundamental model issues
How can communication go wrong? (6)
Sinks
X=1;
Y=2
X, Y
Data model (language)
Knowledge base
Z = X + Y
X, Y
Data model (language)
Knowledge base
Z = X + Y
?
How can communication go wrong? (6)
1. Distortion
2. Unsuitable communication method
3. Lack of shared data model
4. Lack of shared knowledge base
5. Fundamental model issues
6. Interruptions
Aside: Interruptions quantified
How can we improve communication?
Structuring and Questioning
Grice’s cooperative principle
From logic, a branch of informatics:
‘Make your contribution such as is required, at the stage at
which it occurs, by the accepted purpose or direction of the
talk exchange in which you are engaged.’
In other words, each participant in a conversation should do their
best to make it succeed.
Grice, H. P. (1975)
‘Logic and Conversation’
Grice’s maxims
From this principle follows four maxims, or rules to achieve the
principle in practice:
1. Manner – be orderly in the way you communicate
2. Quantity – be sufficiently informative
3. Relevance – only say what is pertinent to the conversation at
hand
4. Quality – be truthful in what you say
How do we implement Grice’s maxims, and which
communication issues can they help us address?
To structure the remainder of this lecture, we will consider how to
implement Grice’s maxims, and which of the communication issues
seen previously are solved by doing so.
Note 1: We won’t look at all the maxims. Similarly, we will not solve
all our communication issues. Communicating effectively is hard!
Note 2: This is only a very loose pairing to provide us with some
structure.
Manner
Maxim 1
Maxim 1: Manner
There is a clear link between adhering to the first Gricean maxim of
manner – ‘be orderly in the way you communicate’ – and reducing
interruptions (Issue 6).
To adhere to this maxim, there are a number of strategies that can
be employed, including consulting alternative information sources or
delaying the proposed information.
First, a simple example…
Quantity
Maxim 2
Maxim 2: Quantity
A lack of both a shared data model (Issue 3) and a shared knowledge
base (Issue 4) can be addressed by implementing Grice’s maxim of
quantity – ‘be sufficiently informative’.
We can be sufficiently informative by communicating not only data
but the models needed to interpret that data.
In other words, we need to think about the structure of our
communications.
Structure: (1) Additional information
To understand how to structure of our communications, and the
supplementary information that needs to be shared, we need to
balance an assessment of the knowledge of our recipient with the
effort associated with sharing that knowledge.
The informatics concepts of knowledge-oriented, task-oriented and
placeholder-based approaches can help us with this.
Structure: (1) Additional information (Knowledge-
oriented)
If we think the recipient knows how to complete a task (in this case
processing X and Y), we can simply send our models as they are.
This knowledge-oriented approach
represents the least effort to the
sender, but the most to the receiver as,
in this instance, they need to know that
an equation is required.
Z = X - Y
Structure: (1) Additional information (Task-oriented)
If we don’t think the recipient knows how to complete a task (in this
case processing X and Y), we can label the models according to how
they are used.
Z = X - Y
This task-oriented approach represents
more effort to the sender, but much
less to the receiver, as they can simply
follow the label.
In general though, this approach is
restrictive as we are limiting the models
to a specific range of tasks.
To process X=1 and Y=2:
Structure: (1) Additional information (Placeholder-
oriented)
The task-oriented approach also results in duplication.
To process X=1 and Y=2:
Z = X - Y
To process X=3 and Y=4:
If we want to send through multiple
task descriptions to help the receiver
(potentially for future messages), we
may end up sending multiple copies of
the model.
Z = X - Y
Structure: (1) Additional information (Placeholder-
oriented)
The task-oriented approach also results in duplication.
To process X=1 and Y=2:
Z = X - Y
To process X=3 and Y=4:
If we want to send through multiple
task descriptions to help the receiver
(potentially for future messages), we
may end up sending multiple copies of
the model.
Instead, we can combine the data and
task-oriented approaches into a
placeholder-based approach.
We now pass
two things
Structure: (2) Information presentation
Communication supplementary information is no good if the
information itself is not correctly presented.
The concept of information design, from informatics, can guide us
with this:
Good information design also helps with distortion (Issue 1)
X=1; Y=2; Z = X
+ Y
Z = X + Y
X=1; Y=2
Equation
Operands
Structure: (3) Standard template
We can take this idea further by considering a standard template for
the information we communicate, which embodies good information
design.
If this template becomes recognisable, then this expected structure
makes it easier to interpret information.
Knowledge
Data
If someone knows that knowledge always comes
before data in our messages, that will help them
to interpret them quickly.
Standard templates are particularly
important for patient handover, to provide
a clear record of what the former clinician
said to the current clinician.
Relevance
Maxim 3
Maxim 3: Relevance
Remaining relevant in our communications is a good way to address
issues around human attention (Issue 5).
A point at which it is easy to lose relevance in our communications
is when asking questions.
As such, we need to consider carefully how we formulate questions.
We can do this by being precise in our questioning and learning from
questions we have asked previously.
Questioning: Precision
Boolean logic, taken from informatics, can provide us with a precise
way to relate concepts when we are asking questions.
Note 1: I am not suggesting that questions between two humans
should literally be formulated this way, however this is an example of
the type of thinking concepts from informatics provide us with, and
teaches us the power and importance of precision.
Note 2: Conversely, this is a very powerful way to ‘question’
databases.
Questioning: Precision (Boolean logic - NOT)
This allows us to ask for all results
containing the term ‘health’ but not
‘informatics’ (the not here would be implied,
broadly, if we excluded it).
health
informatics
Questioning: Precision (Boolean logic – OR and AND)
Ask for results containing either term, or
both. Note that, in a sense, this is the default
behaviour when entering multiple terms.
Ask for results containing only both terms.
Note that putting quotes around both terms
would also ask for exact matches
health informatics
health informatics
health informatics
health informatics
Questioning: Precision (Boolean logic – XOR)
At the time of writing, I do not believe there
is an equivalent of this within a search
engine.
health informatics
health
informatics
Questioning: Evaluation
We can use query performance measures (from statistics, which has
lots of overlaps with informatics) to determine how good our search
queries were once we have issued them.
Note: Again, I am not suggesting we actually quantitively evaluate
our questions in this way (!), however this is, again, an example of
the type of thinking concepts from informatics provide us with, and
the importance of evaluating the questions asked.
Questioning: Evaluation (Query Performance
Measures)
‘KCL
Principles of
Health Inf’
‘KCL History’
‘UCL Institute
of Health Inf’
Q: ‘Health Informatics’
‘KCL Physics’
Questioning: Evaluation (Query Performance
Measures – TP and FN)
‘KCL
Principles of
Health Inf’
‘UCL Institute
of Health Inf’
Q: ‘Health Informatics’
The items that we want that are
included in our search are called True
Positives.
Any items that are missed by our
search (i.e. we wanted them but they
were not retrieved) are called False
Negatives.
‘KCL History’
‘KCL Physics’
Search results
Questioning: Evaluation (Query Performance
Measures – TP and FN)
‘KCL
Principles of
Health Inf’
‘UCL Institute
of Health Inf’
Q: ‘Health Informatics’
The items that we want that are
included in our search are called True
Positives.
Any items that are missed by our
search (i.e. we wanted them but they
were not retrieved) are called False
Negatives.
We can calculate a true-positive rate
(or sensitivity) as the proportion of
true positives from amongst those
results that we wanted, or
TP/(TP+FN).
‘KCL History’
‘KCL Physics’ 50%, in this case.
Questioning: Evaluation (Query Performance
Measures – TN and FP)
‘KCL
Principles of
Health Inf’
‘KCL History’
‘UCL Institute
of Health Inf’
Q: ‘Health Informatics’
The items that we don’t want that are
not included in our search are called
True Negatives.
Any unwanted items that are included
by our search (i.e. we didn’t want
them but they were retrieved anyway)
are called False Positives.
‘KCL Physics’
Search results
Questioning: Evaluation (Query Performance
Measures – TN and FP)
‘KCL
Principles of
Health Inf’
‘KCL History’
‘UCL Institute
of Health Inf’
Q: ‘Health Informatics’
The items that we don’t want that are
not included in our search are called
True Negatives.
Any unwanted items that are included
by our search (i.e. we didn’t want
them but they were retrieved anyway)
are called False Positives.
We can calculate a true-negative rate
(or specificity) as the proportion of
true negatives from amongst those
results that we did not want, or
TN/(TN+FP).
‘KCL Physics’
50%, again.
Questioning: Evaluation (Query Performance
Measures – Other)
False-positive rate: FP/(FP+TP) – incorrectly detected
False-negative rate: FN/(FN+TN) – incorrectly excluded
Precision or Positive Predictive Value (PPV): TP/(TP+FP) - correct
matches from all matches Or just True-positive rate
Summary
To understand how principles from informatics can guide the way we
work.
• Communication is hard, and many things can go wrong.
• We can look to ideas from informatics to help.
• We can use ideas from logic, such as Grice’s maxims and Boolean
logic, to guide how we structure our communications or ask questions.
• Similar ideas, such as knowledge organisation and information design,
help us with structure; and query performance measures can help us
evaluate our communications.
• While we may not apply these ideas directly, they can still inform how
we act.
It all comes back to interventions…
To understand how principles from informatics can influence clinical
practice.
• If there are communication problems, it is difficult for a clinician
to deliver interventions.
• Using principles from informatics, we can improve communication
and thus intervention delivery.
• Because our information systems also need to leverage
communication channels to gather data, then these improvements
also impact our ability to automate the delivery of interventions.
References and Images
Enrico Coiera. Guide to Health Informatics (3rd ed.). CRC Press, 2015.
https://www.riomed.com/electronic-patient-records-impact-on-healthcare-industry/
https://en.wikipedia.org/wiki/Alice_and_Bob
https://nulab.com/learn/design-and-ux/funny-venn-diagrams-to-inspire-you/
1 of 53

Recommended

Health informatics by
Health  informatics Health  informatics
Health informatics yashwant ramawat
14.6K views54 slides
Ethics in nursing by
Ethics in nursingEthics in nursing
Ethics in nursingNursing Path
123.7K views12 slides
Nursing informatics by
Nursing informaticsNursing informatics
Nursing informaticsSanil Varghese
72.7K views55 slides
Documentation in nursing by
Documentation in nursingDocumentation in nursing
Documentation in nursingMahmoud Shaqria
16.4K views47 slides
Health informatics by
Health informaticsHealth informatics
Health informaticsBrian Wells, MD, MS, MPH
27.5K views15 slides
The role of nurses in tertiary hospital by
The role of nurses in tertiary hospitalThe role of nurses in tertiary hospital
The role of nurses in tertiary hospitalSaleh Ahmed
13.5K views29 slides

More Related Content

What's hot

Ethical and legal issues in Health informatics.pptx by
Ethical and legal issues in Health informatics.pptxEthical and legal issues in Health informatics.pptx
Ethical and legal issues in Health informatics.pptxSarojKamboj
927 views11 slides
Hospital information system for Nurses by
Hospital information system for NursesHospital information system for Nurses
Hospital information system for NursesRoyal College of Nursing
12.2K views22 slides
Ethical & Social Issues in Health IT by
Ethical & Social Issues in Health ITEthical & Social Issues in Health IT
Ethical & Social Issues in Health ITNawanan Theera-Ampornpunt
3K views66 slides
Nursing as a Profession by
Nursing as a ProfessionNursing as a Profession
Nursing as a ProfessionHINDUJACON
2.8K views36 slides
Informatics & Technology in Nursing by
Informatics & Technology in NursingInformatics & Technology in Nursing
Informatics & Technology in NursingNawanan Theera-Ampornpunt
6.8K views55 slides
Nursing theories-ppt by
Nursing theories-pptNursing theories-ppt
Nursing theories-ppthariom gangwar
110.8K views72 slides

What's hot(20)

Ethical and legal issues in Health informatics.pptx by SarojKamboj
Ethical and legal issues in Health informatics.pptxEthical and legal issues in Health informatics.pptx
Ethical and legal issues in Health informatics.pptx
SarojKamboj927 views
Nursing as a Profession by HINDUJACON
Nursing as a ProfessionNursing as a Profession
Nursing as a Profession
HINDUJACON2.8K views
Nursing theories-ppt by hariom gangwar
Nursing theories-pptNursing theories-ppt
Nursing theories-ppt
hariom gangwar110.8K views
Introduction, Definition of Nursing and Role and Functions of Nurse by Prof Vijayraddi
Introduction, Definition of Nursing and Role and Functions of Nurse Introduction, Definition of Nursing and Role and Functions of Nurse
Introduction, Definition of Nursing and Role and Functions of Nurse
Prof Vijayraddi36.9K views
Nursing ethics by hab1978
Nursing ethicsNursing ethics
Nursing ethics
hab19784K views
Care of patient in a hospital settings by Mahesh Chand
Care of patient in a hospital settingsCare of patient in a hospital settings
Care of patient in a hospital settings
Mahesh Chand42.1K views
Transfer of patient by Nursing Path
Transfer of patientTransfer of patient
Transfer of patient
Nursing Path44.7K views
PPT ON QUALITY IMPROVEMENT& PATIENT SAFETY by soumyareena
PPT ON QUALITY IMPROVEMENT& PATIENT SAFETYPPT ON QUALITY IMPROVEMENT& PATIENT SAFETY
PPT ON QUALITY IMPROVEMENT& PATIENT SAFETY
soumyareena5K views
Counselling in nusing by Aaron Gogate
Counselling in nusingCounselling in nusing
Counselling in nusing
Aaron Gogate36.3K views
Patient safety and Risk Management in hospitals by Avanti Kulkarni
Patient safety and Risk Management  in hospitalsPatient safety and Risk Management  in hospitals
Patient safety and Risk Management in hospitals
Avanti Kulkarni10.2K views
DOCUMENTATION IN NURSING by ANILKUMAR BR
DOCUMENTATION IN NURSINGDOCUMENTATION IN NURSING
DOCUMENTATION IN NURSING
ANILKUMAR BR95.6K views
Ethics For Nursing Students by Lor Kelley
Ethics For Nursing StudentsEthics For Nursing Students
Ethics For Nursing Students
Lor Kelley4.7K views
Hospital Information System by Likithe
Hospital Information SystemHospital Information System
Hospital Information System
Likithe35.9K views

Similar to Principles of Health Informatics: Informatics skills - communicating, structuring, and questioning

Principles of Health Informatics: Informatics skills - searching and making d... by
Principles of Health Informatics: Informatics skills - searching and making d...Principles of Health Informatics: Informatics skills - searching and making d...
Principles of Health Informatics: Informatics skills - searching and making d...Martin Chapman
46 views49 slides
PREDICT 422 - Module 1.pptx by
PREDICT 422 - Module 1.pptxPREDICT 422 - Module 1.pptx
PREDICT 422 - Module 1.pptxVikramKumar790542
26 views99 slides
Machine Learning and Languge by
Machine Learning and LangugeMachine Learning and Languge
Machine Learning and LangugeWilliam Moore
147 views14 slides
Artificial Intelligence_ Knowledge Representation by
Artificial Intelligence_ Knowledge RepresentationArtificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge RepresentationThenmozhiK5
186 views98 slides
Unit 1 Introduction to Artificial Intelligence.pptx by
Unit 1 Introduction to Artificial Intelligence.pptxUnit 1 Introduction to Artificial Intelligence.pptx
Unit 1 Introduction to Artificial Intelligence.pptxDr.M.Karthika parthasarathy
87 views37 slides
11 communication skills by
11 communication skills11 communication skills
11 communication skillsSuvac Vladeni
1.3K views42 slides

Similar to Principles of Health Informatics: Informatics skills - communicating, structuring, and questioning(20)

Principles of Health Informatics: Informatics skills - searching and making d... by Martin Chapman
Principles of Health Informatics: Informatics skills - searching and making d...Principles of Health Informatics: Informatics skills - searching and making d...
Principles of Health Informatics: Informatics skills - searching and making d...
Martin Chapman46 views
Machine Learning and Languge by William Moore
Machine Learning and LangugeMachine Learning and Languge
Machine Learning and Languge
William Moore147 views
Artificial Intelligence_ Knowledge Representation by ThenmozhiK5
Artificial Intelligence_ Knowledge RepresentationArtificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge Representation
ThenmozhiK5186 views
11 communication skills by Suvac Vladeni
11 communication skills11 communication skills
11 communication skills
Suvac Vladeni1.3K views
Ms 07 information systems for managers by smumbahelp
Ms   07 information systems for managersMs   07 information systems for managers
Ms 07 information systems for managers
smumbahelp127 views
Questions On Common Business Communication Essay by Laura Johnson
Questions On Common Business Communication EssayQuestions On Common Business Communication Essay
Questions On Common Business Communication Essay
Laura Johnson6 views
Student NameSENSATION & PERCEPTION WORKSHEETReview the Thi.docx by emelyvalg9
Student NameSENSATION & PERCEPTION WORKSHEETReview the Thi.docxStudent NameSENSATION & PERCEPTION WORKSHEETReview the Thi.docx
Student NameSENSATION & PERCEPTION WORKSHEETReview the Thi.docx
emelyvalg93 views
week 1 CS 3rdData, information and.pptx by JuliusECatipon
week 1 CS 3rdData, information and.pptxweek 1 CS 3rdData, information and.pptx
week 1 CS 3rdData, information and.pptx
JuliusECatipon5 views
Machine learning and language v2 by William Moore
Machine learning  and language v2Machine learning  and language v2
Machine learning and language v2
William Moore126 views
286 PART 4 Leading Learning Objectives After studyi.docx by lorainedeserre
286 PART 4  Leading Learning Objectives  After studyi.docx286 PART 4  Leading Learning Objectives  After studyi.docx
286 PART 4 Leading Learning Objectives After studyi.docx
lorainedeserre2 views
Communication is the lifeblood of all organizations, so Zappos and.docx by monicafrancis71118
Communication is the lifeblood of all organizations, so Zappos and.docxCommunication is the lifeblood of all organizations, so Zappos and.docx
Communication is the lifeblood of all organizations, so Zappos and.docx
Mayer’s Multimedia Principles and The Cognitive Approach, Their Implications ... by English TVTC
Mayer’s Multimedia Principles and The Cognitive Approach, Their Implications ...Mayer’s Multimedia Principles and The Cognitive Approach, Their Implications ...
Mayer’s Multimedia Principles and The Cognitive Approach, Their Implications ...
English TVTC867 views
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf by HaileyConstantino
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdfpdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
HaileyConstantino117 views
Chapter 8: Theories of Media Cognition and Information Processing (final vers... by Toby Zhu
Chapter 8: Theories of Media Cognition and Information Processing (final vers...Chapter 8: Theories of Media Cognition and Information Processing (final vers...
Chapter 8: Theories of Media Cognition and Information Processing (final vers...
Toby Zhu1.7K views
Summary Of Defending Against The Indefensible Essay by Brenda Zerr
Summary Of Defending Against The Indefensible EssaySummary Of Defending Against The Indefensible Essay
Summary Of Defending Against The Indefensible Essay
Brenda Zerr3 views
Boring presentations by whatzyourpoint inc by LMI Academy
Boring presentations by whatzyourpoint incBoring presentations by whatzyourpoint inc
Boring presentations by whatzyourpoint inc
LMI Academy1.1K views

More from Martin Chapman

Using AI to autonomously identify diseases within groups of patients by
Using AI to autonomously identify diseases within groups of patientsUsing AI to autonomously identify diseases within groups of patients
Using AI to autonomously identify diseases within groups of patientsMartin Chapman
13 views7 slides
Using AI to understand how preventative interventions can improve the health ... by
Using AI to understand how preventative interventions can improve the health ...Using AI to understand how preventative interventions can improve the health ...
Using AI to understand how preventative interventions can improve the health ...Martin Chapman
23 views45 slides
Principles of Health Informatics: Evaluating medical software by
Principles of Health Informatics: Evaluating medical softwarePrinciples of Health Informatics: Evaluating medical software
Principles of Health Informatics: Evaluating medical softwareMartin Chapman
21 views50 slides
Principles of Health Informatics: Usability of medical software by
Principles of Health Informatics: Usability of medical softwarePrinciples of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwareMartin Chapman
25 views60 slides
Principles of Health Informatics: Social networks, telehealth, and mobile health by
Principles of Health Informatics: Social networks, telehealth, and mobile healthPrinciples of Health Informatics: Social networks, telehealth, and mobile health
Principles of Health Informatics: Social networks, telehealth, and mobile healthMartin Chapman
4 views56 slides
Principles of Health Informatics: Communication systems in healthcare by
Principles of Health Informatics: Communication systems in healthcarePrinciples of Health Informatics: Communication systems in healthcare
Principles of Health Informatics: Communication systems in healthcareMartin Chapman
42 views58 slides

More from Martin Chapman(20)

Using AI to autonomously identify diseases within groups of patients by Martin Chapman
Using AI to autonomously identify diseases within groups of patientsUsing AI to autonomously identify diseases within groups of patients
Using AI to autonomously identify diseases within groups of patients
Martin Chapman13 views
Using AI to understand how preventative interventions can improve the health ... by Martin Chapman
Using AI to understand how preventative interventions can improve the health ...Using AI to understand how preventative interventions can improve the health ...
Using AI to understand how preventative interventions can improve the health ...
Martin Chapman23 views
Principles of Health Informatics: Evaluating medical software by Martin Chapman
Principles of Health Informatics: Evaluating medical softwarePrinciples of Health Informatics: Evaluating medical software
Principles of Health Informatics: Evaluating medical software
Martin Chapman21 views
Principles of Health Informatics: Usability of medical software by Martin Chapman
Principles of Health Informatics: Usability of medical softwarePrinciples of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical software
Martin Chapman25 views
Principles of Health Informatics: Social networks, telehealth, and mobile health by Martin Chapman
Principles of Health Informatics: Social networks, telehealth, and mobile healthPrinciples of Health Informatics: Social networks, telehealth, and mobile health
Principles of Health Informatics: Social networks, telehealth, and mobile health
Martin Chapman4 views
Principles of Health Informatics: Communication systems in healthcare by Martin Chapman
Principles of Health Informatics: Communication systems in healthcarePrinciples of Health Informatics: Communication systems in healthcare
Principles of Health Informatics: Communication systems in healthcare
Martin Chapman42 views
Principles of Health Informatics: Terminologies and classification systems by Martin Chapman
Principles of Health Informatics: Terminologies and classification systemsPrinciples of Health Informatics: Terminologies and classification systems
Principles of Health Informatics: Terminologies and classification systems
Martin Chapman49 views
Principles of Health Informatics: Representing medical knowledge by Martin Chapman
Principles of Health Informatics: Representing medical knowledgePrinciples of Health Informatics: Representing medical knowledge
Principles of Health Informatics: Representing medical knowledge
Martin Chapman18 views
Principles of Health Informatics: Models, information, and information systems by Martin Chapman
Principles of Health Informatics: Models, information, and information systemsPrinciples of Health Informatics: Models, information, and information systems
Principles of Health Informatics: Models, information, and information systems
Martin Chapman28 views
Using AI to understand how preventative interventions can improve the health ... by Martin Chapman
Using AI to understand how preventative interventions can improve the health ...Using AI to understand how preventative interventions can improve the health ...
Using AI to understand how preventative interventions can improve the health ...
Martin Chapman29 views
Using Microservices to Design Patient-facing Research Software by Martin Chapman
Using Microservices to Design Patient-facing Research SoftwareUsing Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research Software
Martin Chapman9 views
Using CWL to support EHR-based phenotyping by Martin Chapman
Using CWL to support EHR-based phenotypingUsing CWL to support EHR-based phenotyping
Using CWL to support EHR-based phenotyping
Martin Chapman111 views
Phenoflow: An Architecture for Computable Phenotypes by Martin Chapman
Phenoflow: An Architecture for Computable PhenotypesPhenoflow: An Architecture for Computable Phenotypes
Phenoflow: An Architecture for Computable Phenotypes
Martin Chapman13 views
COVID-19 Analytics in Jupyter: Intuitive Provenance Integration using ProvIt by Martin Chapman
COVID-19 Analytics in Jupyter: Intuitive Provenance Integration using ProvItCOVID-19 Analytics in Jupyter: Intuitive Provenance Integration using ProvIt
COVID-19 Analytics in Jupyter: Intuitive Provenance Integration using ProvIt
Martin Chapman138 views
Using computable phenotypes in point of care clinical trial recruitment by Martin Chapman
Using computable phenotypes in point of care clinical trial recruitmentUsing computable phenotypes in point of care clinical trial recruitment
Using computable phenotypes in point of care clinical trial recruitment
Martin Chapman39 views
BlocVote: An E-voting system providing an anonymous, secure, transparent, and... by Martin Chapman
BlocVote: An E-voting system providing an anonymous, secure, transparent, and...BlocVote: An E-voting system providing an anonymous, secure, transparent, and...
BlocVote: An E-voting system providing an anonymous, secure, transparent, and...
Martin Chapman85 views
Phenoflow: A Microservice Architecture for Portable Workflow-based Phenotype ... by Martin Chapman
Phenoflow: A Microservice Architecture for Portable Workflow-based Phenotype ...Phenoflow: A Microservice Architecture for Portable Workflow-based Phenotype ...
Phenoflow: A Microservice Architecture for Portable Workflow-based Phenotype ...
Martin Chapman63 views
MICRE: Microservices In MediCal Research Environments by Martin Chapman
MICRE: Microservices In MediCal Research EnvironmentsMICRE: Microservices In MediCal Research Environments
MICRE: Microservices In MediCal Research Environments
Martin Chapman220 views
A Microservice Architecture for the Design of Computer-Interpretable Guidelin... by Martin Chapman
A Microservice Architecture for the Design of Computer-Interpretable Guidelin...A Microservice Architecture for the Design of Computer-Interpretable Guidelin...
A Microservice Architecture for the Design of Computer-Interpretable Guidelin...
Martin Chapman309 views

Recently uploaded

The Accursed House by Émile Gaboriau by
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile GaboriauDivyaSheta
158 views15 slides
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx by
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxOEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxInge de Waard
167 views29 slides
ICANN by
ICANNICANN
ICANNRajaulKarim20
64 views13 slides
Class 10 English notes 23-24.pptx by
Class 10 English notes 23-24.pptxClass 10 English notes 23-24.pptx
Class 10 English notes 23-24.pptxTARIQ KHAN
107 views53 slides
Narration lesson plan.docx by
Narration lesson plan.docxNarration lesson plan.docx
Narration lesson plan.docxTARIQ KHAN
104 views11 slides
The Open Access Community Framework (OACF) 2023 (1).pptx by
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxJisc
85 views7 slides

Recently uploaded(20)

The Accursed House by Émile Gaboriau by DivyaSheta
The Accursed House  by Émile GaboriauThe Accursed House  by Émile Gaboriau
The Accursed House by Émile Gaboriau
DivyaSheta158 views
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx by Inge de Waard
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptxOEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
OEB 2023 Co-learning To Speed Up AI Implementation in Courses.pptx
Inge de Waard167 views
Class 10 English notes 23-24.pptx by TARIQ KHAN
Class 10 English notes 23-24.pptxClass 10 English notes 23-24.pptx
Class 10 English notes 23-24.pptx
TARIQ KHAN107 views
Narration lesson plan.docx by TARIQ KHAN
Narration lesson plan.docxNarration lesson plan.docx
Narration lesson plan.docx
TARIQ KHAN104 views
The Open Access Community Framework (OACF) 2023 (1).pptx by Jisc
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptx
Jisc85 views
Community-led Open Access Publishing webinar.pptx by Jisc
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptx
Jisc74 views
The basics - information, data, technology and systems.pdf by JonathanCovena1
The basics - information, data, technology and systems.pdfThe basics - information, data, technology and systems.pdf
The basics - information, data, technology and systems.pdf
JonathanCovena188 views
American Psychological Association 7th Edition.pptx by SamiullahAfridi4
American Psychological Association  7th Edition.pptxAmerican Psychological Association  7th Edition.pptx
American Psychological Association 7th Edition.pptx
SamiullahAfridi482 views
Education and Diversity.pptx by DrHafizKosar
Education and Diversity.pptxEducation and Diversity.pptx
Education and Diversity.pptx
DrHafizKosar118 views
Lecture: Open Innovation by Michal Hron
Lecture: Open InnovationLecture: Open Innovation
Lecture: Open Innovation
Michal Hron96 views
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx by ISSIP
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
ISSIP317 views
Plastic waste.pdf by alqaseedae
Plastic waste.pdfPlastic waste.pdf
Plastic waste.pdf
alqaseedae125 views
Ch. 7 Political Participation and Elections.pptx by Rommel Regala
Ch. 7 Political Participation and Elections.pptxCh. 7 Political Participation and Elections.pptx
Ch. 7 Political Participation and Elections.pptx
Rommel Regala72 views
UWP OA Week Presentation (1).pptx by Jisc
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
Jisc74 views
Are we onboard yet University of Sussex.pptx by Jisc
Are we onboard yet University of Sussex.pptxAre we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptx
Jisc77 views

Principles of Health Informatics: Informatics skills - communicating, structuring, and questioning

  • 1. Lecture 3: Informatics skills (Part 1) – communicating, structuring, and questioning Dr. Martin Chapman Principles of Health Informatics (7MPE1000). https://martinchapman.co.uk/teaching
  • 2. Lecture structure 1. How can communication go wrong? (Communicating) 2. How can we improve communication? (Structuring and Questioning) 3. How can we find the data we need? (Searching) 4. What do we do with data once we have it? (Making decisions) 3. and 4. will be covered in Lecture 4 (Informatics Skills Part 2)
  • 3. Learning outcomes 1. To understand how principles from informatics can guide the way we work. Informatics; the study of information: representation, processing, and how it is communicated. It all comes back to interventions… 2. To understand how principles from informatics can influence clinical practice. In a way, Lecture 2 was ‘Informatics Skills Part 0’.
  • 4. Principles from Informatics we will touch upon 1. Grice’s maxims 2. Knowledge vs. task vs. placeholder-oriented structure 3. Information design (only briefly!) 4. Set theory and queries 5. Query performance measures
  • 6. Recall: An information system Sinks 1 + 2 X, Y X=1, Y=2 Data model (language) Labelled data Knowledge base Input Output 3 Z = X + Y How do inputs actually reach our system?
  • 7. Data channels Sinks 1 + 2 X, Y X=1, Y=2 Data model (language) Labelled data Knowledge base Input Output 3 Z = X + Y First-hand (verbal) Second-hand (verbal) Written (data or literature) Device
  • 8. Data channels Sinks X=1; Y=2 X, Y Data model (language) Knowledge base Z = X + Y We’ll assume our data is pre-labelled. ? Let’s instead imagine there are two people on the end of this channel…
  • 10. How can communication go wrong? (1) Sinks X=1; Y=2 X=1; Y=2 X=1; Y=2 X, Y Data model (language) Knowledge base Z = X + Y ?
  • 11. How can communication go wrong? (1) 1. Distortion
  • 12. How can communication go wrong? (2) Sinks X=1; Y=2 X, Y Data model (language) Knowledge base Z = X + Y
  • 13. How can communication go wrong? (2) 1. Distortion 2. Unsuitable communication method
  • 14. How can communication go wrong? (3) Sinks A=1; B=2 X, Y Data model (language) Knowledge base Z = X + Y A, B Data model (language) A=1; B=2 A=1; B=2 A=1; B=2 ?
  • 15. How can communication go wrong? (3) 1. Distortion 2. Unsuitable communication method 3. Lack of shared data model
  • 16. How can communication go wrong? (4) Sinks X=1; Y=2 X, Y Data model (language) Knowledge base Z = X + Y X, Y Data model (language) Knowledge base Z = X - Y -1 3 X=1; Y=2
  • 17. How can communication go wrong? (4) 1. Distortion 2. Unsuitable communication method 3. Lack of shared data model 4. Lack of shared knowledge base
  • 18. How can communication go wrong? (5) Sinks X=1; Y=2 X, Y Data model (language) Knowledge base Z = X + Y X, Y Data model (language) Knowledge base Z = X + Y 3 X=1; Y=2 4 4 4 4 perceptual bias attention
  • 19. How can communication go wrong? (5) 1. Distortion 2. Unsuitable communication method 3. Lack of shared data model 4. Lack of shared knowledge base 5. Fundamental model issues
  • 20. How can communication go wrong? (6) Sinks X=1; Y=2 X, Y Data model (language) Knowledge base Z = X + Y X, Y Data model (language) Knowledge base Z = X + Y ?
  • 21. How can communication go wrong? (6) 1. Distortion 2. Unsuitable communication method 3. Lack of shared data model 4. Lack of shared knowledge base 5. Fundamental model issues 6. Interruptions
  • 23. How can we improve communication? Structuring and Questioning
  • 24. Grice’s cooperative principle From logic, a branch of informatics: ‘Make your contribution such as is required, at the stage at which it occurs, by the accepted purpose or direction of the talk exchange in which you are engaged.’ In other words, each participant in a conversation should do their best to make it succeed. Grice, H. P. (1975) ‘Logic and Conversation’
  • 25. Grice’s maxims From this principle follows four maxims, or rules to achieve the principle in practice: 1. Manner – be orderly in the way you communicate 2. Quantity – be sufficiently informative 3. Relevance – only say what is pertinent to the conversation at hand 4. Quality – be truthful in what you say
  • 26. How do we implement Grice’s maxims, and which communication issues can they help us address? To structure the remainder of this lecture, we will consider how to implement Grice’s maxims, and which of the communication issues seen previously are solved by doing so. Note 1: We won’t look at all the maxims. Similarly, we will not solve all our communication issues. Communicating effectively is hard! Note 2: This is only a very loose pairing to provide us with some structure.
  • 28. Maxim 1: Manner There is a clear link between adhering to the first Gricean maxim of manner – ‘be orderly in the way you communicate’ – and reducing interruptions (Issue 6). To adhere to this maxim, there are a number of strategies that can be employed, including consulting alternative information sources or delaying the proposed information. First, a simple example…
  • 30. Maxim 2: Quantity A lack of both a shared data model (Issue 3) and a shared knowledge base (Issue 4) can be addressed by implementing Grice’s maxim of quantity – ‘be sufficiently informative’. We can be sufficiently informative by communicating not only data but the models needed to interpret that data. In other words, we need to think about the structure of our communications.
  • 31. Structure: (1) Additional information To understand how to structure of our communications, and the supplementary information that needs to be shared, we need to balance an assessment of the knowledge of our recipient with the effort associated with sharing that knowledge. The informatics concepts of knowledge-oriented, task-oriented and placeholder-based approaches can help us with this.
  • 32. Structure: (1) Additional information (Knowledge- oriented) If we think the recipient knows how to complete a task (in this case processing X and Y), we can simply send our models as they are. This knowledge-oriented approach represents the least effort to the sender, but the most to the receiver as, in this instance, they need to know that an equation is required. Z = X - Y
  • 33. Structure: (1) Additional information (Task-oriented) If we don’t think the recipient knows how to complete a task (in this case processing X and Y), we can label the models according to how they are used. Z = X - Y This task-oriented approach represents more effort to the sender, but much less to the receiver, as they can simply follow the label. In general though, this approach is restrictive as we are limiting the models to a specific range of tasks. To process X=1 and Y=2:
  • 34. Structure: (1) Additional information (Placeholder- oriented) The task-oriented approach also results in duplication. To process X=1 and Y=2: Z = X - Y To process X=3 and Y=4: If we want to send through multiple task descriptions to help the receiver (potentially for future messages), we may end up sending multiple copies of the model. Z = X - Y
  • 35. Structure: (1) Additional information (Placeholder- oriented) The task-oriented approach also results in duplication. To process X=1 and Y=2: Z = X - Y To process X=3 and Y=4: If we want to send through multiple task descriptions to help the receiver (potentially for future messages), we may end up sending multiple copies of the model. Instead, we can combine the data and task-oriented approaches into a placeholder-based approach. We now pass two things
  • 36. Structure: (2) Information presentation Communication supplementary information is no good if the information itself is not correctly presented. The concept of information design, from informatics, can guide us with this: Good information design also helps with distortion (Issue 1) X=1; Y=2; Z = X + Y Z = X + Y X=1; Y=2 Equation Operands
  • 37. Structure: (3) Standard template We can take this idea further by considering a standard template for the information we communicate, which embodies good information design. If this template becomes recognisable, then this expected structure makes it easier to interpret information. Knowledge Data If someone knows that knowledge always comes before data in our messages, that will help them to interpret them quickly. Standard templates are particularly important for patient handover, to provide a clear record of what the former clinician said to the current clinician.
  • 39. Maxim 3: Relevance Remaining relevant in our communications is a good way to address issues around human attention (Issue 5). A point at which it is easy to lose relevance in our communications is when asking questions. As such, we need to consider carefully how we formulate questions. We can do this by being precise in our questioning and learning from questions we have asked previously.
  • 40. Questioning: Precision Boolean logic, taken from informatics, can provide us with a precise way to relate concepts when we are asking questions. Note 1: I am not suggesting that questions between two humans should literally be formulated this way, however this is an example of the type of thinking concepts from informatics provide us with, and teaches us the power and importance of precision. Note 2: Conversely, this is a very powerful way to ‘question’ databases.
  • 41. Questioning: Precision (Boolean logic - NOT) This allows us to ask for all results containing the term ‘health’ but not ‘informatics’ (the not here would be implied, broadly, if we excluded it). health informatics
  • 42. Questioning: Precision (Boolean logic – OR and AND) Ask for results containing either term, or both. Note that, in a sense, this is the default behaviour when entering multiple terms. Ask for results containing only both terms. Note that putting quotes around both terms would also ask for exact matches health informatics health informatics health informatics health informatics
  • 43. Questioning: Precision (Boolean logic – XOR) At the time of writing, I do not believe there is an equivalent of this within a search engine. health informatics health informatics
  • 44. Questioning: Evaluation We can use query performance measures (from statistics, which has lots of overlaps with informatics) to determine how good our search queries were once we have issued them. Note: Again, I am not suggesting we actually quantitively evaluate our questions in this way (!), however this is, again, an example of the type of thinking concepts from informatics provide us with, and the importance of evaluating the questions asked.
  • 45. Questioning: Evaluation (Query Performance Measures) ‘KCL Principles of Health Inf’ ‘KCL History’ ‘UCL Institute of Health Inf’ Q: ‘Health Informatics’ ‘KCL Physics’
  • 46. Questioning: Evaluation (Query Performance Measures – TP and FN) ‘KCL Principles of Health Inf’ ‘UCL Institute of Health Inf’ Q: ‘Health Informatics’ The items that we want that are included in our search are called True Positives. Any items that are missed by our search (i.e. we wanted them but they were not retrieved) are called False Negatives. ‘KCL History’ ‘KCL Physics’ Search results
  • 47. Questioning: Evaluation (Query Performance Measures – TP and FN) ‘KCL Principles of Health Inf’ ‘UCL Institute of Health Inf’ Q: ‘Health Informatics’ The items that we want that are included in our search are called True Positives. Any items that are missed by our search (i.e. we wanted them but they were not retrieved) are called False Negatives. We can calculate a true-positive rate (or sensitivity) as the proportion of true positives from amongst those results that we wanted, or TP/(TP+FN). ‘KCL History’ ‘KCL Physics’ 50%, in this case.
  • 48. Questioning: Evaluation (Query Performance Measures – TN and FP) ‘KCL Principles of Health Inf’ ‘KCL History’ ‘UCL Institute of Health Inf’ Q: ‘Health Informatics’ The items that we don’t want that are not included in our search are called True Negatives. Any unwanted items that are included by our search (i.e. we didn’t want them but they were retrieved anyway) are called False Positives. ‘KCL Physics’ Search results
  • 49. Questioning: Evaluation (Query Performance Measures – TN and FP) ‘KCL Principles of Health Inf’ ‘KCL History’ ‘UCL Institute of Health Inf’ Q: ‘Health Informatics’ The items that we don’t want that are not included in our search are called True Negatives. Any unwanted items that are included by our search (i.e. we didn’t want them but they were retrieved anyway) are called False Positives. We can calculate a true-negative rate (or specificity) as the proportion of true negatives from amongst those results that we did not want, or TN/(TN+FP). ‘KCL Physics’ 50%, again.
  • 50. Questioning: Evaluation (Query Performance Measures – Other) False-positive rate: FP/(FP+TP) – incorrectly detected False-negative rate: FN/(FN+TN) – incorrectly excluded Precision or Positive Predictive Value (PPV): TP/(TP+FP) - correct matches from all matches Or just True-positive rate
  • 51. Summary To understand how principles from informatics can guide the way we work. • Communication is hard, and many things can go wrong. • We can look to ideas from informatics to help. • We can use ideas from logic, such as Grice’s maxims and Boolean logic, to guide how we structure our communications or ask questions. • Similar ideas, such as knowledge organisation and information design, help us with structure; and query performance measures can help us evaluate our communications. • While we may not apply these ideas directly, they can still inform how we act.
  • 52. It all comes back to interventions… To understand how principles from informatics can influence clinical practice. • If there are communication problems, it is difficult for a clinician to deliver interventions. • Using principles from informatics, we can improve communication and thus intervention delivery. • Because our information systems also need to leverage communication channels to gather data, then these improvements also impact our ability to automate the delivery of interventions.
  • 53. References and Images Enrico Coiera. Guide to Health Informatics (3rd ed.). CRC Press, 2015. https://www.riomed.com/electronic-patient-records-impact-on-healthcare-industry/ https://en.wikipedia.org/wiki/Alice_and_Bob https://nulab.com/learn/design-and-ux/funny-venn-diagrams-to-inspire-you/