Get Relationship Types
Retrieve all available OMOP relationship types - Maps to, Is a, Subsumes, and the complete set of OHDSI-defined links between medical concepts.
This endpoint returns all relationship types from the OMOP CDM RELATIONSHIP table, which defines the types of connections that can exist between concepts.
Query Parameters
Page number for pagination (1-based)
Number of relationship types to return per page (max 500)
Specific vocabulary release version
Example:
Example:
2025.1Response
Array of relationship type objects from the OMOP CDM RELATIONSHIP table
Response metadata including pagination
Usage Examples
All Relationship Types
Get all available relationship types:Paginated Results
Navigate through pages of relationship types:Related Endpoints
- Get Concept Relationships - Relationships for specific concepts
- Get Concept Mappings - Cross-vocabulary mappings
- Get Vocabularies - Available vocabularies
Notes
- Relationship types come from the OMOP CDM RELATIONSHIP table
- All relationships exist symmetrically (both directions)
- Hierarchical relationships (like “Is a”) are used to build the CONCEPT_ANCESTOR table
- The
defines_ancestryfield indicates which relationships contribute to ancestor computation - Each relationship type has a corresponding concept in the CONCEPT table