v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/facilities

Retrieve all available information for a Facility. Supporting documents are URLs to the file.

get/v2/facilities/{facilityId}

Path parameters

facilityIdstring required

Headers

organization-idstring

Response

Facility Details.

namestring required

Legal name of the facility

dbastring required

Doing Business As (DBA) name or trade name of the facility

typestring required

Type of facility

tinstring required

Tax Identification Number (TIN) for the facility

medicareNumberstring
medicaidNumberstring
addressstring required

Street address of the facility (Line 1)

citystring required

City where the facility is located

zipcodestring required

ZIP code of the facility location

contactNamestring required

Name of the primary contact person for the facility

contactPhonestring required

Primary contact phone number for the facility

contactEmailstring required

Primary contact email address for the facility (email format)

contactFaxstring required

Contact fax number for the facility (optional)

state'AK' | 'AL' | 'AR' | 'AS' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'FM' | 'GA' | 'GU' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MH' | 'MI' | 'MN' | 'MO' | 'MP' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'PW' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'UM' | 'VA' | 'VI' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY' required

State where the facility is located (2-letter state code)

fileType'Clean' | 'Non_Clean' | 'Pending'

File processing status for the facility record

npistring

National Provider Identifier (NPI) - 10-digit identifier

externalIdstring

External identifier for the facility from external systems

skipOnSiteReviewboolean required
lastCredentialingDatestring date required

Date the facility was last credentialed

nextCredentialingDatestring date required

Date when the facility is due for re-credentialing

organizationIdstring required
contractEntitystring required
credentialingStartDatestring date required

Date the facility was received for credentialing

attestationDatestring date required

Date when facility attestation was completed

psvCompleteDatestring date-time required
credentialingDecisionDatestring date-time required
medicalDirectorIdstring required
medicalDirectorNamestring required
idstring required
createdAtstring date-time required
createdBystring required
createdByNamestring required
updatedAtstring date-time required
updatedBystring required
updatedByNamestring required
surveyResponseobject[] required
licensureActionsobject[] required
credentialingStatus'Not sent to credentialing' | 'Not Started' | 'In Progress' | 'Data missing' | 'Outreach in progress' | 'PSV complete by CertifyOS' | 'Credentialing restarted' | 'PSV ready' | 'Cred approved' | 'Hold for Cred Comm' | 'Cred denied' | 'Facility Terminated' | 'Recredentialing in progress' | 'Tabled' | 'Withdrawn/Cancelled' required

Current credentialing status of the facility

Example response

{
  "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"
    }
  ]
}