latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Practitioner

Update professional IDs for a practitioner

Replaces practitioner data.professionalIds using create/update/delete actions (CP-30148). An empty JSON array clears the entire professionalIds list.

put/practitioners/{id}/professional-ids

Path parameters

idstring required

Practitioner ID

Headers

tenant-idstring

Request body

idstring

Stable row identifier (UUID)

typestring

Professional ID type

numberstring

ID number

statestring

Issuing state when applicable

issueDatestring date
expirationDatestring date
sourcestring

Source of the record (Manual, Roster, CAQH)

actionstring

Action: create, update, or delete

Example request

[
  {
    "type": "Medicare ID",
    "number": "1234567890",
    "source": "Manual",
    "action": "create"
  }
]

Response

Professional IDs updated successfully