List Relationships for a Concept
Retrieve all relationships for a specific OMOP concept - Maps to, Is a, ingredient of, and vocabulary-specific links for crosswalk analysis.
This endpoint provides relationship information for a concept, showing how it connects to other concepts through various relationship types such as “Is a”, “Part of”, “Has ingredient”, and others in medical vocabularies.
Path Parameters
The unique identifier of the concept to retrieve relationships for
Example:
Example:
201826 (Type 2 diabetes mellitus)Query Parameters
Comma-separated list of relationship IDs to filter by
Example:
Example:
Is a,Maps to,Has finding siteFilter relationships to specific vocabularies
Example:
Example:
SNOMED,ICD10CM,RxNormFilter related concepts to specific domains
Example:
Example:
Condition,Drug,ProcedureOnly return relationships to standard concepts
Include relationships to deprecated/invalid concepts
Include reverse relationships (where this concept is concept_id_2)
Page number for pagination (1-based)
Number of relationships to return per page (max 1000)
Specific vocabulary release version
Example:
Example:
2025.1Response
Array of relationship objects
Response metadata including pagination
Usage Examples
All Relationships
Get all relationships for a concept:Hierarchical Relationships Only
Retrieve only “Is a” relationships:Cross-Vocabulary Mappings
Find mappings to ICD-10:Including Reverse Relationships
Include relationships where this concept is the target:Related Endpoints
- Get Relationship Types - Available relationship types
- Get Concept Ancestors - Hierarchical parent relationships
- Get Concept Descendants - Hierarchical child relationships
- Get Concept Mappings - Cross-vocabulary mappings
Notes
- Relationships are bidirectional in the database; use
include_reverse=trueto see both directions - Standard concepts are not filtered by default; use
standard_only=trueto filter - Large concepts may have hundreds of relationships - use pagination appropriately
- The response includes full concept details for both source and target concepts