v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Practitioner

Update or Delete DEA records for a practitioner

Update or Delete DEA records for a practitioner

put/practitioners/{id}/dea

Path parameters

idstring required

Practitioner ID

Headers

tenant-idstring

Request body

expireDatestring date
affiliationstring

DEA affiliation information

deaNumberstring

DEA registration number

statestring

State where the DEA is registered

providerTypestring

Type of healthcare provider

verifiedBystring

Person who verified the DEA information

verifiedDatestring date
sourcestring

Source of the DEA data

typestring

Type of DEA registration

statusstring

Status of the DEA registration

actionstring

Action to perform on this DEA record (create, update, delete)

Example request

[
  {
    "affiliation": "Hospital Staff",
    "deaNumber": "AB1234567",
    "state": "CA",
    "providerType": "Physician",
    "verifiedBy": "John Smith",
    "source": "DEA Database",
    "type": "Individual",
    "status": "Active",
    "action": "create"
  }
]

Response

Practitioner DEA records updated successfully