After a verification is executed we sometimes are uncertain about the results we get from the source. For example when the name of the DEA registration does not match the name that was used for the provider. In such cases we mark the verification status
as NeedsReview
. It is expected that this status is resolved by the end user. The resolution can be patched by using this endpoint.
Success
Bad Request
Unauthorized
Client Error
Forbidden
Not Found
Conflict
Server Error
{- "status": "Found"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "timestamp": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "lastSync": "2019-08-24T14:15:22Z",
- "status": "Found",
- "originalStatus": "Found",
- "results": {
- "businessActivityCode": "string",
- "drugSchedules": [
- "string"
], - "expirationDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "additionalCompanyInfo": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zipCode": "string",
- "businessActivitySubCode": "string",
- "paymentIndicator": "Paid",
- "active": true,
- "problems": [
- "NameMismatch"
], - "businessActivity": "string"
}, - "deaxResults": {
- "number": "string",
- "certifiedPatientLimit": 0
}
}