---
title: "POST /care_site"
method: POST
path: "/care_site"
tags: ["care_siteController"]
---

# POST /care_site

`POST /care_site`

## Request body

- NewcareSite — (tsType: Omit<care_site, >, schemaOptions: { title: 'Newcare_site', exclude: [] })
  - `care_site_id` number
  - `care_site_name` string
  - `place_of_service_concept_id` number
  - `location_id` number
  - `care_site_source_value` string
  - `place_of_service_source_value` string

## Response `200`

care_site instance created

- CareSite
  - `care_site_id` number
  - `care_site_name` string
  - `place_of_service_concept_id` number
  - `location_id` number
  - `care_site_source_value` string
  - `place_of_service_source_value` string

---

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