Test 2 Flashcards

Chapters 8, 16, 17, 21

1
Q

Natural Language

A

Unfettered spoken or written language

-Primary means of human communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Natural Language Processing (NLP)

A

Enabling the use of automated methods that represent the relevant information in the text with high validity and reliability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Patrick Suppes

A

-Pioneer in computerized learning

“…the challenge to psychological theory made by linguists to provide an adequate theory of language learning may well be regarded as the most significant intellectual challenge to theoretical psychology in this century.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bag-of-Words

A

A language model where text is represented as a collection of words, independent of each other and disregarding word order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Keyword

A

A word or phrase that conveys special meaning or to refer to information that is relevant to such a meaning,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Machine Learning

A

A computer technique in which information learned from data is used to improve system performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

NLP Text Processing

A
  • Lexical: Tokenization, part of speech, head, lemma
  • Parsing and Chunking
  • Semantic Tagging: Semantic role, word sense
  • Certain Expressions: Named entities
  • Discourse: coreference, discourse segments
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NLP Speech Processing

A
  • Phonetic transcription
  • Segmentations (Puncutations)
  • Prosody
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Types of NLP: Information Extraction

A

Methods that process text to capture and organize specific information in the text and also to capture and organize specific relations between the pieces of information.

-Most common form in biomedicine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Biosurveillance

A

A public health activity that monitors a population for occurrence of a rare disease or increased occurrence of a common one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Named-entity Recognition

A

In language processing, a sub-task of information extraction that seeks to locate and classify atomic elements in text into predefined categories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Named-entity Normalization

A

The natural language processing method, after finding a named entity in a document, for linking (normalizing) that mention with appropriate database identifiers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Modifiers of Interest

A

In NLP, a term used to describe or otherwise modify a named-entity that has been recognized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Relations Among Named Entities

A

A characterization of two entities in NLP with respect to the semantic nature of the relationship between them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Reference Resolution

A

In NLP, recognizing that two mentions in two different textual locations refer to the same entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Question Answering (QA)

A

A computer-based process whereby a user submits a natural language question that is then automatically answered by returning a specific response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Text Summarization

A

Takes one or several documents as input and produces a single, coherent text that synthesizes the main points of the input documents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Text Generation

A

Methods that create coherent natural language text from structured data or from textual documents in order to satisfy a communication goal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Machine Translation

A

Automatic mapping of text written in one natural language into text of another language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Text Readability Assessment and Simplification

A

An application of NLP in which computational methods are used to assess the clarity of writing for a certain audience or to revise the exposition using similar terminology and sentence construction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Linguistic Steps in NLP: Morphology

A

The way words are built up from smaller, meaning-bearing units; the structure of words

  • Various forms of basic words
  • Make more words from less.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Linguistic Steps in NLP: Syntax

A

How words are put together to form correct sentences and what structural role each word has.

-Syntax tree assigned by grammar or lexicon.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Linguistic Steps in NLP: Semantics

A

What words mean and how these meanings combine in sentences to form sentence meanings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Linguistic Steps in NLP: Pragmatics

A

How sentences are used in different situations and how use affects the interpretation of the sentence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Linguistic Steps in NLP: Discourse

A

How the immediately preceding sentences affect the interpretation of the next sentence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Natural Language Understanding (NLU)

A

Subtopic of NLP in Artificial Intelligence that deals with machine reading comprehension.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Applications of NLP

A
  • Intelligent computer systems
  • NLU interfaces to databases
  • Computer-aided instruction
  • Information Retrieval
  • Intelligent web searching
  • Data mining
  • Machine translation
  • Speech Recognition
  • Natural Language Generation
  • Question Answering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Difficulties of NLP

A
  • Different ways of parsing a sentence.
  • Word category ambiguity
  • Word sense ambiguity
  • Words can mean more than the sum of their parts
  • Imparting world knowledge is difficult
  • Fictitious worlds
  • Defining scope
  • Language is changing and evolving
  • Complex ways of interaction between the kinds of knowledge
  • Exponential complexity at each point in using the knowledge
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Ambiguity

