Patient Summary Generation Status
Get Summary Generation Status Using Patient Summary ID
Returns the generation status for a Patient Summary using its unique ID
GET
cURL
Use this endpoint to check the generation status when you have the
patient_summary_id from a previous generation request using the Generate Patient Summary for an Encounter endpoint.
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 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
Patient summary identifier.
Response
Success Response
Orchestration job status.
Available options:
READY, RUNNING, COMPLETED, FAILED, ABORTED Example:
"RUNNING"
Last modified on August 7, 2026
cURL