---
title: "POST /source_to_concept_map"
method: POST
path: "/source_to_concept_map"
tags: ["source_to_concept_mapController"]
---

# POST /source_to_concept_map

`POST /source_to_concept_map`

## Request body

- NewsourceToConceptMap — (tsType: Omit<source_to_concept_map, >, schemaOptions: { title: 'Newsource_to_concept_map', exclude: [] })
  - `source_code` string
  - `source_concept_id` number
  - `source_vocabulary_id` string
  - `source_code_description` string
  - `target_concept_id` number
  - `target_vocabulary_id` string
  - `valid_start_date` string, date-time
  - `valid_end_date` string, date-time
  - `invalid_reason` string

## Response `200`

source_to_concept_map instance created

- SourceToConceptMap
  - `source_code` string
  - `source_concept_id` number
  - `source_vocabulary_id` string
  - `source_code_description` string
  - `target_concept_id` number
  - `target_vocabulary_id` string
  - `valid_start_date` string, date-time
  - `valid_end_date` string, date-time
  - `invalid_reason` 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)
