AHIMA Healthcare Data Analytics 3 — Questions and Answers
Question 1: Sensitivity and specificity are metrics used primarily to evaluate:
- Database query performance and execution speed
- Statistical sampling efficiency for surveys
- The accuracy of diagnostic tests or clinical decision support tools (Correct answer)
- Patient satisfaction survey instrument reliability
Correct answer: The accuracy of diagnostic tests or clinical decision support tools
Sensitivity measures a test's ability to correctly identify true positives, while specificity measures its ability to correctly identify true negatives—both evaluate diagnostic test performance.
Question 2: Which SQL aggregate function would an analyst use to calculate the average length of stay for patients in a specific DRG?
- COUNT()
- SUM()
- AVG() (Correct answer)
- MAX()
Correct answer: AVG()
The AVG() function returns the arithmetic mean of a numeric column, which directly computes the average length of stay across a group of patient records.
Question 3: A p-value of 0.03 in a healthcare outcome study indicates:
- There is a 3% probability that the treatment was effective
- The result is statistically significant at the 0.05 alpha level (Correct answer)
- The sample size was too small for valid conclusions
- The finding has strong clinical significance
Correct answer: The result is statistically significant at the 0.05 alpha level
A p-value of 0.03 falls below the conventional 0.05 significance threshold, indicating the result is statistically significant, though this does not automatically imply clinical significance.
Question 4: Natural Language Processing (NLP) is most commonly applied in clinical analytics to:
- Generate automated appointment reminders for patients
- Calculate risk-adjusted capitation payment rates
- Extract structured information from free-text clinical documentation (Correct answer)
- Synchronize patient records across hospital networks
Correct answer: Extract structured information from free-text clinical documentation
NLP enables computers to interpret and extract structured data elements from unstructured sources such as clinical notes, discharge summaries, and radiology reports.
Question 5: Which scenario best exemplifies 'secondary use' of health data?
- A physician reviewing a patient's chart before a scheduled appointment
- A nurse documenting vital signs during an inpatient encounter
- A clinician accessing records during an emergency department visit
- A researcher analyzing de-identified EHR data to study diabetes outcomes (Correct answer)
Correct answer: A researcher analyzing de-identified EHR data to study diabetes outcomes
Secondary use occurs when health data originally collected for patient care is subsequently used for research, quality improvement, or public health purposes outside the original encounter.
Question 6: The Charlson Comorbidity Index is used in healthcare analytics primarily to:
- Rank hospitals on publicly reported quality scorecards
- Measure accuracy of clinical terminology coding across providers
- Adjust for patient disease burden when comparing outcomes across populations (Correct answer)
- Calculate Medicare DRG-based reimbursement rates
Correct answer: Adjust for patient disease burden when comparing outcomes across populations
The Charlson Comorbidity Index assigns weighted scores to comorbid conditions, producing a composite score that enables risk-adjusted comparisons of outcomes across patient groups.
Question 7: Which sampling method gives every member of a patient population an equal and independent probability of being selected?
- Stratified random sampling
- Convenience sampling
- Purposive sampling
- Simple random sampling (Correct answer)
Correct answer: Simple random sampling
Simple random sampling assigns each individual in a population an equal, independent chance of selection, eliminating systematic selection bias.
Sensitivity and specificity are metrics used primarily to evaluate: