F.6 Information structure and design Flashcards

Appraise the structure and design of health information in different use contexts.

1
Q

What does the term ‘appraise’ mean in the context of health informatics?

A

To evaluate the worth, significance, or status of health information structures and designs

‘Evaluate’ suggests determining relative or intrinsic worth in non-monetary terms.

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

What must health informaticians determine regarding health information structures and designs?

A

They must determine:
* Fit for particular use cases
* Which alternatives are more advantageous for specific use cases

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

What is data design in software engineering?

A

The first of a series of design activities leading to a model of a system or product

It follows an analysis of requirements.

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

What are data objects in the context of data design?

A

Data entities or concepts with common properties stored and operated upon during software program execution

Examples include actors, roles, and events.

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

What are attributes in data design?

A

Descriptions of the properties of data objects

Examples include first name, last name, date of birth, and gender.

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

What do relationships in data design describe?

A

How different data objects may be associated or related to their attributes

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

What are data types in data design?

A

Specific categorizations of data, such as:
* Alphanumeric
* Date/time
* Time-series

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

What are data structures in data design?

A

Specific ways of organizing data in computer programs for efficient and effective use

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

What is the significance of ‘different use contexts’ in health informatics?

A

Relates to the uses of data and technicalities of software programming

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

Fill in the blank: A ‘stack’ is a data structure that operates on a ______ method.

A

last in, first out (LIFO)

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

Fill in the blank: A ‘queue’ is a data structure that operates on a ______ method.

A

first in, first out (FIFO)

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

What does ‘fitness for purpose’ mean in health informatics?

A

Evaluating the intrinsic or relative fitness for the purposes of health information

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

What are some characteristics associated with fitness for purpose?

A
  • Provenance
  • Institutional environment
  • Relevance
  • Completeness and validity
  • Timeliness
  • Accuracy and precision
  • Coherence
  • Interpretability
  • Accessibility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does ‘provenance’ refer to in health information?

A

Documentation of the origin and processes by which information was produced

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

What does the institutional environment influence in health information?

A

Effectiveness and credibility of the entity generating the information

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

What does ‘relevance’ mean in the context of health information?

A

How well the information meets the needs of its users

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

What is the difference between completeness and validity in health information?

A

Completeness refers to presence of information; validity refers to conformance to specifications

18
Q

What does ‘timeliness’ refer to in health information?

A

Duration between the reference period and the date the data becomes available

19
Q

What do accuracy and precision measure in health information?

A

Accuracy measures correctness; precision measures consistency of measurement

20
Q

What does ‘coherence’ refer to in health information?

A

Internal consistency and comparability with other sources of information

21
Q

What is ‘interpretability’ in health information?

A

The extent to which users can understand information appropriately and unambiguously

22
Q

What does ‘accessibility’ refer to in health information?

A

Ease of discovery and access to information by users

23
Q

What is a common issue with data quality in various industries?

A

Nearly half of newly-created data records have at least one critical error

24
Q

What is a key step in appraising health information?

A

Confirming and validating different use contexts

25
Q

What is involved in the analysis of data needs?

A

Considering context, capability, and data functionality

26
Q

Fill in the blank: New data design begins when existing data does not meet identified ______.

27
Q

What should be documented during the data specification process?

A

Data items should be named, defined, and their attributes documented as metadata

28
Q

What does the appraisal process involve regarding design characteristics?

A

Assessing metadata availability, construction quality, regulatory compliance, and data types

29
Q

What is the final step in the appraisal of health information?

A

Assessing whether the information satisfies the needs of all existing and potential users

30
Q

What does FIFO stand for in data processing?

A

First In, First Out

FIFO is a method used to manage the order of operations in data structures like queues.

31
Q

What is a key characteristic of the FIFO processing method?

A

The first person who has been waiting the longest is seen next

This method is commonly used in queue data structures.

32
Q

In the context of a triage system, what does the FIFO method ensure?

A

Patients are seen in the order they arrived

Ensures fairness and efficiency in patient management.

33
Q

Which data structure is consistent with the FIFO processing method?

A

Queue

A queue operates on the principle of first in, first out.

34
Q

What should be done with the oldest vial of vaccine in a medical clinic according to FIFO?

A

It should be used first

This maximizes stock turnover before the use-by dates.

35
Q

What does LIFO stand for in data processing?

A

Last In, First Out

LIFO is used to manage operations in data structures like stacks.

36
Q

In a clinical decision support application, which screen should be displayed next using LIFO?

A

The previous screen displayed

This method retrieves the last item added to the stack.

37
Q

What is assessed when evaluating design characteristics of data?

A

Metadata availability, construction quality, compliance with regulations, and data types

These factors determine the effectiveness and usability of the information.

38
Q

What is one criterion for assessing the usage of information?

A

Satisfaction of the needs of all existing and potential users

Ensures that the information is relevant and useful.

39
Q

Fill in the blank: The _____ processing method is consistent with the queue data structure.

40
Q

Fill in the blank: The _____ processing method is consistent with the stack data structure.