|
@@ -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">
|