Changelog
Keeping track of changes
2024-06-12
- Feedback Report endpoint now takes an
expected_output
field, so you can pass a structured version of what you expected the endpoint to give as output.
2024-06-03
- /generate_normalized_data endpoints now also return vitals, along with their LOINC codes, in the
observations
array.
2024-05-25
- Add an optional
reply_to
email field in the Feedback Report endpoint.
2024-05-16
- Add new experimental audio chunk acknowledgement protocol with a detailed guide (requires opt-in).
- Add a new endpoint to send feedback or report issues directly related to specific API interactions.
2024-05-13
- Add a new endpoint to fetch a user with a unique external ID from another system.
2024-05-06
- Add a
content_auto_update_enabled
property on dot phrases in create, read and update user dot-phrases endpoints to automatically adapt dot-phrase replacement text to the context of the encounter.
2024-05-02
- Add a
title
property in the note generated by server digest, server digest async, user digest and user digest async endpoints. The title is a short description of the note content.
2024-04-23
- Add the
/generate_normalized_data
server and user endpoints to generate normalized data from a note. - Add
external_id
,metadata
andcreated_at
on User - Add a
/PATCH /users/:id
endpoint - New API version:
2024-04-22
. - Remove
upcoming_appointments_details
from the output of the /generate_patient_instructions endpoint. Upcoming appointments details are now included inside instructions starting for this version. - Remove
note_generation_mode
request property from digest and digest async endpoints
2024-04-18
- Add new endpoints to manage Dot Phrases for a user.
- Suggest user's matching Dot Phrases alongside the generated note in the Digest endpoint.
2024-04-11
- Add four new templates:
GENERAL_MEDICINE_WCC
,SOAP_WCC
,GENERAL_MEDICINE_EMERGENCY
,SOAP_EMERGENCY
.
2024-04-03
- Add a new
/dictate
WebSocket endpoint for transcribing medical dictation.
2024-03-27
- Add a
patient_context
property indigest
anddigest_async
requests body
2024-03-25
- Implement the
/generate_patient_instructions
endpoint to generate a patient-friendly summary from an encounter.
2024-02-27
- New API version:
2024-02-27
. - Remove note generation feature from Listen Websocket API (no more usage of this deprecated feature).
2024-01-31
- Add new endpoints to fetch a single user or all users using filters and pagination.
- Add
split_by_problem
to digest & listen-from-file endpoints.
2024-01-24
- Deprecate note generation feature in Listen Websocket API (recommend using the dedicated endpoint).
2024-01-17
- Add new endpoints: activate-user & deactivate user.
2023-12-01
- Deprecate
[es-ES, es-MX]
as note generation languages in Copilot API for digest and listen endpoints.
2023-11-14
- Add optional
client_request_id
parameter to/digest
and/digest_async
endpoints.