Skip to main content
GET
cURL
Use this endpoint to retrieve the pre-visit section of a Patient Summary using your internal encounter and practitioner identifiers instead of the Suki Patient Summary ID. If you do not have the Patient Summary ID returned by Suki, provide the fhir_encounter_id and fhir_practitioner_id. Suki resolves these identifiers to the corresponding Patient Summary and returns the same pre-visit section.
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

fhir_encounter_id
string
required

FHIR encounter identifier.

fhir_practitioner_id
string
required

FHIR practitioner identifier.

Response

Success Response

pre_visit_summary
object
Last modified on August 7, 2026