Generate Patient Summaries For Scheduled Appointments
Trigger bulk asynchronous generation of Patient Summaries for all scheduled appointments on a providerβs schedule
202 Accepted.
To generate a Patient Summary for a single appointment, use the Generate Patient Summary for an Encounter endpoint.
- Ingest FHIR data for all scheduled patients using the CKG Data Ingestion APIs.
- Ensure the providerβs schedule has been ingested into the Clinical Knowledge Graph (CKG).
Recommended workflow:
Ingest the provider's schedule
Trigger Patient Summary Generation
fhir_practitioner_id and date. Suki retrieves all matching appointments from Firestore and starts generating Patient Summaries for each appointment.Wait for generation to complete
Request body
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.
"provider-123"
Body
Request to trigger bulk asynchronous generation of patient summaries for all scheduled appointments on a provider's schedule.
FHIR Practitioner resource identifier for whom to generate summaries.
"Practitioner/practitioner-1"
Response
Accepted. Generation scheduled.