> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Patient Summary API Changelog

> API product updates and announcements for the Patient Summary APIs

Suki's API versioning policy is based on the semantic versioning standard. For example, in version 1.2.3, 1 is the major version, 2 is the minor version, and 3 is the patch version.

When we release a new API version for new features or bug fixes, we increment one of these three version components depending on the type of change introduced.

<Info icon="info" color="orange">
  **API version numbering policy**

  All Suki REST APIs are currently in `v1` version.

  **Release version**

  The 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.
</Info>

<Update label="v1.0.0" description="August 2026" tag="LATEST" tags={["New Endpoints"]}>
  ### 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.

    * <Badge color="green" size="sm">GET</Badge> [/api/v1/fhir-push/upload-url](/patient-summary-api-reference/ckg-data-ingestion/upload).
    * <Badge color="green" size="sm">PUT</Badge> [/fhir-push/upload](/patient-summary-api-reference/ckg-data-ingestion/fhir-data).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/fhir-push/status/{transaction_id}](/patient-summary-api-reference/ckg-data-ingestion/ingestion-status).
    * <Badge color="green" size="sm">POST</Badge> [/api/v1/patient-summary/generate/encounter](/patient-summary-api-reference/summary-generation/encounter-summary).
    * <Badge color="green" size="sm">POST</Badge> [/api/v1/patient-summary/generate/provider-schedule](/patient-summary-api-reference/summary-generation/scheduled-appointment-summary).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/patient-summary/{patient_summary_id}](/patient-summary-api-reference/summaries/patient-summary).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/patient-summary/{patient_summary_id}/pre\_visit](/patient-summary-api-reference/summaries/pre-visit-summary).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/patient-summary/encounter/{fhir_encounter_id}/practitioner/{fhir_practitioner_id}](/patient-summary-api-reference/summaries/encounter-practitioner).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/patient-summary/encounter/{fhir_encounter_id}/practitioner/{fhir_practitioner_id}/pre\_visit](/patient-summary-api-reference/summaries/encounter-pre-visit).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/patient-summary/encounter/{fhir_encounter_id}/practitioner/{fhir_practitioner_id}/status](/patient-summary-api-reference/summary-jobs/encounter-status).
    * <Badge color="green" size="sm">GET</Badge> [/api/v1/patient-summary/{patient_summary_id}/status](/patient-summary-api-reference/summary-jobs/job-status).

  Learn more about the Patient Summary APIs in the [Patient Summary API overview](/patient-summary-api-reference/overview).
</Update>
