Payer Provider Directory API
The Netsmart CareConnect Provider Directory API provides access to payer network information including healthcare providers, organizations, locations, services, and insurance plans. This publicly accessible API enables applications to discover and access provider network data without authentication.
API Specification
- Version: 2.0
- Protocol: HTTPS only
- Data Format: FHIR R4 (JSON/XML)
- Authentication: None required (public API)
- Rate Limiting: Standard rate limits apply
- Base URL:
https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}
Base URL Structure
- Production
- Preview
https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}
https://fhirtest.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}
- Version: v2 (FHIR R4)
- Tenant ID: Unique identifier for your CareConnect payer tenant
- Public Access: No authentication required
Authentication
No Authentication Required - Provider Directory APIs are publicly accessible and do not require API keys, tokens, or other authentication mechanisms. This allows for easy integration and discovery of provider network information.
Rate Limiting
Standard rate limits apply to prevent abuse and ensure service availability. Rate limit information is returned in response headers when limits are approached.
Use Cases
Common scenarios for using the Provider Directory API:
- Provider Network Discovery: Find healthcare providers within a specific insurance network
- Geographic Provider Search: Locate providers by specialty within a geographic area
- Insurance Plan Verification: Verify which providers accept specific insurance plans
- Healthcare Service Lookup: Find available services at specific locations
- Provider Contact Information: Retrieve current contact details and addresses for providers
- Network Affiliation Verification: Confirm provider relationships with organizations and networks
Quick Start
New to the Provider Directory API? Start here:
- Getting Started Guide - Overview and first steps
- Postman Tutorial - Interactive testing guide
- Service Base URLs - Discover available endpoints using the Service Base URL documentation
Data Model Overview
Provider Directory resources are interconnected to represent the healthcare ecosystem:
Organization (Payer/Provider Org)
├── InsurancePlan (Insurance products)
├── Location (Physical locations)
│ └── HealthcareService (Services offered)
├── OrganizationAffiliation (Network relationships)
└── PractitionerRole (Provider roles)
├── Practitioner (Individual providers)
└── Endpoint (Technical access points)
Quick Start Examples
Check API Capabilities
curl https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/metadata
Find Organizations
curl "https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/Organization?_count=5"
Search Practitioners
curl "https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/Practitioner?family=Smith"
Resources
| Resource | Read | Search | Description |
|---|---|---|---|
| CapabilityStatement | ✅ | Server capabilities and supported operations | |
| Endpoint | ✅ | ✅ | Technical endpoints for electronic services |
| HealthcareService | ✅ | ✅ | Healthcare services available at locations |
| InsurancePlan |