When a new or unknown patient submits a form, the system will now display their name along with two key pieces of information:
An identifier indicating the patient is new (NP).
The patient's date of birth (DoB).
This information will appear in the following format: John Doe (NP, DoB 07/25)
How It Works
Form Submission: When a patient submits a form, the system captures their name and date of birth.
Display Information: The patient's name is displayed along with the identifier "NP" to indicate they are a new patient and their date of birth.
Benefits
Improved Identification: Easily identify new patients and access their basic information at a glance.
Streamlined Workflow: Reduce the time spent on verifying and cross-referencing patient information.
Enhanced Patient Management: Ensure accurate and efficient handling of new patient submissions.
Example
Below is a screenshot illustrating how the new patient information is displayed:
In this example, "John Doe" is a new patient, and his date of birth is July 25.