|
@@ -35,7 +35,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
<th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
|
|
|
@endif
|
|
|
<th class="border-bottom-0 text-secondary">Name</th>
|
|
|
- <th class="border-bottom-0 text-secondary w-25">Subjective</th>
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">Subjective/HPI</th>
|
|
|
<th class="border-bottom-0 text-secondary w-25">Plan</th>
|
|
|
<th class="border-bottom-0 text-secondary">Active?</th>
|
|
|
<th class="border-bottom-0 text-secondary">Started</th>
|
|
@@ -192,7 +192,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
|
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'addVerbPT' => 'Diagnosed'])
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'addVerbPT' => 'Diagnosed', 'reviewLabel' => 'Subjective/HPI'])
|
|
|
|
|
|
<div class="mt-3 pt-2 d-flex align-items-center border-top">
|
|
|
<button type="submit" class="btn-save-problem btn btn-sm btn-primary mr-2">Save</button>
|