Skip to main content

Quickstart

Lern how to get OMOPHub API set up in your project.

Why OMOPHub API?

Healthcare-Grade Infrastructure

Built specifically for healthcare applications with HIPAA compliance, audit logging, and enterprise security.

Complete OHDSI Coverage

Full implementation of OMOP vocabulary standards with bi-annual updates and version management. Full-text search, faceted filtering, similarity matching, and healthcare-specific ranking algorithms.

Comprehensive Relationships

Navigate complex medical concept hierarchies with powerful relationship traversal APIs.

Multi-Vocabulary Support

Access SNOMED CT, ICD-10, RxNorm, LOINC and 100+ other healthcare vocabularies.

Key Features

Manage vocabulary versions with confidence:
  • Bi-annual OHDSI vocabulary updates
  • Version-specific API routing
  • Seamless migration between versions
  • Version comparison and diff tools
Map between vocabulary systems:
  • Direct and equivalent mappings
  • Cross-vocabulary navigation
  • Mapping quality metrics
  • Batch mapping operations

Getting Started

1

Create an Account

Sign up for a OMOPHub on https://dashboard.omophub.com
2

Get Your API Key

Generate an API key from your dashboard
3

Make Your First Request

Use our SDKs or make direct API calls
4

Explore the API

Discover vocabularies, search concepts, and traverse relationships

Quick Example

curl -X GET "https://api.omophub.com/v1/search/concepts?query=diabetes%20mellitus%20type%202&vocabulary_ids=SNOMED&page_size=10" \
  -H "Authorization: Bearer your_api_key"

Need Help?

I