v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Practitioner

Update or Delete board certifications for a practitioner

Update or Delete board certifications for a practitioner

put/practitioners/{id}/board-certifications

Path parameters

idstring required

Practitioner ID

Headers

tenant-idstring

Request body

certificateIdstring

Unique identifier for the board certification

certificateTypestring

Type of board certification

durationTypestring

Duration type of the certification

expireDatestring date
issueDatestring date
specialitystring

Medical specialty

subspecialitystring

Medical subspecialty

verifiedBystring

Person who verified the board certification

verifiedDatestring date
mocstring

Maintenance of Certification status

statusstring

Status of the board certification

occuranceTypestring

Occurrence type of the certification

recordTypestring

Type of record

actionstring

Action to perform on this board certification (create, update, delete)

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