[% META title="Report » Authorisation check" %] [% # PROCESS dumper.tt dump = diagnoses_map %] [% # PROCESS dumper.tt dump = authorisation_check_diagnosis %] [% # PROCESS dumper.tt dump = report.diagnosis_id %] [% # PROCESS dumper.tt dump = history %] [% data = report.request %]

Pre-authorisation check: [% patient_case.patient.last_name | upper %], [% patient_case.patient.first_name | ucfirst %] [[% PROCESS site/lab_number.tt %] ]

Original diagnosis: [% report.diagnosis.name | html %] [% reporter = history.reported.user %] [[% reporter.first_name | ucfirst %] [% reporter.last_name | ucfirst %]]
Your selection: [% class = report.diagnosis_id != authorisation_check_diagnosis.id ? 'red' : 'normal' %] [% authorisation_check_diagnosis.name | html %]
proceed to 'Report' page »