|
@@ -120,10 +120,9 @@ if (!!@$point->data) {
|
|
|
}
|
|
|
|
|
|
?>
|
|
|
-
|
|
|
<div class="p-3 mb-0">
|
|
|
<ul class="mb-0">
|
|
|
- <li><strong>For the second visit</strong>, every patient is so unique. Please complete a standard SOAP note. Here are key points:</strong></li>
|
|
|
+ <li><strong>For the second visit</strong>, every patient is so unique. Please complete a standard SOAP note. Here are key points:</li>
|
|
|
<li>How are you?</li>
|
|
|
<li>Did you receive the meters? Any issues?</li>
|
|
|
<li>Reiterate education about asymptomatic hypoxia and guidelines to check regularly.</li>
|
|
@@ -149,7 +148,7 @@ if (!!@$point->data) {
|
|
|
$mailingAddress = implode(' ', [$patient->mailing_address_line1, $patient->mailing_address_line2, $patient->mailing_address_city, $patient->mailing_address_state, $patient->mailing_address_zip]);
|
|
|
?>
|
|
|
@if(!ctype_space($mailingAddress))
|
|
|
- <hr class="my-3">
|
|
|
+ <hr class="my-3" />
|
|
|
<label>Asked patient to confirm if <b><i><u>{{$mailingAddress}}</u></i></b> was their mailing address, to which they:</label>
|
|
|
@if(@$contentData['ans_is_address_correct'] == 'yes')
|
|
|
<?= segment_template_summary_value_display('confirmed to be correct.') ?>
|
|
@@ -168,7 +167,7 @@ if (!!@$point->data) {
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <hr class="my-3">
|
|
|
+ <hr class="my-3" />
|
|
|
<label>Asked patient if they have ever worked with a nurse practitioner before, to which they responded:</label>
|
|
|
@if(@$contentData['ans_has_worked_with_an_np_before'] == 'yes')
|
|
|
<?= segment_template_summary_value_display('YES.') ?>
|