# eRx Submission Validations

Posting an eRx (electronic prescription) to UAE health regulatory systems such as **NABIDH**, **Riayati**, and **Malaffi** requires adherence to specific validation rules and standards. Below are the key validations:

***

### **General eRx Validations**

* **Patient Details**:
  * Valid Emirates ID or MRN (Medical Record Number).
  * Patient name and date of birth must match official records.
  * Gender-specific medications require validation based on patient gender.
* **Prescriber Details**:
  * Valid doctor license number issued by the regulatory authority (DHA, MOHAP, DOH).
  * Healthcare facility license must be valid and registered under the respective regulatory body.
* **Prescription Details**:
  * Medication must be approved within the regulatory formulary.
  * The dosage, frequency, and duration must align with clinical guidelines.
  * Quantity calculation must match dosage and duration.
  * Route of administration (ROA) should be specified for accurate delivery.
* **Prescription Validity**:
  * Prescription dates (issue and expiry) must be within the allowable timeframe.

***

### **NABIDH (Dubai Health Authority - DHA)**

* **System Integration:** Prescriptions must be submitted through systems integrated with NABIDH.
* **Emirates ID**: Mandatory for both nationals and residents.
* **Post Office Type**: NABIDH accepts DHA prescriptions only.
* **Regulatory Check**: Only prescribers and facilities approved by DHA can post eRx.

***

### **Riayati (MOHAP)**

* **Coverage**: All federal healthcare facilities and facilities in the Northern Emirates.
* **Unique Identifiers**: Patient Emirates ID or a valid MRN is required.
* **Drug Formulary Compliance**: Prescriptions must match MOHAP’s approved drug formulary.

***

### **Malaffi (DOH - Abu Dhabi)**

* **Unique Identifiers**: Emirates ID or MRN is mandatory.
* **Formulary Validation**: Medications must align with the DOH-approved drug formulary.

***

### **Error Handling Validations**

* **Duplicate Submission**: The system checks for duplicate prescriptions within a specific timeframe.
* **Mandatory Fields**: Missing critical information (e.g., patient ID, prescriber license, or drug details) will lead to rejection.
* **Integration Issues**: Ensure the system complies with HL7 or FHIR standards for regulatory submission.

***

### **Checklist for eRx Submission**

| **Validation Category** | **Requirement**                                                      |
| ----------------------- | -------------------------------------------------------------------- |
| Patient Information     | Emirates ID, Name, Gender, Date of Birth.                            |
| Prescriber Information  | Valid doctor license, facility license, and regulatory registration. |
| Medication Details      | Approved drug formulary, dosage, frequency, quantity, ROA.           |
| Regulatory Compliance   | Align with NABIDH, Riayati, or Malaffi guidelines.                   |

By ensuring compliance with these validations, healthcare facilities can successfully post eRx to UAE's health regulatory systems.

***


---

# 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/medication/erx-submission/erx-submission-validations.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.
