Clinical summarization transforms raw EHR data into actionable discharge summaries, progress notes and referral letters that highlight status changes, decision points and follow-up needs. It is particularly useful for efficient handoffs, longitudinal care planning and ensuring clear communication across multidisciplinary teams.
Getting Started
For this guide, you will need:- A Clinia workspace
- A Clinia service account (API Key)
- Ability to execute HTTP requests
Creating Clinical Documents
Generating documents at Clinia is easy. Our philosophy can be boiled down to:Configurability without the hassle of prompt engineeringThe Summarization API helps you bring together various contextual informations and distill them down to precise, complete, and relevant clinical documents for your various workflows. Each request has a fairly simple body.
Summarization Request Payload
Field | Type | Description |
---|---|---|
task | string | Recipe key (e.g. "soap-note" ) |
params | object | Map of recipe‐specific inputs. See examples below. |
Generative Recipes
The Summarization API uses what we call generative recipes to operate. A generative recipe is a simple combination of the following:- Prompt template
- Generative model
- Format instructions
The Recipe API is currently in-preview. To get custom Generative Recipes, contact Clinia’s Support Team.
- Discharge Summary
- Longitudinal Summary
- SOAP Note
- Pass-over Summary
Recipe Key:
Communicate the key events and plan of care from an inpatient stay to the next provider (e.g., primary care physician, home care team).Timing:
Completed at the time of patient discharge from a hospital or facility.Typical Structure:
Subsequent care providers, case managers, sometimes patients and families.
clinia-discharge-summary
Parameters:PatientContexts
, EventContexts
, Language
Purpose:Communicate the key events and plan of care from an inpatient stay to the next provider (e.g., primary care physician, home care team).Timing:
Completed at the time of patient discharge from a hospital or facility.Typical Structure:
- Patient Identifiers & Dates (admission/discharge)
- Reason for Admission
- Hospital Course (major diagnoses, procedures, complications)
- Discharge Diagnoses
- Medications at Discharge
- Follow-up Plan (appointments, pending tests)
- Condition at Discharge & Instructions
Subsequent care providers, case managers, sometimes patients and families.
These recipes are convenient as they all rely on the same set of
params
to go through. For example, to fill in a Summarization Request for a SOAP Note, you can use the example below:
Accept: text/event-stream
header.