{# clinician_response.html #} {% extends "base.html" %} {% comment %} template parameters: clinician_involvement_requested: bool clinician_involvement_required_unknown: bool clinician_involvement_required_yellow: bool consent_mode: ConsentMode contact_request: ContactRequest extra_form: bool Leaflet: Leaflet class option_c_available: bool option_r_available: bool patient_lookup: PatientLookup permitted_to_contact_discharged_patients_for_n_days: int settings: Django settings object study: Study unknown_consent_mode: bool {% endcomment %} {% block extrahead %} {% endblock %} {% block onload %}onload="startup()"{% endblock %} {% block mainsiteheader %}{% endblock %} {% block content %} {#
#}Dear {{ patient_lookup.clinician_salutation }},
Based on anonymised information in the CPFT Research Database, a research team has identified the following patient of yours as potentially eligible for a study that they are conducting:
{% include "patient_table.html" with patient_lookup=patient_lookup consent_mode=consent_mode verbose=True %}The study is:
{% include 'study_table.html' with study=study contact_request=contact_request to_clinician=True offer_details=True offer_clinician_form=True %}At this stage, the researchers do not know the patient’s identity. They have identified the patient based on a search of the anonymised CPFT Research Database. Patient information may only be disclosed to the researchers with the patient’s consent.
{% if clinician_involvement_requested %} The researchers have indicated that they would like you, as the patient’s clinician, to consider this request. This may be because they would need clinical information from you to establish whether the patient is indeed eligible to participate, or because they would need information from you as part of the study itself. {% elif clinician_involvement_required_yellow %} The researchers would like the patient’s permission to be contacted. This patient has actively chosen that all approaches by research teams should be on a case-by-case basis via the primary clinical team (“approach mode YELLOW”), and so this request has been passed along to you. {% elif clinician_involvement_required_unknown %} The researchers would like the patient’s permission to be contacted. This patient has never been asked their preference regarding direct approaches by research teams, and so this request has been passed along to you. We would like to know the patient’s preference about being contacted for this study, but also about future studies in general. {% else %}We would be very grateful if you would do the following:
Please select an option below, and follow the instructions that appear.
If you have any queries, please telephone the Research Database Manager on {{ settings.RDBM_TELEPHONE }}.
Thank you for your help!
{% include "clinician_notes.html" with settings=settings Leaflet=Leaflet %} {# {% include 'show_form_errors.html' with form=form %} #} {% endblock %}