API version numbering policyAll Suki REST APIs are currently in
v1 version.Release versionThe release version in this changelog page represents the incremental progress. It is not the API version. It tracks new optional fields, performance improvements, new endpoints, and other changes.New endpoints
New Patient Summary APIs allow you to upload FHIR data into Sukiโs Clinical Knowledge Graph (CKG), trigger asynchronous Patient Summary generation, poll job status, and retrieve full and pre-visit summaries for encounter preparation and clinical review workflows.-
Patient Summary APIs: Added new endpoints to ingest FHIR data into CKG, generate Patient summaries for encounters or scheduled appointments, poll generation status, and retrieve Patient summary content.
- GET /api/v1/fhir-push/upload-url.
- PUT /fhir-push/upload.
- GET /api/v1/fhir-push/status/.
- POST /api/v1/patient-summary/generate/encounter.
- POST /api/v1/patient-summary/generate/provider-schedule.
- GET /api/v1/patient-summary/.
- GET /api/v1/patient-summary//pre_visit.
- GET /api/v1/patient-summary/encounter//practitioner/.
- GET /api/v1/patient-summary/encounter//practitioner//pre_visit.
- GET /api/v1/patient-summary/encounter//practitioner//status.
- GET /api/v1/patient-summary//status.