v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/facilities

List all Facilities.

get/v2/facilities

Query parameters

offsetnumber

The starting index for pagination, specifying how many records to skip.

limitnumber

The maximum number of records to retrieve in a single request.

Headers

organization-idstring

Response

Paginated list of facilities.

countnumber required

Total number of facilities

Example response

{
  "data": [
    {
      "type": "Ambulatory Surgery Centers",
      "city": "Saint George",
      "zipcode": "90210",
      "contactPhone": "8000001234",
      "contactFax": "8000001234",
      "state": "CA",
      "fileType": "Clean",
      "externalId": "V2222L00000",
      "stateLicenses": [
        {
          "licenseType": "State License",
          "source": "Utah Department of Health and Human Services",
          "licenseNumber": "F23-100000",
          "status": "Active"
        }
      ],
      "accreditations": [
        {
          "status": "Accredited"
        }
      ],
      "siteVisits": [
        {
          "applicable": "Yes"
        }
      ],
      "certifications": [
        {
          "certificateType": "CLIA"
        }
      ],
      "npdb": [
        {
          "applicable": "Yes",
          "typeOfAction": "No Action",
          "reportResults": "No Report Found"
        }
      ],
      "perfIndicator": [
        {
          "applicable": "Yes"
        }
      ],
      "liabilityInsurances": [
        {
          "insuranceType": "Professional Liability"
        }
      ],
      "createdAt": "YYYY-MM-DD",
      "updatedAt": "YYYY-MM-DD",
      "providers": [
        {
          "type": "MD",
          "verified_date": "YYYY-MM-DD"
        }
      ],
      "practiceLicense": [
        {
          "state": "CA",
          "type": "State License",
          "status": "Active",
          "verified_date": "YYYY-MM-DD"
        }
      ],
      "businessLicense": [
        {
          "verified_by": "John Doe",
          "verified_date": "YYYY-MM-DD"
        }
      ],
      "onsiteReviews": [
        {
          "applicable": "Yes"
        }
      ],
      "deas": [
        {
          "state": "CA",
          "status": "Active"
        }
      ],
      "credentialingStatus": "In Progress",
      "timelines": [
        {
          "verified_date": "YYYY-MM-DD"
        }
      ]
    }
  ],
  "count": 528
}