|
@@ -80,7 +80,10 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
|
<i class="text-secondary fa fa-circle text-sm on-hover-opaque mr-2"></i>
|
|
|
@endif
|
|
|
<div>
|
|
|
- <b><?= !!@($problem->data->name) ? @($problem->data->name) : '-' ?></b>
|
|
|
+ <div>
|
|
|
+ <b><?= !!@($problem->data->name) ? @($problem->data->name) : '-' ?></b>
|
|
|
+ <?= !!@($problem->data->icd) ? '/ ' . @($problem->data->icd) : '' ?>
|
|
|
+ </div>
|
|
|
@if($problem->added_in_note_id === $note->id)
|
|
|
<div class="mt-1 text-sm text-secondary">
|
|
|
Added
|