Skip to main content
GET
cURL
Use this endpoint to check the status of a summary generation job using the encounter and practitioner IDs you provided when triggering summary generation. Choose this approach when you do not have patient_summary_id to check generation status.
Important:

Generation status values

Generation status values include READY, RUNNING, COMPLETED, FAILED, and ABORTED.

Polling guidelines

  • Poll at reasonable intervals (e.g., every 5 seconds).
  • Stop polling once you receive a terminal status (COMPLETED, FAILED, or ABORTED).
  • Generation typically completes within seconds to minutes depending on patient data volume.
Once status is COMPLETED, retrieve the full Patient Summary by using the following endpoints:

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

status
enum<string>

Orchestration job status.

Available options:
READY,
RUNNING,
COMPLETED,
FAILED,
ABORTED
Example:

"RUNNING"

Last modified on August 7, 2026