xCaliber healthCare Data Mesh

Appointment ID-PUT

Description

A targeted request to update or amend the details of a specific appointment ID - enabling programmatic management of visit attributes like services, providers, patients, timing, and locations to drive integrated downstream workflows dependent on appointment state.

Use Cases

  • Wait Time Updates: Update duration and wait times
  • Staff Rescheduling Algorithms: Reroute if providers unavailable
  • Patient Visit Updates: Amend location or service needs
  • Telehealth Conversions: Pivot in-person to virtual
  • Referral Workflow Amends: Sync between systems

Request Sample

Athena
Elation
Canvas
cURL
JavaScript
Java
Python

Source Specific Details

EHRAPIs
Athena
  • ${url}/v1/${practiceId}/appointments/waitlist/${id}
  • ${url}/v1/${practiceId}/appointments/open
  • ${url}/v1/${practiceId}/appointments/${id}/notes/${noteid}
  • ${url}/v1/${practiceId}/appointments/${appointment_id}/customfields
  • ${url}/v1/${practiceId}/appointments/${id}/insurances
  • ${url}/v1/${practiceId}/appointments/${id}/customfields
  • ${url}/v1/${practiceId}/appointments/${id}/reschedule
Elation
  • ${url}/appointments/${id}
Canvas
  • ${url}/Appointment/${id}