v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/facilities

Add a facility.

post/v2/facilities

Headers

organization-idstring

Request body

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-time
nextCredentialingDatestring date-time

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

The record has been successfully created.