Look at us! We made a thing! Someone shoudl explain what this is about...
-
Person-centered: Focusing on patient’s preferences
-
Prolonged: Best level of ‘management’ for chronic care
-
Personalized: Requires new types of trials and evidence
-
Patient-led: Empowering patients to own their health
- Define problem(s): Management of chronic pain
- Primary objective: Reduced levels of pain
- Secondary objectives: Improve well-being, improve sleep, more activity
- Measurement instruments: e.g. Numeric scales, hours of sleep, etc.
- Plan interventions: 1. Opioids (2 weeks), 2. Amitriptyline (2 weeks), Physiotherapy (2 weeks)
- Do
- Evaluate
# Run R-code to set up a treatment plan
create_path = "https://raw.githubusercontent.com/noelleisanerd/Mpower/master/TaskCreator/app.R"
M_power_create <- RCurl::getURL(create_path)
eval(parse(text = M_power_create))
# ...
# Run R-code to analyze treatment results
analyze_path = "https://raw.githubusercontent.com/noelleisanerd/Mpower/master/TaskAnalyzer/app.R"
M_power_analyze <- RCurl::getURL(analyze_path)
eval(parse(text = M_power_analyze))
; )
