Overview
This endpoint returns all available concept domains in the OMOP Common Data Model, which are high-level categories that classify concepts by their semantic meaning (e.g., Condition, Procedure, Drug).Query Parameters
Include concept counts for each domain
Filter domains to those containing concepts from specific vocabularies
Examples:
Examples:
SNOMED
, SNOMED,ICD10CM
Only include domains with at least this many concepts
Page number for pagination
Number of domains per page (max 100)
Specific vocabulary release version
Response
Indicates if the request was successful
Array of domain objects
Usage Examples
Basic Domain List
Get all available domains:Domains with Concept Counts
Get domains with concept counts:SNOMED Domains Only
Get domains that contain SNOMED concepts:Large Domains Only
Get domains with at least 10,000 concepts:Domain Categories
The OMOP CDM domains currently available in this endpoint include:- Condition: Diseases, disorders, symptoms, and clinical findings
- Procedure: Medical procedures, surgeries, and diagnostic tests
- Drug: Medications, pharmaceuticals, and therapeutic substances
- Measurement: Lab values, vital signs, and quantitative clinical measurements
- Observation: Non-quantitative clinical findings and qualitative observations
- Device: Medical devices, implants, and equipment
- Visit: Healthcare encounters and visit types
- Provider: Healthcare provider specialties and roles
- Specimen: Biological specimens and sample types
- Note: Clinical notes and documentation types
- Episode: Episodes of care and disease episodes
- Cost: Cost and financial information
- Revenue: Revenue and billing information
- Payer: Insurance and payment method information
- Plan: Health plan and coverage information
- Sponsor: Research study sponsors and organizations
- Care Site: Healthcare facilities and locations
Related Endpoints
- Get Domain Statistics - Detailed statistics for a specific domain
- Get Concepts by Domain - List concepts in a specific domain
- Search Concepts - Search concepts with domain filtering