Facilities Endpoint

Scores for Acute Care Facilities, Skilled Nursing Facilities (SNF) and Ambulatory Surgery Centers (ASC)

Endpoint: /v3/facilities
Methods: GET

ParameterData TypeOptional/RequiredDetails
npistringrequiredThe National Provider Identifier (NPI), up to 20 within a single call can be passed in a comma seperated 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 TypeDetails
npistringThe National Provider Identifier (NPI)
facility_typestringFacility type (i.e. hospital, nursing home, surgery center)
overall_quality_scorefloatFacility’s overall quality score between 1 and 5
cost_efficiency_scorefloatFacility’s cost efficiency score between 1 and 5
effectiveness_scorefloatFacility’s effectiveness score between 1 and 5
appropriateness_scorefloatFacility’s appropriateness score between 1 and 5

Example JSON Response:

{
"data": [
{
"npi": "1003000514",
"facility type": "2",
"quality score": "3.8",
"effectiveness score": "3.9",
"cost efficiency score": "3.0",
"appropriateness score": null
}
]
}

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