Skip to main content

Create a pre-appointment from HIS inbound data, or merge new charges into an existing one

POST 

/v1/checkin/appointments/his-inbound

Creates a new pre-appointment from HIS system data. If a pre-appointment already exists for the same (provider, external_appointment_id), any charge in the request whose provider_product_code is not yet present on that appointment is merged into it under a row lock; the appointment header (beneficiary, payer, doctor, appointment date, notes, agreement) of an existing appointment is never modified. Requires valid OAuth2 authentication.

Request

Responses

No-op: the pre-appointment already existed and none of the request's charges were new (already present, or charges empty/absent)