Spaces:
Sleeping
Sleeping
# Global configuration settings | |
CONSULTATION_SETTINGS = { | |
"np_consultation_fee_usd": 50.00, # Base consultation fee as shown in the plan example | |
"consultation_description": "Medical consultation with our Nurse Practitioner", | |
"consultation_link": "https://longevityclinic.com/consultation", | |
"consultation_disclaimers": [ | |
"Required for all prescription medications", | |
"One-time fee covers review of all requested medications", | |
"Refundable if no prescriptions are approved" | |
] | |
} |