563848e0ecc0
Manage DEA records for a practitioner
Updates, creates, or deletes DEA (Drug Enforcement Administration) registration records for the specified practitioner; supply an array of DEA record items where each item includes an action field indicating the operation to perform (create, update, or delete). Use this to manage a practitioner's DEA registrations — for example, when a new registration is issued, an existing registration expires or changes, or a registration is revoked; DEA registrations govern controlled-substance prescribing authority. {id} is the certifyPractitionerId. Submitting an empty array wholesale-clears the entire DEA-records section with no confirmation step — there is no null/empty guard on this endpoint.
Path parameters
Practitioner ID
Headers
Request body
Example request
[
{
"affiliation": "Hospital Staff",
"deaNumber": "AB1234567",
"state": "CA",
"providerType": "Physician",
"verifiedBy": "John Smith",
"source": "DEA Database",
"type": "Individual",
"status": "Active",
"id": "550e8400-e29b-41d4-a716-446655440000",
"action": "create"
}
]Response
Practitioner DEA records updated successfully