SlideShare a Scribd company logo
1 of 53
Download to read offline
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/

More Related Content

What's hot

Uses of computer in nursing
Uses of computer in nursing Uses of computer in nursing
Uses of computer in nursing Monika Devi NR
 
Clinical Information Systems, Hospital Information Systems & Electronic Healt...
Clinical Information Systems, Hospital Information Systems & Electronic Healt...Clinical Information Systems, Hospital Information Systems & Electronic Healt...
Clinical Information Systems, Hospital Information Systems & Electronic Healt...Nawanan Theera-Ampornpunt
 
Nursing informatics presentation
Nursing informatics presentationNursing informatics presentation
Nursing informatics presentationLeeann Sills
 
Health informationsystems chapter6
Health informationsystems chapter6Health informationsystems chapter6
Health informationsystems chapter6Nui Nguyen
 
Nursing Informatics - Team 3 Presentation
Nursing Informatics - Team 3 PresentationNursing Informatics - Team 3 Presentation
Nursing Informatics - Team 3 PresentationShirldrexel2014
 
Health informatic
Health informaticHealth informatic
Health informaticCenPalmei
 
Introduction to Nursing Informatics
Introduction to Nursing InformaticsIntroduction to Nursing Informatics
Introduction to Nursing Informaticsjhonee balmeo
 
Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...
Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...
Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...Nawanan Theera-Ampornpunt
 
NURSE INFORMATICS.pptx
NURSE INFORMATICS.pptxNURSE INFORMATICS.pptx
NURSE INFORMATICS.pptxanjalatchi
 
Data-Information-Knowledge.ppt
Data-Information-Knowledge.pptData-Information-Knowledge.ppt
Data-Information-Knowledge.ppthassan139752
 
"Nursing Informatics PowerPoint Presentation"
"Nursing Informatics PowerPoint Presentation""Nursing Informatics PowerPoint Presentation"
"Nursing Informatics PowerPoint Presentation"chandy-20
 
Legal issues in nursing ppt
Legal issues in nursing pptLegal issues in nursing ppt
Legal issues in nursing pptLinda Sapam
 
Health care delivery ppt
Health care delivery  pptHealth care delivery  ppt
Health care delivery pptancychacko89
 

What's hot (20)

Ethical & Social Issues in Health IT
Ethical & Social Issues in Health ITEthical & Social Issues in Health IT
Ethical & Social Issues in Health IT
 
Nursing informatics
Nursing informaticsNursing informatics
Nursing informatics
 
Uses of computer in nursing
Uses of computer in nursing Uses of computer in nursing
Uses of computer in nursing
 
Clinical Information Systems, Hospital Information Systems & Electronic Healt...
Clinical Information Systems, Hospital Information Systems & Electronic Healt...Clinical Information Systems, Hospital Information Systems & Electronic Healt...
Clinical Information Systems, Hospital Information Systems & Electronic Healt...
 
Ethics in nursing
Ethics in nursingEthics in nursing
Ethics in nursing
 
Nursing informatics presentation
Nursing informatics presentationNursing informatics presentation
Nursing informatics presentation
 
Health informationsystems chapter6
Health informationsystems chapter6Health informationsystems chapter6
Health informationsystems chapter6
 
Nursing Informatics - Team 3 Presentation
Nursing Informatics - Team 3 PresentationNursing Informatics - Team 3 Presentation
Nursing Informatics - Team 3 Presentation
 
Health informatic
Health informaticHealth informatic
Health informatic
 
Nsg informatics
Nsg informaticsNsg informatics
Nsg informatics
 
Introduction to Nursing Informatics
Introduction to Nursing InformaticsIntroduction to Nursing Informatics
Introduction to Nursing Informatics
 
