Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
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": {} }
Get a concept from a vocabulary.
The key of the vocabulary.
The code of the concept.
The concept with the given code from the vocabulary.
Show child attributes
Was this page helpful?