Current Available Releases
The following vocabulary releases are currently available in the system:Version | Release Date | Status | Default | Release Notes |
---|---|---|---|---|
2025.2 | 2025-08-27 | Active | Yes | Link |
2025.1 | 2025-02-27 | Active | No | Link |
2024.2 | 2024-08-30 | Active | No | Link |
2024.1 | 2024-02-29 | Active | No | Link |
Version Abbreviations
For convenience, the API supports several abbreviations for version specification:Abbreviation | Maps To | Description |
---|---|---|
latest | 2025.2 | Always points to the most recent release |
default | 2025.2 | Same as latest - the system default |
current | 2025.2 | Alias for the default version |
2025v2 | 2025.2 | Quarter-based abbreviation |
2025v1 | 2025.1 | Quarter-based abbreviation |
2024v2 | 2024.2 | Quarter-based abbreviation |
2024v1 | 2024.1 | Quarter-based abbreviation |
How to Select Vocabulary Versions
You can specify which vocabulary version to use in your API requests using any of these methods:Method 1: Query Parameter (Recommended)
Add thevocab_release
parameter to any API endpoint:
Method 2: HTTP Header
Use theX-Vocab-Release
header:
Default Version Behavior
When no version is specified:- Default Version:
2025.2
- Fallback: If the default version is unavailable, the system uses the latest available active version
- Caching: Responses are cached with version-specific keys to ensure consistency
Version Comparison Example
Here’s how to compare concept availability across versions:Version-Specific Features
Temporal Queries
Query concepts as they existed at specific points in time:Historical Analysis
Compare vocabulary evolution over time:Migration Support
Validate concept mappings when upgrading between versions:Version Support Policy
Active Versions
- Current + 4 previous releases are actively supported
Deprecated Versions
- Removal notice provided 90 days before discontinuation
Troubleshooting
Common Issues
Version Not Found
/v1/vocabularies/releases
endpoint to check available versions.
Version Mismatch in Results
If you receive unexpected results, verify the version is being applied correctly:X-Vocab-Release-Used
header in the response to confirm the version.
FAQ
What happens if I don't specify a version?
What happens if I don't specify a version?
The system automatically uses the default version (
2025.2
). This provides the most recent vocabulary data and optimal performance through caching.Can I use multiple versions in the same request?
Can I use multiple versions in the same request?
No, each API request operates against a single vocabulary version. To compare across versions, make separate requests for each version.
How often are new versions released?
How often are new versions released?
Major vocabulary updates typically occur twice a year (Q1, Q3), following the OHDSI vocabulary release cycles.