Skip to main content
⚠️ Archived Version: This documentation is for an outdated version. Please visit the latest version.

Create a Dot Phrase

POST 

/dot_phrases

Creates a Dot Phrase for the current user.

Request

Body

required
    titlestringrequired

    A user-friendly title for the Dot Phrase. Does not impact the matching logic.

    Example: Normal physical exam
    triggerstringrequired

    The text which, if present in the transcript, will prompt the suggestion of this Dot Phrase.

    Example: Your physical exam is normal
    content_auto_update_enabledboolean

    If true, whenever this dot phrase is suggested, the replacement text will be automatically updated based on the encounter discussion.

    Default value: false
    Example: false
    replacementstringrequired

    The replacement text for this Dot Phrase. If the Dot Phrase's trigger is detected, this text will be suggested in the note generation's response.

    Example: - Heart Examination: Normal, with regular rate and rhythm, no murmurs. - Lung Assessment: Normal breath sounds, no wheezes, crackles, or rhonchi. - Abdominal Evaluation: Normal, no tenderness, masses, or hepatosplenomegaly.

Responses

Schema
    iduuidrequired

    Unique identifier of the Dot Phrase.

    titlestringrequired

    A user-friendly title for the Dot Phrase. Does not impact the matching logic.

    Example: Normal physical exam
    triggerstringrequired

    The text which, if present in the transcript, will prompt the suggestion of this Dot Phrase.

    Example: Your physical exam is normal
    content_auto_update_enabledbooleanrequired

    If true, whenever this dot phrase is suggested, the replacement text will be automatically updated based on the encounter discussion.

    Example: false
    replacementstringrequired

    The replacement text for this Dot Phrase. If the Dot Phrase's trigger is detected, this text will be suggested in the note generation's response.

    Example: - Heart Examination: Normal, with regular rate and rhythm, no murmurs. - Lung Assessment: Normal breath sounds, no wheezes, crackles, or rhonchi. - Abdominal Evaluation: Normal, no tenderness, masses, or hepatosplenomegaly.