Patient Summary Retrieval
Get Patient Summary Using Patient Summary ID
Retrieve full details of a previously generated Patient Summary using its unique Patient Summary ID
GET
cURL
Use this endpoint to retrieve full details of Patient Summary using its Patient Summary ID. Use the
The response object includes the following sections:
patient_summary_id returned by the Generate Patient Summary for an Encounter endpoint to retrieve the summary and display it to providers.
Important:
- Generate the Patient Summary using the Generate Patient Summary for an Encounter endpoint.
- Wait until the generation status is
COMPLETEDbefore retrieving the summary.
- About Visit - Information about the visit, including the date, reason for visit, and provider information.
- Patient Summary - A summary of the patient’s medical history, including their medications, allergies, and chronic conditions.
- Previous Visit - A summary of the patient’s previous visit, including the date, reason for visit, and provider information.
- Problems - A list of the patient’s problems, including their medications, allergies, and chronic conditions.
Each section above includes a list of snippets that provide detailed clinical information about the patient.
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Headers
Optional for standard partners.
Required for:
- Bearer authentication. Use the same
provider_idreturned by the Login or Register API. - Single Auth Token authentication. Include the same
provider_idon every request assdp_provider_id.
Example:
"provider-123"
Path Parameters
Patient summary identifier.
Response
Success Response
Success Response
Comprehensive patient summary document with all relevant clinical information organized into sections.
Last modified on August 7, 2026
cURL