@@ -1,6 +1,8 @@
<?php $infoLines = json_decode($patient->info_lines);?>
<?php $infoLines = !$infoLines ? [] : $infoLines; ?>
-<div class="<?= !@$selectable ? 'mt-2' : 'border-bottom' ?> pb-1">
+<div moe-parent
+ url="/embed/{{ $patient->uid }}/allergies/{{ @$selectable ? 1 : 0 }}"
+ class="<?= !@$selectable ? 'mt-2' : 'border-bottom' ?> pb-1">
<div class="d-flex align-items-center mb-2 py-2 <?= @$selectable ? 'px-2' : 'border-top' ?> border-bottom">
@if(!@$selectable)
-<div class="<?= !@$selectable ? 'mt-4' : 'border-bottom' ?> pb-1">
+ url="/embed/{{ $patient->uid }}/care-team/{{ @$selectable ? 1 : 0 }}"
+ class="<?= !@$selectable ? 'mt-4' : 'border-bottom' ?> pb-1">
+ url="/embed/{{ $patient->uid }}/dx/{{ @$selectable ? 1 : 0 }}"
@@ -34,7 +34,9 @@ foreach($patient->measurements as $measurement) {
?>
+ url="/embed/{{ $patient->uid }}/vitals/{{ @$selectable ? 1 : 0 }}"