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
- CURL
- Python
- TypeScript
Open Web SDK
React
Common mistakes
- Seed before the Web SDK opens.
- Keep
encounter.identifieridentical toemr_encounter_id.