Patient Summary Generation Status
Get Summary Generation Status Using Encounter & Practitioner IDs
Returns the generation status for a summary generation job using the encounter and practitioner IDs you provided
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:
- Ingest the required FHIR data using the CKG Data Ingestion APIs.
- Trigger summary generation using Generate Patient Summary for an Encounter.
- Call this endpoint only after the summary generation request has been submitted.
Generation status values
Generation status values includeREADY, 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, orABORTED). - Generation typically completes within seconds to minutes depending on patient data volume.
COMPLETED, retrieve the full Patient Summary by using the following endpoints:
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
Orchestration job status.
Available options:
READY, RUNNING, COMPLETED, FAILED, ABORTED Example:
"RUNNING"
Last modified on August 7, 2026
cURL