---
title: "GET /provider/{id}"
method: GET
path: "/provider/{id}"
tags: ["providerController"]
---

# GET /provider/{id}

`GET /provider/{id}`

## Path parameters

- `id` object, required

## Response `200`

provider instance

- ProviderWithRelations — (tsType: providerWithRelations, schemaOptions: { includeRelations: true })
  - `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)
