emr_encounter_id on Create ambient session to make the note interoperable. You can also provide encounter_id. If you do, store and reuse that value for every re-ambient session on the note. In the Web SDK, encounter.identifier maps to emr_encounter_id.
This cookbook assumes you already have your Partner ID, authentication tokens, and the other prerequisites for Ambient APIs or the Web SDK.
- CURL
- Python
- TypeScript
Common mistakes
- Omit
emr_encounter_idand the note is not interoperable. - Provide
encounter_id, but do not store it. The create response does not return this value, and you must reuse it for every re-ambient session on the note. emr_encounter_idmust be a UUID. Wait at least 1 second between creates for the same encounter.