fhir_encounter_id and fhir_practitioner_id, then store patient_summary_id. Poll status next, then retrieve.
This cookbook assumes CKG ingestion for the patient, encounter, and practitioner is already
COMPLETED, and you have Partner ID, sdp_suki_token, and matching FHIR identifiers.- CURL
- TypeScript
- Python
Common mistakes
- Generating before CKG ingestion is
COMPLETED. - Mismatched
fhir_encounter_idorfhir_practitioner_idversus ingested FHIR data. - Treating the generate response as the finished summary instead of saving
patient_summary_idand polling. - Re-generating when a usable summary for the appointment already exists.