|
@@ -133,12 +133,12 @@ if (!!@$point->data) {
|
|
|
}
|
|
|
|
|
|
?>
|
|
|
+
|
|
|
<div visit-moe close-on-save close-on-cancel class="d-block p-3">
|
|
|
<form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1">
|
|
|
<input type="hidden" name="segmentUid" value="<?= $segment->uid ?>">
|
|
|
<input type="hidden" name="category" value="<?= $category ?>">
|
|
|
<input type="hidden" name="data" value="{{json_encode($contentData)}}">
|
|
|
-
|
|
|
<p class="mb-2">Hi {{strtolower($patient->sex) === 'M' ? 'Mr.' : 'Mrs.'}} {{$patient->displayName()}}, My name is {{$pro->displayName()}}. I'm a board-certified nurse practitioner.</p>
|
|
|
|
|
|
<div class="mb-2">
|
|
@@ -152,7 +152,7 @@ if (!!@$point->data) {
|
|
|
<?php
|
|
|
$mailingAddress = implode(' ', [$patient->mailing_address_line1, $patient->mailing_address_line2, $patient->mailing_address_city, $patient->mailing_address_state, $patient->mailing_address_zip]);
|
|
|
?>
|
|
|
- <label class="mb-1">Let me confirm your mailing address for delivery of the self-monitoring kit: {{$mailingAddress}}</label>
|
|
|
+ <label class="mb-1">Let me confirm your mailing address: {{$mailingAddress}}</label>
|
|
|
<div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
|
<label class="my-0 mr-3 d-flex align-items-center">
|
|
|
<input type="radio" data-name="ans_is_address_correct" name="ans_is_address_correct" {{@$contentData['ans_is_address_correct'] && @$contentData['ans_is_address_correct'] === 'yes' ? 'checked' : ''}} value="yes">
|
|
@@ -172,10 +172,14 @@ if (!!@$point->data) {
|
|
|
|
|
|
<hr class="my-3">
|
|
|
|
|
|
- <div class="mb-2">
|
|
|
+ <div class="mb-2 d-none">
|
|
|
So it'll be my responsibility to ensure that you know exactly how to use the kit once you get it.
|
|
|
</div>
|
|
|
|
|
|
+ <div class="mb-2>
|
|
|
+ DialMD
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="mb-2">
|
|
|
<label class="mb-1">Have you ever worked with a nurse practitioner before?</label>
|
|
|
<div class="d-inline-flex ml-2 align-items-baseline pt-1">
|
|
@@ -192,6 +196,8 @@ if (!!@$point->data) {
|
|
|
|
|
|
<div class="mb-2 ml-3">
|
|
|
<ul>
|
|
|
+ <li><strong>I'M NOT HERE TO REPLACE YOUR CURRENT DOCTORS.</strong></li>
|
|
|
+ <li>This is a telehealth service that you can rely on in addition to your existing care team if you ever need support after hours or have a question about one of your vital signs.</li>
|
|
|
<li>Like medical doctors, we have the authority to write prescriptions and order labs.</li>
|
|
|
<li>So if you ever need anything (medical advice, prescriptions, labs, etc.), you can always call me via phone.</li>
|
|
|
<li>Or we can do video calls over Zoom if that's ever helpful.</li>
|
|
@@ -725,41 +731,49 @@ if (!!@$point->data) {
|
|
|
|
|
|
<hr class="my-3">
|
|
|
|
|
|
- <p><b>Vaccine Status:</b></p>
|
|
|
-
|
|
|
- <div class="ml-3 mb-3">
|
|
|
+ <div class="ml-3 mb-3">
|
|
|
<label class="mb-2 d-flex align-items-center">
|
|
|
- <input type="checkbox" data-name="ans_vaccine_status_not_enough_rapport" {{@$contentData['ans_vaccine_status_not_enough_rapport'] ? 'checked' : ''}} class="mr-2">
|
|
|
- <span class="ml-2">Not enough rapport right now to ask</span>
|
|
|
+ <input type="checkbox" data-name="ans_cdc_push" {{@$contentData['ans_vaccine_push'] ? 'checked' : ''}} class="mr-2">
|
|
|
+ <span class="ml-2">Educated patient that self-monitoring is not a replacement for following CDC guidelines re: vaccines, mask-wearing, and social distancing; <strong>CDC guidelines re: vaccines, masks, and social distancing are the most effective strategy to reduce COVID-19 risk.</strong>.</span>
|
|
|
</label>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <p><b>Vaccine Status:</b></p>
|
|
|
+
|
|
|
+ <div class="ml-3 mb-3">
|
|
|
<label class="mb-2 d-flex align-items-center">
|
|
|
<input type="checkbox" data-name="ans_vaccine_status_declined_to_answer" {{@$contentData['ans_vaccine_status_declined_to_answer'] ? 'checked' : ''}} class="mr-2">
|
|
|
<span class="ml-2">Declined to answer</span>
|
|
|
</label>
|
|
|
<div>
|
|
|
- <input type="text" data-name="ans_vaccine_status" value="{{@$contentData['ans_vaccine_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
+ Status: <input type="text" data-name="ans_vaccine_status" value="{{@$contentData['ans_vaccine_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
+ </div>
|
|
|
+ <div class="mt-2">
|
|
|
+ Support needed? <input type="text" data-name="ans_vaccine_status" value="{{@$contentData['ans_vaccine_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<p><b>Booster Status:</b></p>
|
|
|
|
|
|
<div class="ml-3 mb-3">
|
|
|
- <label class="mb-2 d-flex align-items-center">
|
|
|
- <input type="checkbox" data-name="ans_booster_status_not_enough_rapport" {{@$contentData['ans_booster_status_not_enough_rapport'] ? 'checked' : ''}} class="mr-2">
|
|
|
- <span class="ml-2">Not enough rapport right now to ask</span>
|
|
|
- </label>
|
|
|
<label class="mb-2 d-flex align-items-center">
|
|
|
<input type="checkbox" data-name="ans_booster_status_declined_to_answer" {{@$contentData['ans_booster_status_declined_to_answer'] ? 'checked' : ''}} class="mr-2">
|
|
|
<span class="ml-2">Declined to answer</span>
|
|
|
</label>
|
|
|
<div>
|
|
|
- <input type="text" data-name="ans_booster_status" value="{{@$contentData['ans_booster_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
+ Status: <input type="text" data-name="ans_booster_status" value="{{@$contentData['ans_booster_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
+ </div>
|
|
|
+ <div class="mt-2">
|
|
|
+ Support needed? <input type="text" data-name="ans_vaccine_status" value="{{@$contentData['ans_vaccine_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="mb-3">
|
|
|
- <label class="mb-1">Current Behaviors to Stay Safe:</label>
|
|
|
+ <label class="mb-1"><strong>Current Behaviors to Stay Safe:</strong></label>
|
|
|
<input type="text" data-name="ans_current_behaviors_to_stay_safe" value="{{@$contentData['ans_current_behaviors_to_stay_safe']}}" class="form-control form-control-sm">
|
|
|
+ <div class="mt-2">
|
|
|
+ Support needed? <input type="text" data-name="ans_vaccine_status" value="{{@$contentData['ans_vaccine_status']}}" class="form-control form-control-sm d-inline-block w-auto">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<p><b>Education Provided:</b></p>
|