List All Domains
Get a list of all available OMOP domains:Get Domain Concepts
Retrieve all concepts within a specific domain:Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
domain_id | str | required | Domain identifier (e.g., “Condition”, “Drug”) |
vocabulary_ids | list[str] | None | Filter to specific vocabularies |
standard_only | bool | False | Return only standard concepts |
include_invalid | bool | True | Include deprecated concepts |
page | int | 1 | Page number |
page_size | int | 50 | Results per page (max 1000) |