Overview
This endpoint finds concepts that are conceptually related to a given concept through various relationship types, semantic similarity, and co-occurrence patterns. It’s designed for discovering relevant concepts that may not be directly connected through standard hierarchical relationships.Path Parameters
The unique OMOP concept ID to find related concepts for
Query Parameters
Types of relatedness to include. Multiple values are comma-separated.
Options:
Note: Providing any unknown value will result in a 400 Bad Request response.
Options:
hierarchical
, semantic
, co_occurrence
, mapping
(default: all)Note: Providing any unknown value will result in a 400 Bad Request response.
Comma-separated list of vocabulary IDs to filter results
Comma-separated list of domain IDs to filter results
Minimum relatedness score (0.0-1.0) to include in results
Maximum number of related concepts to return
Include detailed relatedness scores and explanations. Boolean values must be serialized as string values “true” or “false” when sent over the wire.
Only return standard concepts. Boolean values must be serialized as string values “true” or “false” when sent over the wire.
Specific vocabulary release version (e.g., “2024.1”)
Response
Indicates if the request was successful
The source concept being analyzed
Array of related concepts ordered by relatedness score
Summary of the relatedness analysis
Response metadata and API information
Usage Examples
Basic Related Concepts
Find general related concepts:High-Confidence Relationships
Get only highly related concepts:Domain-Specific Relations
Find related concepts within specific domains:Semantic Similarity Focus
Focus on semantic relatedness:Application Integration
Use in recommendation systems:Important Notes
- Scoring algorithm - Combines multiple relatedness signals for comprehensive results
- Performance - Analysis involves complex calculations and may take longer than simple queries
- Score interpretation - Scores above 0.7 indicate strong relatedness, 0.4-0.7 moderate, below 0.4 weak
- Vocabulary coverage - Results quality depends on vocabulary completeness and relationships
- Context sensitive - Relatedness can vary based on clinical context and use case
Related Endpoints
- Get Concept Relationships - Direct relationships only
- Find Similar Concepts - Similarity-based search
- Get Concept Relations - All relationship types