{{ form.patient }}
{% if form.patient.errors %}
{{ form.patient.errors.0 }}
{% endif %}
{{ form.ordering_provider }}
{% if form.ordering_provider.errors %}
{{ form.ordering_provider.errors.0 }}
{% endif %}
{{ form.study_type }}
{% if form.study_type.errors %}
{{ form.study_type.errors.0 }}
{% endif %}
{{ form.modality }}
{% if form.modality.errors %}
{{ form.modality.errors.0 }}
{% endif %}
{{ form.body_part }}
{% if form.body_part.errors %}
{{ form.body_part.errors.0 }}
{% endif %}
{{ form.priority }}
{% if form.priority.errors %}
{{ form.priority.errors.0 }}
{% endif %}
{{ form.order_date }}
{% if form.order_date.errors %}
{{ form.order_date.errors.0 }}
{% endif %}
{{ form.scheduled_date }}
{% if form.scheduled_date.errors %}
{{ form.scheduled_date.errors.0 }}
{% endif %}
{{ form.clinical_indication }}
Provide detailed clinical reason for the imaging study
{% if form.clinical_indication.errors %}
{{ form.clinical_indication.errors.0 }}
{% endif %}
{{ form.special_instructions }}
Any special preparation or instructions for the study
{% if form.special_instructions.errors %}
{{ form.special_instructions.errors.0 }}
{% endif %}