|
@@ -70,13 +70,13 @@ if (!!@$point->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>
|
|
|
|
|
|
@@ -84,13 +84,13 @@ if (!!@$point->data) {
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label>Asked patient if we can apply on CovidTests.gov for them? Patient replied:</label>
|
|
<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')
|
|
@if(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'yes')
|
|
- <?= segment_template_summary_value_display('Yes') ?>
|
|
|
|
|
|
+ {{segment_template_summary_value_display('Yes') }}
|
|
@elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'no')
|
|
@elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'no')
|
|
- <?= segment_template_summary_value_display('No') ?>
|
|
|
|
|
|
+ {{segment_template_summary_value_display('No') }}
|
|
@elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == 'not_sure')
|
|
@elseif(@$contentData['ans_apply_gvt_covid_kit_for_patient'] == '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>
|
|
@endif
|
|
@endif
|
|
@@ -146,15 +146,14 @@ if (!!@$point->data) {
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- @if(@$contentData['ans_has_answered_all_covid_19_questions'] == 'yes')
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
- <label>Answered all questions relating to COVID-19.</label>
|
|
|
|
- <?= segment_template_summary_value_display('Patient verbalizes understanding.') ?>
|
|
|
|
|
|
+ @if(@$contentData['ans_has_answered_all_covid_19_questions'] == 'yes')
|
|
|
|
+ <label>Answered all questions relating to COVID-19.</label>
|
|
|
|
+ {{segment_template_summary_value_display('Patient verbalizes understanding.')}}
|
|
@elseif(@$contentData['ans_has_answered_all_covid_19_questions'] == 'no')
|
|
@elseif(@$contentData['ans_has_answered_all_covid_19_questions'] == 'no')
|
|
- @else
|
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
|
- </div>
|
|
|
|
|
|
+
|
|
@endif
|
|
@endif
|
|
|
|
+ </div>
|
|
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<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>
|
|
@@ -183,12 +182,12 @@ if (!!@$point->data) {
|
|
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label>Asked patient, how are you doing regarding stress? Patient replied:</label>
|
|
<label>Asked patient, how are you doing regarding stress? Patient replied:</label>
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_how_patient_is_doing_regarding_stress']) ?>
|
|
|
|
|
|
+ {{segment_template_summary_value_display(@$contentData['ans_how_patient_is_doing_regarding_stress'])}}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<label>Conducted PHQ-2 with patient. Patient score is:</label>
|
|
<label>Conducted PHQ-2 with patient. Patient score is:</label>
|
|
- <?= segment_template_summary_value_display(@$contentData['total_phq2']) ?>
|
|
|
|
|
|
+ {{segment_template_summary_value_display(@$contentData['total_phq2'])}}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@if((int) @$contentData['total_phq2'] > 3)
|
|
@if((int) @$contentData['total_phq2'] > 3)
|
|
@@ -250,9 +249,9 @@ if (!!@$point->data) {
|
|
<ul>
|
|
<ul>
|
|
@foreach($healthyWaysOptions as $hOptionKey => $hOptionLabel)
|
|
@foreach($healthyWaysOptions as $hOptionKey => $hOptionLabel)
|
|
@if(@$contentData[$hOptionKey])
|
|
@if(@$contentData[$hOptionKey])
|
|
- <li>{{ $hOptionLabel }}</li>
|
|
|
|
|
|
+ <li>{{ $hOptionLabel }}</li>
|
|
@endif
|
|
@endif
|
|
- @endforeach
|
|
|
|
|
|
+ @endforeach
|
|
</ul>
|
|
</ul>
|
|
</li>
|
|
</li>
|
|
@endif
|
|
@endif
|
|
@@ -261,18 +260,18 @@ if (!!@$point->data) {
|
|
|
|
|
|
<hr class="my-3">
|
|
<hr class="my-3">
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <label class="mb-1">Asked patient top three wishes for health. They replied:</label>
|
|
|
|
- <div class="mt-1">1. {{@$contentData ['top_wish_1']}}</div>
|
|
|
|
- <div class="mt-1">2. {{@$contentData ['top_wish_2']}}</div>
|
|
|
|
- <div class="mt-1">3. {{@$contentData ['top_wish_3']}}</div>
|
|
|
|
- </div>
|
|
|
|
- <hr class="my-3">
|
|
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Asked patient top three wishes for health. They replied:</label>
|
|
|
|
+ <div class="mt-1">1. {{@$contentData ['top_wish_1']}}</div>
|
|
|
|
+ <div class="mt-1">2. {{@$contentData ['top_wish_2']}}</div>
|
|
|
|
+ <div class="mt-1">3. {{@$contentData ['top_wish_3']}}</div>
|
|
|
|
+ </div>
|
|
|
|
+ <hr class="my-3">
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
|
- <label class="mb-1">Next follow-up for:</label>
|
|
|
|
- {{@$contentData ['follow_up_for']}}
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <label class="mb-1">Next follow-up for:</label>
|
|
|
|
+ {{@$contentData ['follow_up_for']}}
|
|
|
|
+ </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>
|
|
<h6 class="d-none"><b><u>OPTIONAL: Election to enroll into hypertension RPM: (Requires H&P)</u></b></h6>
|