# One-Shot Prompt

**Topic**: AI in Healthcare
**Theme**: Corporate Dark
**Generated**: 2026-04-14
**Model**: gemini-3.1-pro-preview

## Prompt

Write a complete Node.js script using `pptxgenjs` that generates a professional 15-slide presentation about "AI in Healthcare", themed with Corporate Dark visual style.

The deck must feel like it was designed by a senior presentation designer — not a tutorial exercise. Every slide should have visual intention, data where appropriate, and a clear narrative arc.

### Theme Selection
Use the **Corporate Dark** theme:
- Primary: `1B2A4A` (deep navy)
- Secondary: `2E4A7A` (medium navy)
- Accent: `E8913A` (warm orange)
- Text: `FFFFFF` (white on dark), `2D3436` (dark on light)
- Light text: `B0BEC5` (muted silver)
- Background: `0D1B2A` (near-black navy)
- Light BG: `F5F7FA` (cool white for content slides)
- Dark: `091520` (deepest navy)

**Background strategy**:
- Title slide: solid `0D1B2A` with a thin accent bar at the bottom
- Content slides: `F5F7FA` (light) with navy title bar at top
- Section dividers: gradient from `1B2A4A` to `0D1B2A`
- Closing: match title slide

**Chart colors**: `2E4A7A`, `E8913A`, `5BA0D9`, `7EC8A0`, `D4556B`
**Table header**: `1B2A4A` fill, white text
**Table alternating**: `EDF2F7` / `FFFFFF`

### Slide Structure (15 SLIDES — MANDATORY)

1. **Title Slide**: AI IN HEALTHCARE - Transforming Patient Outcomes and Operational Efficiency. "Prepared by Gemini 3.1 Pro / April 2026"
2. **Agenda / Overview**: 5 bullet points previewing the deck's sections.
3. **Context / Why This Matters**: Highlight physician burnout (63% reported burnout).
4. **Key Data Point**: $150B Estimated annual savings.
5. **Market/Landscape Overview**: Bar chart showing Market Size ($B) growing from 11.1 in 2022 to 38.5 in 2026.
6. **Breakdown / Categories**: Doughnut chart showing Investment by Application (Robot-Assisted Surgery 40%, etc).
7. **Timeline / History**: Visual timeline using shapes for key milestones (2018 to 2026).
8. **Comparison Table**: Table comparing Modality, Accuracy (Human vs AI), and Time Saved.
9. **Trend Analysis**: Line chart showing Global Adoption Rates by region.
10. **Case Study / Example**: Mayo Clinic ambient AI scribes (65% reduction in charting time).
11. **Challenges & Risks**: Risk list (Data Privacy, Algorithmic Bias, etc.) with color-coded severity.
12. **Opportunities / Solutions**: 3 opportunity cards (Predictive Analytics, Drug Discovery, Personalized Care).
13. **Future Outlook**: 2030 Vision - Digital Twins, Autonomous Diagnostics, Decentralized Care.
14. **Key Takeaways**: 3 numbered takeaways with circle "icons".
15. **Thank You / Q&A**: Closing slide with contact placeholder.

Include speaker notes on every slide using `slide.addNotes()`.
Make sure no external images are used (use only shapes, text, charts).
Produce exactly one ES module file (`generate.mjs`) that successfully outputs the file without placeholder comments.

## Notes

- Demonstrates the use of pptxgenjs to construct a complete presentation completely programmatically.
- How to run: `npm install pptxgenjs && node generate.mjs`
- Output filename: `presentation.pptx`