{# letter_patient_from_clinician_re_study.html #} {% extends 'base_pdf_letter.html' %} {% comment %} template parameters: patient_lookup: PatientLookup study: Study yellow: bool unknown_consent_mode: bool extra_form: bool settings: Django settings object address_from: List[str] address_to: List[str] salutation: str signatory_name: str signatory_title: str {% endcomment %} {% block letter_body %} {% include "patient_p.html" with patient_lookup=patient_lookup only %}

I’m writing to tell you about about a research study being carried out within CPFT, to see whether you’d like to find out more, and maybe take part. {% if yellow %} I’m contacting you because you previously chose to receive information about research studies via your clinician. {% endif %}

{% include "phrase_never_affect_personal.html" %}

Research into mental health problems is vital if we are to find better treatments and ways of improving the lives of those affected. CPFT and its partner research organizations, such as the University of Cambridge, conduct research into brain function and mental health problems that is some of the best in the world. We’d be extremely grateful for any help you could give us by taking part in research.

The study we want to tell you about is this one:

{% include "study_table.html" with study=study include_summary=True only %}

This may be a study that you could take part in. The researchers don’t know who you are, and we won’t tell them without your permission. Receiving this invitation doesn’t necessarily mean that you have a particular problem or symptom — our researchers study people with symptoms now, but also people who’ve had a particular symptom in the past, and people who’ve never had a particular symptom (for comparison to other people who have).

Here’s what I’ve enclosed to help you decide if you’d like to be contacted by the researchers with a view to possibly taking part in the study:

{% if unknown_consent_mode %}

The most important thing to know is that saying yes or no won’t affect your normal NHS treatment!

{% endif %}

Please have a look at the study details, {% if extra_form %} and the form that the researchers would like, {% endif %} and then choose option 1 or option 2 on the decision form. {% if unknown_consent_mode %} Then please complete the other form (“Would you like to be contacted about research?”). {% endif %} Finally, please return the form{% if extra_form or unknown_consent_mode %}s{% endif %} in the Freepost envelope, or give {% if extra_form or unknown_consent_mode %}them{% else %}it{% endif %} to a member of staff at CPFT.

{% if yellow or unknown_consent_mode %}

{% if yellow %} I’ve written to you because you previously chose the “YELLOW” option in CPFT’s Research Database. If you’d like to be reminded what this means, to choose a different option, have any concerns, or want to discuss things further before deciding, then please contact us. {% elif unknown_consent_mode %} If you have any concerns, or want to discuss things further before deciding, then please contact us. {% endif %} You can also do so via the CPFT Research Database Manager, whose contact details are on the decision form and below.

{% endif %}

Thank you very much.

{% endblock %}