6 - Building Your First Model Flashcards
What is prior authorization?
The process in which an insurance company requires a physician to get clearance for reimbursement before providing a service or procedure.
Prior authorization is used to ensure reimbursement for medically necessary services and to control costs.
Why do insurers use prior authorizations?
To ensure reimbursement for medically necessary services and to control costs by adding friction to the system for physicians and patients.
What is a significant issue with current prior authorization processes?
There are too many false positives and false negatives regarding surgery approvals, leading to higher costs and complications for patients.
Patients who need surgery may be denied, while those who don’t need it may be approved.
What role does data science play in improving prior authorization decisions?
Data science can help empower decision-makers with data to make better choices regarding surgery approvals and denials.
What is the challenge faced by reviewers in the prior authorization process?
Reviewers have difficulty predicting whether a patient would benefit from nonsurgical treatment options.
What is the main goal of the model that David and the team want to build?
To accurately determine which patients would benefit from nonsurgical treatment options for back pain.
What is the difference between prediction and explanation in data modeling?
Prediction focuses on accurately forecasting outcomes, while explanation seeks to understand the variables leading to those outcomes.
What is meant by defining the outcome in a predictive model?
The outcome is the quantity that the model aims to predict, such as a patient’s chance of success on a nonsurgical treatment plan.
How did the team propose to measure success for nonsurgical treatment?
By predicting health care utilization related to back pain, such as medications and physical therapy, rather than just recovery from pain.
What potential bias did Jenna raise regarding health care utilization predictions?
Patients may have lower utilization due to not seeking care, which does not necessarily mean their back pain is well managed.
What is feature engineering?
The process of creating variables to feed into a predictive model.
What type of data will the model use?
Tabular data that can be organized in spreadsheet format.
What temporal restriction is important when building the model?
The model should use only data collected before the prior authorization to ensure access to the relevant data during model application.
What are catastrophic events mentioned as potential outcomes?
Hospitalizations or deaths from complications, which are significant for both patient welfare and cost considerations.
What time frame did Jenna suggest for measuring health care expenditure?
Three years after the prior authorization request for surgery.
What is the significance of defining specific outcomes for the model?
Specific outcomes help focus the model on what is actually being measured, improving its accuracy and relevance.
True or False: The model can use any type of data for predictions.
False.
The model requires data to be in a tabular format, which excludes unstructured text data.
What is the primary model outcome discussed in the meeting?
Health care utilization related to back pain.
What is the potential risk of using health care expenditure as an outcome measure?
It may not accurately reflect a patient’s condition if they do not seek care, leading to misleading conclusions.
What did David suggest about the prediction window for health care utilization?
To try a range of prediction windows from one month to one year to see how model accuracy changes.
What was Kamala’s concern about older patients in the model?
Older patients may die soon after submitting a request, potentially skewing health care expenditure predictions.
What is feature engineering?
The process by which we create variables to feed into our model from other data sources.
How can clinician’s notes be utilized in modeling?
Feature engineering techniques from natural language processing can convert free text into a table of numbers.
What is optical character recognition used for?
To extract numerical and text data from scanned PDFs, turning them into machine-readable format.