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

conceptId
integer
required
The unique concept identifier

Query Parameters

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

Response Fields

success
boolean
Indicates if the request was successful
data
object
meta
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