|
@@ -50,9 +50,9 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label><b>{{ $patient->displayName() }}</b> is a <b>{{$patient->age_in_years }} y.o.</b>
|
|
<label><b>{{ $patient->displayName() }}</b> is a <b>{{$patient->age_in_years }} y.o.</b>
|
|
@if($patient->sex == 'M')
|
|
@if($patient->sex == 'M')
|
|
- <b>M</b>
|
|
|
|
|
|
+ <b>M</b>
|
|
@elseif($patient->sex == 'F')
|
|
@elseif($patient->sex == 'F')
|
|
- <b>F</b>
|
|
|
|
|
|
+ <b>F</b>
|
|
@endif
|
|
@endif
|
|
presenting for follow-up regarding CDC COVID-19 guidelines & ongoing medical care.</label>
|
|
presenting for follow-up regarding CDC COVID-19 guidelines & ongoing medical care.</label>
|
|
</div>
|
|
</div>
|
|
@@ -60,9 +60,9 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<h6><b><u>CDC: How to Protect Yourself & Others: Education</u></b></h6>
|
|
<h6><b><u>CDC: How to Protect Yourself & Others: Education</u></b></h6>
|
|
@if(@$contentData['ans_has_received_printed_cdc_covid_matrials'] == 'yes')
|
|
@if(@$contentData['ans_has_received_printed_cdc_covid_matrials'] == 'yes')
|
|
- Patient has received printed materials from CDC, “How to Protect Yourself & Others”.
|
|
|
|
|
|
+ Patient has received printed materials from CDC, “How to Protect Yourself & Others”.
|
|
@elseif(@$contentData['ans_has_received_printed_cdc_covid_matrials'] == 'no')
|
|
@elseif(@$contentData['ans_has_received_printed_cdc_covid_matrials'] == 'no')
|
|
- Patient has not received printed materials from CDC, “How to Protect Yourself & Others”.
|
|
|
|
|
|
+ Patient has not received printed materials from CDC, “How to Protect Yourself & Others”.
|
|
@else
|
|
@else
|
|
|
|
|
|
@endif
|
|
@endif
|
|
@@ -71,78 +71,89 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label>Asked patient if they have already signed up for government supplied COVID-19 home diagnostic kits? Patient replied:</label>
|
|
<label>Asked patient if they have already signed up for government supplied COVID-19 home diagnostic kits? Patient replied:</label>
|
|
@if(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] == 'yes')
|
|
@if(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] == 'yes')
|
|
- <?= segment_template_summary_value_display('Yes') ?>
|
|
|
|
|
|
+ <?= segment_template_summary_value_display('Yes') ?>
|
|
@elseif(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] == 'no')
|
|
@elseif(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] == 'no')
|
|
- <?= segment_template_summary_value_display('No') ?>
|
|
|
|
|
|
+ <?= segment_template_summary_value_display('No') ?>
|
|
@elseif(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] == 'not_sure')
|
|
@elseif(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] == 'not_sure')
|
|
- <?= segment_template_summary_value_display('Not Sure') ?>
|
|
|
|
|
|
+ <?= segment_template_summary_value_display('Not Sure') ?>
|
|
@else
|
|
@else
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
|
|
|
+ <?= segment_template_summary_value_display('') ?>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@if(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] && @$contentData['ans_has_signed_up_for_gvt_covid_kit'] != 'yes')
|
|
@if(@$contentData['ans_has_signed_up_for_gvt_covid_kit'] && @$contentData['ans_has_signed_up_for_gvt_covid_kit'] != 'yes')
|
|
- <div class="mb-2">
|
|
|
|
- <label>Asked patient if we can apply on CovidTests.gov for them? Patient replied:</label>
|
|
|
|
- @if(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'yes')
|
|
|
|
- <?= segment_template_summary_value_display('Yes') ?>
|
|
|
|
- @elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'no')
|
|
|
|
- <?= segment_template_summary_value_display('No') ?>
|
|
|
|
- @elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'not_sure')
|
|
|
|
- <?= segment_template_summary_value_display('Not Sure') ?>
|
|
|
|
- @else
|
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
|
- @endif
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label>Asked patient if we can apply on CovidTests.gov for them? Patient replied:</label>
|
|
|
|
+ @if(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'yes')
|
|
|
|
+ <?= segment_template_summary_value_display('Yes') ?>
|
|
|
|
+ @elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'no')
|
|
|
|
+ <?= segment_template_summary_value_display('No') ?>
|
|
|
|
+ @elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'not_sure')
|
|
|
|
+ <?= segment_template_summary_value_display('Not Sure') ?>
|
|
|
|
+ @else
|
|
|
|
+ <?= segment_template_summary_value_display('') ?>
|
|
|
|
+ @endif
|
|
|
|
+ </div>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
@if(@$contentData['ans_has_reviewed_printed_cdc_covid_matrials'])
|
|
@if(@$contentData['ans_has_reviewed_printed_cdc_covid_matrials'])
|
|
- <div class="mb-2">
|
|
|
|
- <label>Reviewed “<b>CDC: How to Protect Yourself & Others</b>” with patient.</label>
|
|
|
|
- <div>
|
|
|
|
- <a native href="https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/prevention.html" target="_blank">https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/prevention.html</a>
|
|
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label>Reviewed “<b>CDC: How to Protect Yourself & Others</b>” with patient.</label>
|
|
|
|
+ <div>
|
|
|
|
+ <a native href="https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/prevention.html" target="_blank">https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/prevention.html</a>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
@endif
|
|
@endif
|
|
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label> Emphasis placed on:</label>
|
|
<label> Emphasis placed on:</label>
|
|
<ul>
|
|
<ul>
|
|
@if(@$contentData['cdc_self_protection_emphasis_vaccination'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_vaccination'])
|
|
- <li>Vaccination</li>
|
|
|
|
|
|
+ <li>Vaccination</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_mask_wearing'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_mask_wearing'])
|
|
- <li>Mask wearing.</li>
|
|
|
|
|
|
+ <li>Mask wearing.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_social_distancing'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_social_distancing'])
|
|
- <li>Social distancing.</li>
|
|
|
|
|
|
+ <li>Social distancing.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_avoid_crowds'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_avoid_crowds'])
|
|
- <li>Avoid poorly ventilated spaces and crowds.</li>
|
|
|
|
|
|
+ <li>Avoid poorly ventilated spaces and crowds.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_test_appropriately'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_test_appropriately'])
|
|
- <li>Test appropriately</li>
|
|
|
|
|
|
+ <li>Test appropriately</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_vaccination'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_vaccination'])
|
|
- <li>Wash your hands often</li>
|
|
|
|
|
|
+ <li>Wash your hands often</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_cover_coughs'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_cover_coughs'])
|
|
- <li>Cover coughs</li>
|
|
|
|
|
|
+ <li>Cover coughs</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_disinfect'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_disinfect'])
|
|
- <li>Clean and disinfect surfaces</li>
|
|
|
|
|
|
+ <li>Clean and disinfect surfaces</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_monitor_health_daily'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_monitor_health_daily'])
|
|
- <li>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.</li>
|
|
|
|
|
|
+ <li>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.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_quarantine'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_quarantine'])
|
|
- <li>Follow recommendations for quarantine; If you come into close contact with someone with COVID-19: follow CDC’s recommendations for quarantine.</li>
|
|
|
|
|
|
+ <li>Follow recommendations for quarantine; If you come into close contact with someone with COVID-19: follow CDC’s recommendations for quarantine.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_isolation'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_isolation'])
|
|
- <li>Follow recommendations for isolation; If you test positive for COVID-19 or have symptoms: follow CDC’s recommendations for isolation.</li>
|
|
|
|
|
|
+ <li>Follow recommendations for isolation; If you test positive for COVID-19 or have symptoms: follow CDC’s recommendations for isolation.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_self_protection_emphasis_travel_precaution'])
|
|
@if(@$contentData['cdc_self_protection_emphasis_travel_precaution'])
|
|
- <li>Take precautions when you travel; Follow CDC’s recommendations for domestic and international travel.</li>
|
|
|
|
|
|
+ <li>Take precautions when you travel; Follow CDC’s recommendations for domestic and international travel.</li>
|
|
@endif
|
|
@endif
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
@@ -160,25 +171,25 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<h6><b><u>CDC: Coping with Stress - Mental Health Screening</b></u></h6>
|
|
<h6><b><u>CDC: Coping with Stress - Mental Health Screening</b></u></h6>
|
|
</div>
|
|
</div>
|
|
@if(@$contentData['ans_has_received_printed_cdc_mental_health_matrials'] == 'yes')
|
|
@if(@$contentData['ans_has_received_printed_cdc_mental_health_matrials'] == 'yes')
|
|
- <div class="mb-2">
|
|
|
|
- <label>Patient has received printed materials from the CDC “<b>Coping with Stress</b>”.</label>
|
|
|
|
- <div>
|
|
|
|
- <a native 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 class="mb-2">
|
|
|
|
+ <label>Patient has received printed materials from the CDC “<b>Coping with Stress</b>”.</label>
|
|
|
|
+ <div>
|
|
|
|
+ <a native 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>
|
|
</div>
|
|
- </div>
|
|
|
|
@elseif(@$contentData['ans_has_received_printed_cdc_mental_health_matrials'] == 'no')
|
|
@elseif(@$contentData['ans_has_received_printed_cdc_mental_health_matrials'] == 'no')
|
|
- <div class="mb-2">
|
|
|
|
- <label>Patient has not received printed materials from the CDC “<b>Coping with Stress</b>”.</label>
|
|
|
|
- <div>
|
|
|
|
- <a native 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 class="mb-2">
|
|
|
|
+ <label>Patient has not received printed materials from the CDC “<b>Coping with Stress</b>”.</label>
|
|
|
|
+ <div>
|
|
|
|
+ <a native 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>
|
|
</div>
|
|
- </div>
|
|
|
|
@endif
|
|
@endif
|
|
|
|
|
|
@if(@$contentData['ans_educated_patient_on_mental_health_screening'])
|
|
@if(@$contentData['ans_educated_patient_on_mental_health_screening'])
|
|
- <div class="mb-2">
|
|
|
|
- <label>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>
|
|
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label>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>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
@@ -192,21 +203,21 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@if((int) @$contentData['total_phq2'] > 3)
|
|
@if((int) @$contentData['total_phq2'] > 3)
|
|
- <ul>
|
|
|
|
- @if(@$contentData['phq_action_taken'])
|
|
|
|
- <li>
|
|
|
|
- @if(@$contentData['phq_action_taken'] == 'phq_administer_phq_9_now')
|
|
|
|
- Administer PHQ-9 now.
|
|
|
|
- @elseif(@$contentData['phq_action_taken'] == 'phq_schedule_phq_9_now')
|
|
|
|
- Schedule PHQ-9 now.
|
|
|
|
- @elseif(@$contentData['phq_action_taken'] == 'phq_schedule_phq_9_later')
|
|
|
|
- Schedule PHQ-9 later.
|
|
|
|
- @elseif(@$contentData['phq_action_taken'] == 'phq_refer_to_psych_np')
|
|
|
|
- Referral to Psych NP - “Stress Specialist”.
|
|
|
|
|
|
+ <ul>
|
|
|
|
+ @if(@$contentData['phq_action_taken'])
|
|
|
|
+ <li>
|
|
|
|
+ @if(@$contentData['phq_action_taken'] == 'phq_administer_phq_9_now')
|
|
|
|
+ Administer PHQ-9 now.
|
|
|
|
+ @elseif(@$contentData['phq_action_taken'] == 'phq_schedule_phq_9_now')
|
|
|
|
+ Schedule PHQ-9 now.
|
|
|
|
+ @elseif(@$contentData['phq_action_taken'] == 'phq_schedule_phq_9_later')
|
|
|
|
+ Schedule PHQ-9 later.
|
|
|
|
+ @elseif(@$contentData['phq_action_taken'] == 'phq_refer_to_psych_np')
|
|
|
|
+ Referral to Psych NP - “Stress Specialist”.
|
|
|
|
+ @endif
|
|
|
|
+ </li>
|
|
@endif
|
|
@endif
|
|
- </li>
|
|
|
|
- @endif
|
|
|
|
- </ul>
|
|
|
|
|
|
+ </ul>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
<div class="mb-2 d-none">
|
|
<div class="mb-2 d-none">
|
|
@@ -218,43 +229,47 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<ul>
|
|
<ul>
|
|
@if(@$contentData['cdc_stress_emphasis_covid_19_effects'])
|
|
@if(@$contentData['cdc_stress_emphasis_covid_19_effects'])
|
|
- <li>The COVID-19 pandemic has had a major effect on our lives.</li>
|
|
|
|
|
|
+ <li>The COVID-19 pandemic has had a major effect on our lives.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_stress_emphasis_stressful_challenges'])
|
|
@if(@$contentData['cdc_stress_emphasis_stressful_challenges'])
|
|
- <li>Many of us are facing challenges that can be stressful.</li>
|
|
|
|
|
|
+ <li>Many of us are facing challenges that can be stressful.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_stress_emphasis_public_health_actions'])
|
|
@if(@$contentData['cdc_stress_emphasis_public_health_actions'])
|
|
- <li>Public health actions like social distancing can increase stress and anxiety / isolation.</li>
|
|
|
|
|
|
+ <li>Public health actions like social distancing can increase stress and anxiety / isolation.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_stress_emphasis_physical_reactions'])
|
|
@if(@$contentData['cdc_stress_emphasis_physical_reactions'])
|
|
- <li>Stress can cause adverse feelings and physical reactions, especially relating to HTN and DM.</li>
|
|
|
|
|
|
+ <li>Stress can cause adverse feelings and physical reactions, especially relating to HTN and DM.</li>
|
|
@endif
|
|
@endif
|
|
|
|
+
|
|
@if(@$contentData['cdc_stress_emphasis_coping_with_stress'])
|
|
@if(@$contentData['cdc_stress_emphasis_coping_with_stress'])
|
|
- <li>Educated patient on healthy ways to cope with stress (as per CDC: Coping with Stress):
|
|
|
|
- <?php
|
|
|
|
- $healthyWaysOptions = [
|
|
|
|
- 'take_break_from_social_media' => 'Take breaks from news and social media.',
|
|
|
|
- 'take_care_of_your_body' => 'Take care of your body',
|
|
|
|
- 'take_deep_breaths' => 'Take deep breaths, stretch, or meditate',
|
|
|
|
- 'try_to_eat_healthy' => 'Try to eat healthy, well-balanced meals',
|
|
|
|
- 'exercise_regularly' => 'Exercise regularly',
|
|
|
|
- 'get_plenty_of_sleep' => 'Get plenty of sleep',
|
|
|
|
- 'avoid_excessive_alcohol' => 'Avoid excessive alcohol, tobacco, and substance use',
|
|
|
|
- 'continue_with_routine_preventive_measures' => 'Continue with routine preventive measures (such as vaccinations, cancer screenings, etc.) as recommended by your healthcare provider',
|
|
|
|
- 'get_vaccinated_with_covid' => 'Get vaccinated with a COVID-19 vaccine',
|
|
|
|
- 'make_time_unwind' => 'Make time to unwind — Try to do some other activities you enjoy',
|
|
|
|
- 'connect_with_others' => 'Connect with others — Talk with people you trust about your concerns and how you are feeling',
|
|
|
|
- 'connect_with_your_community' => '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'
|
|
|
|
- ];
|
|
|
|
- ?>
|
|
|
|
- <ul>
|
|
|
|
- @foreach($healthyWaysOptions as $hOptionKey => $hOptionLabel)
|
|
|
|
- @if(@$contentData[$hOptionKey])
|
|
|
|
- <li>{{ $hOptionLabel }}</li>
|
|
|
|
- @endif
|
|
|
|
- @endforeach
|
|
|
|
- </ul>
|
|
|
|
- </li>
|
|
|
|
|
|
+ <li>Educated patient on healthy ways to cope with stress (as per CDC: Coping with Stress):
|
|
|
|
+ <?php
|
|
|
|
+ $healthyWaysOptions = [
|
|
|
|
+ 'take_break_from_social_media' => 'Take breaks from news and social media.',
|
|
|
|
+ 'take_care_of_your_body' => 'Take care of your body',
|
|
|
|
+ 'take_deep_breaths' => 'Take deep breaths, stretch, or meditate',
|
|
|
|
+ 'try_to_eat_healthy' => 'Try to eat healthy, well-balanced meals',
|
|
|
|
+ 'exercise_regularly' => 'Exercise regularly',
|
|
|
|
+ 'get_plenty_of_sleep' => 'Get plenty of sleep',
|
|
|
|
+ 'avoid_excessive_alcohol' => 'Avoid excessive alcohol, tobacco, and substance use',
|
|
|
|
+ 'continue_with_routine_preventive_measures' => 'Continue with routine preventive measures (such as vaccinations, cancer screenings, etc.) as recommended by your healthcare provider',
|
|
|
|
+ 'get_vaccinated_with_covid' => 'Get vaccinated with a COVID-19 vaccine',
|
|
|
|
+ 'make_time_unwind' => 'Make time to unwind — Try to do some other activities you enjoy',
|
|
|
|
+ 'connect_with_others' => 'Connect with others — Talk with people you trust about your concerns and how you are feeling',
|
|
|
|
+ 'connect_with_your_community' => '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'
|
|
|
|
+ ];
|
|
|
|
+ ?>
|
|
|
|
+ <ul>
|
|
|
|
+ @foreach($healthyWaysOptions as $hOptionKey => $hOptionLabel)
|
|
|
|
+ @if(@$contentData[$hOptionKey])
|
|
|
|
+ <li>{{ $hOptionLabel }}</li>
|
|
|
|
+ @endif
|
|
|
|
+ @endforeach
|
|
|
|
+ </ul>
|
|
|
|
+ </li>
|
|
@endif
|
|
@endif
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
@@ -264,17 +279,17 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label class="mb-1">Asked patient top three wishes for health. They replied:</label>
|
|
<label class="mb-1">Asked patient top three wishes for health. They replied:</label>
|
|
@if(!@$contentData['top_wish_1'] && !@$contentData['top_wish_2'] && !@$contentData['top_wish_3'])
|
|
@if(!@$contentData['top_wish_1'] && !@$contentData['top_wish_2'] && !@$contentData['top_wish_3'])
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
|
- @ndif
|
|
|
|
|
|
+ <?= segment_template_summary_value_display(''); ?>
|
|
|
|
+ @endif
|
|
<ol class="mt-1">
|
|
<ol class="mt-1">
|
|
@if(@$contentData['top_wish_1'])
|
|
@if(@$contentData['top_wish_1'])
|
|
- <li>{{@$contentData['top_wish_1']}}</li>
|
|
|
|
|
|
+ <li>{{@$contentData['top_wish_1']}}</li>
|
|
@endif
|
|
@endif
|
|
@if(@$contentData['top_wish_2'])
|
|
@if(@$contentData['top_wish_2'])
|
|
- <li>{{@$contentData['top_wish_2']}}</li>
|
|
|
|
|
|
+ <li>{{@$contentData['top_wish_2']}}</li>
|
|
@endif
|
|
@endif
|
|
@if(@$contentData['top_wish_3'])
|
|
@if(@$contentData['top_wish_3'])
|
|
- <li>{{@$contentData['top_wish_3']}}</li>
|
|
|
|
|
|
+ <li>{{@$contentData['top_wish_3']}}</li>
|
|
@endif
|
|
@endif
|
|
</ol>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
@@ -286,8 +301,8 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@if(@$contentData['ans_hypertension_rpm_education'])
|
|
@if(@$contentData['ans_hypertension_rpm_education'])
|
|
- <h6 class="d-none"><b><u>OPTIONAL: Election to enroll into hypertension RPM: (Requires H&P)</u></b></h6>
|
|
|
|
- <p>Educated patient regarding AHA position statement on HTN & RPM, educated about availability of CCM, informed patient about importance as per AHA position statement. Patient consents to RPM.</p>
|
|
|
|
- <p>Remote patient monitoring (RPM) can empower patients to better manage their health and participate in their health care. When used by clinicians, RPM can provide a more holistic view of a patient’s health over time, increase visibility into a patient’s adherence to a treatment, and enable timely intervention before a costly care episode. Clinicians can strengthen their relationships with, and improve the experience of, their patients by using the data sent to them via RPM to develop a personalized care plan and to engage in joint decision-making to foster better outcomes. The American Heart Association supports initiatives that increase access to and incentivize the appropriate design and use of evidence-based remote patient monitoring technologies.</p>
|
|
|
|
|
|
+ <h6 class="d-none"><b><u>OPTIONAL: Election to enroll into hypertension RPM: (Requires H&P)</u></b></h6>
|
|
|
|
+ <p>Educated patient regarding AHA position statement on HTN & RPM, educated about availability of CCM, informed patient about importance as per AHA position statement. Patient consents to RPM.</p>
|
|
|
|
+ <p>Remote patient monitoring (RPM) can empower patients to better manage their health and participate in their health care. When used by clinicians, RPM can provide a more holistic view of a patient’s health over time, increase visibility into a patient’s adherence to a treatment, and enable timely intervention before a costly care episode. Clinicians can strengthen their relationships with, and improve the experience of, their patients by using the data sent to them via RPM to develop a personalized care plan and to engage in joint decision-making to foster better outcomes. The American Heart Association supports initiatives that increase access to and incentivize the appropriate design and use of evidence-based remote patient monitoring technologies.</p>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|