latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Practitioner

Correct specialty on a tenant practitioner specialty record

Replaces the specialty identifier on a tenant practitioner specialty record. This is a data-correction operation — it does not trigger termination events, lifecycle changes, or downstream notifications. Use it when the wrong specialty was recorded and needs correcting without invoking the termination lifecycle; do not use it to end a practitioner's association with a specialty, use PUT /practitioners/tenant-practitioner-specialties/terminate for that. The specialty record must already exist, and the replacement specialty must be a valid, active tenant specialty.

patch/practitioners/tenant-practitioner-specialties/specialty

Headers

tenant-idstring

Request body

tenantPractitionerSpecialtyIdstring required

ID of the existing TenantPractitionerSpecialty record to correct

newTenantSpecialtyIdstring required

ID of the new TenantSpecialty to replace the current one

Example request

{
  "tenantPractitionerSpecialtyId": "tps_abc123",
  "newTenantSpecialtyId": "ts_xyz789"
}

Response

Specialty corrected successfully. The response is a flat JSON object with id, tenantSpecialtyId, and data keys.

object required