---
title: "Get Document"
method: GET
path: "/api/v1/documents/{id}"
tags: ["Documents"]
---

# Get Document

`GET /api/v1/documents/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- ApiDocument
  - `class_code` string, required — The code specifying the high-level kind of document (e.g. Prescription, Discharge Summary, Report, etc.). Reference - https://www.hl7.org/fhir/r4/valueset-document-classcodes.html
  - `confidentiality_code` string — The code specifying the security classification of the document. Reference -https://terminology.hl7.org/2.1.0/CodeSystem-v3-Confidentiality.html
  - `creation_time` string, required — The timestamp representing when the document was created. Must be in the format of RFC3339
  - `document_id` string, required — The unique document id in an external system
  - `format_code` string, required — The code specifying the technical format of the document. Reference - https://www.hl7.org/fhir/r4/valueset-formatcodes.html
  - `healthcare_facility_type_code` string — The code specifying the type of organizational setting of the clinical encounter during which the documented act occurred. Reference - https://www.hl7.org/fhir/valueset-c80-facilitycodes.html
  - `mime_type` string, required — The document's mime-type
  - `patient_id` string, required — The unique patient id in an external system
  - `practice_setting_code` string, required — The code specifying the clinical specialty where the act that resulted in the document was performed (e.g., Family Practice, Laboratory, Radiology). Reference - https://www.hl7.org/fhir/valueset-c80-practice-codes.html
  - `service_start_time` string — The start time of the service being documented. Must be in the format of RFC3339
  - `service_stop_time` string — The stop time of the service being documented. Must be in the format of RFC3339
  - `shared_documents` ApiC2CDocumentStatus[] — Document status shared with the subscribers
    - `deleted` string
    - `retrieved` string
    - `status` string
    - `subscriber_project_id` string
    - `updated` string
  - `title` string, required — The document's human readable title
  - `type` string, required — The high-level document type
  - `type_code` string, required — The code specifying the precise type of document from the user perspective (e.g., LOINC code). Reference - https://www.hl7.org/fhir/r4/valueset-doc-typecodes.html

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `406` — Not Acceptable
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
