Skip to main content
GET
cURL
Use this endpoint to retrieve full details of Patient Summary using its Patient Summary ID. Use the patient_summary_id returned by the Generate Patient Summary for an Encounter endpoint to retrieve the summary and display it to providers.
Important:
The response object includes the following sections:
  • 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

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Path Parameters

patient_summary_id
string
required

Patient summary identifier.

Response

Success Response

Success Response

patient_summary
object

Comprehensive patient summary document with all relevant clinical information organized into sections.

Last modified on August 7, 2026