> ## 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

> Patient Summary is one of the key capabilities that Suki offers for partners. It allows you to generate pre-visit and full patient summaries from Clinical Knowledge Graph data. Learn how to get started, ingest FHIR data, and retrieve summaries

## Get started

Start with the basics. Learn what Patient Summary is, how it fits pre-visit workflows, and how to run an end-to-end Partner API flow.

<Columns cols={3}>
  <Card title="Patient Summary Overview" icon="book" href="/documentation/concepts/patient-summary/overview" arrow={true}>
    <p>Learn what Patient Summary is, why to use it, key capabilities, and where to go next</p>
  </Card>

  <Card title="Architecture" icon="sitemap" href="/documentation/concepts/patient-summary/architecture" arrow={true}>
    <p>Learn how CKG ingest, generation jobs, and summary retrieval fit together</p>
  </Card>

  <Card title="Patient Summary API Overview" icon="code" href="/patient-summary-api-reference/overview" arrow={true}>
    <p>Orient to Patient Summary APIs for CKG ingest, generation, and retrieval</p>
  </Card>

  <Card title="Patient Summary API Quickstart" icon="rocket" href="/patient-summary-api-reference/quickstart" arrow={true}>
    <p>Run a Patient Summary flow end to end with the Partner APIs</p>
  </Card>

  <Card title="Patient Summary Basic Usage" icon="list-check" href="/documentation/how-to/patient-summary/basic-usage" arrow={true}>
    <p>Ingest, generate, poll, and retrieve Patient Summary results</p>
  </Card>
</Columns>

## Ingest, generate, and retrieve

Patient Summary is an API workflow. Upload FHIR data into the Clinical Knowledge Graph, start generation, then retrieve full or pre-visit summaries when the job completes.

<Columns cols={3}>
  <Card title="Integrate CKG" icon="database" href="/documentation/concepts/patient-summary/integrate-ckg" arrow={true}>
    <p>Upload FHIR data into the Clinical Knowledge Graph for summary generation</p>
  </Card>

  <Card title="Generate Patient Summaries" icon="wand-magic-sparkles" href="/documentation/how-to/patient-summary/generate-patient-summaries" arrow={true}>
    <p>Start asynchronous Patient Summary generation and track job status</p>
  </Card>

  <Card title="Retrieve Patient Summaries" icon="file-lines" href="/documentation/how-to/patient-summary/retrieve-patient-summaries" arrow={true}>
    <p>Fetch full and pre-visit summaries after generation completes</p>
  </Card>
</Columns>

## Resources

Refer to these pages when you need production guidance, decision help, FAQs, or partner support.

<Columns cols={3}>
  <Card title="Patient Summary Decision Guide" icon="route" href="/documentation/get-started/patient-summary-integration-decision-guide" arrow={true}>
    <p>Decide how to integrate Patient Summary APIs for pre-visit workflows</p>
  </Card>

  <Card title="Best Practices" icon="shield-halved" href="/documentation/how-to/patient-summary/best-practices" arrow={true}>
    <p>Learn production guidance for auth, polling, retries, logging, and securing integrations</p>
  </Card>

  <Card title="Patient Summary FAQs" icon="circle-question" href="/api-reference/faqs/patient-summary" arrow={true}>
    <p>Find answers to questions about the Patient Summary APIs</p>
  </Card>

  <Card title="Support" icon="life-ring" href="/documentation/references/support" arrow={true}>
    <p>Contact Suki for partner documentation and SDK support</p>
  </Card>
</Columns>
