{% extends 'dashboard_screen/base.html' %} {% block content %}

New Order Entry Form

{% csrf_token %} {% if Patient %} {% endif %}

Patient Information

{% if Patient %}

Add New Patient

Collection Date:(*)
Client Name / Client Code(*)
Attending Physician Name (*)
Patient External ID:
First Name: (*)
Last Name: (*)
DOB: mm/dd/yy (*)
Address:
Address 2:
SSN:(*)
Phone:
City:
Zip Code:
State:
Gender:(*)
Ethnicity:

Enter payor information

Responsible Party (if different from patient)

Relationship To Patient:

{% endif %}

Test Information

Multiple Select

Confirmation

Specimen Source:

Specimen Type:

Confirm

{% if not Patient %} {% endif %}
{% endblock %}