{# letter_patient_from_clinician_re_study.html #} {% extends 'base_pdf_letter.html' %} {% block letter_body %} {% include "patient_p.html" with patient_lookup=patient_lookup only %}
I am writing to you to ask whether you are interested in finding out more 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. Would you like more information about this study?
Here’s what I’ve enclosed:
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 %}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, or to set other limits on how you’re contacted about research, please tell us. You can also do so via the CPFT Research Database Administrator, whose contact details are on the decision form and at {{ settings.PUBLIC_RESEARCH_URL_SHORT }}.
{% endif %}Thank you very much.
{% endblock %}