Create Note
Creates a note for a given appointment.
Notes are created in the provider’s EMR using RPA via a headless browser. Creating notes this way is not instantaneous like an API call. In our experience, it can take ~5-25 seconds to create a note depending on the complexity of the EMR.
Instead of leaving your POST request hanging until note transfer completion, we immediately return a success response if the request is properly formed. We then notify you via a webhook when the note processing has completed.
This gives you flexibility around your user experience. For example, when you first make the /notes
call you can display a Processing status to your user and when you get the webhook notification you can update that to Completed.
Example Request
Example Response
Authorizations
Body
The id of the appointment. This is the id included in the response to GET /appointments.
The data for the note. This can be structured or text.