wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RKE-517 (Week-11)

Total questions: 87

Worksheet time: 44mins

Name
Class
Date
1.

How might AI analytics contribute to health information systems, based on the provided material?

a)

By improving diagnosis accuracy and treatment pathways

b)

By replacing all medical staff

c)

By eliminating the need for patient records

d)

By automating hospital construction

2.

What is the main purpose of normalizing databases to the Third Normal Form (3NF) during Architecture & Database Design?

a)

To ensure data integrity and eliminate redundancy

b)

To improve user experience

c)

To collect more data

d)

To enhance data security

3.

Interoperability is important when sharing health data across different systems because:

a)

It allows seamless access and sharing, improving patient care and system efficiency.

b)

It increases data redundancy.

c)

It makes data collection easier.

d)

It reduces the need for database normalization.

4.

What percentage of the world's data volume is generated by healthcare?

a)

10%

b)

20%

c)

30%

d)

50%

5.

What is the main challenge organizations face with healthcare data?

a)

Lack of data collection

b)

Difficulty transforming data into actionable improvements

c)

High cost of data storage

d)

Limited access to patient records

6.

What does the "DRIP" paradox refer to in healthcare information management?

a)

Data Rich, Information Poor

b)

Data Rare, Information Plentiful

c)

Data Reliable, Information Powerful

d)

Data Rapid, Information Precise

7.

What is the critical shift needed in healthcare information management?

a)

From System of Insight to System of Record

b)

From System of Record to System of Insight

c)

From System of Record to System of Storage

d)

From System of Insight to System of Documentation

8.

Which of the following best describes the "Old Way" of handling missed appointments in healthcare?

a)

Predicting missed appointments before they happen

b)

Recording a missed appointment after the fact

c)

Ignoring missed appointments

d)

Scheduling appointments automatically

9.

How does the "New Way" improve upon the "Old Way" in managing missed appointments?

a)

By ignoring missed appointments

b)

By recording missed appointments after they happen

c)

By predicting missed appointments before they happen and taking preventive action

d)

By rescheduling missed appointments automatically

10.

Why is transitioning to a System of Insight important for healthcare organizations?

a)

It increases data storage capacity

b)

It enables active intelligence that anticipates needs and drives better outcomes

c)

It reduces the number of patient records

d)

It eliminates the need for documentation

11.

Which government document does Indonesia's digital health vision align with?

a)

Ministry of Health's Digital Transformation Blueprint 2024

b)

National Education Blueprint 2024

c)

Ministry of Finance's Economic Plan 2024

d)

National Security Strategy 2024

12.

What is the primary purpose of using predictive analytics in Precision Public Health according to Indonesia's digital health vision?

a)

To forecast disease outbreaks and enable proactive intervention

b)

To increase hospital profits

c)

To reduce the number of healthcare workers

d)

To eliminate the need for patient data

13.

Which of the following is NOT mentioned as a factor analyzed in Precision Public Health for forecasting disease outbreaks?

a)

Aggregate clinic visit data

b)

Environmental factors

c)

Historical trends

d)

Genetic engineering

14.

How does Operational Optimization use AI in Puskesmas facilities?

a)

By optimizing staff scheduling, medication inventory, and patient flow

b)

By replacing all medical staff with robots

c)

By eliminating the need for patient records

d)

By increasing the number of hospital beds

15.

Why is AI implementation now considered mandatory in Indonesia's national health resilience strategy?

a)

It is required for developing new competencies in analytics and algorithmic governance

b)

It is optional for hospitals to use AI

c)

It is only for private clinics

d)

It is used solely for marketing purposes

16.

Suppose a Puskesmas facility wants to reduce patient wait times. Based on the digital health vision, which AI-driven approach should they prioritize?

a)

Predictive demand modeling for patient flow optimization

b)

Manual scheduling of appointments

c)

Increasing the number of waiting rooms

d)

Reducing the number of staff

17.

Which of the following is a key characteristic of OLTP (Online Transaction Processing) systems?

a)

Denormalized, read-optimized structure

b)

Highly normalized database structure (3NF)

c)

Pre-aggregated metrics for fast pattern recognition

d)

Optimized for complex queries across large datasets

18.

What is the primary purpose of OLAP (Online Analytical Processing) systems?

a)

Fast INSERT, UPDATE, DELETE operations

b)

Data integrity and consistency

c)

Rapid access to historical patterns and aggregate statistics

d)

Minimizing data redundancy through multiple related tables

19.

Which of the following is a critical weakness of OLTP systems when used for AI applications?

a)

Lack of historical data warehousing