Health Informatics
Health InformaticsHealth Informatics
Health Informatics
 
Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...
Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...
Public Health informatics, Consumer health informatics, mHealth & PHRs (Novem...
 
NURSE INFORMATICS.pptx
NURSE INFORMATICS.pptxNURSE INFORMATICS.pptx
NURSE INFORMATICS.pptx
 
Data-Information-Knowledge.ppt
Data-Information-Knowledge.pptData-Information-Knowledge.ppt
Data-Information-Knowledge.ppt
 
Computer in nursing
Computer in nursingComputer in nursing
Computer in nursing
 
Health Informatics and Patient Safety
Health Informatics and Patient SafetyHealth Informatics and Patient Safety
Health Informatics and Patient Safety
 
"Nursing Informatics PowerPoint Presentation"
"Nursing Informatics PowerPoint Presentation""Nursing Informatics PowerPoint Presentation"
"Nursing Informatics PowerPoint Presentation"
 
Legal issues in nursing ppt
Legal issues in nursing pptLegal issues in nursing ppt
Legal issues in nursing ppt
 
Health care delivery ppt
Health care delivery  pptHealth care delivery  ppt
Health care delivery ppt
 

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

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...
Principles of Health Informatics: Informatics skills - searching and making d...Martin Chapman
 
PPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptxPPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptxRaviKiranVarma4
 
Machine Learning and Languge
Machine Learning and LangugeMachine Learning and Languge
Machine Learning and LangugeWilliam Moore
 
Artificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge RepresentationArtificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge RepresentationThenmozhiK5
 
Unit 1 Introduction to Artificial Intelligence.pptx
Unit 1 Introduction to Artificial Intelligence.pptxUnit 1 Introduction to Artificial Intelligence.pptx
Unit 1 Introduction to Artificial Intelligence.pptxDr.M.Karthika parthasarathy
 
11 communication skills
11 communication skills11 communication skills
11 communication skillsSuvac Vladeni
 
Ms 07 information systems for managers
Ms   07 information systems for managersMs   07 information systems for managers
Ms 07 information systems for managerssmumbahelp
 
week 1 CS 3rdData, information and.pptx
week 1 CS 3rdData, information and.pptxweek 1 CS 3rdData, information and.pptx
week 1 CS 3rdData, information and.pptxJuliusECatipon
 
Machine learning and language v2
Machine learning  and language v2Machine learning  and language v2
Machine learning and language v2William Moore
 
286 PART 4 Leading Learning Objectives After studyi.docx
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.docxlorainedeserre
 
Communication is the lifeblood of all organizations, so Zappos and.docx
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.docxmonicafrancis71118
 
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 ...
Mayer’s Multimedia Principles and The Cognitive Approach, Their Implications ...English TVTC
 
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdfpdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdfHaileyConstantino
 
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...
Chapter 8: Theories of Media Cognition and Information Processing (final vers...Toby Zhu
 
Summary Of Defending Against The Indefensible Essay
Summary Of Defending Against The Indefensible EssaySummary Of Defending Against The Indefensible Essay
Summary Of Defending Against The Indefensible EssayBrenda Zerr
 
Boring presentations by whatzyourpoint inc
Boring presentations by whatzyourpoint incBoring presentations by whatzyourpoint inc
Boring presentations by whatzyourpoint incLMI Academy
 
An explanation of the Doing Ethics Technique Graham R Seach .docx
An explanation of the Doing Ethics Technique Graham R Seach .docxAn explanation of the Doing Ethics Technique Graham R Seach .docx
An explanation of the Doing Ethics Technique Graham R Seach .docxnettletondevon
 
Ch 07 information and decision making
Ch 07 information and decision makingCh 07 information and decision making
Ch 07 information and decision makingTaha Khan
 

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

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...
Principles of Health Informatics: Informatics skills - searching and making d...
 
PPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptxPPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptx
PPT ON INTRODUCTION TO AI- UNIT-1-PART-3.pptx
 
PREDICT 422 - Module 1.pptx
PREDICT 422 - Module 1.pptxPREDICT 422 - Module 1.pptx
PREDICT 422 - Module 1.pptx
 
Machine Learning and Languge
Machine Learning and LangugeMachine Learning and Languge
Machine Learning and Languge
 
Artificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge RepresentationArtificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge Representation
 
Unit 1 Introduction to Artificial Intelligence.pptx
Unit 1 Introduction to Artificial Intelligence.pptxUnit 1 Introduction to Artificial Intelligence.pptx
Unit 1 Introduction to Artificial Intelligence.pptx
 
11 communication skills
11 communication skills11 communication skills
11 communication skills
 
Ms 07 information systems for managers
Ms   07 information systems for managersMs   07 information systems for managers
Ms 07 information systems for managers
 
Essay On MAth
Essay On MAthEssay On MAth
Essay On MAth
 
week 1 CS 3rdData, information and.pptx
week 1 CS 3rdData, information and.pptxweek 1 CS 3rdData, information and.pptx
week 1 CS 3rdData, information and.pptx
 
Machine learning and language v2
Machine learning  and language v2Machine learning  and language v2
Machine learning and language v2
 
286 PART 4 Leading Learning Objectives After studyi.docx
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
 
Communication is the lifeblood of all organizations, so Zappos and.docx
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 ...
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 ...
 
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdfpdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
pdfcoffee.com_mil11q3mod1v1pdf-pdf-free.pdf
 
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...
Chapter 8: Theories of Media Cognition and Information Processing (final vers...
 
Summary Of Defending Against The Indefensible Essay
Summary Of Defending Against The Indefensible EssaySummary Of Defending Against The Indefensible Essay
Summary Of Defending Against The Indefensible Essay
 
Boring presentations by whatzyourpoint inc
Boring presentations by whatzyourpoint incBoring presentations by whatzyourpoint inc
Boring presentations by whatzyourpoint inc
 
An explanation of the Doing Ethics Technique Graham R Seach .docx
An explanation of the Doing Ethics Technique Graham R Seach .docxAn explanation of the Doing Ethics Technique Graham R Seach .docx
An explanation of the Doing Ethics Technique Graham R Seach .docx
 
Ch 07 information and decision making
Ch 07 information and decision makingCh 07 information and decision making
Ch 07 information and decision making
 

More from Martin Chapman

Principles of Health Informatics: Artificial intelligence and machine learning
Principles of Health Informatics: Artificial intelligence and machine learningPrinciples of Health Informatics: Artificial intelligence and machine learning
Principles of Health Informatics: Artificial intelligence and machine learningMartin Chapman
 
Principles of Health Informatics: Clinical decision support systems
Principles of Health Informatics: Clinical decision support systemsPrinciples of Health Informatics: Clinical decision support systems
Principles of Health Informatics: Clinical decision support systemsMartin Chapman
 
Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...
Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...
Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...Martin Chapman
 
Technical Validation through Automated Testing
Technical Validation through Automated TestingTechnical Validation through Automated Testing
Technical Validation through Automated TestingMartin Chapman
 
Scalable architectures for phenotype libraries
Scalable architectures for phenotype librariesScalable architectures for phenotype libraries
Scalable architectures for phenotype librariesMartin 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 ...
Using AI to understand how preventative interventions can improve the health ...Martin Chapman
 
Using AI to autonomously identify diseases within groups of patients
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
 
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 ...
Using AI to understand how preventative interventions can improve the health ...Martin Chapman
 
Principles of Health Informatics: Evaluating medical software
Principles of Health Informatics: Evaluating medical softwarePrinciples of Health Informatics: Evaluating medical software
Principles of Health Informatics: Evaluating medical softwareMartin Chapman
 
Principles of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwarePrinciples of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwareMartin Chapman
 
Principles of Health Informatics: Social networks, telehealth, and mobile health
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
 
Principles of Health Informatics: Communication systems in healthcare
Principles of Health Informatics: Communication systems in healthcarePrinciples of Health Informatics: Communication systems in healthcare
Principles of Health Informatics: Communication systems in healthcareMartin Chapman
 
Principles of Health Informatics: Terminologies and classification systems
Principles of Health Informatics: Terminologies and classification systemsPrinciples of Health Informatics: Terminologies and classification systems
Principles of Health Informatics: Terminologies and classification systemsMartin Chapman
 
Principles of Health Informatics: Representing medical knowledge
Principles of Health Informatics: Representing medical knowledgePrinciples of Health Informatics: Representing medical knowledge
Principles of Health Informatics: Representing medical knowledgeMartin Chapman
 
Principles of Health Informatics: Models, information, and information systems
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 systemsMartin 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 ...
Using AI to understand how preventative interventions can improve the health ...Martin Chapman
 
Using Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research SoftwareUsing Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research SoftwareMartin Chapman
 
Using CWL to support EHR-based phenotyping
Using CWL to support EHR-based phenotypingUsing CWL to support EHR-based phenotyping
Using CWL to support EHR-based phenotypingMartin Chapman
 
Phenoflow: An Architecture for Computable Phenotypes
Phenoflow: An Architecture for Computable PhenotypesPhenoflow: An Architecture for Computable Phenotypes
Phenoflow: An Architecture for Computable PhenotypesMartin Chapman
 

More from Martin Chapman (20)

Principles of Health Informatics: Artificial intelligence and machine learning
Principles of Health Informatics: Artificial intelligence and machine learningPrinciples of Health Informatics: Artificial intelligence and machine learning
Principles of Health Informatics: Artificial intelligence and machine learning
 
Principles of Health Informatics: Clinical decision support systems
Principles of Health Informatics: Clinical decision support systemsPrinciples of Health Informatics: Clinical decision support systems
Principles of Health Informatics: Clinical decision support systems
 
Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...
Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...
Mechanisms for Integrating Real Data into Search Game Simulations: An Applica...
 
Technical Validation through Automated Testing
Technical Validation through Automated TestingTechnical Validation through Automated Testing
Technical Validation through Automated Testing
 
Scalable architectures for phenotype libraries
Scalable architectures for phenotype librariesScalable architectures for phenotype libraries
Scalable architectures for phenotype libraries
 
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 ...
Using AI to understand how preventative interventions can improve the health ...
 
Using AI to autonomously identify diseases within groups of patients
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
 
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 ...
Using AI to understand how preventative interventions can improve the health ...
 
Principles of Health Informatics: Evaluating medical software
Principles of Health Informatics: Evaluating medical softwarePrinciples of Health Informatics: Evaluating medical software
Principles of Health Informatics: Evaluating medical software
 
Principles of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwarePrinciples of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical software
 
Principles of Health Informatics: Social networks, telehealth, and mobile health
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
 
Principles of Health Informatics: Communication systems in healthcare
Principles of Health Informatics: Communication systems in healthcarePrinciples of Health Informatics: Communication systems in healthcare
Principles of Health Informatics: Communication systems in healthcare
 
Principles of Health Informatics: Terminologies and classification systems
Principles of Health Informatics: Terminologies and classification systemsPrinciples of Health Informatics: Terminologies and classification systems
Principles of Health Informatics: Terminologies and classification systems
 
Principles of Health Informatics: Representing medical knowledge
Principles of Health Informatics: Representing medical knowledgePrinciples of Health Informatics: Representing medical knowledge
Principles of Health Informatics: Representing medical knowledge
 
Principles of Health Informatics: Models, information, and information systems
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
 
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 ...
Using AI to understand how preventative interventions can improve the health ...
 
Using Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research SoftwareUsing Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research Software
 
Using CWL to support EHR-based phenotyping
Using CWL to support EHR-based phenotypingUsing CWL to support EHR-based phenotyping
Using CWL to support EHR-based phenotyping
 
Phenoflow: An Architecture for Computable Phenotypes
Phenoflow: An Architecture for Computable PhenotypesPhenoflow: An Architecture for Computable Phenotypes
Phenoflow: An Architecture for Computable Phenotypes
 
Phenoflow 2021
Phenoflow 2021Phenoflow 2021
Phenoflow 2021
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

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/