Initiate an NPDB enrollment transfer for a provider

Initiates the transfer of an existing an NPDB enrollment to the specified provider. Once a transfer has been initiated, review the dataset scan results to monitor the transfer operation.

Request
path Parameters
providerId
required
string <uuid>
Request Body schema: application/json
databankSubjectId
string

The Databank Subject ID that identifies the existing NPDB enrollment to transfer, must be 15 digits

parameterSetId
string <uuid>

Indicates which NPDB parameter set should be used for the monitor. If a parameterSetId isn’t specified, we will use the default/preferred parameter set.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

500

Server Error

503

Server Error

post/providers/{providerId}/npdb/transfer-enrollment
Request samples
application/json
{
  • "databankSubjectId": "string",
  • "parameterSetId": "4da0bbf1-9705-456b-b2bc-910c426536c6"
}
Response samples
application/json
{
  • "monitor": {
    }
}