---
title: "GET /patient/{patientId}"
method: GET
path: "/patient/{patientId}"
---

# GET /patient/{patientId}

`GET /patient/{patientId}`

Get data for a single patient

## Path parameters

- `patientId` string, required

## Query parameters

- `dataFormat` string
- `interactionTypes` string[]
- `configId` string, required
- `configVersion` string, required
- `datasetId` string, required

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