---
title: "Email patient record as PDF attachment"
method: POST
path: "/patients/{patientId}/export/email"
tags: ["PatientRecordExport"]
---

# Email patient record as PDF attachment

`POST /patients/{patientId}/export/email`

## Path parameters

- `patientId` string, required

## Request body

- SendPatientRecordEmailRequest — Request body for emailing a patient record
  - `recipientEmail` string, nullable — Email address to send the report to. If not provided, uses the logged-in user's email.
  - `options` PatientRecordExportOptions — Options controlling which sections to include in the patient record export
    - `appointmentId` string, nullable — Optional appointment ID to filter export to a specific visit. When null, exports the full patient record across all appointments.
    - `includeMedicalHistory` boolean — Include medical history and warnings section
    - `includeSoapNotes` boolean — Include SOAP notes section
    - `includeMedications` boolean — Include medications section
    - `includeRdvmRecords` boolean — Include RDVM records/referrals
    - `includeTransactionHistory` boolean — Include transaction/payment history
    - `includeDischargeRecords` boolean — Include discharge records
    - `includeLabResults` boolean — Include lab results with original PDFs
    - `includeVaccinations` boolean — Include vaccination history
    - `includeReminders` boolean — Include reminders (full-record exports only)

## Response `200`

OK

- EmailSendResult
  - `success` boolean
  - `message` string
  - `recipientEmail` string, nullable

---

[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)
