# Heart Rate & Blood Pressure

## Heart Rate

The heart rate is the number of beats per minute (bpm) that the patient's heart makes.

We classify these into categories:

| Pulse category |        BPM        |   Condition  |
| :------------: | :---------------: | :----------: |
|      Green     |    46 - 119 BPM   | Normal Pulse |
|     Yellow     | 120 and above BPM |  High Pulse  |
|       Red      |       45 BPM      |   Low Pulse  |
|      Black     |       0 BPM       |   No Pulse   |

## Blood Pressure

Blood Pressure is measured by systolic and diastolic blood pressure - often expressed in the form ( systolic / diastolic)

You need to pay attention to the systolic and diastolic blood pressure to diagnose a condition. You can categorize blood pressure into categories as follows:&#x20;

<table><thead><tr><th align="center">Blood pressure category</th><th align="center">SYSTOLIC mm Hg </th><th width="90" align="center">and/or</th><th align="center">DIASTOLIC mm Hg</th></tr></thead><tbody><tr><td align="center">Normal</td><td align="center">Less than 120</td><td align="center">and</td><td align="center">Less than 80</td></tr><tr><td align="center">Elevated</td><td align="center">120 - 129</td><td align="center">and</td><td align="center">Less than 80</td></tr><tr><td align="center">High blood pressure (Stage 1)</td><td align="center">130 - 139</td><td align="center">or</td><td align="center">80-89</td></tr><tr><td align="center">High blood pressure (Hypertension) Stage 2 </td><td align="center">140 or higher</td><td align="center">or</td><td align="center">90 or higher</td></tr><tr><td align="center">Hypertensive crisis</td><td align="center">Higher than 180</td><td align="center">and/or</td><td align="center">Higher than 120</td></tr></tbody></table>

### Overview Image

<figure><img src="/files/UNFfNaIUD8KYtSbWG7Nw" alt=""><figcaption><p>Blood pressure sheet</p></figcaption></figure>


---

# 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://docs.veryinsanee.space/advanced-roleplay-environment/guides/basic-gameplay-guide/heart-rate-and-blood-pressure.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.
