> For the complete documentation index, see [llms.txt](https://help.dictanote.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dictanote.co/plus/voice-commands-examples/healthcare.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
