Green Bridge Society

Schedule Your Medical Cannabis Certification

Same-day doctor calls with full tech support.

GB
Green Bridge Society
Patient-first certifications & tech support
1 State
2 Service
3 Time Window
4 Your Info

Start with your state

We'll show the correct services, pricing, and options once you pick your state.

Next you will choose your service.
// Validate required uploads before proceeding const isNewPatient = uiState.service && uiState.service.isNew; const isOhio = uiState.state === 'OH'; if ((isNewPatient || isOhio) && !dlFile) { alert('Please upload a photo of your driver\'s license before continuing.'); payConfirmBtn.disabled = false; payConfirmBtn.textContent = originalLabel; return; }