latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Practitioner

Update or Delete CDS records for a practitioner

Update or Delete CDS (Controlled Dangerous Substances) records for a practitioner (CP-28738)

put/practitioners/{id}/cds

Path parameters

idstring required

Practitioner ID

Headers

tenant-idstring

Request body

idstring

UUID of the CDS record; generated client-side on create

statestring

State where the CDS is registered

numberstring

CDS license number

statusstring

Status of the CDS registration

expirationDatestring date
sourcestring

Source of the CDS data

urlstring

URL reference for the CDS record

flaggedDatestring date
reportDatestring date
providerTypestring

Type of healthcare provider (deprecated)

actionstring

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

Example request

[
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "state": "NM",
    "number": "NM-CDS-12345",
    "status": "Active",
    "source": "The New Mexico Board of Pharmacy",
    "url": "https://example.com/cds",
    "providerType": "Physician",
    "action": "create"
  }
]

Response

Practitioner CDS records updated successfully