v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/facilities

Update information for a facility.

patch/v2/facilities/{facilityId}

Path parameters

facilityIdstring required

Headers

organization-idstring

Request body

namestring

Legal name of the facility

dbastring

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

typestring

Type of facility

tinstring

Tax Identification Number (TIN) for the facility

medicareNumberstring
medicaidNumberstring
addressstring

Street address of the facility (Line 1)

citystring

City where the facility is located

zipcodestring

ZIP code of the facility location

contactNamestring

Name of the primary contact person for the facility

contactPhonestring

Primary contact phone number for the facility

contactEmailstring

Primary contact email address for the facility (email format)

contactFaxstring

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'

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
lastCredentialingDatestring date-time
nextCredentialingDatestring date-time
linesOfBusinessstring[]
credentialingStatusstring
credentialingStartDatestring date-time
psvCompleteDatestring date-time
credentialingDecisionDatestring date-time
attestationDatestring date-time
medicalDirectorIdstring

Example request

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

Response

Updated.