A

The fundamental problem of computational linguistics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

Morpheme

A

The smallest unit in grammar that has a meaning or linguistic function.

-Generally a root of a word, a prefix, or a suffix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Free Morpheme

A

A morpheme that is a word and does not contain another morpheme

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Bound Morpheme

A

A morpheme that creates a different form of a word but must always occur with another morpheme.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Inflectional Morpheme

A

A morpheme that creates a different form of a word without changing the meaning or part of speech.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Derivational Morpheme

A

A morpheme that changes the meaning or part of speech of a morpheme.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

Regular Expression

A

A mathematical model of a set of strings, defined using characters of an alphabet and the operators concatenation, union, and closure.

-Zero or more occurrences of an expression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Lexicon

A

A catalogue of words in a language, usually containing syntactic information such as parts of speech, pluralization rules, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Finite State Automaton

A

An abstract, computer-based representation of the state of some entity together with a set of actions that can transform the state.

-Collections of finite state automata can used to model complex systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

Tokens (NLP)

A

The composite entities constructed from individual characters, typically words, numbers, dates, or punctuation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

Markov Process

A

A mathematical model of a set of strings in which the probability of a given symbol occurring depends on the identity of the immediately preceding symbol or the two immediately preceding symbols.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

Lexemes

A

A minimal lexical unit in a language that res presents different forms of the same word.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

Telegraphic (NLP)

A

Language that does not follow the usual rules of grammar but is compact and efficient.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

Grammar (NLP)

A

A mathematical model of a potentially infinite set of strings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

Nested Structures (NLP)

A

A phrase or phrases that are used in place of simpler words within other phrases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

Probabilistic Context-Free Grammar

A

CFG in which the possible ways to expand a given symbol have varying probabilities rather than equal weight.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Dependency Grammar (NLP)

A

A linguistic theory of syntax that is based on dependency relations between words, where one word in the sentence is independent and other words are dependent on that word.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Logic-based Semantics

A

A knowledge representation method based on the use of predicates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Conceptual Graph (Semantics)

A

A formal notation in which knowledge is represented through explicit relationships between concepts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Word Senses

A

Possible meanings of a word

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

Semantic Types

A

The categorization of words into semantic classes according to meaning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

Semantic Patterns

A

The study of the patterns formed by the co-occurrence of individual words in a phrase of the co-occurrence of the associated semantic types of words.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Semantic Relations

A

A classification of the meaning of a linguistic relationship.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

Referential Expression

A

A sequence of one or more words that refer to a particular person, object, or event.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

Coreference Chains

A

Provide a compact representation for encoding the words and phrases in a text that all refer to the same entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

Parse Tree

A

The representation of structural relationships that results when using a grammar to analyze a given sentence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

Transition Matrix

A

A table of numbers giving the probability of moving from one state in a Markov model to another state, or the state that is reached in a finite-state machine, depending on the current character of the alphabet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

Chunking (NLP)

A

A processing method for determining non-recursive phrases where each phrase corresponds to a specific part of speech.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

Chart Parsing

A

A dynamic programming algorithm for structuring a sentence according to grammar by saving and reusing segments of the sentence that have been parsed.

58
Q

Predicate

A

The part of a sentence of clause containing a verb and stating something about the subject.

59
Q

Argument

A

A word or phrase that helps complete a predicate.

60
Q

Cascading Finite State Automata (FSA)

A

A tagging method in NLP in which a series of FSA are employed such that the output of one FSA becomes the input of another

61
Q

Centering Theory

A

A theory that attempts to explain what entities are indicated by referential expressions by noting how the center of each sentence changes across the text.

62
Q

Extrinsic Evaluation

A

An evaluation of a component of a system based on an evaluation of the performance of the entire system.

63
Q

Intrinsic Evaluation

A

