|
@@ -121,86 +121,7 @@ if (!!@$point->data) {
|
|
|
|
|
|
?>
|
|
|
<div class="p-3 mb-0">
|
|
|
- <ul class="mb-0">
|
|
|
- <li><strong>For the second visit</strong>, every patient is so unique. Please complete a standard SOAP note. Here are key points:</li>
|
|
|
- <li>How are you?</li>
|
|
|
- <li>Did you receive the meters? Any issues?</li>
|
|
|
- <li>Reiterate education about asymptomatic hypoxia and guidelines to check regularly.</li>
|
|
|
- <li>If SpO2 drops slightly, call us or your PCP.</li>
|
|
|
- <li>If SpO2 drops to 94, go straight to the ER, even if you feel fine.</li>
|
|
|
- <li>How are you doing with your other conditions?</li>
|
|
|
- <li>How are you doing with stress? Stress really affects your blood pressure and even your blood sugar. COVID-19 has created so much stress in our lives, 7 in 10 adults now report anxiety or feelings of depression and isolation.</li>
|
|
|
- <li><a href="https://press.aarp.org/AARP-Survey-7-in-10-Older-Adults-Report-Increased-Feelings-of-Anxiety-Sadness-and-Depression-Due-to-Coronavirus">AARP Link</a></li>
|
|
|
- </ul>
|
|
|
-</div>
|
|
|
-
|
|
|
-<hr class="mt-1 mb-4">
|
|
|
-
|
|
|
<div class="events-none form-read-mode">
|
|
|
-
|
|
|
- <div class="mb-2">
|
|
|
- <label>Asked patient how they were doing, to which they responded:</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_how_are_you']) ?>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="mb-2">
|
|
|
- <?php
|
|
|
- $mailingAddress = implode(' ', [$patient->mailing_address_line1, $patient->mailing_address_line2, $patient->mailing_address_city, $patient->mailing_address_state, $patient->mailing_address_zip]);
|
|
|
- ?>
|
|
|
- @if(!ctype_space($mailingAddress))
|
|
|
- <hr class="my-3" />
|
|
|
- <label>Asked patient to confirm if <b><i><u>{{$mailingAddress}}</u></i></b> was their mailing address, to which they:</label>
|
|
|
- @if(@$contentData['ans_is_address_correct'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('confirmed to be correct.') ?>
|
|
|
- @elseif(@$contentData['ans_is_address_correct'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('denied to be correct.') ?>
|
|
|
- @if(strlen(@$contentData['ans_corrected_address']))
|
|
|
- <div class="mb-2">
|
|
|
- <label>The patient provided <i><?= segment_template_summary_value_display(@$contentData['ans_corrected_address']) ?></i> <span class="ml-2">as the correct mailing address.</span></label>
|
|
|
-
|
|
|
- </div>
|
|
|
- @endif
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
- @endif
|
|
|
-
|
|
|
- </div>
|
|
|
-
|
|
|
- <hr class="my-3" />
|
|
|
- <label>Asked patient if they have ever worked with a nurse practitioner before, to which they responded:</label>
|
|
|
- @if(@$contentData['ans_has_worked_with_an_np_before'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('YES.') ?>
|
|
|
- @elseif(@$contentData['ans_has_worked_with_an_np_before'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('No.') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
-
|
|
|
- <div class="mb-2">
|
|
|
- <label><b>Explained to patient that:</b></label>
|
|
|
- </div>
|
|
|
- <div class="mb-2 ml-3">
|
|
|
- <ul>
|
|
|
- <li><strong>I'M NOT HERE TO REPLACE YOUR CURRENT DOCTORS.</strong></li>
|
|
|
- <li>This is a telehealth service that you can rely on in addition to your existing care team if you ever need support after hours or have a question about one of your vital signs.</li>
|
|
|
- <li>Like medical doctors, we have the authority to write prescriptions and order labs.</li>
|
|
|
- <li>So if you ever need anything (medical advice, prescriptions, labs, etc.), you can always call me via phone.</li>
|
|
|
- <li>Or we can do video calls over Zoom if that's ever helpful.</li>
|
|
|
- <li>And because telemedicine is now covered by Medicare and we're allowed to waive co-pays, it's free of charge for patients.</li>
|
|
|
- <li>You'll never get a bill or anything.</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- @if(@$contentData['ans_has_worked_with_an_np_before_expl_feedback'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('Patient verbalized understanding.') ?>
|
|
|
- @elseif(@$contentData['ans_has_worked_with_an_np_before_expl_feedback'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('Patient verbalized lack of understanding.') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
-
|
|
|
- <hr class="my-3">
|
|
|
-
|
|
|
<div class="mb-2">
|
|
|
<label><b>{{ $patient->displayName() }}</b> is a <b>{{$patient->age_in_years }} year(s) </b>
|
|
|
@if($patient->sex == 'M')
|
|
@@ -238,81 +159,20 @@ if (!!@$point->data) {
|
|
|
</div>
|
|
|
@endif
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
- <label class="d-inline">Explained to patient that today we’re going to conduct a quick intake, I’m going to give you some important information, and then we’ll get you all set up. <b>to which the patient: </b></label>
|
|
|
- @if(@$contentData['ans_quick_intake_expl_feedback'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('Acknowledged') ?>
|
|
|
- @elseif(@$contentData['ans_quick_intake_expl_feedback'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('Declined') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
-
|
|
|
<hr class="my-3">
|
|
|
|
|
|
- <div class="mb-1">
|
|
|
- <b>Explained to patient that:</b>
|
|
|
- </div>
|
|
|
- <div class="mb-2 ml-3">
|
|
|
- <div class="mb-1">
|
|
|
- First we’re going to talk a little bit about the <b>baseline</b> numbers of your vital signs.
|
|
|
- </div>
|
|
|
- <div class="mb-1">
|
|
|
- Baseline means what is normal for <b>you</b>.
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="mb-2">
|
|
|
- <label class="mb-1">Asked patient if they have heard that normal body temperature is 98.6 F?. To which they responded:</label>
|
|
|
- @if(@$contentData['ans_normal_temp_is_986'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('Yes') ?>
|
|
|
- @elseif(@$contentData['ans_normal_temp_is_986'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('No') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
-
|
|
|
-
|
|
|
- </div>
|
|
|
- <ul>
|
|
|
- <li>So, that’s the <b>average</b> for all humans.</li>
|
|
|
- <li>But everyone is unique. Some people run hotter and some run colder.</li>
|
|
|
- <li>Also, normal body temperature number goes <b>down</b> with age</li>
|
|
|
- <li>As we get older our bodies run on a colder temperature.</li>
|
|
|
- <li>So when you were 18, your baseline body temperature might have been 98.6, but today it might in fact be 97!</li>
|
|
|
- <li>So, what’s normal for one person could be signs of a fever in another person!</li>
|
|
|
- <li>So if someone with a baseline temperature of 97.7 measures in at 98.6, it could mean that <b>they’re not actually normal</b> - in fact they are starting to run a fever!</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- @if(@$contentData['ans_baseline_expl_feedback_1'] == 'yes')
|
|
|
- <div class="mb-2">
|
|
|
- <?= segment_template_summary_value_display('Patient verbalized understanding.') ?>
|
|
|
- </div>
|
|
|
- @elseif(@$contentData['ans_baseline_expl_feedback_1'] == 'no')
|
|
|
- <div class="mb-2">
|
|
|
- <?= segment_template_summary_value_display('Patient verbalized lack of understanding.') ?>
|
|
|
- </div>
|
|
|
- @else
|
|
|
<div class="mb-2">
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
-
|
|
|
- <div class="mt-3 mb-2">
|
|
|
- <label><b>Explained to patient that the numbers they read on self-monitoring equipment mean different things to different people.</b> So we’re going to go through patient's vital signs and each meter one by one, and ask you some questions about each of them.</label>
|
|
|
- @if(@$contentData['ans_baseline_expl_feedback_2'] == 'yes')
|
|
|
+ <label class="d-inline">Explained that baseline vital signs are individualized, and vary due to age esp. Such as temperature, which runs cooler as we age.</label>
|
|
|
+ @if(@$contentData['ans_baseline_expl_feedback_1'] == 'yes')
|
|
|
<?= segment_template_summary_value_display('Patient verbalized understanding.') ?>
|
|
|
- @elseif(@$contentData['ans_baseline_expl_feedback_2'] == 'no')
|
|
|
+ @elseif(@$contentData['ans_baseline_expl_feedback_1'] == 'no')
|
|
|
<?= segment_template_summary_value_display('Patient verbalized lack of understanding.') ?>
|
|
|
@else
|
|
|
<?= segment_template_summary_value_display('') ?>
|
|
|
@endif
|
|
|
-
|
|
|
</div>
|
|
|
|
|
|
<hr class="my-3">
|
|
|
-
|
|
|
- <p><b>Temperature</b></p>
|
|
|
<div class="mb-2">
|
|
|
Asked patient the following:
|
|
|
</div>
|
|
@@ -329,24 +189,20 @@ if (!!@$point->data) {
|
|
|
<?= segment_template_summary_value_display(@$contentData['ans_currently_running_high']) ?>
|
|
|
</div>
|
|
|
|
|
|
- </div>
|
|
|
-
|
|
|
- <hr class="my-3">
|
|
|
-
|
|
|
- <p class="mb-3"><b>Blood Oxygen / Pulmonary</b></p>
|
|
|
- <div class="mb-2">
|
|
|
- Asked patient the following:
|
|
|
- </div>
|
|
|
- <div class="ml-3">
|
|
|
<div class="mb-2">
|
|
|
<label>-Baseline SpO2, to which they replied:</label>
|
|
|
<?= segment_template_summary_value_display(@$contentData['ans_baseline_blood_ox']) ?>
|
|
|
</div>
|
|
|
+
|
|
|
<div class="mb-2">
|
|
|
- <label>-Baseline SpO2, to which they replied:</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_blood_ox_by_self']) ?>
|
|
|
+ <label>-If they have ever used fingertip oximeter, to which they replied:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_blood_ox_by_self'])) ?>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
+
|
|
|
+ <hr class="my-3">
|
|
|
+
|
|
|
<div class="mb-2">
|
|
|
<label>Discussed risk of asymptomatic hypoxia during COVID.</label>
|
|
|
@if(@$contentData['ans_blood_ox_expl_feedback'] == 'yes')
|
|
@@ -357,151 +213,141 @@ if (!!@$point->data) {
|
|
|
<?= segment_template_summary_value_display('') ?>
|
|
|
@endif
|
|
|
</div>
|
|
|
- <div class="mb-2 ml-3">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <div>
|
|
|
- <label>Asked patient if they have ever had COVID, to which:</label>
|
|
|
- @if(@$contentData['ans_blood_ox_condition_covid'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('Patient reports having COVID.') ?>
|
|
|
- @elseif(@$contentData['ans_blood_ox_condition_covid'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('Patient denies having COVID.') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
-
|
|
|
- </div>
|
|
|
- <ul>
|
|
|
- <li class="mb-2">
|
|
|
- <label>Asked patient how they are feeling now, to which they replied</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_condition_covid_how_now']) ?>
|
|
|
- </li>
|
|
|
- <li class="mb-2">
|
|
|
- <label> Asked patient if they've recovered completely, to which they replied</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_condition_covid_recovered']) ?>
|
|
|
- </li>
|
|
|
- <li class="mb-2">
|
|
|
- <label>Asked patient if they have any lingering symptoms like shortness of breath, weakness, or brain fog, to which they replied</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_condition_covid_lingering_symptoms']) ?>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div>
|
|
|
- <label>Asked patient if they have ever had asthma, to which:</label>
|
|
|
- @if(@$contentData['ans_blood_ox_condition_asthma'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('Patient reports having Asthma.') ?>
|
|
|
- @elseif(@$contentData['ans_blood_ox_condition_asthma'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('Patient denies having Asthma.') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div>
|
|
|
- <label>Asked patient if they have ever had COPD, to which:</label>
|
|
|
- @if(@$contentData['ans_blood_ox_condition_copd'] == 'yes')
|
|
|
- <?= segment_template_summary_value_display('Patient reports having COPD.') ?>
|
|
|
- @elseif(@$contentData['ans_blood_ox_condition_copd'] == 'no')
|
|
|
- <?= segment_template_summary_value_display('Patient denies having COPD.') ?>
|
|
|
- @else
|
|
|
- <?= segment_template_summary_value_display('') ?>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div>
|
|
|
- <label>Asked patient if they have ever had any other lung condition that affects oxygen, to which they replied</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_blood_ox_condition_other']) ?>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
|
|
|
+ <hr class="my-3">
|
|
|
+
|
|
|
+ <div class="mb-2">
|
|
|
+ <div>
|
|
|
+ <label>Asked patient if they have ever had COVID, to which:</label>
|
|
|
+ @if(@$contentData['ans_blood_ox_condition_covid'] == 'yes')
|
|
|
+ <?= segment_template_summary_value_display('Patient reports having COVID.') ?>
|
|
|
+ @elseif(@$contentData['ans_blood_ox_condition_covid'] == 'no')
|
|
|
+ <?= segment_template_summary_value_display('Patient denies having COVID.') ?>
|
|
|
+ @else
|
|
|
+ <?= segment_template_summary_value_display('') ?>
|
|
|
+ @endif
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <label>Asked patient how they are feeling now, to which they replied</label>
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_condition_covid_how_now']) ?>
|
|
|
+ </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label> Asked patient if they've recovered completely, to which they replied</label>
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_condition_covid_recovered']) ?>
|
|
|
+ </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Asked patient if they have any lingering symptoms like shortness of breath, weakness, or brain fog, to which they replied <?= segment_template_summary_value_display(@$contentData['ans_condition_covid_lingering_symptoms']) ?></label>
|
|
|
+
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<hr class="my-3">
|
|
|
+ <div class="mb-2">
|
|
|
+ <div>
|
|
|
+ <label>Asked patient if they have ever had asthma, to which:</label>
|
|
|
+ @if(@$contentData['ans_blood_ox_condition_asthma'] == 'yes')
|
|
|
+ <?= segment_template_summary_value_display('Patient reports having Asthma.') ?>
|
|
|
+ @elseif(@$contentData['ans_blood_ox_condition_asthma'] == 'no')
|
|
|
+ <?= segment_template_summary_value_display('Patient denies having Asthma.') ?>
|
|
|
+ @else
|
|
|
+ <?= segment_template_summary_value_display('') ?>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
|
|
|
- <p><b>Blood Oxygen / Pulmonary</b></p>
|
|
|
+ <div>
|
|
|
+ <label>Asked patient if they have ever had COPD, to which:</label>
|
|
|
+ @if(@$contentData['ans_blood_ox_condition_copd'] == 'yes')
|
|
|
+ <?= segment_template_summary_value_display('Patient reports having COPD.') ?>
|
|
|
+ @elseif(@$contentData['ans_blood_ox_condition_copd'] == 'no')
|
|
|
+ <?= segment_template_summary_value_display('Patient denies having COPD.') ?>
|
|
|
+ @else
|
|
|
+ <?= segment_template_summary_value_display('') ?>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <label>Asked patient if they have ever had any other lung condition that affects oxygen, to which they replied</label>
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_blood_ox_condition_other']) ?>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="ml-3">
|
|
|
+ </div>
|
|
|
|
|
|
+ <hr class="my-3">
|
|
|
+ <div class="mb-2">
|
|
|
<div class="mb-2">
|
|
|
- <label>Asked patient their baseline heart rate and BP:</label>
|
|
|
- <div class="d-flex align-items-center pl-3">
|
|
|
- <div class="mr-3">Heart Rate: <?= segment_template_summary_value_display(@$contentData['ans_baseline_heart_rate']) ?></div>
|
|
|
- <div>BP: <?= segment_template_summary_value_display(@$contentData['ans_baseline_bp']) ?></div>
|
|
|
+ <label>Asked patient their baseline heart rate and BP:</label>
|
|
|
+ <div class="mr-3 d-inline">Heart Rate: <?= segment_template_summary_value_display(@$contentData['ans_baseline_heart_rate']) ?></div>
|
|
|
+ <div class="d-inline">BP: <?= segment_template_summary_value_display(@$contentData['ans_baseline_bp']) ?></div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
- <label>Asked patient if they have ever operated a digital BP / pulse meter. Patient response:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_bp_by_self'])) ?>
|
|
|
- </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Asked patient if they have ever operated a digital BP / pulse meter. Patient response:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_bp_by_self'])) ?>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
- <label>Asked patient if ever Dx of HTN, patient response:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_high_bp_ever'])) ?>
|
|
|
- </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Asked patient if ever Dx of HTN, patient response:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_high_bp_ever'])) ?>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
- <label>Asked patient if they have ever taken BP medicine, patient response:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_bp_medicine'])) ?>
|
|
|
- </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Asked patient if they have ever taken BP medicine, patient response:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_bp_medicine'])) ?>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="mb-3 ml-3">
|
|
|
- <label class="mb-2">BP medicine reported:</label>
|
|
|
- @if(!strlen(@$contentData['ans_bp_medicine_1_type']) && !strlen(@$contentData['ans_bp_medicine_2_type']) && !strlen(@$contentData['ans_bp_medicine_3_type']))
|
|
|
- <?= segment_template_summary_value_display('None') ?>
|
|
|
- @endif
|
|
|
- <div class="pl-3">
|
|
|
- @if(@$contentData['ans_bp_medicine_1_type'])
|
|
|
- <div class="mb-2">
|
|
|
- ▸ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_1_type']) ?>:
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_1_dose']) ?>
|
|
|
- </div>
|
|
|
+ @if(@$contentData['ans_bp_medicine'] == 'yes')
|
|
|
+ <div class="mb-3 ml-3">
|
|
|
+ <label class="mb-2">BP medicine reported:</label>
|
|
|
+ @if(!strlen(@$contentData['ans_bp_medicine_1_type']) && !strlen(@$contentData['ans_bp_medicine_2_type']) && !strlen(@$contentData['ans_bp_medicine_3_type']))
|
|
|
+ <?= segment_template_summary_value_display('None') ?>
|
|
|
@endif
|
|
|
+ <div class="pl-3">
|
|
|
+ @if(@$contentData['ans_bp_medicine_1_type'])
|
|
|
+ <div class="mb-2">
|
|
|
+ ▸ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_1_type']) ?>:
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_1_dose']) ?>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
|
|
|
- @if(@$contentData['ans_bp_medicine_2_type'])
|
|
|
- <div class="mb-2">
|
|
|
- ▸ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_2_type']) ?>:
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_2_dose']) ?>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
+ @if(@$contentData['ans_bp_medicine_2_type'])
|
|
|
+ <div class="mb-2">
|
|
|
+ ▸ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_2_type']) ?>:
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_2_dose']) ?>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
|
|
|
- @if(@$contentData['ans_bp_medicine_3_type'])
|
|
|
- <div class="mb-2">
|
|
|
- ▸ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_3_type']) ?>:
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_3_dose']) ?>
|
|
|
+ @if(@$contentData['ans_bp_medicine_3_type'])
|
|
|
+ <div class="mb-2">
|
|
|
+ ▸ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_3_type']) ?>:
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_bp_medicine_3_dose']) ?>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
- @endif
|
|
|
</div>
|
|
|
+ @endif
|
|
|
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="mb-2">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <label>CAD or other atherosclerosis:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_cardiac_heart_ever_cad'])) ?>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <label>Irregular heart rhythm</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_cardiac_heart_ever_irr'])) ?>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <label>CHF</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_cardiac_heart_ever_chf'])) ?>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <label>Other</label>
|
|
|
- <?= segment_template_summary_value_display(@$contentData['ans_cardiac_heart_ever_other']) ?>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>CAD or other atherosclerosis:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_cardiac_heart_ever_cad'])) ?>
|
|
|
+ </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Irregular heart rhythm</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_cardiac_heart_ever_irr'])) ?>
|
|
|
+ </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>CHF</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_cardiac_heart_ever_chf'])) ?>
|
|
|
+ </div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Other</label>
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_cardiac_heart_ever_other']) ?>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <hr class="my-3">
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
- <label class="mb-1">Asked patient following:</label>
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Asked patient following:</label>
|
|
|
+ <div class="ml-3">
|
|
|
<ul>
|
|
|
<li>
|
|
|
<label> Chest pain, patient response:</label>
|
|
@@ -519,27 +365,20 @@ if (!!@$point->data) {
|
|
|
<label>Headache, patient response:</label>
|
|
|
<?= segment_template_summary_value_display(ucwords(@$contentData['ans_headache'])) ?>
|
|
|
</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="mb-2">
|
|
|
- <label class="mb-1">Asked patient following:</label>
|
|
|
- </div>
|
|
|
- <div class="mb-2 ml-3">
|
|
|
- <label>Ever feels increase in heart rate, patient response:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_increase_in_heart_rate'])) ?>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <label>How often, patient response:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_increase_in_heart_rate_frequency'])) ?>
|
|
|
- </li>
|
|
|
<li>
|
|
|
- <label>Do you monitor your BP before / after workouts? Patient response:</label>
|
|
|
- <?= segment_template_summary_value_display(ucwords(@$contentData['ans_monitor_bp_before_after_workouts'])) ?>
|
|
|
+ <label>Ever feels increase in heart rate, patient response:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_increase_in_heart_rate'])) ?>
|
|
|
+ @if(@$contentData['ans_increase_in_heart_rate'] == 'yes')
|
|
|
+ ; How often: <?= segment_template_summary_value_display(ucwords(@$contentData['ans_increase_in_heart_rate_frequency'])) ?>
|
|
|
+ @endif
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
-
|
|
|
+ </div>
|
|
|
+ <hr class="my-3">
|
|
|
+ <div class="mb-2">
|
|
|
+ <label>Do you monitor your BP before / after workouts? Response:</label>
|
|
|
+ <?= segment_template_summary_value_display(ucwords(@$contentData['ans_monitor_bp_before_after_workouts'])) ?>
|
|
|
</div>
|
|
|
|
|
|
<hr class="my-3">
|
|
@@ -549,8 +388,8 @@ if (!!@$point->data) {
|
|
|
<?= segment_template_summary_value_display('Patient declined to provide vaccine status.') ?>
|
|
|
@else
|
|
|
@if(@$contentData['ans_vaccine_status'])
|
|
|
- <small class="ml-3"><i><?= segment_template_summary_value_display(@$contentData['ans_vaccine_status']) ?></i></small>
|
|
|
- @else:
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_vaccine_status']) ?>
|
|
|
+ @else
|
|
|
<?= segment_template_summary_value_display('') ?>
|
|
|
@endif
|
|
|
@endif
|
|
@@ -561,8 +400,8 @@ if (!!@$point->data) {
|
|
|
<?= segment_template_summary_value_display('Patient declined to provide booster status.') ?>
|
|
|
@else
|
|
|
@if(@$contentData['ans_booster_status'])
|
|
|
- <small class="ml-3"><i><?= segment_template_summary_value_display(@$contentData['ans_booster_status']) ?></i></small>
|
|
|
- @else:
|
|
|
+ <?= segment_template_summary_value_display(@$contentData['ans_booster_status']) ?>
|
|
|
+ @else
|
|
|
<?= segment_template_summary_value_display('') ?>
|
|
|
@endif
|
|
|
@endif
|