---
title: "Get discharge document for an appointment"
method: GET
path: "/Appointments/{id}/discharge"
tags: ["Appointments"]
---

# Get discharge document for an appointment

`GET /Appointments/{id}/discharge`

## Path parameters

- `id` string, required

## Response `200`

OK

- DischargeDocumentDto
  - `id` string
  - `appointmentId` string
  - `patientId` string
  - `summary` string
  - `instructions` string
  - `medications` string, nullable
  - `followUp` string, nullable
  - `status` string
  - `content` string
  - `dischargedBy` string, nullable
  - `dischargedAt` string, date-time
  - `aiGenerated` boolean
  - `aiConfidence` union
    - number, double
    - string, double
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
