---
title: "GET /patient"
method: GET
path: "/patient"
---

# GET /patient

`GET /patient`

Returns results of analytical queries to the frontend

## Query parameters

- `dataFormat` string
- `query` string
- `mriquery` string, required
- `releaseDate` string
- `patientId` string

## Response `200`

Success

- PatientResult — Response object when querying from patient endpoint
  - `data` object[] — an array of patients containing its attributes and interactions
  - `totalPatientCount` integer — number of guarded patients

## Other responses

- `default` — Error

---

[API](https://skmtc.net/ohdsi/apis/health-for-clinical-research.md) · [All operations](https://skmtc.net/ohdsi/apis/health-for-clinical-research/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/health-for-clinical-research/revisions/e451f31df7de/schema)
