---
title: "PATCH /person"
method: PATCH
path: "/person"
tags: ["personController"]
---

# PATCH /person

`PATCH /person`

## Request body

- PersonPartial — (tsType: Partial<person>, schemaOptions: { partial: 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

## Response `200`

Count of person models updated

- LoopbackCount
  - `count` number

---

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