An evaluation of a component of a system that focuses only on the performance of the component.

64
Q

Recall

A

The percentage of results that should have been obtained according to the test set that actually were obtained.

65
Q

Precision

A

The percent of results that the system obtained that were actually correct according to the test set.

66
Q

F Measure

A

A measure of overall accuracy that is a combination of Recall and Precision.

67
Q

Harmonic Mean

A

An average of a set of weighted values in which the weights are determined by the relative importance of the contribution to the average.

68
Q

Information Retrieval (IR)

A

Finding material of an unstructured nature that satisfies an information need from within large collections.

-aka: SEARCH

69
Q

Challenges in Biomedical IR

A
  • Transition from little information to information overload
  • Multiple expressions for search topics
  • Multiple meanings for each expression
  • Balancing open access vs. providing for cost of production and maintenance.
70
Q

3 Major Uses of the Web

A
  • Informational: Seeking information
  • Navigational: Looking for a specific page
  • Transactional: Exchanges of goods and services
71
Q

IR’s Relevance to Biomedicine and Health

A
  • Growth of knowledge surpassed human memory capabilities
  • Clinicians have frequent and unmet information needs
  • Researchers must frequently update their knowledge in new areas quickly
  • Primary literature can be scattered and ahrd to synthesize.
  • Non-primary literature sources are neither comprehensive or systematic
  • Web is increasingly used as a source of health and biomedical information.
72
Q

Classification of Knowledge-Based Scientific Information: Primary

A

Original Research:

  • Mainly published in journals but also conference proceedings, technical reports, books, etc.
  • Can include re-analysis, meta-analysis, and systematic reviews
73
Q

Classification of Knowledge-Based Scientific Information: Secondary

A

Reviews, Condensations, Synopses of primary literature:

  • Textbooks and handbooks are staples of clinicians, researchers, and others
  • Guidelines are important for normalizing care and measuring quality
74
Q

Classification of Knowledge-Based Content: Bibliographic

A

Contains databases of collections involving citations or pointers to published literature.

-Mainly primary sources
-Rich in metadata
-One of the oldest mainstays of IR
sources.

75
Q

Classification of Knowledge-Based Content: Full-Text

A

Involves the complete textual information contained in a bibliographic source.

-Everything online

76
Q

Classification of Knowledge-Based Content: Annotated

A

Content that has been annotated to describe its type, subject matter, and other attributes.

  • Non-text
  • Structured text annotated with text

Includes:

  • Image collections
  • Citation databases
  • Evidence-based Medicine databases
  • Clinician Decision Support
  • Genomic Databases
77
Q

Classification of Knowledge-Based Content: Aggregations

A

Collections of content from a variety of types.

78
Q

Types of Bibliographic Content

A
  • Old databases have been revised
  • New databases have emerged
  • Web Catalogs
  • Real Simple Syndication/Rich Site Summary (RSS)
79
Q

MEDLINE

A
  • Contains references to biomedical journal literature
  • Launched in 1971; database dates back to 1966 (MEDLARS)
  • Free for use as of 1997 via PubMed
80
Q

National Guidelines Clearinghouse

A
  • Produced by Agency for Healthcare Research and Quality (AHRQ)
  • Contains detailed information about guidelines
81
Q

Web Catalogs

A

Aim to provide quality-filtered web sites to specific audiences

-Some geared towards physicians while others are for patients.

82
Q

Real Simple Syndication/Rich Site Summary (RSS)

A

Feeds providing short summaries, typically of news, journal articles, or other recent web postings.

-Can be filtered by user with an aggregation tool.

83
Q

Full-Text Content

A

Contains complete texts as well as tables, figures, images, etc

-Usually provides identical print version

Includes:

  • Periodicals
  • Books
  • Web sites
84
Q

Full-Text Content: Books

A
  • Textbooks: Most well-known clinical textbooks now available online in e-text, accessible on mobile devices
  • Compendia of drugs, diseases, evidence, etc
  • Handbooks: Popular among clinicians

