|
@@ -33,16 +33,15 @@
|
|
@include('app/patient/partials/appointments')
|
|
@include('app/patient/partials/appointments')
|
|
|
|
|
|
{{-- canvas based allergies --}}
|
|
{{-- canvas based allergies --}}
|
|
- {{-- <div class="pt-2 mt-2 border-top">
|
|
|
|
|
|
+ <div class="pt-2 mt-2 border-top">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'allergies'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.allergies.summary')
|
|
@include('app.patient.canvas-sections.allergies.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- allergies - point -->
|
|
<!-- allergies - point -->
|
|
<?php
|
|
<?php
|
|
@@ -51,6 +50,7 @@
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@foreach($allergies as $allergy)
|
|
@foreach($allergies as $allergy)
|
|
@@ -66,23 +66,15 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{{-- canvas based rx --}}
|
|
{{-- canvas based rx --}}
|
|
- {{-- <div class="pt-2 mt-2 border-top">
|
|
|
|
|
|
+ <div class="pt-2 mt-2 border-top">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide'])
|
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- <a href="/patients/view/{{$patient->uid}}/tickets/erx?popupmode=1"
|
|
|
|
- native target="_blank"
|
|
|
|
- class="ticket-popup-trigger d-block text-nowrap mr-3">
|
|
|
|
- Erx/Orders
|
|
|
|
- </a>
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.rx.summary')
|
|
@include('app.patient.canvas-sections.rx.summary')
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="stag-popup stag-popup-lg ticket-popup mcp-theme-1" stag-popup-key="ticket-popup"></div> --}}
|
|
|
|
|
|
|
|
<!-- meds - point -->
|
|
<!-- meds - point -->
|
|
<?php
|
|
<?php
|
|
@@ -91,6 +83,7 @@
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@foreach($medications as $medication)
|
|
@foreach($medications as $medication)
|
|
@@ -232,16 +225,15 @@
|
|
{{--@include('app/patient/partials/vitals')--}}
|
|
{{--@include('app/patient/partials/vitals')--}}
|
|
|
|
|
|
{{-- canvas based vitals --}}
|
|
{{-- canvas based vitals --}}
|
|
- {{-- <div class="pt-2 border-top">
|
|
|
|
|
|
+ <div class="pt-2 border-top">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Vitals</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Vitals</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'vitals', 'class' => 'narrow'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.vitals.summary')
|
|
@include('app.patient.canvas-sections.vitals.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- vitals - point -->
|
|
<!-- vitals - point -->
|
|
<?php $latestVitals = \App\Models\Point::where('client_id', $patient->id)->where('category', 'VITALS')->orderBy('id', 'DESC')->first(); ?>
|
|
<?php $latestVitals = \App\Models\Point::where('client_id', $patient->id)->where('category', 'VITALS')->orderBy('id', 'DESC')->first(); ?>
|
|
@@ -254,6 +246,7 @@
|
|
</span>
|
|
</span>
|
|
@endif
|
|
@endif
|
|
</h6>
|
|
</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@if(!!$latestVitals)
|
|
@if(!!$latestVitals)
|
|
@@ -271,16 +264,15 @@
|
|
@include('app/patient/partials/medical-team')
|
|
@include('app/patient/partials/medical-team')
|
|
|
|
|
|
{{-- canvas based dx --}}
|
|
{{-- canvas based dx --}}
|
|
- {{-- <div class="pt-2 mt-2 border-top">
|
|
|
|
|
|
+ <div class="pt-2 mt-2 border-top">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'dx', 'class' => 'wide'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.dx.summary')
|
|
@include('app.patient.canvas-sections.dx.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- probs - point -->
|
|
<!-- probs - point -->
|
|
<?php
|
|
<?php
|
|
@@ -289,6 +281,7 @@
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@foreach($problems as $problem)
|
|
@foreach($problems as $problem)
|
|
@@ -304,34 +297,22 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
- {{--<div class="mt-2">
|
|
|
|
- <div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
|
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">History</h6>
|
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- <a start show class="py-0 font-weight-normal"
|
|
|
|
- href="/patients/view/{{ $patient->uid }}/history">
|
|
|
|
- View All
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
- </div>--}}
|
|
|
|
-
|
|
|
|
{{-- history_medical --}}
|
|
{{-- history_medical --}}
|
|
- {{-- <div class="pt-2 mt-2 border-top">
|
|
|
|
|
|
+ <div class="pt-2 mt-2 border-top">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'pmhx'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.pmhx.summary')
|
|
@include('app.patient.canvas-sections.pmhx.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- pmhx - point -->
|
|
<!-- pmhx - point -->
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.segment-templates.past_medical_history.summary', compact('patient'))
|
|
@include('app.patient.segment-templates.past_medical_history.summary', compact('patient'))
|
|
@@ -339,21 +320,21 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{{-- history_surgical --}}
|
|
{{-- history_surgical --}}
|
|
- {{-- <div class="mt-2">
|
|
|
|
|
|
+ <div class="mt-2 border-top pt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'pshx'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.pshx.summary')
|
|
@include('app.patient.canvas-sections.pshx.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- pshx - point -->
|
|
<!-- pshx - point -->
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.segment-templates.history_surgical.summary', compact('patient'))
|
|
@include('app.patient.segment-templates.history_surgical.summary', compact('patient'))
|
|
@@ -361,21 +342,21 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{{-- history_family --}}
|
|
{{-- history_family --}}
|
|
- {{-- <div class="mt-2">
|
|
|
|
|
|
+ <div class="mt-2 border-top pt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'fhx'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.fhx.summary')
|
|
@include('app.patient.canvas-sections.fhx.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- fhx - point -->
|
|
<!-- fhx - point -->
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.segment-templates.history_family.summary', compact('patient'))
|
|
@include('app.patient.segment-templates.history_family.summary', compact('patient'))
|
|
@@ -383,21 +364,21 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{{-- history_social --}}
|
|
{{-- history_social --}}
|
|
- {{-- <div class="mt-2">
|
|
|
|
|
|
+ <div class="mt-2 border-top pt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'sochx'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.sochx.summary')
|
|
@include('app.patient.canvas-sections.sochx.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- sochx - point -->
|
|
<!-- sochx - point -->
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.segment-templates.history_social.summary', compact('patient'))
|
|
@include('app.patient.segment-templates.history_social.summary', compact('patient'))
|
|
@@ -405,7 +386,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{{-- history_ob_and_preg --}}
|
|
{{-- history_ob_and_preg --}}
|
|
- <div class="pl-2 mt-2">
|
|
|
|
|
|
+ <div class="pl-2 mt-2 border-top pt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold">OB & Pregnancy</h6>
|
|
<h6 class="my-0 font-weight-bold">OB & Pregnancy</h6>
|
|
<span class="mx-2 text-secondary">|</span>
|
|
<span class="mx-2 text-secondary">|</span>
|
|
@@ -778,20 +759,16 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {{-- care-team --}}
|
|
|
|
- {{--@include('app/patient/partials/care-team')--}}
|
|
|
|
-
|
|
|
|
- {{-- canvas based dx --}}
|
|
|
|
- {{-- <div class="pt-2 mt-2 border-top">
|
|
|
|
|
|
+ {{-- canvas based careteam --}}
|
|
|
|
+ <div class="pt-2 mt-2 border-top">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'care-team', 'class' => 'wide'])
|
|
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@include('app.patient.canvas-sections.care-team.summary')
|
|
@include('app.patient.canvas-sections.care-team.summary')
|
|
</div>
|
|
</div>
|
|
- </div> --}}
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- careteam - point -->
|
|
<!-- careteam - point -->
|
|
<?php
|
|
<?php
|
|
@@ -800,6 +777,7 @@
|
|
<div class="pt-2 mt-2">
|
|
<div class="pt-2 mt-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<div class="d-flex align-items-center pb-2">
|
|
<h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
|
|
<h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
|
|
|
|
+ <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
</div>
|
|
</div>
|
|
<div class="bg-light border p-2 mb-3">
|
|
<div class="bg-light border p-2 mb-3">
|
|
@foreach($careTeamMembers as $careTeamMember)
|
|
@foreach($careTeamMembers as $careTeamMember)
|