---
title: "Retrieve Patients Profile Image"
method: GET
path: "/api/2.0/patients/{id}/profile_image/"
tags: ["Patient Profile Photo"]
---

# Retrieve Patients Profile Image

`GET /api/2.0/patients/{id}/profile_image/`

Get the patient's profile image

## Path parameters

- `id` integer, required

## Response `200`

- PatientPhoto
  - `base_64` string, required
  - `content_type` string
  - `created_date` string, date-time, nullable
  - `file` string — Patient profile image URL generation method Args: obj: PatientPhoto object Returns: The URL where you can get the image
  - `file_size` integer
  - `height` integer
  - `id` integer
  - `last_updated` string, date-time
  - `original_filename` string, required
  - `patient` integer, required
  - `practice` integer, required
  - `width` integer

---

[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/revisions/c060f89d4de7/schema)