b)

Too many table joins slow analysis and transaction locks prevent simultaneous analytical queries

c)

Poor data integrity and consistency

d)

Inability to optimize for complex queries across large datasets

20.

Why is it problematic to run AI directly on operational OLTP databases?

a)

It improves system stability

b)

It creates performance bottlenecks and system instability

c)

It enhances data redundancy

d)

It optimizes for fast pattern recognition

21.

Compare the database structure of OLTP and OLAP systems. How does their structure support their respective purposes?

a)

OLTP uses denormalized structure for fast queries; OLAP uses normalized structure for data integrity

b)

OLTP uses highly normalized structure for data integrity; OLAP uses denormalized structure for read optimization

c)

Both OLTP and OLAP use normalized structures for consistency

d)

OLTP and OLAP both use denormalized structures for pattern recognition

22.

Which feature is optimized in OLAP systems to support machine learning algorithms?

a)

Fast INSERT, UPDATE, DELETE operations

b)

Data redundancy minimization

c)

Complex queries across large datasets

d)

Transaction locks for simultaneous queries

23.

Which of the following best describes the main purpose of the ETL pipeline in a clinical data environment?

a)

To ensure AI models receive properly formatted, cleansed data without disrupting clinical operations.

b)

To store patient records in transactional databases for future reference.

c)

To visualize patient demographics for clinical staff.

d)

To automate appointment scheduling for patients.

24.

What is the primary function of the "Extract" stage in the ETL pipeline?

a)

Pull raw operational data from transactional databases on scheduled intervals or triggered events.

b)

Cleanse inconsistencies and calculate derived features.

c)

Store processed data in Analytical Base Tables.

d)

Visualize historical patterns in patient data.

25.

During the "Transform" stage of the ETL pipeline, which of the following activities is performed?

a)

Cleansing inconsistencies and calculating derived features such as "Lead Time" between booking and appointment.

b)

Storing data in production systems.

c)

Scheduling patient appointments.

d)

Extracting raw data from external sources.

26.

Which stage of the ETL pipeline involves storing processed data in Analytical Base Tables optimized for machine learning model training and prediction?

a)

Extract

b)

Transform

c)

Load

d)

Analyze

27.

Why is architectural separation important in the ETL pipeline for clinical environments?

a)

It allows clinical staff to continue using the operational system while data scientists train and deploy AI models on the analytical platform.

b)

It enables faster appointment scheduling for patients.

c)

It reduces the need for data cleansing in the pipeline.

d)

It eliminates the need for transactional databases.

28.

Suppose you are designing an ETL pipeline for a hospital. How would you ensure that historical patterns are aggregated during the transformation stage?

a)

By applying business rules and aggregating historical data during the transformation process.

b)

By storing all raw data in Analytical Base Tables.

c)

By extracting only the most recent patient records.

d)

By visualizing data using dashboards.

29.

Which of the following best describes the concept of "Garbage In, Garbage Out" in the context of AI?

a)

The quality of an algorithm's output is limited by the quality of the data it learns from.

b)

AI algorithms can always compensate for poor data with sophisticated modeling.

c)

The more data you have, the less important its quality becomes.

d)

AI systems do not require data preparation to function effectively.

30.

What is the main risk of missing data in patient records, according to the concept of completeness?

a)

It increases the speed of data processing.

b)

It creates blind spots and makes predictions unreliable for a significant portion of the population.

c)

It improves the accuracy of SMS-based interventions.

d)

It reduces the need for data validation.

31.

Why is standardization important for data consistency in health information systems?

a)

It allows models to treat identical concepts as different categories.

b)

It fragments statistical power.

c)

It ensures that identical concepts are treated the same, improving statistical power.

d)

It encourages the use of multiple coding systems for the same concept.

32.

Suppose a health dataset uses three different codes for gender: "Pria/Wanita", "M/F", and "L/P". What is a likely consequence if these are not standardized?

a)

The model will ignore gender information.

b)

The model will treat the same gender as different categories, reducing statistical power.

c)

The model will automatically merge all codes correctly.

d)

The model will increase its predictive accuracy.

33.

A hospital finds that 40% of its patient records lack mobile numbers. What impact could this have on an SMS-based intervention prediction model?

a)

The model will be more reliable.

b)

The model will be unreliable for nearly half the population.

c)

The model will not be affected.

d)

The model will automatically fill in the missing numbers.

34.

Which step in the data readiness process is most directly responsible for removing errors and inconsistencies from raw data?

a)

Data Intake

b)

Cleansing

c)

Validation

d)

