Country codes

The API uses ISO 3166-1 alpha-2 country codes to identify countries in the system, such as providers and payers.

Example:

{
  "provider_id": 12345,
  "name": "HealthCare Provider",
  "country_code": "US"
}

Ensure that the correct country code is provided in the country_code field for providers, payers, and other related entities.