---
title: "GET /person/{id}"
method: GET
path: "/person/{id}"
tags: ["personController"]
---

# GET /person/{id}

`GET /person/{id}`

## Path parameters

- `id` object, required

## Response `200`

person instance

- PersonWithRelations — (tsType: personWithRelations, schemaOptions: { includeRelations: true })
  - `person_id` number
  - `gender_concept_id` number
  - `year_of_birth` number
  - `month_of_birth` number
  - `day_of_birth` number
  - `birth_datetime` string, date-time
  - `race_concept_id` number
  - `ethnicity_concept_id` number
  - `location_id` number
  - `provider_id` number
  - `care_site_id` number
  - `person_source_value` string
  - `gender_source_value` string
  - `gender_source_concept_id` number
  - `race_source_value` string
  - `race_source_concept_id` number
  - `ethnicity_source_value` string
  - `ethnicity_source_concept_id` number

## Changes

> 5 revisions in range; 1 could not be searched.

- **2022-12-15** `17f92620449e` — 1 info
  - endpoint added
- **2022-11-28** `8517ac9eef50` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ohdsi/apis/data-connection/changes/person/:id/get.md)

---

[API](https://skmtc.dev/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.dev/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
