latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
Practitioner
Manage board certifications for a practitioner
Updates, creates, or deletes board certification records for the specified practitioner; supply an array of certification items where each item includes an action field indicating the operation to perform (create, update, or delete). Use this to synchronize the complete set of board certifications for a practitioner — adding new certifications, modifying existing ones, or removing certifications that are no longer valid; operations are applied per-item based on the action field. {id} is the certifyPractitionerId. Submitting an empty array wholesale-clears the entire board-certifications section with no confirmation step — there is no null/empty guard on this endpoint.
put/practitioners/{id}/board-certifications
Path parameters
idstring required
Practitioner ID
Headers
tenant-idstring
Request body
Example request
[
{
"certificateId": "BC123456",
"certificateType": "Internal Medicine",
"durationType": "10 years",
"speciality": "Cardiology",
"subspeciality": "Interventional Cardiology",
"verifiedBy": "John Smith",
"moc": "Current",
"status": "Active",
"occuranceType": "Initial",
"recordType": "Board Certification",
"action": "create"
}
]Response
Practitioner board certifications updated successfully