# Healthcare

Refer to [How To Create a Custom Voice Command](https://help.dictanote.co/plus/custom-voice-commands#h_01g2j8x6d8cdrm2ztrk2nw741n) to learn how to create a custom voice command.

### Using voice commands for correcting errors

| Say This    | Insert This (Replacement Text) |
| ----------- | ------------------------------ |
| the govi    | Wegovy                         |
| monjaro     | Mounjaro                       |
| parametable | paravertebral                  |
| to be grips | tubi grips                     |
| day today   | day-to-day                     |

### Using voice commands for inserting uncommon words

| Say This     | Insert This (Replacement Text) |
| ------------ | ------------------------------ |
| ak           | actinic keratosis              |
| hdr          | HDR (Hyperdiluted Radiesse)    |
| insert name  | Dr. Joseph King                |
| clinic name  | Valley Health Clinic           |
| insert robot | Velys                          |

### Using voice command to insert templates

| Say This              | Insert This (Replacement Text)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| dictate               | Please excuse any spelling or grammatical errors as this noted was dictated                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| treatment whole spine | <p>WHOLE SPINE<br>Ultrasound: 3mhz; 1.8w/Cm2; Continuous; 5min.:Lumbar Erector Spinae. Gluteals. Gluteus Maximus. Gluteus Medius. Gluteus Minimus. Piriformis. Quadratus Lumborum. Psoas Major. Psoas Minor. <br>Soft-Tissue (ST).:Lumbar Erector Spinae. Multifidus. Gluteals. Gluteus Maximus. Gluteus Medius. Gluteus Minimus.<br>High Velocity Thrust (HVT).:Cervical Spine Dorsal Spine Lumbar Spine Sacro-Iliac Joint<br>Atlanto-Occopital. Atlanto-Axial Joint. C1-2. C2-3. C3-4. C4-5. C5-6. C7-D1(Cervico-Dorsal). ...</p> |
| procedure note        | \[Insert procedure note template]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| gerp note             | <p>Goal:<br></p><p>Intervention:</p><p><br>Response:</p><p><br>Plan:</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| basic exam            | \[Insert exam template]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| signature             | <p>Dr. Doe Stern, MD<br>(800) 999-8888</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.dictanote.co/plus/voice-commands-examples/healthcare.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
