{{prescriber.name}}

{{prescriber.qualification}}

{{prescriber.registration}}

{{prescriber.address}}

{% if prescriber.contact %}Contact: {{prescriber.contact}}{% endif %}

{{prescriber.extra}}
{% if id %}ID: {{id}}{% endif %}

Name: {{name}}

Age: {{age}}

Sex: {{sex}}

{% if address %}Address: {{address}}{% endif %} {% if contact %}Contact: {{contact}}{% endif %}
{% if extra %}{{extra}}{% endif %}

Clinical Notes

Advice

{% if diagnosis %} {% if diagnosis_list|length > 1 %}
    {% for diag in diagnosis_list %}
  • {{diag}}
  • {% endfor %}
{% else %}

{{diagnosis}}

{% endif %} {% endif %} {% if note %}
{{note}}
{% endif %} {% if report %}
{{report}}
{% endif %}
{% if advice %}
{{advice}}
{% endif %}
    {% for med in medication_list %}
  1. {{med[0]}}
    {{med[1]}}

  2. {% endfor %}
{% if investigation %}
{{investigation}}
{% endif %} {% if additional %}
{{additional}}
{% endif %}