-

85
Q

Value of E-Books

A
  • Added multimedia
  • Bundling of multiple books
  • Can be updated between editions
  • Links to related information
86
Q

Full-Text Content: Websites

A
  • Defined more narrowly to refer to coherent collections of information on the Web
  • Includes added links and multimedia
  • Increasingly integrated with other resources and available in different platforms.
87
Q

Annotated Content: Image Collections

A
  • Most prominent in visual medical specialties

- Many have associated text to support with indexing and retrieval

88
Q

Indexing

A

Assignment of metadata to content to facilitate retrieval

Two major types:

  • Manual
  • Automated
89
Q

Human Indexing

A
  • Usually performed by a professional with some background in biomedicine
  • Follows protocol to scan resource and select terms from a controlled vocabulary
  • Most vocabularies are hierarchical and have specific definitions for when term is to be assigned
90
Q

Medical Subject Heading (MeSH)

A
  • Over 26,000 terms with many synonyms
  • Hierarchical based on 16 trees
  • Contains 83 subheadings, for specificity
  • MeSH browser allows exploration
91
Q

MEDLINE Indexing

A
  • Done by professionals who follow protocols first derived by Bachrach (1978)
  • –Read: Title, Intro, and Conclusion
  • –Scan: Methods, Results, Figures, Tables, and lastly Abstract
  • Ignore publisher’s “key words”
  • Assign 2-4 headings as central concepts and 5-10 as minor headings
  • Use most specific heading in assigned hierarchy
  • Publication Type is an important secondary tag
  • Modern tools have been created to assist in the task.
92
Q

Metadata in Indexing

A

Indexing covers more than content, such as:

  • Author(s)
  • Source
  • Publication/Resource Type
  • Relationship to Information
93
Q

Automated Indexing

A

Indexing of all words that appear in the content.

  • Often use stop words to rule out common words.
  • Some systems stem words to root form
94
Q

Weighted Indexing

A
  • Usually used with Automated
  • Gives weight to words that are frequent but discriminating
  • Most common approach is for weight to equal product TF*IDF
  • –Inverse Document Frequency (IDF)
  • –Term Frequency (TF)
95
Q

Citation Indexing

A

Citation databases list all other articles that cite a specific article in journals

  • Index articles that cite other articles
  • Performed at content item level
  • Goal is to designate related or important content items
96
Q

Limitations of Human Indexing

A
  • Inconsistency
  • –Frequent Duplications
  • Inadequate Indexing Vocabulary
  • –Up to 25% of all concepts NOT in MeSH
  • –Ambiguities and other naming problems
97
Q

Limitations of Word Indexing: Synonymy

A

Different words have the same meaning.

98
Q

Limitations of Word Indexing: Polysemy

A

The same word may have different meanings or senses.

99
Q

Limitations of Word Indexing: Content

A

Words in a document might not reflect its focus.

100
Q

Limitations of Word Indexing: Context

A

Words take on meaning based on the words around them

101
Q

Limitations of Word Indexing: Morphology

A

Words can have suffixes that do not change the underlying meaning

102
Q

Limitations of Word Indexing: Granularity

A

Queries and documents may describe concepts at different levels of a hierarchy.

103
Q

IR System Evaluation

A
  • Is the system used?
  • Are users satisfied?
  • Do they find relevant information?
  • Do they complete their desired task?

Physicians are the most studied group

104
Q

The Impact of IR on Physicians (4 Themes)

A

1) Recall - of forgotten information
2) Learning - of new information
3) Confirmation - of existing knowledge
4) Frustration - that the system used was not succesful

Also:

1) Reassurance - that the system is available
2) Practice Improvement - of patient-physician relationship

105
Q

Future challenges of IR Evaluation

A
  • Must understand the tasks of the user and focus evaluation accordingly
  • Ultimate measure may be a health outcome
106
Q

Personal Health Records (PHR)

A

