---
title: "POST /provider"
method: POST
path: "/provider"
tags: ["providerController"]
---

# POST /provider

`POST /provider`

## Request body

- Newprovider — (tsType: Omit<provider, >, schemaOptions: { title: 'Newprovider', exclude: [] })
  - `provider_id` number
  - `provider_name` string
  - `npi` string
  - `dea` string
  - `specialty_concept_id` number
  - `care_site_id` number
  - `year_of_birth` number
  - `gender_concept_id` number
  - `provider_source_value` string
  - `specialty_source_value` string
  - `specialty_source_concept_id` number
  - `gender_source_value` string
  - `gender_source_concept_id` number

## Response `200`

provider instance created

- Provider
  - `provider_id` number
  - `provider_name` string
  - `npi` string
  - `dea` string
  - `specialty_concept_id` number
  - `care_site_id` number
  - `year_of_birth` number
  - `gender_concept_id` number
  - `provider_source_value` string
  - `specialty_source_value` string
  - `specialty_source_concept_id` number
  - `gender_source_value` string
  - `gender_source_concept_id` 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)
