Skip to main content
Problem: You start ambient with only emr_encounter_id, then open the Web SDK and the patient profile is empty. Solution: Seed ambient session context with patient_id, name, dob, and sex before mount. Open the Web SDK with the same encounter.identifier.
This cookbook assumes you already have your Partner ID, authentication tokens, and the other prerequisites for Ambient APIs and the Web SDK.

Seed context

Open Web SDK

React

Common mistakes

  • Seed before the Web SDK opens.
  • Keep encounter.identifier identical to emr_encounter_id.

Other cookbooks

AmbientAPI

Share One Note Across Products

Share one note with emr_encounter_id.

5 min
AmbientAPI

Fetch Note Content with composition_id

Retrieve the note with composition_id.

5 min
Last modified on July 23, 2026