Impact / results-led case
Hospital capacity management impact case.
Try in PlaygroundExample brief
Create a results-focused case study for a large metropolitan hospital network that implemented a centralized patient flow system. The slide should emphasize four key metrics: a reduction in emergency department boarding times, increased bed utilization, significant annualized labor cost savings, and a dramatic decrease in discharge latency. Include a context section explaining the shift from manual huddles to a predictive command center, and a takeaway that focuses on the importance of operational protocols over simple data visibility.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "case_story",
"variant": "impact_results_case",
"headline": "Centralized patient flow orchestration improved clinical throughput, not just bed visibility",
"context": "Acute care capacity transformation - impact case",
"takeaway": "Success was driven by hard-coding the escalation hierarchy into the platform, ensuring clinical leadership resolved blocks in real-time.",
"source_note": "Beacon Health internal performance audit, 2026",
"subject": "Beacon Health Group",
"brief": "Beacon Health previously managed patient discharges via manual unit-level huddles and disparate EHR worklists. We integrated real-time telemetry, staffing ratios, transport logistics, and post-acute availability into a unified command center, deployed predictive discharge models, and established a clinical escalation protocol for bottleneck resolution.",
"data": {
"client_descriptor": "14 hospitals - 4,200 beds",
"results": [
{
"value": "22%",
"label": "ED boarding time",
"sub": "from 8.4 hours",
"tone": "good"
},
{
"value": "+14%",
"label": "Bed utilization",
"tone": "good"
},
{
"value": "USD 14.2M",
"label": "Labor cost savings",
"sub": "annualized",
"tone": "good"
},
{
"value": "45 min",
"label": "Discharge latency",
"sub": "from 4.2 hours",
"tone": "good"
}
],
"proof_notes": [
"Rollout included 3 Level-1 trauma centers",
"Metrics audited against historical CMS seasonal benchmarks"
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"case_story","variant":"impact_results_case","headline":"Centralized patient flow orchestration improved clinical throughput, not just bed visibility","context":"Acute care capacity transformation - impact case","takeaway":"Success was driven by hard-coding the escalation hierarchy into the platform, ensuring clinical leadership resolved blocks in real-time.","source_note":"Beacon Health internal performance audit, 2026","subject":"Beacon Health Group","brief":"Beacon Health previously managed patient discharges via manual unit-level huddles and disparate EHR worklists. We integrated real-time telemetry, staffing ratios, transport logistics, and post-acute availability into a unified command center, deployed predictive discharge models, and established a clinical escalation protocol for bottleneck resolution.","data":{"client_descriptor":"14 hospitals - 4,200 beds","results":[{"value":"22%","label":"ED boarding time","sub":"from 8.4 hours","tone":"good"},{"value":"+14%","label":"Bed utilization","tone":"good"},{"value":"USD 14.2M","label":"Labor cost savings","sub":"annualized","tone":"good"},{"value":"45 min","label":"Discharge latency","sub":"from 4.2 hours","tone":"good"}],"proof_notes":["Rollout included 3 Level-1 trauma centers","Metrics audited against historical CMS seasonal benchmarks"]}}'Frequently asked questions
How do I render the Impact / results-led case template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Impact / results-led case deterministically — editable PowerPoint in under a second.