v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Practitioner

Update or Delete licenses for a practitioner

Update or Delete licenses for a practitioner

put/practitioners/{id}/licenses

Path parameters

idstring required

Practitioner ID

Headers

tenant-idstring

Request body

expirationstring date
issueDatestring date
licenseNumberstring

License number

statestring

State where the license is issued

licenseTypestring

Type of medical license

licenseStatusstring

Status of the license

licenseSourcestring

Source of the license data

reportDatestring date
licenseNumberVariationsstring

Alternative license number formats

actionstring

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

Example request

[
  {
    "licenseNumber": "MD12345",
    "state": "CA",
    "licenseType": "Medical Doctor",
    "licenseStatus": "Active",
    "licenseSource": "State Medical Board",
    "licenseNumberVariations": "MD-12345, 12345",
    "action": "create"
  }
]

Response

Practitioner licenses updated successfully