Patient Management: Webhooks



Patient Management

Patient Communication Consent

Event


 patient_communication_consent 



Payload

1{
2  "practiceId": "",
3  "patientId": "",
4  "action": "",
5  "deliveryMethod": ""
6}

Description


Push notification event to partner that a patient's communication consent changed for a delivery method

Payload Summary


  • practiceId: the unique identifier of the account

  • patientId: the unique identifier of the patient changing his/her/their communication consent

  • action: the patient would like communications via the delivery method to

    • start

    • stop

  • deliveryMethod: the communication method

    • email

    • text

    • voice


Patient Demographics Edit

Event

patient_demographics_webapp_edit 

Payload
 
1{
2  "patientId": "",
3  "accountId": "",
4  "timestamp": "<YYYY-MM-ddThh:mm:ss.SSSZ>"
5}


Description

Push notification event to partner that a patient's demographics was created or modified via the Updox WebApp

Payload Summary

  • patientId: the unique identifier of the patient being created or modified

  • accountId: the unique identifier of the account

  • timestamp: the date/time the patient was created or modified