Drug Interaction Checker
Comprehensive drug interaction analysis and clinical decision support
Patient Selection
Patient Information
Name: {{ selected_patient.get_full_name }}
MRN: {{ selected_patient.medical_record_number }}
DOB: {{ selected_patient.date_of_birth|date:"M d, Y" }}
Age: {{ selected_patient.age }} years
MRN: {{ selected_patient.medical_record_number }}
DOB: {{ selected_patient.date_of_birth|date:"M d, Y" }}
Age: {{ selected_patient.age }} years
Weight: {{ selected_patient.weight|default:"Not recorded" }} kg
Height: {{ selected_patient.height|default:"Not recorded" }} cm
Gender: {{ selected_patient.get_gender_display }}
Pregnancy Status: {{ selected_patient.pregnancy_status|default:"N/A" }}
Height: {{ selected_patient.height|default:"Not recorded" }} cm
Gender: {{ selected_patient.get_gender_display }}
Pregnancy Status: {{ selected_patient.pregnancy_status|default:"N/A" }}
Risk Factors
Kidney Function:
{{ selected_patient.kidney_function|default:"Normal" }}
{{ selected_patient.kidney_function|default:"Normal" }}
Liver Function:
{{ selected_patient.liver_function|default:"Normal" }}
{{ selected_patient.liver_function|default:"Normal" }}
Age Category:
{{ selected_patient.age_category }}
{{ selected_patient.age_category }}
Current Medications
| Medication | Strength | Dosage | Route | Frequency | Start Date | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ medication.name }} {{ medication.generic_name }} |
{{ medication.strength }} | {{ medication.dosage }} | {{ medication.route|title }} | {{ medication.frequency }} | {{ medication.start_date|date:"M d, Y" }} | {{ medication.status|title }} | |
| No current medications on file | |||||||
Interaction Analysis Results
Click "Run Check" to analyze drug interactions for this patient
Allergy Alerts
{% if patient_allergies %}
{% else %}
| Allergen | Reaction | Severity |
|---|---|---|
| {{ allergy.allergen }} | {{ allergy.reaction }} | {{ allergy.severity|title }} |
No known allergies on file
{% endif %}Medical Conditions
{% if patient_conditions %}
{% else %}
| Condition | Status | Onset |
|---|---|---|
| {{ condition.name }} | {{ condition.status|title }} | {{ condition.onset_date|date:"M Y"|default:"Unknown" }} |
No active medical conditions on file
{% endif %}Clinical Decision Support
Clinical recommendations will appear here after running the interaction check