Batch Map Concepts
Perform multiple OMOP concept mapping operations in a single batched request - high-throughput cross-vocabulary translation for ETL pipelines.
Overview
This endpoint allows you to perform multiple concept mapping operations in a single API call. Each mapping request maps a set of source concepts to a target vocabulary, enabling efficient bulk processing.Request Body
Array of mapping requests (1-50 items)
Query Parameters
Specific vocabulary release version (e.g., “2025.1”)
Response
Indicates if the batch request was processed successfully
Array of mapping results matching the input order
Response metadata and API information
Important Notes
- Batch size limit: Maximum 50 mapping requests per batch
- Error isolation: Individual mapping failures don’t affect other mappings in the batch
- Result ordering: Results are returned in the same order as input requests
- Request IDs: Use unique
request_idvalues to correlate results with your input
Related Endpoints
- Get Concept Mappings - Get mappings for a single concept
- Validate Mappings - Validate existing mappings