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 specific relationship types to retrieve
Example:
Example:
Is a,Part of,Has ingredient,Maps to
Direction of relationships to retrieve
Options:
Options:
incoming
, outgoing
, both
Filter relationships to specific vocabularies
Example:
Example:
SNOMED,ICD10CM,RxNorm
Filter related concepts to specific domains
Example:
Example:
Condition,Drug,Procedure
Only return relationships to standard concepts
Include relationships to deprecated/invalid concepts
Include synonym information for related concepts
Include semantic distance scores for relationships
Group relationships by their type in the response
Include reverse relationship names for clarity
Number of relationships to return per page (max 1000)
Page number for pagination (1-based)
Response
The source concept for which relationships were retrieved
Array of relationship objects (when group_by_type=false)
Relationships grouped by type (when group_by_type=true)
Summary statistics about the relationships
Response metadata and pagination information
Usage Examples
All Relationships
Get all relationships for a concept:Hierarchical Relationships Only
Retrieve only “Is a” and “Subsumes” relationships:Cross-Vocabulary Mappings
Find mappings to other vocabularies:Outgoing Relationships Only
Get only relationships going out from the concept:Grouped by Type
Organize relationships by their type: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 specifically
Notes
- Relationship direction is crucial: “outgoing” means the source concept is the subject of the relationship
- Semantic distance provides a measure of how closely related two concepts are (lower = closer)
- Standard concepts are prioritized for relationship targets unless explicitly disabled
- Some relationships are bidirectional (e.g., “Associated with”) while others are unidirectional
- Cross-vocabulary relationships often use “Maps to” relationship types
- Large concepts may have hundreds of relationships - use pagination and filtering appropriately
- Relationship strength indicates the confidence or importance of the connection