v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Create a hospital affiliation for a practitioner
Creates a new hospital-affiliation entry on the practitioner record. The server assigns a stable UUID v4 and returns the full HospitalAffiliationResponse as the body. No Location header is set, matching the existing PractitionerResource POST convention.
post/practitioners/{practitionerId}/hospital-affiliations
Path parameters
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
Created
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"
}