diff --git a/app/patient/common.ts b/app/patient/common.ts
new file mode 100644
index 0000000..c24268b
--- /dev/null
+++ b/app/patient/common.ts
@@ -0,0 +1,13 @@
+/**
+ * When either of the following conditions is met, the system shall issue a warning notification to the user through an appropriate user interface:
+ * a) The recommended insulin dose exceeds the predefined upper or lower limits.
+ * b) The latest entered glucose reading is outdated according to the defined maximum allowable time interval.
+ *
+ * @itemId:spec-dose-reading-warning
+ * @itemHasParent:MR-97
+ * @itemTitle:"Check warning threshold"
+ *
+ */
+function checkWarningThreshold() {
+ return false;
+}
diff --git a/app/patient/page.test.tsx b/app/patient/page.test.tsx
new file mode 100644
index 0000000..d4dfdba
--- /dev/null
+++ b/app/patient/page.test.tsx
@@ -0,0 +1,10 @@
+/**
+ * @jest-environment jsdom
+ */
+import { render, screen } from "@testing-library/react";
+import Page from "./page";
+
+it("Test warning message @tests:KXITM09D4Q0FGST9BVA61D5HYS9TSP2", () => {
+ render(