V1 - Metadata

The Payerset Metadata API allows users to retrieve detailed metadata on healthcare providers and billing codes. This endpoint is essential for applications that require accurate and up-to-date information on healthcare providers, taxonomies, billing classifications, and other key reference data used in healthcare.

Overview

This API endpoint focuses on providing metadata related to:

  • Providers: Information such as NPI, organization details, taxonomy classifications, and geographic information.

  • Billing Codes: Details about specific billing codes, including descriptions, categories, and applicable specialties.

Endpoint

The base URL for the Metadata API is: https://api.payerset.com/v1/metadata

Authentication

All requests to the Metadata API require an API key. Include your API key in the x-api-key header:

x-api-key: YOUR_API_KEY

Key Metadata Endpoints

/v1/metadata/npi_detail

Retrieve detailed metadata on a healthcare provider using the National Provider Identifier (NPI). This endpoint provides comprehensive provider details, including:

  • Taxonomy: Classification and specialization.

  • Organization: Name, geographic location, and Medicare enrollment data.

  • Location: State, city, and county.

Query Parameters

  • npi (required): The National Provider Identifier for the provider you are querying.

Sample Request


/v1/metadata/billing_code

Retrieve metadata associated with a specific billing code. This includes descriptions, category, and subcategory, helping you understand the type of services associated with the code.

Query Parameters

  • billing_code (required): The billing code for the service (e.g., “27447”).

  • code_type (optional): Type of code (e.g., “CPT” or “MS-DRG”) to specify the code standard.

Sample Request

Example Responses

NPI Detail Response

Billing Code Response

Last updated