{# 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 ask whether you’re interested in finding out about a research study, and maybe taking 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.html" %}

Research is vital to understand the causes and consequences of mental health problems across the lifespan, and to find better ways to treat mental health problems and improve the lives of those affected. CPFT conducts research and works with partner research organizations, such as the University of Cambridge. Research from these organizations into brain function and mental health problems is some of the best in the world. We’re grateful for any help you could give us by taking part in research.

One of our current studies 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 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). Would you like more information about this study?

Here’s what I’ve enclosed:

{% 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, {# Manager? Administrator? #} whose contact details are on the decision form and {# settings.PUBLIC_RESEARCH_URL_SHORT }}. #} below.

{% endif %}

Thank you very much.

{% endblock %}