Patient Summary Retrieval
Get Pre-Visit Summary Using Partner Identifiers
Retrieve the pre-visit section of a Patient Summary using your internal encounter and practitioner identifiers
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.
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
FHIR encounter identifier.
FHIR practitioner identifier.
Response
Success Response
Last modified on August 7, 2026
cURL