|
@@ -130,6 +130,7 @@ $contentData = [
|
|
"ans_edu_provided_use_of_smd" => null, // checkbox
|
|
"ans_edu_provided_use_of_smd" => null, // checkbox
|
|
"ans_edu_provided_asymptomatic_hypoxia" => null, // checkbox
|
|
"ans_edu_provided_asymptomatic_hypoxia" => null, // checkbox
|
|
"ans_edu_provided_cdc_guidelines" => null, // checkbox
|
|
"ans_edu_provided_cdc_guidelines" => null, // checkbox
|
|
|
|
+ "remarks" => null,
|
|
|
|
|
|
];
|
|
];
|
|
|
|
|
|
@@ -807,12 +808,17 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="mb-3">
|
|
|
|
|
|
+ <div class="mb-2">
|
|
<label class="mb-1"><b>Total minutes spent on this visit counseling or educating a patient or caregiver, documentation, and care coordination.</b></label>
|
|
<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">
|
|
<input type="text" data-name="ans_total_mins_spent" value="{{@$contentData['ans_total_mins_spent']}}" class="form-control form-control-sm">
|
|
<small class="d-none">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>
|
|
|
|
|
|
|
|
+ <div class="mb-3">
|
|
|
|
+ <label class="mb-1">Remarks</label>
|
|
|
|
+ <textarea data-name="remarks" class="form-control form-control-sm" rows="2">{{ @$contentData['remarks'] }}</textarea>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div class="pt-2">
|
|
<div class="pt-2">
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|
|
<div class="d-inline-flex align-self-stretch align-items-center">
|
|
<div class="d-inline-flex align-self-stretch align-items-center">
|