High Quality Data

35.

Why is achieving both high accuracy and consistency important in healthcare analytics?

a)

It ensures that data is both correct and standardized, leading to reliable model predictions.

b)

It allows for more creative data coding.

c)

It reduces the need for data validation.

d)

It makes data preparation unnecessary.

36.

Which dimension of data readiness focuses on the need for historical context rather than just current snapshots in AI models?

a)

Outcome Granularity

b)

Temporality

c)

Data Privacy

d)

Data Volume

37.

Why is it important for AI models to use the trend of BMI measurements over several years rather than just today's weight reading?

a)

It helps reduce data storage costs.

b)

It provides historical context for better prediction of future health risks.

c)

It simplifies the data analysis process.

d)

It eliminates the need for patient records.

38.

What is a design implication for maintaining temporality in data for AI models?

a)

Overwrite previous values with updates.

b)

Use slowly changing dimensions to preserve historical states.

c)

Delete old data regularly.

d)

Only use current data snapshots.

39.

What is the common trap when handling outcome granularity in appointment data for AI models?

a)

Adding extra status flags

b)

Hard-deleting "No-Show" appointments from the database

c)

Using only completed appointments

d)

Overwriting appointment times

40.

What is the correct approach to preserve outcome granularity in appointment data for AI models?

a)

Delete all cancelled appointments

b)

Use status flags to preserve the ground truth and maintain audit trails

c)

Only keep confirmed appointments

d)

Ignore appointment status

41.

How does preserving status flags such as 'No-Show', 'Cancelled', and 'Completed' benefit AI model training?

a)

It reduces the amount of data to process.

b)

It ensures only successful appointments are analyzed.

c)

It maintains the ground truth for accurate predictions and audit trails.

d)

It allows for faster database queries.

42.

Which type of analytics focuses on summarizing historical performance metrics, such as monthly admission volumes or average length of stay?

a)

Descriptive Analytics

b)

Diagnostic Analytics

c)

Predictive Analytics

d)

Prescriptive Analytics

43.

What is the main question addressed by Diagnostic Analytics?

a)

What happened?

b)

Why did it happen?

c)

What will happen?

d)

How can we make it happen?

44.

Which analytics type uses machine learning models to forecast future outcomes with probability scores?

a)

Descriptive Analytics

b)

Diagnostic Analytics

c)

Predictive Analytics

d)

Prescriptive Analytics

45.

Prescriptive Analytics is best described as:

a)

Summarizing historical data

b)

Analyzing root causes of trends

c)

Forecasting future outcomes

d)

Recommending specific actions to achieve desired outcomes

46.

An organization wants to understand the drivers behind observed trends and anomalies in their healthcare data. Which analytics approach should they use?

a)

Descriptive Analytics

b)

Diagnostic Analytics

c)

Predictive Analytics

d)

Prescriptive Analytics

47.

If a hospital wants to optimize staff scheduling based on predicted patient admission rates, which analytics level should they advance to for greatest strategic value?

a)

Descriptive Analytics

b)

Diagnostic Analytics

c)

Predictive Analytics

d)

Prescriptive Analytics

48.

Predictive Analytics can be used to improve patient care in a hospital setting. Which of the following is a specific example of its application?

a)

By summarizing past admission volumes

b)

By identifying the root cause of anomalies

c)

By forecasting readmission risk to enable early intervention

d)

By recommending staff schedules

49.

What is the main business problem described in the case study "The No-Show Predictor"?

a)

High patient satisfaction rates

b)

Persistent 20% no-show rate causing operational failures

c)

Overbooked appointment slots

d)

Increased staff productivity

50.

Which of the following is a proposed AI solution to address the no-show problem?

a)

Increase appointment reminders

b)

Deploy a predictive model to calculate probability of patient attendance

c)

Hire more clinical staff

d)

Reduce appointment slots

51.

According to the feature engineering section, what does "Lead Time" refer to?

a)

The time a patient spends with a doctor

b)

The days between booking and appointment date

c)

The number of appointments a patient has missed

d)

The time taken to confirm an appointment

52.

Why is patient history important in predicting future no-shows?

a)

It shows the patient's favorite doctor

b)

Past behavior is the strongest predictor of future behavior

c)

It reveals the patient's medical condition

d)

It determines the patient's payment method

53.

Which contextual factors are considered in the predictive model for patient attendance?

a)

Patient's age and gender

b)

Weather forecasts, public holiday calendars, and local transport disruptions

c)

Doctor's experience level

d)

Hospital location

54.

