Gemini Optimized

Best Gemini prompts for Nurse Midwives

A specialized toolkit of advanced AI prompts designed specifically for Nurse Midwives.

Professional Context

I still remember the frustrating moment when I had to manually sift through a patient's entire EHR to identify a critical allergy that had been missed by our previous healthcare provider, only to find it buried in a free-text note from years ago. It was a stark reminder of the limitations of our current EHR system and the need for more efficient data interpretation tools.

💡 Expert Advice & Considerations

Don't bother trying to use Gemini to replace your clinical judgment, but do use it to augment your ability to quickly identify high-risk patients and anticipate potential complications.

Advanced Prompt Library

4 Expert Prompts
1

Patient Risk Stratification

Terminal

Given a dataset of 100 patients with varying demographic and clinical characteristics, use Google BigQuery to analyze the relationships between patient outcomes and factors such as age, parity, and medical history, and then use the results to develop a predictive model that identifies high-risk patients and recommends targeted interventions. Assume the dataset is stored in a CSV file and includes the following columns: patient_id, age, parity, medical_history, outcome. Provide a step-by-step SQL query and a Python script to implement the model.

✏️ Customization:Replace the dataset with your own patient data and adjust the column names as necessary.
2

Clinical Guideline Compliance Audit

Terminal

Develop a comprehensive checklist to audit compliance with the American College of Obstetricians and Gynecologists (ACOG) guidelines for postpartum care, including items such as vital sign monitoring, medication management, and patient education. Use Google Sheets to create a template that can be used to track compliance for each patient, and include conditional formatting to highlight areas of non-compliance. Assume the guidelines are outlined in a PDF document and include the following sections: introduction, recommendations, and references.

✏️ Customization:Update the checklist to reflect changes to the ACOG guidelines and add or remove items as necessary to reflect your specific clinical setting.
3

Shift Handoff Report Generation

Terminal

Create a Python script that uses the Google Drive API to automatically generate a shift handoff report for each patient, including relevant clinical information such as vital signs, medication administration, and lab results. Assume the patient data is stored in a Google Sheet and includes the following columns: patient_id, name, vital_signs, medications, lab_results. Use the script to generate a PDF report for each patient and save it to a designated folder in Google Drive.

✏️ Customization:Modify the script to include additional data elements or exclude certain patients based on specific criteria.
4

Incident Escalation Summary

Terminal

Given a scenario in which a patient experiences a postpartum hemorrhage, use Google Docs to create a templated incident escalation summary that includes the following elements: patient demographics, clinical summary, interventions attempted, and outcomes. Assume the summary will be used to communicate with the hospital's quality improvement team and include the following sections: introduction, incident summary, and recommendations. Use conditional formatting to highlight critical information and include a section for free-text notes.

✏️ Customization:Update the template to reflect changes to your hospital's incident reporting policies and procedures.