---
title: "Get a concept from a vocabulary"
method: GET
path: "/terminology/v1/vocabularies/{vocabularyKey}/concepts/{conceptCode}"
tags: ["Vocabularies"]
---

# Get a concept from a vocabulary

`GET /terminology/v1/vocabularies/{vocabularyKey}/concepts/{conceptCode}`

Get a concept from a vocabulary.

## Path parameters

- `vocabularyKey` string, required
- `conceptCode` string, required

## Response `200`

The concept with the given code from the vocabulary.

- V1Concept
  - `vocabularyKey` string, required
  - `code` string, required
  - `definition` string, required
  - `designation` object, required

## Other responses

- `404` — Returned when the vocabulary or the concept does not exist.

---

[API](https://skmtc.net/clinia/apis/terminology-api.md) · [All operations](https://skmtc.net/clinia/apis/terminology-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinia/terminology-api/versions/3fce2e6b0ae5/schema)