(DoK Level 2) If a clinic wants to reduce its no-show rate, which feature should it consider adjusting based on the information provided?

a)

Lead time between booking and appointment date

b)

The color of the waiting room

c)

The type of medical equipment used

d)

The number of magazines in the lobby

55.

(DoK Level 2) How might integrating contextual factors improve the accuracy of the no-show predictor model?

a)

By making the model more complex without adding value

b)

By considering external influences like weather and transport disruptions that affect patient mobility

c)

By ignoring patient preferences

d)

By focusing only on appointment times

56.

(DoK Level 3) Imagine you are designing a predictive model for patient attendance. Which combination of features would you prioritize and why?

a)

Lead time, patient history, and contextual factors, because they collectively address timing, behavioral, and external influences

b)

Only patient history, because it is the easiest to collect

c)

Only lead time, because it is the most relevant

d)

Contextual factors alone, because they are unpredictable

57.

(DoK Level 3) If a predictive model identifies a high probability of patient no-show, what proactive intervention strategy could a clinic implement before the appointment date?

a)

Ignore the prediction and proceed as usual

b)

Contact the patient to confirm or reschedule the appointment

c)

Cancel all future appointments for the patient

d)

Increase the appointment fee

58.

Which action is recommended for patients classified as High Risk (>60%) in the "Smart Schedule" Traffic Light System?

a)

Automated SMS reminder 24 hours prior

b)

Standard email reminder only

c)

Personal phone call from scheduling staff 48 hours before appointment

d)

No reminder required

59.

What is the probability range for Medium Risk in the "Smart Schedule" Traffic Light System?

a)

Less than 30%

b)

30-60%

c)

Greater than 60%

d)

10-40%

60.

Which action is taken for patients classified as Low Risk (<30%)?

a)

Personal phone call 48 hours before appointment

b)

Automated SMS reminder 24 hours prior

c)

Standard email reminder only

d)

No action required

61.

Why does explainability matter in the "Smart Schedule" Traffic Light System?

a)

It allows staff to ignore risk scores

b)

It builds user trust and enables override when clinical judgment differs

c)

It reduces the need for reminders

d)

It increases the number of high-risk patients

62.

Which of the following is NOT mentioned as a factor in the tooltip for risk explainability?

a)

Heavy rain predicted

b)

Number of prior no-shows in last 6 months

c)

14-day lead time

d)

Patient's age

63.

If a patient is assigned Medium Risk, what is the recommended action according to the system?

a)

No reminder is sent

b)

Standard email reminder only

c)

Automated SMS reminder 24 hours prior with easy reply options

d)

Personal phone call 48 hours before appointment

64.

How does the "Smart Schedule" Traffic Light System help busy clinic staff?

a)

By providing raw probability scores only

b)

By giving clear, immediate guidance on which patients require attention

c)

By eliminating the need for scheduling

d)

By assigning all patients to high risk

65.

What is a common issue with type 2 diabetes diagnosis according to the case study?

a)

It often remains undiagnosed for years, leading to preventable complications.

b)

It is always diagnosed early due to obvious symptoms.

c)

It is only found in children.

d)

It can be detected without any screening protocols.

66.

Which of the following is NOT a feature used by the automated risk scoring model for diabetes screening?

a)

Blood type

b)

Age

c)

Body Mass Index (BMI)

d)

Hypertension History

67.

How does the AI intervention help clinicians in diabetes screening?

a)

It analyzes existing EMR data without adding data collection burden.

b)

It requires clinicians to manually enter all patient data.

c)

It only works for patients under 45 years old.

d)

It delays the screening process.

68.

Which step occurs when the risk score exceeds the threshold in the workflow integration?

a)

An alert appears on the nurse triage screen before the physician encounter begins.

b)

The patient is sent home without further testing.

c)

The doctor ignores the risk score.

d)

The nurse waits until after the physician encounter to act.

69.

Why is automated diabetes risk scoring beneficial in clinical settings? (DoK Level 2)

a)

It helps identify high-risk patients who might otherwise be missed by standard screening protocols.

b)

It replaces the need for all medical staff.

c)

It eliminates the need for any patient data.

d)

It only works for patients with no family history of diabetes.

70.

The integration of automated risk scoring into the clinical workflow can reduce missed opportunities for diabetes screening by:

a)

Providing real-time alerts before the physician encounter, allowing nurses to order necessary tests early and ensuring timely diagnosis.

b)

Delaying the alert until after the patient leaves, ensuring no unnecessary tests are ordered.

c)

Only alerting the physician after all appointments are completed.

d)

Requiring manual review of all patient records before each visit.

71.

