Skip to main content
GET
cURL
Use this endpoint to retrieve the pre-visit section of a Patient Summary using its Patient Summary ID.
This endpoint is intended for UI workflows that display a pre-visit preview to the provider.
Patient summaries are generated from data previously ingested into the Clinical Knowledge Graph (CKG). Before calling this endpoint, ensure the required Patient, Encounter, and Practitioner resources have been ingested using the CKG Data Ingestion APIs.

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

pre_visit_summary
object
Last modified on August 7, 2026