Samson Mutunga 3 éve
szülő
commit
7fcbbb633d

+ 41 - 2
resources/views/app/patient/segment-templates/covid_follow-up/summary.blade.php

@@ -8,7 +8,35 @@ $endPoint = 'upsertGlobalSingleton';
 $point = Point::getGlobalSingletonOfCategory($patient, 'COVID_FOLLOW_UP', true);
 
 $contentData = [
-        
+    "ans_has_received_printed_cdc_covid_matrials" => null, // yes/no
+    "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_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,
 
 ];
 if (!!@$point->data) {
@@ -27,7 +55,18 @@ if (!!@$point->data) {
             @else
                 <b>(Unspecified Gender)</b>
             @endif
-         presenting via telehealth for consultation regarding COVID-19 prevention and early detection.</label>
+            presenting for follow-up regarding CDC COVID-19 guidelines & ongoing medical care.</label>
+    </div>
+
+    <div class="mb-2">
+        <h6><b><u>CDC: How to Protect Yourself & Others: Education</u></b></h6>
+        @if(@contentData['ans_has_received_printed_cdc_covid_matrials'] == 'yes')
+            Patient has received printed materials from CDC, “How to Protect Yourself & Others”.
+        @elseif(@contentData['ans_has_received_printed_cdc_covid_matrials'] == 'no')
+            Patient has not received printed materials from CDC, “How to Protect Yourself & Others”.
+        @else
+            
+        @endif
     </div>
     
 </div>