Parcourir la source

Create patient: pass in skipMedicareValidation: true

Vijayakrishnan Krishnan il y a 6 jours
Parent
commit
f131a7296b

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

@@ -116,7 +116,8 @@ $medicaidStates = Config::get('constants.medicaid_states');
 			isSelfPay: false,
 			carrierCategory: '',
 			carrierCategoryInternal: '',
-			isPatientSubscriber: true
+			isPatientSubscriber: true,
+			skipMedicareValidation: true,
 		},
 		methods: {
 			setSkipInsurance: function(_event) {

+ 2 - 0
resources/views/app/patient/create-patient/insurance-coverage-form.blade.php

@@ -216,5 +216,7 @@
 			<h6 class="font-weight-bold">Does the patient also have either a Medicare or Medicaid #? (optional)</h6>
 		</div>--}}
 
+		<input type="hidden" name="skipMedicareValidation" value="1">
+
 	</div>
 </div>