Explorar o código

server changes

root %!s(int64=3) %!d(string=hai) anos
pai
achega
0a2515200e

+ 5 - 4
resources/views/app/patient/segment-templates/covid_follow-up/edit.blade.php

@@ -1,13 +1,14 @@
 <div class="p-3 mb-0">
         <ul class="mb-0">
-                <li><strong>Note to HCP:</strong> Every patient is so unique. Please complete a standard SOAP note. Key points to consider:</strong></li>
-                <li>How are you?</li>
+                <li><strong>Note to HCP:</strong> Every patient is so unique. Please complete a standard SOAP note / H&P. Key points to consider:</strong></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 your other conditions? H&P</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>
+                <li>Review CDC printout / AARP mental health printout with headline "7 in 10 Older Adults Report Increased Feelings of Anxiety, Sadness and Depression Due to Coronavirus"</li>
+                <li><a target="_blank" native 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>

+ 5 - 4
resources/views/app/patient/segment-templates/covid_follow-up/summary.blade.php

@@ -1,13 +1,14 @@
 <div class="p-3 mb-0">
         <ul class="mb-0">
-                <li><strong>Note to HCP:</strong> Every patient is so unique. Please complete a standard SOAP note. Key points to consider:</strong></li>
-                <li>How are you?</li>
+                <li><strong>Note to HCP:</strong> Every patient is so unique. Please complete a standard SOAP note / H&P. Key points to consider:</strong></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 your other conditions? H&P</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>
+                <li>Review CDC printout / AARP mental health printout with headline "7 in 10 Older Adults Report Increased Feelings of Anxiety, Sadness and Depression Due to Coronavirus"</li>
+                <li><a target="_blank" native 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>

+ 17 - 1
resources/views/app/patient/segment-templates/covid_intake/edit.blade.php

@@ -7,6 +7,10 @@ $endPoint = 'upsertGlobalSingleton';
 
 $point = Point::getGlobalSingletonOfCategory($patient, 'COVID_INTAKE', true);
 $contentData = [
+
+	"ans_cdc_guidelines_aarp_mental_health" => '',
+	"ans_follow_up_scheduled" => '',
+
     "ans_how_are_you" => '',
     "ans_is_address_correct" => null, // yes/no
     "ans_corrected_address" => '',
@@ -794,10 +798,22 @@ if (!!@$point->data) {
             </label>
         </div>
 
+	<p><b>Printed material to be sent:</b></p>
+        <div class="ml-3 mb-3">
+	    <label class="mb-2 d-flex align-items-center">
+                <input type="checkbox" data-name="ans_cdc_guidelines_aarp_mental_health" {{@$contentData['ans_cdc_guidelines_aarp_mental_health'] ? 'checked' : ''}} class="mr-2">
+                <span class="ml-2">CDC "How to Protect Yourself & Others" & AARP mental health / COVID alert</span>
+            </label>
+	    <label class="mb-2 d-flex align-items-center">
+                <input type="checkbox" data-name="ans_follow_up_scheduled" {{@$contentData['ans_follow_up_scheduled'] ? 'checked' : ''}} class="mr-2">
+                <span class="ml-2">Follow-up scheduled</span>
+            </label>
+	</div>
+
         <div class="mb-3">
             <label class="mb-1"><b>Total minutes  spent on this visit counseling or educating a patient or caregiver, documentation, and care coordination.</b></label>
             <input type="text" data-name="ans_total_mins_spent" value="{{@$contentData['ans_total_mins_spent']}}" class="form-control form-control-sm">
-            <small>Over 50% of this time was directed towards counseling and education.</small>
+            <small class="d-none">Over 50% of this time was directed towards counseling and education.</small>
         </div>
 
         <div class="pt-2">

+ 1 - 16
resources/views/app/patient/segment-templates/covid_intake/summary.blade.php

@@ -120,21 +120,6 @@ 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">
 
@@ -599,4 +584,4 @@ if (!!@$point->data) {
         <label>A total of <?= segment_template_summary_value_display(@$contentData['ans_total_mins_spent'], '', 'ml-0') ?> minutes was spent on this visit counseling or educating a patient or caregiver, documentation, and care coordination. Over 50% of this time was directed towards counseling and education.</label>
         
     </div>
-</div>
+</div>