Peter Muturi 1 year ago
parent
commit
a920d3e455

+ 19 - 1
resources/views/app/new-patient.blade.php

@@ -40,10 +40,28 @@ $medicaidStates = Config::get('constants.medicaid_states');
 								@include('app.patient.create-patient.demographics-form')
 							</div>
 							@if($pro->pro_type === 'ADMIN')
-							<div>
+							<div class="border-bottom">
 								@include('app.patient.create-patient.insurance-coverage-form')
 							</div>
 							@endif
+							<div class="px-3 pt-3">
+								<div class="row m-0">
+									<div class='form-group mb-3 checkbox'>
+										<label class="d-flex align-items-center">
+											<input type='checkbox' name='forceNewChartCreation' class="mr-2" />
+											Force New Chart Creation
+										</label>
+									</div>
+
+									<div class='form-group mb-3 ml-3 checkbox'>
+										<label class="d-flex align-items-center">
+											<input type='checkbox' name='isTestRecord' class="mr-2" />
+											<b>Test Record</b>
+										</label>
+									</div>
+								</div>
+							</div>
+
 
 						</div>
 						<div class="col-md-6">

+ 0 - 16
resources/views/app/patient/create-patient/demographics-form.blade.php

@@ -168,19 +168,3 @@
 	<label class='control-label font-weight-bold'>How did you hear about the program?</label>
 	<input class='form-control' type='text' name='source' />
 </div>
-
-<div class="row m-0">
-	<div class='form-group mb-3 checkbox'>
-		<label class="d-flex align-items-center">
-			<input type='checkbox' name='forceNewChartCreation' class="mr-2" />
-			Force New Chart Creation
-		</label>
-	</div>
-
-	<div class='form-group mb-3 ml-3 checkbox'>
-		<label class="d-flex align-items-center">
-			<input type='checkbox' name='isTestRecord' class="mr-2" />
-			<b>Test Record</b>
-		</label>
-	</div>
-</div>

+ 1 - 1
resources/views/app/patient/rm-setup.blade.php

@@ -5,7 +5,7 @@
     <h4 class="font-weight-bold mb-3 font-size-14" id="rm-setup">Remote Monitoring</h4>
 
     @include('app.patient.note.rm-setup')
-    @if($patient->is_enrolled_in_rm && !($patient->is_weight_and_bmi_settings_updated || $patient->is_bp_and_pulse_updated))
+    @if($patient->is_enrolled_in_rm == 'YES' && !($patient->is_weight_and_bmi_settings_updated || $patient->is_bp_and_pulse_updated))
     <hr>
       <p class="alert alert-warning border-warning text-dark mb-2">
         <i class="fa fa-exclamation-triangle mr-1"></i>  You need to complete the patient's <a href="{{ route('patients.view.vitals-settings', ['patient' => $patient]) }}" class="font-weight-bold">Vitals settings</a> before ordering cellular weight scale and/or a cellular BP device.

+ 2 - 4
resources/views/app/patient/segment-templates/informed_consent/edit.blade.php

@@ -25,9 +25,9 @@ if (!!@$point->data) {
             </div>
             <span> This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate in a video visit was obtained.</span>
         </label>
-        
+
         <div class="mb-2">
-            <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
+            <!-- <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div> -->
             <div>I discussed with the patient the nature of our visit, that:</div>
             <div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
             <div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>
@@ -47,5 +47,3 @@ if (!!@$point->data) {
         </div>
     </form>
 </div>
-
-

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

@@ -27,7 +27,7 @@ if (!!@$point->data) {
 
 @if(@($contentData["informed_consent"]))
     <div class="mb-2">
-        <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
+        <!-- <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div> -->
         <div>I discussed with the patient the nature of our visit, that:</div>
         <div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
         <div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>

+ 1 - 3
resources/views/app/patient/segment-templates/omega_informed_consent/edit.blade.php

@@ -12,6 +12,7 @@ $contentData = [
 if (!!@$point->data) {
     $contentData = json_decode($point->data, true);
 }
+dump($contentData, $contentData["informed_consent"]);
 ?>
 <div visit-moe close-on-save close-on-cancel class="d-block pb-2">
     <form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1">
@@ -25,7 +26,6 @@ if (!!@$point->data) {
             </div>
             <div>
                 <div>This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate was obtained.</div>
-                <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
                 <div>I discussed with the patient the nature of our visit, that:</div>
                 <div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
                 <div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>
@@ -46,5 +46,3 @@ if (!!@$point->data) {
         </div>
     </form>
 </div>
-
-

+ 0 - 1
resources/views/app/patient/segment-templates/omega_informed_consent/summary.blade.php

@@ -24,7 +24,6 @@ if (!!@$point->data) {
     @if(@($contentData["informed_consent"]))
         <div>
             <div>This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate was obtained.</div>
-            <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
             <div>I discussed with the patient the nature of our visit, that:</div>
             <div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
             <div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>

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

@@ -25,7 +25,7 @@ if (!!@$point->data) {
             </div>
             <div>
                 <div>This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate was obtained.</div>
-                <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
+                <!-- <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div> -->
                 <div>I discussed with the patient the nature of our visit, that:</div>
                 <div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
                 <div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>

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

@@ -24,7 +24,7 @@ if (!!@$point->data) {
     @if(@($contentData["informed_consent"]))
         <div>
             <div>This is a {{$note->method}} visit that was performed on {{friendly_date($note->effective_dateest)}}. Verbal consent to participate was obtained.</div>
-            <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div>
+            <!-- <div>This visit occurred during the Coronavirus (COVID-19) Public Health Emergency.</div> -->
             <div>I discussed with the patient the nature of our visit, that:</div>
             <div class="ml-3">- I would evaluate the patient and recommend diagnostics and treatments based on my assessment.</div>
             <div class="ml-3">- Our sessions are not being recorded, and that personal health information is protected.</div>