What is the main reason physicians prefer narrative documentation over structured ICD-10 codes?

a)

It captures clinical nuance and reasoning.

b)

It is faster to complete.

c)

It is required by government regulations.

d)

It eliminates administrative burden.

72.

Which step in the NLP solution process involves identifying key symptoms and anatomical references?

a)

NLP Analysis

b)

Physician Input

c)

AI Output

d)

Physician Action

73.

What does the AI output suggest in the example process flow, and with what confidence level?

a)

"Angina Pectoris (I20.9)" with 87% confidence

b)

"Diabetes Mellitus (E11)" with 95% confidence

c)

"Hypertension (I10)" with 80% confidence

d)

"Asthma (J45)" with 90% confidence

74.

Why is human verification critical in the medical coding process using AI?

a)

To ensure legal and clinical responsibility remains with the clinician

b)

To speed up the coding process

c)

To allow auto-coding without errors

d)

To reduce the need for patient care continuity

75.

Natural Language Processing (NLP) bridges the gap between clinical expression and administrative requirements in medical coding by:

a)

Analyzing free-text clinical notes to extract diagnostic concepts and suggest appropriate ICD-10 codes

b)

Automatically coding all patient records without review

c)

Replacing physicians in the documentation process

d)

Ignoring clinical nuance and focusing only on billing codes

76.

Which of the following best describes algorithmic bias in AI systems as discussed in the material?

a)

AI systems can amplify existing disparities if they learn from biased historical data.

b)

AI systems always reduce disparities in healthcare.

c)

Algorithmic bias only occurs in financial applications, not healthcare.

d)

AI systems ignore historical data when making decisions.

77.

Why are fairness audits across demographic groups considered mandatory before AI deployment, according to the material?

a)

To ensure the AI is faster than humans

b)

To prevent the AI from learning incorrect correlations and causing unfair outcomes

c)

To increase the number of appointments

d)

To reduce the cost of healthcare

78.

If you were tasked with deploying an AI system in healthcare, what strategic step would you take to avoid discriminatory outcomes based on the information provided?

a)

Ignore historical data and focus only on current patient behavior.

b)

Conduct fairness audits across demographic groups before deployment.

c)

Double-book appointments for all districts.

d)

Assign risk scores randomly to patients.

79.

What is automation bias?

a)

The tendency to favor suggestions from automated systems, even when they contradict independent judgment or observation.

b)

The tendency to ignore automated systems in favor of human judgment.

c)

The tendency to always question automated systems.

d)

The tendency to rely only on manual procedures.

80.

Which of the following best describes a risk of automation bias in healthcare?

a)

Improved patient safety due to faster decisions.

b)

Significant patient safety risks due to over-reliance on automated suggestions.

c)

Reduced need for professional judgment.

d)

Elimination of all diagnostic errors.

81.

In the example scenario, what was the consequence of the physician trusting the AI diagnostic support system?

a)

The patient's condition improved.

b)

The physician ordered unnecessary tests.

c)

The patient's condition worsened.

d)

The physician ignored the algorithm completely.

82.

According to Medical Practice Law, who bears full legal responsibility for clinical outcomes?

a)

The AI system

b)

The hospital administrator

c)

The physician

d)

The patient

83.

What is the role of AI systems classified as Clinical Decision Support Systems (CDSS) in medical practice?

a)

They replace professional judgment.

b)

They inform decisions but never replace professional judgment.

c)

They make final decisions for physicians.

d)

They are used only for administrative tasks.

84.

Under Indonesia's Personal Data Protection Law, what must patients be informed about regarding AI?

a)

The cost of AI systems.

b)

When AI contributes to their care decisions.

c)

The technical details of the AI algorithm.

d)

The manufacturer of the AI system.

85.

What right do patients have under Indonesia's Personal Data Protection Law regarding AI involvement?

a)

The right to ignore AI recommendations.

b)

The right to request human-only review.

c)

The right to modify the AI algorithm.

d)

The right to choose their physician.

86.

Why must consent forms explicitly mention algorithmic involvement under UU PDP Transparency Requirements?

a)

To ensure patients are aware of AI's role in their care decisions.

b)

To reduce paperwork for physicians.

c)

To allow AI systems to operate without oversight.

d)

To speed up the consent process.

87.

Which of the following is a requirement during Pre-Deployment Validation in the Ethical Governance Framework for Health AI?

a)

Ensure accuracy disparities don't exceed 5% between populations.

b)

Track real-world performance metrics monthly.

c)

Include patients in governance committees.

d)

Require every prediction to have three contributing factors.