How Do I Provide Different Roles or Specialties for Users or Providers?
How Do I Provide Different Roles or Specialties for Users or Providers?
To handle different doctor roles/specialties dynamically, clients use our
context API to seed with the role (e.g. SPECIALTY).
If My Application Only Retrieves the Transcript, Does Suki Still Generate the Clinical Note and Encounter Documentation?
If My Application Only Retrieves the Transcript, Does Suki Still Generate the Clinical Note and Encounter Documentation?
Yes. For an ambient session, ending the session and receiving a successful webhook means note generation completed. Suki still runs the Ambient documentation pipeline in the background, including clinical note and encounter content, even if your application only follows the transcript link afterward.The success webhook payload identifies the session and encounter and includes
_links for session content, encounter content, structured data, status, and transcripts. Using only Get Session Transcript does not skip note generation. Session status completed means the session finished and final content was generated. See Webhook event types and Webhook payload.There is no ambient option today that returns only the conversation transcript without generating the clinical note and related encounter documentation.