An electronic application through which individuals can access, manage, and share their health information, and that of others whom they are authorized, in a private, secure and confidential environment.

107
Q

Common Areas Included in PHR

A
  • Allergies
  • Medications
  • Personal Medical History
  • Past and Future Doctor’s visits
  • Vaccinations
  • Surgeries/Procedures
  • Past Diagnoses
108
Q

Origin of PHR Data

A
  • Doctors
  • Self-report
  • Health plans/Government insurance plans
109
Q

Consumer Benefits of PHR

A
  • Insight into Medical Record
  • –Help uncover errors
  • –Help develop ownership of one’s own health
  • –Improves care when changing providers
  • Improves Convenience
  • –Referrals
  • –Appointments

-Health education personalized to patient

110
Q

Proprietary State of PHR Today

A
  • Storage repositories for medical information
  • Not well-defined across the industry
  • Many systems that are institution-specific
  • Information does not transfer well to other institutions
111
Q

Future of Connectivity: Patient

A
  • Secure communication between patient and provider
  • Encompasses medical records from multiple providers
  • Direct connectivity to Biomonitors
  • Responsive to varying levels of health literacy, self-efficacy, and tech fluency
  • High level of individually customizable security
112
Q

Future of Connectivity: Provider

A
  • Increased frequency of data collection from patients
  • Understanding notes/results from other providers
  • Reduced cost for chronic disease management
113
Q

Personally Controlled Health Records (PCHR)

A
  • Subset of PHR
  • Enables a patient to assemble, maintain, and manage a secure copy of their medical data
  • Designed on the principle idea that patients should be allowed to own and manage copies of their own health records
114
Q

Personal Internetworked Notary and Guardian (PING)

A

A system designed as a fully distributed electronic medical record in which patients have control over who can read, write, or modify components

  • Developed in 1998
  • Renamed Indivo in 2006
115
Q

Consumer Health Informatics (CHI)

A

Examines patient information from the POVs such as: health literacy, consumer knowledge, and education.

  • Intended to empower patients while giving them the knowledge they need to make their own health decisions
  • Couples the consumer’s needs for information with their healthcare preferences to create a tailor-made medical experience.
116
Q

CHI defined by The National Center for Biomedicine

A
  • Any tool or system primarily responsible for interacting with health information users or health information consumers.
  • Any tool into which a patient inputs their health information and receives a body of health information
  • Tool or system where information or other benefits may be used with the assistance of a healthcare professional, but not dependent on one.
117
Q

Consumer Application

A
  • Apps facilitating knowledge and understanding of disease management
  • Apps facilitating the knowledge of observations of daily living (ODL’s)
  • Apps facilitating and promoting lifestyle management assistance
  • Apps facilitating patient health, preventative care and self-care/assisted care.
118
Q

Self-Management Systems

A
  • Highly varied and usable on multiple platforms.

- Best when providing a timely response with information regarding the user’s current state of health.

119
Q

Electronic PHR and Patient Portals

A
  • Contain an individual’s health information, conforming to nationally recognized standards.
  • Info can be pulled from multiple sources while managed and controlled by the user.
  • Information stored can be:
  • –Identifiers
  • –Contact Info
  • –Medication History
  • –Allergies
  • –Immunizations
120
Q

Peer Interaction Systems

A
  • Can operate alone or as part of a set of applications

- Use online forums or discussion groups to help patients communicate with others who have similar conditions.

121
Q

Public Health Informatics

A

The systematic application of information and computer science and technology to public health practice, research, and learning.

122
Q

Work of Informatics in Public Health

A
  • Formulate models for acquiring, representing, processing, displaying, or transmitting health information or knowledge.
  • Develop computer systems that use the models to deliver the information/knowledge
  • Install systems to support the models
  • Assess Outcomes regarding the effects to the overall health care system.
123
Q

Ten Essential Services of Public Health (1-5)

A

