Skip to main content
This endpoint provides analysis of mapping quality between a specific vocabulary pair, essential for understanding the reliability of cross-vocabulary translations, identifying high-confidence mappings, and assessing the trustworthiness of mapping relationships for clinical and operational use.

Path Parameters

source_vocabulary
string
required
The source vocabulary identifier
Example: SNOMED, ICD10CM, RxNorm
target_vocabulary
string
required
The target vocabulary identifier
Example: ICD10CM, HCPCS, NDC

Query Parameters

vocab_release
string
Specific vocabulary release version to query
Example: 2025.1

Response

quality_overview
object
High-level summary of mapping quality
quality_by_vocabulary_pair
object
Quality metrics for each vocabulary pair
quality_by_domain
object
Quality analysis by medical domain
quality_metrics
object
Detailed quality metrics and distributions
quality_outliers
object
Analysis of quality outliers and anomalies (when include_outliers=true)
Historical quality trends (when include_trends=true)
recommendations
array
Recommendations for quality improvement (when include_recommendations=true)
meta
object
Analysis metadata and processing information

Usage Examples

SNOMED to ICD10CM Quality

Analyze mapping quality between SNOMED and ICD10CM:
TypeScript

RxNorm to NDC Quality

Analyze drug vocabulary mapping quality:
TypeScript

With Specific Vocabulary Release

Query quality metrics for a specific vocabulary version:
TypeScript

Notes

  • Quality analysis requires substantial computational resources for large datasets
  • Confidence scores are calculated using multiple factors including semantic similarity and validation status
  • Official mappings generally have higher quality than algorithmic or community mappings
  • Quality can vary significantly between vocabulary pairs and domains
  • Disputed mappings may indicate areas needing expert review
  • Quality trends help identify improvement or degradation over time
  • Outlier analysis reveals mappings that may need special attention
  • Quality thresholds help focus on the most reliable mappings for production use