|
@@ -112,7 +112,8 @@ $contentData = [
|
|
|
"ans_plan_ls_patient_elects_supervised_ls_mods" => null, // checkbox
|
|
|
"ans_plan_ls_explained_exercise_risks" => null, // checkbox
|
|
|
"ans_plan_ls_instructed_bp_random_times_daily" => null, // checkbox,
|
|
|
- "ans_total_mins_spent" => ''
|
|
|
+ "ans_total_mins_spent" => '',
|
|
|
+ "remarks" => null,
|
|
|
|
|
|
];
|
|
|
|
|
@@ -437,7 +438,13 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
@endif
|
|
|
</div>
|
|
|
<div class="mb-3">
|
|
|
- <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>
|
|
|
-
|
|
|
+ <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>
|
|
|
+
|
|
|
+ @if(@$contentData['remarks'])
|
|
|
+ <div class="mb-3">
|
|
|
+ <label class="font-weight-bold">Remarks:</label>
|
|
|
+ <div class="border p-3"><?= nl2br(@$contentData['remarks']) ?></div>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
</div>
|