Returns the info for a specific provider.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "BasicInfo": {
- "firstName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24T14:15:22.0000000Z",
- "ssn": "***",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "credentialingStatus": "string",
- "aliases": [
- {
- "firstName": "string",
- "lastName": "string"
}
], - "addresses": [
- {
- "state": "AL",
- "zipCode": "string",
- "city": "string",
- "addressLine1": "string",
- "type": "Unspecified"
}
], - "emails": [
- {
- "email": "string",
- "type": "Unspecified"
}
], - "phone": "string",
- "languages": [
- "string"
], - "credentialedDate": "2019-08-24T14:15:22.0000000Z",
- "recredentialedDates": [
- "2019-08-24T14:15:22.0000000Z"
], - "providerType": "string"
}, - "CaqhInfo": {
- "caqhId": "string"
}, - "LiabilityInsurance": [
- {
- "id": "Guid",
- "name": "string",
- "isSelfInsured": "bool",
- "originalEffectiveDate": "Date",
- "effectiveDate": "Date",
- "expirationDate": "Date",
- "CoverageType": "enum",
- "isUnlimitedCoverage": "bool",
- "includesTailCoverage": "bool",
- "occurrenceCoverageAmount": "number",
- "aggregateCoverageAmount": "number",
- "policyNumber": "string"
}
], - "Education": [
- {
- "id": "Guid",
- "ecfmgNumber": "string",
- "ecfmgIssueDate": "2019-08-24T14:15:22.0000000Z",
- "graduateType": "enum",
- "schoolName": "string",
- "schoolCode": "string",
- "startDate": "2000-09-01T00:00:00.0000000Z",
- "endDate": "2000-09-01T00:00:00.0000000Z",
- "completed": "bool",
- "degree": "string"
}
], - "Training": [
- {
- "id": "Guid",
- "trainingType": "enum",
- "institutionName": "string",
- "schoolCode": "string",
- "startDate": "2000-09-01T00:00:00.0000000Z",
- "endDate": "2000-09-01T00:00:00.0000000Z",
- "completed": "bool"
}
]
}