---
title: "List Clinical Documents"
method: GET
path: "/api/2.0/clinical_documents/"
tags: ["Clinical Documents"]
---

# List Clinical Documents

`GET /api/2.0/clinical_documents/`

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]

## Response `200`

- PaginatedXmlPatientSummaryList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` XmlPatientSummary[], required
    - `allergies_imported` boolean
    - `author_name` string, nullable
    - `authoring_practice` integer, required
    - `created_date` string, date-time, nullable
    - `data_format` 'ccda' | 'ccr' | 'qrda_1'
    - `deleted_date` string, date-time, nullable
    - `demographics_imported` boolean
    - `encounters_imported` boolean
    - `id` integer
    - `immunizations_imported` boolean
    - `labs_imported` boolean
    - `medications_imported` boolean
    - `patient` integer, required
    - `problems_imported` boolean
    - `procedures_imported` boolean
    - `vitals_imported` boolean
    - `xml_file` XmlFile, required — Alias for S3RetrievingDocumentFileSerializer with proper OpenAPI schema name.
      - `base64_content` string
      - `content_type` string
      - `document` string, uri — URL to retrieve the document
      - `external_content` unknown
      - `id` integer
      - `original_filename` string

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
