Skip to main content

Overview

Retrieve all relationships for a concept, including hierarchical relationships (parents/children), mappings to other vocabularies, and semantic relationships.

Path Parameters

integer
required
The unique concept identifier

Query Parameters

string
Filter by relationship type IDs (comma-separated)
Examples: Is a, Subsumes, Maps to, Is a,Subsumes
string
Filter relationships to specific target vocabularies (comma-separated)
Examples: SNOMED, ICD10CM, SNOMED,ICD10CM
string
Filter relationships to specific target domains (comma-separated)
Examples: Condition, Drug, Condition,Procedure
boolean
default:"true"
Include relationships to invalid concepts
boolean
default:"false"
Only include relationships to standard concepts
boolean
default:"false"
Include reverse relationships (where this concept is the target)
string
Specific vocabulary release version (defaults to latest)

Response Fields

boolean
Indicates if the request was successful
object
object

Usage Examples

Get All Relationships

Retrieve all relationships for a concept:

Filter by Relationship Type

Get only hierarchical relationships:

Filter by Target Vocabulary

Get mappings to specific vocabularies:

Standard Concepts Only

Get relationships to standard concepts only:

Include Reverse Relationships

Include relationships where this concept is the target:

Common Relationship Types