Groups Endpoint

Scores for single or multi-specialty group practices

Endpoint: /v3/groups
Methods: GET

ParameterData TypeRequired/OptionalDetails
npistringrequiredThe National Provider Identifier (NPI), up to 20 within a single call can be passed in a comma separated format
lower_limitfloatoptionalLimits the response from our API to the facilities with the quality score above or equal to the limit value

Response Structure (in JSON format)

NameData TypeDescription
npistringThe National Provider Identifier (NPI)
overall_quality_scorefloatGroup’s overall quality score between 1 and 5
cost_efficiency_scorefloatGroup’s cost efficiency score between 1 and 5
effectiveness_scorefloatGroup’s effectiveness score between 1 and 5
appropriateness_scorefloatGroup’s appropriateness score between 1 and 5

Example JSON Response:

{
"data": [
{
"npi": "1003000274",
"quality score": "2.0",
"effectiveness score": "3.0",
"cost efficiency score": "1.0",
"appropriateness score": "2.0"
}
]
}

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!