|
@@ -7,10 +7,35 @@ $endPoint = 'upsertGlobalSingleton';
|
|
|
|
|
|
$point = Point::getGlobalSingletonOfCategory($patient, 'COVID_FOLLOW_UP', true);
|
|
$point = Point::getGlobalSingletonOfCategory($patient, 'COVID_FOLLOW_UP', true);
|
|
$contentData = [
|
|
$contentData = [
|
|
- "ans_has_received_printed_cdc_matrials" => null, // yes/no
|
|
|
|
|
|
+ "ans_has_received_printed_cdc_covid_matrials" => null, // yes/no
|
|
"ans_has_signed_up_for_gvt_covid_kit" => null, // yes/no/not_sure
|
|
"ans_has_signed_up_for_gvt_covid_kit" => null, // yes/no/not_sure
|
|
"ans_apply_gvt_covid_kit_for_patient" => null, // yes/no/not_sure
|
|
"ans_apply_gvt_covid_kit_for_patient" => null, // yes/no/not_sure
|
|
- "ans_has_reviewed_printed_cdc_matrials" => null, // yes/no
|
|
|
|
|
|
+ "ans_has_reviewed_printed_cdc_covid_matrials" => null, // yes/no,
|
|
|
|
+ "cdc_self_protection_emphasis_vaccination" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_mask_wearing" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_mask_wearing" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_social_distancing" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_avoid_crowds" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_test_appropriately" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_wash_hands_often" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_cover_coughs" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_disinfect" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_monitor_health_daily" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_quarantine" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_isolation" => null,
|
|
|
|
+ "cdc_self_protection_emphasis_travel_precaution" => null,
|
|
|
|
+ "ans_has_answered_all_covid_19_questions" => null,
|
|
|
|
+ "ans_has_received_printed_cdc_mental_health_matrials" => null, // yes/no
|
|
|
|
+ "ans_educated_patient_on_mental_health_screening" => null, // yes/no
|
|
|
|
+ "ans_how_patient_is_doing_regarding_stress" => null,
|
|
|
|
+ "phq_score" => null,
|
|
|
|
+ "phq_action_taken" => null,
|
|
|
|
+ "cdc_stress_emphasis_covid_19_effects" => null,
|
|
|
|
+ "cdc_stress_emphasis_stressful_challenges" => null,
|
|
|
|
+ "cdc_stress_emphasis_public_health_actions" => null,
|
|
|
|
+ "cdc_stress_emphasis_physical_reactions" => null,
|
|
|
|
+ "cdc_stress_emphasis_coping_with_stress" => null,
|
|
|
|
+ "ans_hypertension_rpm_education" => null,
|
|
|
|
|
|
];
|
|
];
|
|
|
|
|
|
@@ -30,11 +55,11 @@ if (!!@$point->data) {
|
|
<label class="mb-1">Have you received printed materials from CDC, “<b>How to Protect Yourself & Others</b>”?</label>
|
|
<label class="mb-1">Have you received printed materials from CDC, “<b>How to Protect Yourself & Others</b>”?</label>
|
|
<div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
<div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
- <input type="radio" data-name="ans_has_received_printed_cdc_matrials" name="ans_has_received_printed_cdc_matrials" {{@$contentData['ans_has_received_printed_cdc_matrials'] && @$contentData['ans_has_received_printed_cdc_matrials'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
|
|
|
|
+ <input type="radio" data-name="ans_has_received_printed_cdc_covid_matrials" name="ans_has_received_printed_cdc_covid_matrials" {{@$contentData['ans_has_received_printed_cdc_covid_matrials'] && @$contentData['ans_has_received_printed_cdc_covid_matrials'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
<span class="ml-1">Yes</span>
|
|
<span class="ml-1">Yes</span>
|
|
</label>
|
|
</label>
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
- <input type="radio" data-name="ans_has_received_printed_cdc_matrials" name="ans_has_received_printed_cdc_matrials" {{@$contentData['ans_has_received_printed_cdc_matrials'] && @$contentData['ans_has_received_printed_cdc_matrials'] === 'no' ? 'checked' : ''}} value="no">
|
|
|
|
|
|
+ <input type="radio" data-name="ans_has_received_printed_cdc_covid_matrials" name="ans_has_received_printed_cdc_covid_matrials" {{@$contentData['ans_has_received_printed_cdc_covid_matrials'] && @$contentData['ans_has_received_printed_cdc_covid_matrials'] === 'no' ? 'checked' : ''}} value="no">
|
|
<span class="ml-1">No</span>
|
|
<span class="ml-1">No</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
@@ -89,11 +114,11 @@ if (!!@$point->data) {
|
|
</div>
|
|
</div>
|
|
<div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
<div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
- <input type="radio" data-name="ans_has_reviewed_printed_cdc_matrials" name="ans_has_reviewed_printed_cdc_matrials" {{@$contentData['ans_has_reviewed_printed_cdc_matrials'] && @$contentData['ans_has_reviewed_printed_cdc_matrials'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
|
|
|
|
+ <input type="radio" data-name="ans_has_reviewed_printed_cdc_covid_matrials" name="ans_has_reviewed_printed_cdc_covid_matrials" {{@$contentData['ans_has_reviewed_printed_cdc_covid_matrials'] && @$contentData['ans_has_reviewed_printed_cdc_covid_matrials'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
<span class="ml-1">Yes</span>
|
|
<span class="ml-1">Yes</span>
|
|
</label>
|
|
</label>
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
- <input type="radio" data-name="ans_has_reviewed_printed_cdc_matrials" name="ans_has_reviewed_printed_cdc_matrials" {{@$contentData['ans_has_reviewed_printed_cdc_matrials'] && @$contentData['ans_has_reviewed_printed_cdc_matrials'] === 'no' ? 'checked' : ''}} value="no">
|
|
|
|
|
|
+ <input type="radio" data-name="ans_has_reviewed_printed_cdc_covid_matrials" name="ans_has_reviewed_printed_cdc_covid_matrials" {{@$contentData['ans_has_reviewed_printed_cdc_covid_matrials'] && @$contentData['ans_has_reviewed_printed_cdc_covid_matrials'] === 'no' ? 'checked' : ''}} value="no">
|
|
<span class="ml-1">No</span>
|
|
<span class="ml-1">No</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
@@ -113,19 +138,230 @@ if (!!@$point->data) {
|
|
|
|
|
|
<label class="d-flex align-items-baseline mb-2">
|
|
<label class="d-flex align-items-baseline mb-2">
|
|
<div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
<div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
- <input type="checkbox" data-name="cdc_emphasis_vaccination" {{@($contentData["cdc_emphasis_vaccination"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_vaccination" {{@($contentData["cdc_self_protection_emphasis_vaccination"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
</div>
|
|
</div>
|
|
<span>Vaccination.</span>
|
|
<span>Vaccination.</span>
|
|
</label>
|
|
</label>
|
|
<label class="d-flex align-items-baseline mb-2">
|
|
<label class="d-flex align-items-baseline mb-2">
|
|
<div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
<div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
- <input type="checkbox" data-name="cdc_emphasis_mask_wearing" {{@($contentData["cdc_emphasis_mask_wearing"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_mask_wearing" {{@($contentData["cdc_self_protection_emphasis_mask_wearing"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
</div>
|
|
</div>
|
|
<span>Mask wearing.</span>
|
|
<span>Mask wearing.</span>
|
|
</label>
|
|
</label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_social_distancing" {{@($contentData["cdc_self_protection_emphasis_social_distancing"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Social distancing.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_avoid_crowds" {{@($contentData["cdc_self_protection_emphasis_avoid_crowds"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Avoid poorly ventilated spaces and crowds.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_test_appropriately" {{@($contentData["cdc_self_protection_emphasis_test_appropriately"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Test appropriately</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_wash_hands_often" {{@($contentData["cdc_self_protection_emphasis_wash_hands_often"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Wash your hands often</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_cover_coughs" {{@($contentData["cdc_self_protection_emphasis_cover_coughs"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Cover coughs</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_disinfect" {{@($contentData["cdc_self_protection_emphasis_disinfect"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Clean and disinfect surfaces</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_monitor_health_daily" {{@($contentData["cdc_self_protection_emphasis_monitor_health_daily"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Monitor your health daily; Monitoring symptoms is especially important if you are running errands, going into the office or workplace, and in settings where it may be difficult to keep a physical distance of 6 feet.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_quarantine" {{@($contentData["cdc_self_protection_emphasis_quarantine"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Follow recommendations for quarantine; If you come into close contact with someone with COVID-19: follow CDC’s recommendations for quarantine.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_isolation" {{@($contentData["cdc_self_protection_emphasis_isolation"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Follow recommendations for isolation; If you test positive for COVID-19 or have symptoms: follow CDC’s recommendations for isolation.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_self_protection_emphasis_travel_precaution" {{@($contentData["cdc_self_protection_emphasis_travel_precaution"] ? 'checked' : '')}} cdc-covid-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Take precautions when you travel; Follow CDC’s recommendations for domestic and international travel.</span>
|
|
|
|
+ </label>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <hr class="my-3">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Answered all questions relating to COVID-19</label>
|
|
|
|
+ <div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_has_answered_all_covid_19_questions" name="ans_has_answered_all_covid_19_questions" {{@$contentData['ans_has_answered_all_covid_19_questions'] && @$contentData['ans_has_answered_all_covid_19_questions'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
|
|
+ <span class="ml-1">Yes</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_has_answered_all_covid_19_questions" name="ans_has_answered_all_covid_19_questions" {{@$contentData['ans_has_answered_all_covid_19_questions'] && @$contentData['ans_has_answered_all_covid_19_questions'] === 'no' ? 'checked' : ''}} value="no">
|
|
|
|
+ <span class="ml-1">No</span>
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <hr class="my-3">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <h6><b>CDC: Coping with Stress - Mental Health Screening</b></h6>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Have you received printed materials from the CDC “<b>Coping with Stress</b>”.</label>
|
|
|
|
+ <div>
|
|
|
|
+ <a href="https://www.cdc.gov/mentalhealth/stress-coping/cope-with-stress/index.html" target="_blank">https://www.cdc.gov/mentalhealth/stress-coping/cope-with-stress/index.html</a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_has_received_printed_cdc_mental_health_matrials" name="ans_has_received_printed_cdc_mental_health_matrials" {{@$contentData['ans_has_received_printed_cdc_mental_health_matrials'] && @$contentData['ans_has_received_printed_cdc_mental_health_matrials'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
|
|
+ <span class="ml-1">Yes</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_has_received_printed_cdc_mental_health_matrials" name="ans_has_received_printed_cdc_mental_health_matrials" {{@$contentData['ans_has_received_printed_cdc_mental_health_matrials'] && @$contentData['ans_has_received_printed_cdc_mental_health_matrials'] === 'no' ? 'checked' : ''}} value="no">
|
|
|
|
+ <span class="ml-1">No</span>
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Educated patient that stress and mental health screening is important because 7 in 10 adults are reporting feelings of anxiety, sadness, and depression due to COVID-19</label>
|
|
|
|
+ <div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_educated_patient_on_mental_health_screening" name="ans_educated_patient_on_mental_health_screening" {{@$contentData['ans_educated_patient_on_mental_health_screening'] && @$contentData['ans_educated_patient_on_mental_health_screening'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
|
|
+ <span class="ml-1">Yes</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_educated_patient_on_mental_health_screening" name="ans_educated_patient_on_mental_health_screening" {{@$contentData['ans_educated_patient_on_mental_health_screening'] && @$contentData['ans_educated_patient_on_mental_health_screening'] === 'no' ? 'checked' : ''}} value="no">
|
|
|
|
+ <span class="ml-1">No</span>
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">How are you doing regarding stress?</label>
|
|
|
|
+ <input type="text" data-name="ans_how_patient_is_doing_regarding_stress" value="{{@$contentData['ans_how_patient_is_doing_regarding_stress']}}" class="form-control form-control-sm d-inline-block w-auto ml-2">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">PHQ-2 score?</label>
|
|
|
|
+ <input type="text" data-name="phq_score" value="{{@$contentData['phq_score']}}" class="form-control form-control-sm d-inline-block w-auto ml-2">
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">If(PHQ-2 > 3?) then optionally:</label>
|
|
|
|
+ <div class="d-flex flex-column ml-2 align-items-baseline pt-1">
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="phq_action_taken" name="phq_action_taken" {{@$contentData['phq_action_taken'] && @$contentData['phq_action_taken'] === 'phq_administer_phq_9_now' ? 'checked' : ''}} value="phq_administer_phq_9_now">
|
|
|
|
+ <span class="ml-1">Administer PHQ-9 now.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="phq_action_taken" name="phq_action_taken" {{@$contentData['phq_action_taken'] && @$contentData['phq_action_taken'] === 'phq_schedule_phq_9_now' ? 'checked' : ''}} value="phq_schedule_phq_9_now">
|
|
|
|
+ <span class="ml-1">Schedule PHQ-9 now.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="phq_action_taken" name="phq_action_taken" {{@$contentData['phq_action_taken'] && @$contentData['phq_action_taken'] === 'phq_schedule_phq_9_later' ? 'checked' : ''}} value="phq_schedule_phq_9_later">
|
|
|
|
+ <span class="ml-1">Schedule PHQ-9 later.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="phq_action_taken" name="phq_action_taken" {{@$contentData['phq_action_taken'] && @$contentData['phq_action_taken'] === 'phq_refer_to_psych_np' ? 'checked' : ''}} value="phq_refer_to_psych_np">
|
|
|
|
+ <span class="ml-1">Referral to Psych NP - “Stress Specialist”.</span>
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Reviewed “<b>CDC: Coping with Stress</b>” with patient. Went over the following points.</label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-target="cdc-stress-emphasis" check-all />
|
|
|
|
+ </div>
|
|
|
|
+ <span class="font-weight-bold">Check ALL</span>
|
|
|
|
+ </label>
|
|
|
|
+
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_stress_emphasis_covid_19_effects" {{@($contentData["cdc_stress_emphasis_covid_19_effects"] ? 'checked' : '')}} cdc-stress-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>The COVID-19 pandemic has had a major effect on our lives.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_stress_emphasis_stressful_challenges" {{@($contentData["cdc_stress_emphasis_stressful_challenges"] ? 'checked' : '')}} cdc-stress-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Many of us are facing challenges that can be stressful.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_stress_emphasis_public_health_actions" {{@($contentData["cdc_stress_emphasis_public_health_actions"] ? 'checked' : '')}} cdc-stress-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Public health actions like social distancing can increase stress and anxiety / isolation.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_stress_emphasis_physical_reactions" {{@($contentData["cdc_stress_emphasis_physical_reactions"] ? 'checked' : '')}} cdc-stress-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Stress can cause adverse feelings and physical reactions, especially relating to HTN and DM.</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="d-flex align-items-baseline mb-2">
|
|
|
|
+ <div class="mr-2 align-self-stretch" style="padding-top: 2px;">
|
|
|
|
+ <input type="checkbox" data-name="cdc_stress_emphasis_coping_with_stress" {{@($contentData["cdc_stress_emphasis_coping_with_stress"] ? 'checked' : '')}} cdc-stress-emphasis>
|
|
|
|
+ </div>
|
|
|
|
+ <span>Educated patient on healthy ways to cope with stress (as per CDC: Coping with Stress):</span>
|
|
|
|
+ </label>
|
|
|
|
+ <div class="pl-3">
|
|
|
|
+ <ul>
|
|
|
|
+ <li>Take breaks from news and social media.</li>
|
|
|
|
+ <li>Take care of your body</li>
|
|
|
|
+ <li>Take deep breaths, stretch, or <a href="https://www.nccih.nih.gov/health/meditation-in-depth" target="_blank">meditate</a></li>
|
|
|
|
+ <li><a href="https://www.cdc.gov/nccdphp/dnpao/features/healthy-eating-tips/index.html" target="_blank">Try to eat healthy, well-balanced meals</a></li>
|
|
|
|
+ <li><a href="https://www.cdc.gov/physicalactivity/basics/index.htm" target="_blank">Exercise regularly</a></li>
|
|
|
|
+ <li><a href="https://www.cdc.gov/sleep/about_sleep/sleep_hygiene.html" target="_blank">Get plenty of sleep</a></li>
|
|
|
|
+ <li>Avoid <a href="https://www.cdc.gov/coronavirus/2019-ncov/daily-life-coping/stress-coping/alcohol-use.html" target="_blank">excessive alcohol, tobacco, and substance use</a></li>
|
|
|
|
+ <li>Continue with routine preventive measures (such as vaccinations, cancer screenings, etc.) as recommended by your healthcare provider</li>
|
|
|
|
+ <li>Get vaccinated with a COVID-19 vaccine</li>
|
|
|
|
+ <li>Make time to unwind — Try to do some other activities you enjoy</li>
|
|
|
|
+ <li>Connect with others — <a href="https://www.cdc.gov/howrightnow/talk" target="_blank">Talk with people</a> you trust about your concerns and how you are feeling</li>
|
|
|
|
+ <li>Connect with your community- or faith-based organizations — While social distancing measures are in place, try connecting online, through social media, or by phone or mail
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <hr class="my-3">
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Educated patient about hypertension RPM and election to enroll into it.</label>
|
|
|
|
+ <div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_hypertension_rpm_education" name="ans_hypertension_rpm_education" {{@$contentData['ans_hypertension_rpm_education'] && @$contentData['ans_hypertension_rpm_education'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
|
|
+ <span class="ml-1">Yes</span>
|
|
|
|
+ </label>
|
|
|
|
+ <label class="my-0 mr-3 d-flex align-items-center">
|
|
|
|
+ <input type="radio" data-name="ans_hypertension_rpm_education" name="ans_hypertension_rpm_education" {{@$contentData['ans_hypertension_rpm_education'] && @$contentData['ans_hypertension_rpm_education'] === 'no' ? 'checked' : ''}} value="no">
|
|
|
|
+ <span class="ml-1">No</span>
|
|
|
|
+ </label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <hr class="my-3">
|
|
<div class="pt-2">
|
|
<div class="pt-2">
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|
|
<div class="d-inline-flex align-self-stretch align-items-center">
|
|
<div class="d-inline-flex align-self-stretch align-items-center">
|
|
@@ -137,25 +373,4 @@ if (!!@$point->data) {
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
-</div>
|
|
|
|
-<script>
|
|
|
|
- (function() {
|
|
|
|
- window.segmentInitializers.<?= !!@$segment ? $segment->segmentTemplate->internal_name : $segmentInternalName ?> = function() {
|
|
|
|
- var covidFollowUp = {
|
|
|
|
- parentSegment: null,
|
|
|
|
- initAutoCheckAll: function(){
|
|
|
|
- var self = this;
|
|
|
|
- var checkSegments = $('[check-all]');
|
|
|
|
- $.each(checkSegments, function(i, segment){
|
|
|
|
- console.log({segment});
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- init: function(){
|
|
|
|
- this.initAutoCheckAll();
|
|
|
|
- }
|
|
|
|
- };
|
|
|
|
- covidFollowUp.init();
|
|
|
|
- };
|
|
|
|
- }).call(window);
|
|
|
|
-</script>
|
|
|
|
|
|
+</div>
|