Developer API

    Integrate HEDIS & Outcomes Data Into Your EMR

    The only behavioral health API with built-in HEDIS compliance tracking, demographic stratification, and equity gap detection. Built for larger practices ready to automate value-based care reporting.

    EMR Integrations

    Seamless Integration With Leading EHR Systems

    We've built integrations with the most widely-used electronic health record systems, ensuring a smooth setup process regardless of your technology stack.

    Tier 1 Systems

    Enterprise-grade EHR platforms

    Epic47+ integrations
    Cerner38+ integrations
    Athenahealth31+ integrations
    Allscripts29+ integrations
    eClinicalWorks26+ integrations

    Major Systems

    Popular mid-market platforms

    Nextgen23+ integrations
    Practice Fusion19+ integrations
    Greenway Health17+ integrations
    DrChrono16+ integrations
    AdvancedMD15+ integrations

    Specialty EMRs

    Behavioral health specialists

    Modernizing Medicine14+ integrations
    CureMD13+ integrations
    Kareo12+ integrations
    ChartLogic11+ integrations
    eMDs10+ integrations

    Don't see your EHR listed? Contact us — we can build custom integrations for any system with API or HL7/FHIR support.

    Why EMRs Can't Do This Today

    Traditional EMRs store clinical data but lack the specialized logic for behavioral health outcomes tracking and HEDIS measure calculation.

    No HEDIS Calculation

    EMRs store PHQ-9/GAD-7 scores but don't calculate numerator/denominator compliance rates needed for value-based contracts.

    Missing Stratification

    CMS requires demographic stratification by race, ethnicity, and language. Most EMRs don't track data completeness or gaps.

    No Equity Alerts

    Payors now require equity gap analysis. EMRs can't detect when specific populations have lower screening or follow-up rates.

    What You Can Build

    Our REST API exposes the specialized behavioral health logic your EMR needs.

    HEDIS Compliance Endpoints

    Real-time access to calculated compliance metrics

    GET /hedis/compliance — Numerator, denominator, and rates by measure
    GET /hedis/measures — All supported HEDIS measures with scoring thresholds
    GET /hedis/trends — Historical compliance over 6/12/24 month periods

    Stratification Data

    Demographic completeness and breakdown by population

    GET /stratification/completeness — % of patients with race, ethnicity, language data
    GET /stratification/breakdown — Compliance rates segmented by demographic groups
    GET /stratification/missing — Patient IDs with incomplete demographic data

    Equity Gap Detection

    Automated alerts when populations fall behind

    GET /equity-gaps — All detected gaps with severity and affected population
    POST /webhooks/equity-alerts — Real-time notifications when gaps exceed thresholds
    GET /equity-gaps/history — Track gap closure progress over time

    Patient Outcomes

    Assessment results and clinical improvement tracking

    GET /patients/:id/assessments — All assessment scores with severity classifications
    GET /patients/:id/trends — Score changes over time with improvement/deterioration flags
    POST /patients/:id/assessments — Submit assessment results from your EMR
    API Pricing

    Usage-Based Pricing That Scales With You

    Pay a one-time integration setup fee, then monthly pricing based on your API usage. No long-term contracts required.

    Starter

    For smaller practices getting started with API integration

    10,000

    API calls/month

    Up to 10,000 API calls/month
    Core HEDIS endpoints
    Email support
    Standard documentation
    Single API key
    Contact for Pricing
    Most Popular

    Professional

    For growing practices with advanced reporting needs

    100,000

    API calls/month

    Up to 100,000 API calls/month
    All API endpoints including webhooks
    Priority support with 24hr response
    Advanced stratification data
    Multiple API keys
    Sandbox environment
    Contact for Pricing

    Enterprise

    For large organizations with custom requirements

    Unlimited

    API calls/month

    Unlimited API calls
    Dedicated account manager
    Custom SLA guarantees
    On-premise deployment options
    Custom integrations
    24/7 phone support
    BAA included
    Contact for Pricing

    One-Time Integration Setup Fee

    All plans include a one-time setup fee covering custom integration development, testing, documentation, and onboarding support. Fee varies based on your EHR system complexity.

    Integration Details

    Simple API Keys

    One API key per organization. No OAuth complexity. Keys are scoped to your practice data only.

    REST + JSON

    Standard REST endpoints with JSON responses. Works with any EMR that supports HTTP integrations.

    HIPAA Ready

    All data encrypted in transit and at rest. BAA available for enterprise integrations.

    Quick Example

    curl -X GET "https://api.touchpointhq.com/v1/hedis/compliance" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json"
    
    # Response
    {
      "organization_id": "org_abc123",
      "period": "2024-01-01/2024-12-31",
      "measures": [
        {
          "measure_id": "DSF-BH",
          "measure_name": "Depression Screening and Follow-Up",
          "numerator": 847,
          "denominator": 1023,
          "rate": 82.8,
          "benchmark_50th": 75.0,
          "benchmark_90th": 88.0,
          "status": "above_50th"
        }
      ]
    }
    Get Started

    Request API Access

    Tell us about your integration needs and our team will reach out within 1 business day to discuss pricing and next steps.

    api@touchpointhq.com
    (555) 123-4567

    Ready to Explore the API?

    Review our complete API reference to understand all available endpoints and data structures.