Returns a list of all the provider profiles that have been imported so far. You can filter the selection by source, status, providerId, get only latest record for each provider, and change the sorting and pages.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
- "source": "Npi",
- "started": "2019-08-24T14:15:22.0000000Z",
- "completed": "2019-08-24T14:15:22.0000000Z",
- "status": "Pending",
- "trigger": "Manual",
- "failureCode": "DatabaseError",
- "failureReason": {
- "messageTemplate": "string",
- "messageParams": {
- "property1": "string",
- "property2": "string"
}
}, - "profile": {
- "type": "Npi",
- "npiNumber": 0,
- "enumerationType": "string",
- "basic": {
- "replacementNpi": 0,
- "ein": "string",
- "organizationName": "string",
- "lastName": "string",
- "firstName": "string",
- "middleName": "string",
- "namePrefix": "string",
- "nameSuffix": "string",
- "credential": "string",
- "enumerationDate": "2019-08-24T14:15:22.0000000Z",
- "lastUpdateDate": "2019-08-24T14:15:22.0000000Z",
- "certificationDate": "2019-08-24T14:15:22.0000000Z",
- "isSoleProprietor": true,
- "isOrganizationalSubpart": true,
- "parentOrganizationLbn": "string",
- "parentOrganizationTin": "string",
- "authorizedOfficialNamePrefix": "string",
- "authorizedOfficialNameSuffix": "string",
- "authorizedOfficialCredential": "string",
- "authorizedOfficialFirstName": "string",
- "authorizedOfficialLastName": "string",
- "authorizedOfficialMiddleName": "string",
- "authorizedOfficialTelephoneNumber": "string",
- "authorizedOfficialTitleOrPosition": "string",
- "deactivationDate": "2019-08-24T14:15:22.0000000Z",
- "reactivationDate": "2019-08-24T14:15:22.0000000Z",
- "gender": "string",
- "status": "string",
- "name": "string"
}, - "otherNames": [
- {
- "nameTypeCode": "string",
- "lastName": "string",
- "firstName": "string",
- "middleName": "string",
- "prefix": "string",
- "suffix": "string",
- "credential": "string",
- "type": "string",
- "organizationName": "string"
}
], - "addresses": [
- {
- "addressLine1": "string",
- "addressLine2": "string",
- "state": "AL",
- "postalCode": "string",
- "countryCode": "string",
- "city": "string",
- "telephoneNumber": "string",
- "faxNumber": "string",
- "purpose": "Location",
- "updateDate": "2019-08-24T14:15:22.0000000Z"
}
], - "practiceLocations": [
- {
- "addressLine1": "string",
- "addressLine2": "string",
- "state": "AL",
- "postalCode": "string",
- "countryCode": "string",
- "city": "string",
- "telephoneNumber": "string",
- "faxNumber": "string",
- "purpose": "Location",
- "updateDate": "2019-08-24T14:15:22.0000000Z"
}
], - "taxonomies": [
- {
- "code": "string",
- "license": "string",
- "state": "AL",
- "isPrimary": true,
- "description": "string",
- "taxonomyGroup": "string"
}
], - "identifiers": [
- {
- "number": "string",
- "code": "string",
- "state": "AL",
- "issuer": "string",
- "description": "string"
}
], - "isDeactivated": true,
- "deactivationReason": "string"
}, - "parameters": [
- {
- "addressType": "Unspecified",
- "addressLine": "string",
- "city": "string",
- "state": "AL",
- "zipCode": "string",
- "type": "Name"
}
]
}
], - "sortedBy": "Id",
- "sortDirection": "Asc",
- "sort": {
- "Id": "Asc",
- "Source": "Desc",
- "Status": "Asc",
- "Completed": "Desc"
}
}