MEDICAL REPORT

PATIENT INFORMATION

Patient ID: {{ patient_id }}
Name: {{ patient_name }}
Date of Birth: {{ date_of_birth }}

VISIT INFORMATION

Visit Date: {{ visit_date }}
Chief Complaint: {{ chief_complaint }}

MEDICAL HISTORY

{{ medical_history }}

VITAL SIGNS

Blood Pressure: {{ blood_pressure }}
Heart Rate: {{ heart_rate }} bpm
Respiratory Rate: {{ respiratory_rate }} breaths/min
Temperature: {{ temperature }}°F
Oxygen Saturation: {{ oxygen_saturation }}%

ASSESSMENT

{{ assessment }}

DIAGNOSIS
TREATMENT PLAN

{{ treatment_plan }}

MEDICATIONS
{% if medications %} {% for med in medications %} {% endfor %} {% else %} {% endif %}
Medication
{{ med }}
No medications prescribed
FOLLOW-UP

{{follow_up}}