ChatGPT Optimized

Best ChatGPT prompts for Optometrists

A specialized toolkit of advanced AI prompts designed specifically for Optometrists.

Professional Context

I still remember the frustrating moment when I had to manually review a stack of patient records to identify the most common causes of blurry vision, only to realize that I had missed a critical detail that could have changed the course of treatment. It was then that I wished I had a tool that could help me analyze and identify patterns in patient data more efficiently.

💡 Expert Advice & Considerations

Don't bother using ChatGPT to generate generic patient reports, instead use it to analyze and identify trends in your patient data that can inform your treatment decisions.

Advanced Prompt Library

4 Expert Prompts
1

Patient Data Analysis for Common Vision Problems

Terminal

Analyze a dataset of 100 patient records, each containing the following information: age, gender, medical history, symptoms, and diagnosis. Identify the most common causes of blurry vision in patients under the age of 40 and provide a detailed breakdown of the associated symptoms and medical history. Additionally, compare the effectiveness of different treatment options for each identified cause and provide recommendations for future treatment protocols. Assume the dataset is in a CSV file format and provide the analysis in a JSON output.

✏️ Customization:Replace the dataset with your own patient records and adjust the age filter as needed.
2

Optimization of Clinic Workflow for Efficient Patient Flow

Terminal

Given a clinic with 3 optometrists, 2 ophthalmologists, and 5 examination rooms, create an optimized schedule for a typical Monday morning with 20 patients scheduled for appointments. Assume each patient requires a 30-minute examination and each optometrist can see 2 patients per hour. Additionally, account for a 15-minute break between each patient and a 30-minute meeting at 10 am. Provide a detailed schedule with patient assignments, examination room allocations, and breaks for each healthcare professional. Use a graph algorithm to minimize wait times and optimize patient flow.

✏️ Customization:Update the number of healthcare professionals, examination rooms, and patients to reflect your clinic's specific needs.
3

Generation of Personalized Treatment Plans for Glaucoma Patients

Terminal

Create a personalized treatment plan for a 65-year-old patient diagnosed with glaucoma, including a detailed medication schedule, follow-up appointment dates, and lifestyle recommendations. Assume the patient has a history of hypertension and diabetes, and provide alternative treatment options in case of medication interactions. Use a decision tree algorithm to prioritize treatment goals and provide a ranked list of potential complications and their associated mitigation strategies.

✏️ Customization:Replace the patient's medical history and diagnosis with the actual information for the patient you are treating.
4

Automated Grading of OCT Scan Images for Diabetic Retinopathy

Terminal

Develop a deep learning model to automatically grade OCT scan images for diabetic retinopathy, using a dataset of 500 images labeled as either 'mild', 'moderate', or 'severe'. Assume the images are stored in a directory with corresponding CSV files containing patient information and diagnosis. Provide a detailed report on the model's performance, including accuracy, precision, and recall, as well as a visualization of the model's output for a sample image. Use a convolutional neural network architecture and optimize the hyperparameters for best performance.

✏️ Customization:Update the dataset with your own images and adjust the model architecture as needed to improve performance.