Patient Summary Retrieval
Get Pre-Visit Summary by ID
Retrieve the pre-visit section of a Patient Summary using the Patient Summary ID
GET
cURL
Use this endpoint to retrieve the pre-visit section of a Patient Summary using its Patient Summary ID.
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
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
Last modified on August 7, 2026
cURL