Validate Mappings
Validate the accuracy and quality of OMOP concept mappings between vocabularies - verify translations before committing them to source_to_concept_map.
Overview
This endpoint validates concept mappings between vocabularies, checking for concept validity, domain compatibility, and relationship correctness. It returns a validation score and identifies potential issues with each mapping.Request Body
Array of concept mappings to validate (1-100 items)
Query Parameters
Specific vocabulary release version (e.g., “2025.1”)
Response
Indicates if the request was successful
Array of validation results matching the input order
Response metadata and API information
Validation Scoring
The validation score starts at 1.0 (100%) and is reduced based on issues found:| Issue | Score Reduction |
|---|---|
| Invalid source concept | -0.40 |
| Invalid target concept | -0.40 |
| Domain mismatch | -0.20 |
| Standard to non-standard mapping | -0.15 |
| No relationship exists between concepts | -0.25 |
validation_score >= 0.50.
Related Endpoints
- Get Concept Mappings - Get mappings for a concept
- Batch Map Concepts - Map multiple concepts at once