# Pregnancy Due Date Calculator

The Pregnancy Due Date Calculator in Unite EMR provides healthcare facilities with an efficient way to estimate pregnancy milestones.&#x20;

**Calculation Methods:**\
The calculator offers three methods for calculation:

* [**Last Menstrual Period (LMP)**](#steps-to-calculate-using-last-menstrual-period)
* [**Conception Date**](#steps-to-calculate-using-conception-date)
* [**Estimated Due Date**](#steps-to-calculate-using-due-date)

Each method gives a comprehensive view of the patient’s pregnancy progress, including trimester timelines. This screen is accessible only for female patient records. For male patient records, the screen is disabled.

***

### Accessing the Due Date Calculator

* Click the **Due Date Calculator** icon.

  <figure><img src="/files/zi8rOZWcPtWkaVrmSZuP" alt="" width="181"><figcaption></figcaption></figure>
* The **Pregnancy Due Date Calculator** pop-up opens.

***

### Steps to Calculate Using Last Menstrual Period

* Use the date picker to select the date of the first day of the patient’s last menstrual period.
* Use the spin box to input the patient’s average cycle length.
* Click **Calculate** to view the following:
  * **No. of Weeks Pregnant**: Displays the current pregnancy week.
  * **Estimated Due Date**: Shows the projected due date.
  * **Estimated Conception Date**: Calculates the likely conception date.
* The calculator provides trimester breakdowns, including start and end dates:
  * **First Trimester**: Shows dates and percentage completion.
  * **Second Trimester**: Shows milestone progress and dates.
  * **Third Trimester**: Indicates the final phase up to the due date.

**Example**: If the **First Day of Last Menstrual Period** is October 12, 2024, and the average cycle length is 28 days, the calculator will provide:

<figure><img src="/files/hyezvaE3cZADqGQzm1Su" alt=""><figcaption></figcaption></figure>

* **Estimated Due Date**: July 19, 2025, Saturday.
* **No. of Weeks Pregnant**: 3 weeks.
* **Pregnancy Progress**: Displays 27% completion, with a visual timeline for trimester milestones.

***

### Steps to Calculate Using Conception Date

* Use the date picker to select the **Conception Date**.
* Click **Calculate** to view the following:
  * **No. of Weeks Pregnant**: Displays the current pregnancy week.
  * **Estimated Due Date**: Shows the projected due date.
  * **Pregnancy Progress**: Provides trimester timelines with completion percentages.

**Example**: If **Conception Date** is October 26, 2024, the calculator will provide:

<figure><img src="/files/dMnARp7SFz8H5E6avPCU" alt=""><figcaption></figcaption></figure>

* **Estimated Due Date**: July 19, 2025, Tuesday.
* **No. of Weeks Pregnant**: 3 weeks.
* **Pregnancy Progress**: Displays 27% completion, with trimester milestones detailed.

***

### Steps to Calculate Using Due Date

* Use the date picker to select the Expected Due Date.
* Click **Calculate** to view the following:
  * **No. of Weeks Pregnant**: Displays the current pregnancy week.
  * **Estimated Conception Date**: Calculates the likely conception date.
  * **Pregnancy Progress**: Provides a timeline for each trimester, indicating completion percentages.

**Example**: If **Due Date** is July 19, 2025, the calculator will provide:

<figure><img src="/files/MzZUleqwERwv5GppRNfZ" alt=""><figcaption></figcaption></figure>

* **No. of Weeks Pregnant**: 3 weeks.
* **Pregnancy Progress**: Displays 27% completion, with trimester milestones detailed.

***


---

# 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://unitecare.gitbook.io/uniteemr/application-modules/medical-records/more-action/pregnancy-due-date-calculator.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.
