|
@@ -135,6 +135,7 @@ if(!@$summaryView) {
|
|
<div class="mb-2 bg-light p-2 border">
|
|
<div class="mb-2 bg-light p-2 border">
|
|
<p class="mb-1 font-weight-bold">
|
|
<p class="mb-1 font-weight-bold">
|
|
{{ @$problem->data->name }}
|
|
{{ @$problem->data->name }}
|
|
|
|
+ {{!!@($problem->data->icd) ? ' / ' . @($problem->data->icd) : ''}}
|
|
</p>
|
|
</p>
|
|
@if($patient->core_note_id !== $note->id)
|
|
@if($patient->core_note_id !== $note->id)
|
|
<div class="text-secondary">This problem was added outside of this visit.
|
|
<div class="text-secondary">This problem was added outside of this visit.
|
|
@@ -168,8 +169,7 @@ if(!@$summaryView) {
|
|
<input type="text"
|
|
<input type="text"
|
|
data-name="icd"
|
|
data-name="icd"
|
|
class="form-control form-control-sm"
|
|
class="form-control form-control-sm"
|
|
- value="{{@$problem->data->icd}}"
|
|
|
|
- readonly>
|
|
|
|
|
|
+ value="{{@$problem->data->icd}}">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|