Clinical Decision Support
AI-powered clinical recommendations and alerts
Patient Selection
ID: {{ patient.patient_id }}
Patient Summary
Age: {{ patient.age }}
Gender: {{ patient.get_gender_display }}
Allergies: {{ patient.allergies|default:"None documented" }}
Blood Type: {{ patient.blood_type|default:"Unknown" }}
Primary Care Provider: {{ patient.primary_care_provider|default:"Not assigned" }}
Insurance: {{ patient.primary_insurance|default:"Not provided" }}
Last Visit: {{ patient.last_encounter_date|date:"M d, Y"|default:"No visits" }}
Risk Score: {{ patient.risk_score|default:"Not calculated" }}
Critical Alerts
{{ alert.description }} {% if alert.recommendation %}
Recommendation: {{ alert.recommendation }} {% endif %}
Drug Interactions
{{ interaction.description }}
No drug interactions detected
{% endif %}Allergy Alerts
{{ alert.reaction_type }}
No allergy conflicts detected
{% endif %}Clinical Recommendations
{{ recommendation.title }}
{{ recommendation.description }}
Source: {{ recommendation.source }}
Category: {{ recommendation.get_category_display }}
No clinical recommendations available
{% endfor %}Diagnostic Suggestions
{{ suggestion.test_name }}
{{ suggestion.indication }}
No diagnostic suggestions available
{% endif %}Treatment Protocols
{{ protocol.name }}
{{ protocol.description }}
No treatment protocols suggested
{% endif %}Risk Assessment
{{ risk.name }}
{{ risk.description }}
{{ risk.level }} RiskNo risk assessments available
Relevant Clinical Guidelines
No relevant clinical guidelines found
{% endif %}Select a Patient
Please select a patient to view clinical decision support recommendations