Change filenames for priority
This commit is contained in:
parent
4e488ee403
commit
cb590ac1ab
10 changed files with 74 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
<section class="escape">
|
||||
<img src="cover.jpg"/>
|
||||
</section>
|
||||
|
|
@ -0,0 +1 @@
|
|||
<h4>Underskriftskampanje</h4>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# Yes to Medical Cannabis on Prescription!
|
||||
|
||||
Many patient groups in Norway are suffering unnecessarily from pain and other conditions that cannabis could help alleviate. Our goal is to secure a **parliamentary majority for a pilot program** for medical cannabis in Norway—and we need your help to make it happen!
|
||||
|
||||
Norwegian patients, doctors, and researchers are in an untenable situation. Medical cannabis could be life-changing for many, yet today, getting a prescription is nearly impossible.
|
||||
|
||||
**It’s time for change!**
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# Ja til medisinsk cannabis på resept!
|
||||
|
||||
Mange pasientgrupper i Norge lider unødvendig av smerter og andre tilstander som cannabis kan hjelpe mot. Målet vårt er å få **stortingsflertall for en prøveordning** for medisinsk cannabis i Norge – og vi trenger din hjelp for å få det til!
|
||||
|
||||
Norske pasienter, leger og forskere står i en vanskelig situasjon. Medisinsk cannabis kan være en livsforandrende behandling for mange, men er idag nesten umulig å få resept.
|
||||
|
||||
**Tiden er inne for endring!**
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<div class="cta-block">
|
||||
<p class="cta-block__counter"><span class="cta-block__count"><?= $petition_count ?? 0 ?></span> have signed!</p>
|
||||
<a href="#sign-now" class="button button--petition huge">Sign now!</a>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<div class="cta-block">
|
||||
<div>
|
||||
<a href="#sign-now" class="button button--petition huge">Signer nå!</a>
|
||||
<p class="cta-block__counter"><span class="cta-block__count"><?= $petition_count ?? 0 ?></span> har signert!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
## The Six Key Points of the Trial Program
|
||||
|
||||
We are advocating for a registry study and trial program to expand our knowledge and improve patient care. These are our demands:
|
||||
|
||||
1. **Research:** Implement Europe’s largest follow-up study on medical cannabis, developed at Imperial College London.
|
||||
|
||||
2. **Prescribing rights for more doctors:** Doctors who know their patients best should be able to prescribe medical cannabis.
|
||||
|
||||
3. **Broader access:** Medical cannabis must be made available for more symptoms and conditions where it shows promising results.
|
||||
|
||||
4. **Cost coverage:** Patients should not have to pay for their medication—it must be publicly funded.
|
||||
|
||||
5. **Training for healthcare professionals:** Doctors and medical staff need further education to provide patients with the best possible treatment.
|
||||
|
||||
6. **Review of driver’s license rules:** Patients using medical cannabis should not automatically lose their driving privileges.
|
||||
|
||||
## Why This Matters
|
||||
|
||||
Today, many patients are forced to rely on less effective medications with more side effects—or resort to buying cannabis illegally because they can’t access it through the healthcare system. This isn’t safe, and it isn’t fair. We need a system that ensures patients have safe and legal access to the medicine they need.
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
## Prøveordningens 6 punkter
|
||||
|
||||
Vi jobber for en registerstudie og prøveordning som skal gi oss kunnskap og bedre behandling for pasienter. Dette er hva vi krever:
|
||||
|
||||
1. **Forskning:** Innføring av Europas største oppfølgingsstudie på medisinsk cannabis, utviklet ved Imperial College i London.
|
||||
|
||||
2. **Forskrivningsrett** for flere leger: Leger som kjenner pasientene best, skal kunne forskrive medisinsk cannabis.
|
||||
|
||||
3. **Tilgjengelig for flere:** Medisinsk cannabis må bli tilgjengelig for flere symptomer og diagnoser, der cannabis viser lovende effekt.
|
||||
|
||||
4. **Dekning av kostnader:** Pasienter skal ikke måtte betale for medisinen selv – det må dekkes av det offentlige.
|
||||
|
||||
5. **Opplæring av leger:** Leger og helsepersonell må få etterutdanning slik at de kan gi pasienter den beste behandlingen.
|
||||
|
||||
6. **Revisjon av førerkortregler:** Pasienter som bruker medisinsk cannabis skal ikke automatisk miste førerretten.
|
||||
|
||||
## Hvorfor er dette viktig?
|
||||
|
||||
I dag må mange pasienter bruke medisiner med dårligere effekt og flere bivirkninger, eller kjøpe cannabis illegalt fordi de ikke får tilgang til det gjennom helsevesenet. Dette er ikke trygt, og det er ikke rettferdig. Vi trenger en ordning som gir pasienter trygg og lovlig tilgang til medisinen de trenger.
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<h1 id="sign-now">Show your support by signing here</h1>
|
||||
|
||||
<?= $petition_form ?? '' ?>
|
||||
<?= $petition_signatures ?? '' ?>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<h1 id="sign-now">Signer her for å vise din støtte</h1>
|
||||
|
||||
<?= $petition_form ?? '' ?>
|
||||
<?= $petition_signatures ?? '' ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue