Skip to main content
GET
/
terminology
/
v1
/
vocabularies
/
{vocabularyKey}
/
concepts
/
{conceptCode}
Get a concept from a vocabulary
curl --request GET \
  --url https://{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey}/concepts/{conceptCode} \
  --header 'X-Clinia-API-Key: <api-key>'
{
  "vocabularyKey": "<string>",
  "code": "<string>",
  "definition": "<string>",
  "designation": {}
}

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

vocabularyKey
string
required

The key of the vocabulary.

conceptCode
string
required

The code of the concept.

Response

The concept with the given code from the vocabulary.

vocabularyKey
string
required
code
string
required
definition
string
required
designation
object
required
I