Returns the CAQH (Council for Affordable Quality Healthcare) data for the specified provider. This data includes provider credentialing and demographic information as stored in CAQH.
CertifyOS API
/- Creates a credentialing workflow for the provider.
Create Provider
Retrieve all available information for a provider.
Save attested provider data
Fetch attested provider data
Upload Provider Attested Data Document
Retrieve signed url of a given supporting-document id.
Lists all provider survey responses in an organization
Lists all provider email outreaches in an organization
Retrieve CAQH data for a provider
Retrieve signed URL for provider PSV PDF
Modify groups associated to a provider
Retrieve groups/ org-entities for a provider.
Retrieve credentialing workflow timelines for a provider
Create Bulk Provider Professional IDs
Get list of provider specialties
Create provider specialties
Update provider specialty
Delete provider specialty
Creates a credentialing w...
CertifyOS API
- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/caqh-data
- Productionhttps://ng-api-production.certifyos.com/v2/provider/{providerId}/caqh-data
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider/{providerId}/caqh-data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/caqh-data' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'organization-id: string'Response
application/json
{ "practitionerInformation": { "caqhProviderId": 0, "firstName": "string", "middleName": "string", "lastName": "string", "suffix": "string", "gender": "string", "birthDate": "2019-08-24T14:15:22Z", "ssn": "string", "personalEmail": "string", "primaryEmail": "string", "ethnicity": "string", "raceEthnicity": [ … ], "languagesSpoken": [ … ], "birthCountry": "string", "primaryPracticeState": "string", "otherPracticeState": [ … ], "mailingAddress": { … }, "homePhoneNumber": "string", "practiceSetting": "string", "citizenshipCountry": "string", "workPermitStatus": "string", "usWorkEligibleFlag": true, "visaNumber": "string", "practitionerType": { … }, "homeAddress": { … } }, "practitionerProfileDetail": { "practitionerStatus": { … }, "lastAttestationDate": "2019-08-24T14:15:22Z", "attestId": "string", "practitionerStatusDate": "2019-08-24T14:15:22Z" }, "healthPlanPractitionerDetail": { "proViewRosteredOnDate": "2019-08-24T14:15:22Z", "practitionerAuthorizationFlag": true, "practitionerAuthorizationDate": "2019-08-24T14:15:22Z", "practitionerLastRecredentialDate": "2019-08-24T14:15:22Z", "practitionerNextRecredentialDate": "2019-08-24T14:15:22Z" }, "practitionerProfessionalId": [ { … } ], "practitionerEducation": [ { … } ], "practitionerSpecialExperienceAndTraining": { "adolescents": true, "angerManagement": true, "anxiety": true, "attentionDeficitHyperactivityDisorder": true, "autismSpectrumDisorders": true, "bipolarDisorder": true, "blindnessOrVisualImpairment": true, "children": true, "childWelfare": true, "chronicIllness": true, "cooccurringDisorders": true, "createdAt": "2019-08-24T14:15:22Z", "deafness": true, "depression": true, "dialecticalBehavioralTherapy": true, "genderIdentityDisorder": true, "genderNonConformity": true, "geriatricBehavioralHealth": true, "groupTherapy": true, "hivAIDS": true, "homelessness": true, "lesbianGayBisexual": true, "marriageAndFamilyTherapy": true, "medicalIllnessAndTherapy": true, "medicationManagementAndTherapy": true, "militaryVeterans": true, "modifiedAt": "2019-08-24T14:15:22Z", "neuropsychologicalTestingAdolescents": true, "neuropsychologicalTestingChildren": true, "obsessiveCompulsiveDisorder": true, "other": "string", "peopleWithDisabilities": true, "physicalDisabilities": true, "playTherapy": true, "postpartumDepressionAndOrPsychosis": true, "psychologicalTestingAdolescents": true, "psychologicalTestingChildren": true, "resourceAuthorization": { … }, "seriousMentalIllness": true, "sleepDisorders": true, "substanceAbuse": true, "transgender": true, "trauma": true }, "practitionerTraining": [ { … } ], "practitionerSpecialty": [ { … } ], "practitionerAffiliation": [ { … } ], "practitionerPracticeLocation": [ { … } ], "practitionerEmploymentInformation": [ { … } ], "practitionerEmploymentGap": [ { … } ], "practitionerCertification": [ { … } ], "practitionerDocument": [ { … } ], "practitionerClinicalPractice": { "fullTimeFlag": true }, "practitionerProfessionalLiabilityInsurance": [ { … } ], "providerId": "string", "updatedAt": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedByName": "string", "workflowSource": "string" }
- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/credentialing-workflows
- Productionhttps://ng-api-production.certifyos.com/v2/provider/{providerId}/credentialing-workflows
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider/{providerId}/credentialing-workflows
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/credentialing-workflows' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'organization-id: string'Response
application/json
{ "id": "string", "providerId": "string" }
- Mock serverhttps://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/psv/signed-url
- Productionhttps://ng-api-production.certifyos.com/v2/provider/{providerId}/psv/signed-url
- Staging (Test Data)https://ng-api-stg.certifyos.com/v2/provider/{providerId}/psv/signed-url
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/psv/signed-url' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'organization-id: string'Response
application/json
{ "signedUrl": "https://storage.googleapis.com/bucket/psv.pdf?X-Goog-Signature=..." }