1) Monitor the health of individuals in the community to identify community health problems
2) Diagnose and investigate community health problems and hazards.
3) Inform, educate, and empower the community with respect to health issues.
4) Mobilize community partnerships in identifying and solving community health problems
5) Develop policies and plans that support individual and community health efforts

124
Q

Ten Essential Services of Public Health (6-10)

A

6) Enforce laws and rules that protect public health and ensure safety in accordance with these laws.
7) Link individuals who have a need for community and personal health services to appropriate providers
8) Ensure a competent workforce for the provision of essential health services.
9) Research new insights and innovate solutions to community health problems.
10) Evaluate the effectiveness, accessibility, and quality of personal and population-based health services in a community

125
Q

Epidemiology

A

The study of the prevalence and determinants of disability and disease in populations.

126
Q

Core Functions of Public Health: Assessment

A

Tracking and monitoring the health status of populations; identifying and controlling disease outbreaks and epidemics.

127
Q

Core Functions of Public Health: Policy Development

A

Utilizes the results of assessment activities and etiologic research in concert with local values and culture to recommend interventions and public policies that improve health status

128
Q

Core Functions of Public Health: Assurance

A

The duty of public health agencies to assure their populations that services necessary to achieve agreed upon goals are met.

129
Q

Public Health Surveillance

A

The ongoing collection, analysis, interpretation, and dissemination of data on health conditions and threats to health.

  • Represents one of the fundamental means by which priorities for public health action are set.
  • Data collected for the purpose of action.
130
Q

Coordinated Function of Public Health Informatics: Detection and Monitoring

A

Support of disease and threat surveillance, national health status indicators

131
Q

Coordinated Function of Public Health Informatics: Analysis

A

Facilitating real-time evaluation of live data feeds, turning data into information for people at all levels of public health.

132
Q

Coordinated Function of Public Health Informatics: Information Resources/Knowledge Management

A

Reference information, distance learning, decision support

133
Q

Coordinated Function of Public Health Informatics: Alerting and Communications

A

Transmission of emergency alerts, routine professional discussions, collaborative activities

134
Q

Coordinated Function of Public Health Informatics: Response

A

Management support of recommendations, prophylaxis, vaccinations, etc

135
Q

National Electronic Disease Surveillance System (NEDSS)

A

Major CDC initiative that addresses public health issues by promoting the use of data and information system standards to advance the development of efficient, integrated, and interoperable surveillance systems at federal, state, and local levels.

-Designed to facilitate electronic transfer of appropriate information from clinical systems to public health systems, reduce provider burden in the provision of information, and enhance both the timeliness and quality of info.

136
Q

Components of NEDSS

A
  • Browser-based data entry
  • Person-centric
  • Case investigation capabilities
  • ELR messages can be received
  • Security to meet HIPAA standards
137
Q

Geographic Information Systems (GIS)

A
  • Support data warehouse capabilities
  • Optimized for retrieval from very large record databases
  • Can quickly cross-tabulate
  • Study seasonal and secular trends
  • Look for patterns by person, place, and time.
138
Q

CDC’s National Health and Nutrition Examination Survey (NHANES)

A

Used to assess the health and nutritional status of children and adults in the U.S.

  • Combines a home interview and health exam in mobile clinic.
  • 50 years of survey conducting experience using direct physical measures
139
Q

Sample for NHANES

A
  • Civilian, non-institutionalized household population
  • Residents of all states and D.C.
  • All ages
  • 5,000 individuals annually
140
Q

Immunization Information Systems (IIS)

A

Confidential, population-based, computerized databases that record all immunization doses administered by participating providers to persons residing within a given geopolitical area.

-Assists in designing and sustaining effective immunization strategies at the provider and program levels

141
Q

Point-of-Care IIS

A

Can provide consolidated immunization histories for use by a vaccination provider in determining appropriate client vaccines.

142
Q

Population Level IIS

A

Provides aggregate data on vaccinations for use in surveillance and program operations, and in guiding public health action with the goals of improving vaccination rates and reducing vaccination-preventing disease.