# Blood Group

<details>

<summary>What are blood groups?</summary>

A B and O are blood groups identified by the presence of a unique protein on the surface of a red blood cell.  These groups are important in selecting donors for blood transfusion.  There are 4 common blood types: A, B, O and AB.  The RH factor describes a protein that is also present on the surface of red blood cells.  The presence or absence of the RH protein makes the blood type + (if present) or - (if absent). &#x20;

</details>

<details>

<summary>When is blood type important?</summary>

Blood type is essential knowledge for all pregnant women and is routinely tested for in pregnancy.  Women that are RH negative require immunization with Rhogham medication during bleeding in pregnancy and at 28 weeks into a pregnancy.&#x20;

</details>

### **Who can I receive or donate my blood to?**

*The table below lists compatibility charts for blood groups and types.*

| Blood Type | Can Donate To    | Can Recieve     |
| ---------- | ---------------- | --------------- |
| A+         | A+, AB+          | A+, A-, O+, O-  |
| A-         | A+, A-, AB+, AB- | A-, O-          |
| B+         | B+, AB+          | B+, B-, O+, O-  |
| B-         | B+, B-, AB+, AB- | B-, O-          |
| AB+        | AB+              | All individuals |
| AB-        | AB+, AB-         | AB-, A-, B-, O- |
| O+         | A+, AB+, A+, B+  | O+, O-          |
| O-         | All individuals  | O-              |


---

# 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.teletest.ca/blood-group.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.
