v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Partially update a hospital affiliation
Applies a partial update to the affiliation identified by {affiliationId}. Fields that are absent from the request body are left unchanged. Returns the updated HospitalAffiliationResponse.
patch/practitioners/{practitionerId}/hospital-affiliations/{affiliationId}
Path parameters
affiliationIdstring required
practitionerIdstring required
Headers
tenant-idstring
Request body
Example request
{
"name": "General Hospital",
"type": "Admitting",
"specialty": "Cardiology",
"state": "NY",
"startDate": "2022-03-10",
"endDate": "2022-03-10",
"status": "Active"
}Response
Updated
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "General Hospital",
"type": "Admitting",
"specialty": "Cardiology",
"state": "NY",
"startDate": "2026-01-01",
"endDate": "2027-12-31",
"status": "Active"
}