Add a provider to the organization
CertifyOS API
- Mock server
https://docs.certifyos.com/_mock/reference/application/api/v2/provider
- Production
https://ng-api-production.certifyos.com/v2/provider
- Staging (Test Data)
https://ng-api-stg.certifyos.com/v2/provider
- 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 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'organization-id: string' \
-d '{
"first_name": "string",
"middle_name": "",
"last_name": "string",
"degree": "AA",
"npi": "",
"states": "string",
"caqh_provider_id": "",
"last_credentialed_date": "2019-08-24T14:15:22Z",
"next_credentialing_date": "2019-08-24T14:15:22Z",
"initial_credentialing_date": "2019-08-24T14:15:22Z",
"external_id": "string",
"primary_email": "string@string.com",
"gender": "M",
"dob": "2019-08-24T14:15:22Z",
"group_name": "string",
"group_npi": "2345678901",
"group_tin": "123456789",
"location_name": "string",
"external_group_id": "string",
"is_pcp": true,
"is_specialist": true,
"accepts_new_patients": true,
"accepts_new_medicare_patients": true
}'
{ "provider_id": "sfas12345", "is_created": false }
- Mock server
https://docs.certifyos.com/_mock/reference/application/api/v2/provider
- Production
https://ng-api-production.certifyos.com/v2/provider
- Staging (Test Data)
https://ng-api-stg.certifyos.com/v2/provider
- 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?npi=string&external_id=string&provider_id=string&includeCredentialingWorkflows=true&includeFullData=true&signUrls=true&includeVerified=true&includeGroupInfo=false&includeSanctionItems=false' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'organization-id: string'
Provider Details.
Type of sanction applied to the provider
Type of action taken against the provider
Source from which the malpractice insurance information was obtained (Copy of Insurance, Application, N/A)
Aggregate coverage amount of the malpractice insurance policy
Occurrence coverage amount of the malpractice insurance policy
Effective date of the malpractice insurance policy
Expiration date of the malpractice insurance policy
Current effective date of the malpractice insurance policy
Indicates if the policy provides individual coverage (true/false)
Type of action taken.
Date of the specific allegation (if applicable)
Type of report (e.g., disciplinary, administrative)
Specialty for which the certification was awarded
Subspecialty for which the certification was awarded
Source from which the education training information was obtained (e.g., Application, Primary Source Verification)
Degree awarded
Specialty or field of study for the education training
Reference or identifier from the licensing board, if applicable
Specialty associated with the hospital affiliation
Type of hospital affiliation (Hospital Privileges, Hospital Admitting Arrangements, Non-hospital Admitting Arrangements, Exempt)
Current status of the provider
Professional IDs associated with the provider
Type of professional ID
Practice locations associated with the provider
Credentialing status of the provider
Sanction items associated with the provider
{ "data": { "provider_sanctions": [ … ], "malpractice_insurance": [ … ], "npdb_data": [ … ], "performance_indicator": [ … ], "application_verification": [ … ], "board_certifications_data": [ … ], "credentialing_timeline": [ … ], "education_training": [ … ], "licenses": [ … ], "deas": [ … ], "hospital_affiliations": [ … ], "licensure_actions": { … }, "first_name": "string", "middle_name": "string", "last_name": "string", "npi": "string", "provider_type": "AA", "caqh_provider_id": "string", "provider_id": "string", "status": "Terminated", "organization_id": "string", "file_type": "string", "psv_url": "string", "dob": "string", "gender": "string", "verified_by": "string", "monitoring_status": "string", "last_monitoring_date": "YYYY-MM-DD", "provider_created_date": "YYYY-MM-DD", "verified_date": "YYYY-MM-DD", "file_completion_date": "YYYY-MM-DD", "file_status": "string", "race": [ … ], "ethnicity": "string", "other_languages": "string", "supporting_documents": [ … ], "external_id": "string", "professional_ids": [ … ], "practitioner_medicaid": { … }, "practitioner_practice_location": { … }, "practice_location": [ … ], "credentialing_status": "Not sent to credentialing", "credentialing_cycle": "string", "states": [ … ], "assigned_states": [ … ], "sanction_items": [ … ], "isPCP": true, "isSpecialist": true, "acceptsNewPatients": true, "acceptsNewMedicarePatients": true, "primaryEmail": "string" }, "success": true }
- Mock server
https://docs.certifyos.com/_mock/reference/application/api/v2/provider/{providerId}/attested-data
- Production
https://ng-api-production.certifyos.com/v2/provider/{providerId}/attested-data
- Staging (Test Data)
https://ng-api-stg.certifyos.com/v2/provider/{providerId}/attested-data
- 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}/attested-data' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'organization-id: string' \
-d '{
"purpose": "string",
"organization_id": "string",
"workflow_id": "string",
"date_complete": "2019-08-24T14:15:22Z",
"attestation_metadata": [
{
"attestation_language": "string",
"attestation_signature_image": "string",
"attestation_name": "string",
"date_attested": "2019-08-24T14:15:22Z"
}
],
"data_snapshot": {
"first_name": {
"value": "string",
"description": "string"
},
"middle_name": {
"value": "string",
"description": "string"
},
"last_name": {
"value": "string",
"description": "string"
},
"suffix_name": {
"value": "string",
"description": "string"
},
"npi": {
"value": "string",
"description": "string"
},
"other_name": [
{
"first_name": {
"value": "string",
"description": "string"
},
"middle_name": {
"value": "string",
"description": "string"
},
"last_name": {
"value": "string",
"description": "string"
},
"suffix_name": {
"value": "string",
"description": "string"
},
"name_type": {
"value": "string",
"description": "string"
}
}
],
"email": [
{
"type": {
"value": "string",
"description": "string"
},
"email": {
"value": "string",
"description": "string"
}
}
],
"caqh_id": {
"value": "string",
"description": "string"
},
"provider_type": {
"value": "string",
"description": "string"
},
"education": [
{
"institution_name": {
"value": "string",
"description": "string"
},
"degree": {
"value": "string",
"description": "string"
},
"document": "string",
"start_date": {
"value": "string",
"description": "string"
},
"graduation_date": {
"value": "string",
"description": "string"
},
"end_date": {
"value": "string",
"description": "string"
}
}
],
"licenses": [
{
"type": {
"value": "string",
"description": "string"
},
"state": {
"value": "string",
"description": "string"
},
"license_number": {
"value": "string",
"description": "string"
},
"issuing_board": {
"value": "string",
"description": "string"
},
"document": "string",
"expiration_date": {
"value": "string",
"description": "string"
},
"issue_date": {
"value": "string",
"description": "string"
},
"renewal_date": {
"value": "string",
"description": "string"
}
}
],
"speciality_board_certification": [
{
"specialty": {
"value": "string",
"description": "string"
},
"sub_specialty": {
"value": "string",
"description": "string"
},
"board_certified": {
"value": "string",
"description": "string"
},
"certifying_board": {
"value": "string",
"description": "string"
},
"cert_number": {
"value": "string",
"description": "string"
},
"document": "string",
"issue_date": {
"value": "string",
"description": "string"
},
"renewal_date": {
"value": "string",
"description": "string"
},
"expiration_date": {
"value": "string",
"description": "string"
}
}
],
"dea": [
{
"dea_number": {
"value": "string",
"description": "string"
},
"state": {
"value": "string",
"description": "string"
},
"document": "string",
"issue_date": {
"value": "string",
"description": "string"
},
"expiration_date": {
"value": "string",
"description": "string"
},
"renewal_date": {
"value": "string",
"description": "string"
}
}
],
"addresses": [
{
"type": {
"value": "string",
"description": "string"
},
"address_line_1": {
"value": "string",
"description": "string"
},
"address_line_2": {
"value": "string",
"description": "string"
},
"zip": {
"value": "string",
"description": "string"
},
"city": {
"value": "string",
"description": "string"
},
"state": {
"value": "string",
"description": "string"
},
"country": {
"value": "string",
"description": "string"
}
}
],
"dob": {
"value": "string",
"description": "string"
},
"gender": {
"value": "string",
"description": "string"
},
"sex": {
"value": "string",
"description": "string"
},
"ssn": {
"value": "string",
"description": "string"
},
"document": [
{
"type": {
"value": "string",
"description": "string"
},
"url": "string"
}
],
"employment_history": [
{
"type": {
"value": "string",
"description": "string"
},
"employer": {
"value": "string",
"description": "string"
},
"title": {
"value": "string",
"description": "string"
},
"speciality": {
"value": "string",
"description": "string"
},
"start_date": {
"value": "string",
"description": "string"
},
"end_date": {
"value": "string",
"description": "string"
},
"address_line_1": {
"value": "string",
"description": "string"
},
"address_line_2": {
"value": "string",
"description": "string"
},
"country": {
"value": "string",
"description": "string"
},
"city": {
"value": "string",
"description": "string"
},
"state": {
"value": "string",
"description": "string"
},
"zip": {
"value": "string",
"description": "string"
},
"gap_explanation": {
"value": "string",
"description": "string"
}
}
],
"liability_insurance": [
{
"carrier_name": {
"value": "string",
"description": "string"
},
"policy_number": {
"value": "string",
"description": "string"
},
"policy_expiration": {
"value": "string",
"description": "string"
},
"occurence_amount": {
"value": "string",
"description": "string"
},
"general_aggregate_amount": {
"value": "string",
"description": "string"
},
"document": "string"
}
]
},
"question": [
{
"question_text": "string",
"question_response": [
{
"response_text": "string"
}
]
}
]
}'
{ "id": "string" }