---
title: "Retrieve Clinical Document"
method: GET
path: "/api/2.0/clinical_documents/{id}/"
tags: ["Clinical Documents"]
---

# Retrieve Clinical Document

`GET /api/2.0/clinical_documents/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- XmlPatientSummary
  - `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)
