Creates a telephone encounter record in the provider’s EMR system.
/telephone-encounters call you can display a Processing status to your user and when you get the webhook notification you can update that to Completed.
refill_medication_name is provided:
patient_mrn, provider_id, location_id, assigned_to_id
provider_id doesn’t exist in the providers table. Sync providers using GET /v1/providers.
assigned_to_id doesn’t exist in the staff list.
GET /v1/locations to resolve this error.
refill_medication_name will be included in the webhook data if a medication refill was requested and successfully added.
telephone_encounter.created_partial event indicates that the encounter was successfully created in the EMR, but the requested medication refill could not be added. The encounter exists and is usable, but the refill will need to be added manually.
Patient's Medical Record Number
Provider's EMR ID
Location's EMR ID
Staff member's EMR ID to assign the encounter to
Reason for telephone encounter (optional, max 50 characters)
50Medication name for refill request (optional, 2-50 characters)
2 - 50Name of the person who called (optional, max 100 characters)
100Message content from the caller (optional, max 500 characters)
500Telephone encounter queued successfully