> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skypoint.ai/llms.txt
> Use this file to discover all available pages before exploring further.

#  

# Enrich

Enhance your data with additional context and information from external sources and lookup tables. The Enrich module adds valuable attributes that improve matching accuracy and provide richer insights.

## Why Enrichment Matters

Your source data often contains only what was captured at the point of entry. But effective Master Data Management requires additional context:

* Geographic data from ZIP codes (city, state, county, timezone)
* Demographic insights for population health
* Standardized codes and classifications
* Reference data from authoritative sources

skyMDM's Enrich module fills these gaps automatically, transforming basic data into comprehensive, analysis-ready records.

## What You Can Do

<CardGroup cols={2}>
  <Card title="Geographic Enrichment" icon="globe">
    Expand ZIP codes into full geographic context including city, state, county, and timezone.
  </Card>

  <Card title="Lookup Table Joins" icon="table-columns">
    Match your data against reference tables to add standardized codes and categories.
  </Card>

  <Card title="Derived Attributes" icon="calculator">
    Calculate new fields based on existing data—ages from birth dates, categories from values.
  </Card>

  <Card title="External Data Integration" icon="cloud-arrow-down">
    Connect to external data sources to enrich records with third-party information.
  </Card>
</CardGroup>

## Enrichment Sources

<CardGroup cols={3}>
  <Card title="ZIP Code Database" icon="location-dot">
    Comprehensive US ZIP code data with demographics, coordinates, and regional information
  </Card>

  <Card title="Phone Carrier Data" icon="mobile-screen">
    Identify carrier, line type (mobile/landline), and geographic origin
  </Card>

  <Card title="Address Standardization" icon="map">
    USPS-standardized addresses with delivery point validation
  </Card>

  <Card title="Code Mappings" icon="code-branch">
    ICD, CPT, LOINC, and other healthcare code crosswalks and descriptions
  </Card>

  <Card title="Custom References" icon="database">
    Your organization's lookup tables and reference data
  </Card>

  <Card title="Third-Party APIs" icon="plug">
    Connect to external enrichment services for specialized data
  </Card>
</CardGroup>

## Key Capabilities

### Automated Enrichment Rules

Configure which source columns should be enriched and what additional data to append. Rules apply automatically during pipeline execution.

### Confidence Scoring

Enrichment matches include confidence scores, so you know how reliable each enriched value is.

### Incremental Processing

Only new or changed records are enriched, minimizing processing time and costs for large datasets.

### Audit Trail

Track which records were enriched, what sources were used, and when enrichment occurred for compliance and debugging.

## Business Impact

<CardGroup cols={3}>
  <Card title="Better Matching" icon="link">
    Enriched data provides more attributes for accurate identity resolution.
  </Card>

  <Card title="Richer Analytics" icon="chart-pie">
    Geographic and demographic data enables population health insights.
  </Card>

  <Card title="Operational Efficiency" icon="gears">
    Automated enrichment eliminates manual data lookup and entry.
  </Card>
</CardGroup>

## Who Benefits

* **Population Health Teams**: Analyze patient populations with geographic and demographic context
* **Marketing Teams**: Target outreach based on enriched demographic data
* **Analytics Teams**: Build more insightful reports with complete data
* **Clinical Research**: Stratify patient populations for research and quality initiatives
