|
@@ -7,59 +7,22 @@ use App\Models\Point;
|
|
|
|
|
|
$wizardLinks = [
|
|
|
[
|
|
|
- "name" => 'Allergies',
|
|
|
- "href" => "/allergies-center/{$note->client->uid}/{$note->uid}",
|
|
|
- "initer" => "allergies-center-{$note->id}"
|
|
|
+ "name" => 'Nutrition Rx',
|
|
|
+ "title" => '<img src=\'/img/nutrition-rx.png\'/> Nutrition Rx',
|
|
|
+ "href" => "/nutrition-center/{$note->client->uid}/{$note->uid}",
|
|
|
+ "initer" => "nutrition-center-{$note->id}"
|
|
|
],
|
|
|
[
|
|
|
- "name" => 'Medications',
|
|
|
- "href" => "/medications-center/{$note->client->uid}/{$note->uid}",
|
|
|
- "initer" => "medications-center-{$note->id}"
|
|
|
+ "name" => 'Exercise Rx',
|
|
|
+ "title" => '<img src=\'/img/exercise-rx.png\'/> Exercise Rx',
|
|
|
+ "href" => "/exercise-center/{$note->client->uid}/{$note->uid}",
|
|
|
+ "initer" => "exercise-center-{$note->id}"
|
|
|
],
|
|
|
[
|
|
|
- "name" => 'Problems',
|
|
|
- "href" => "/problems-center/{$note->client->uid}/{$note->uid}",
|
|
|
- "initer" => "problems-center-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'Goals',
|
|
|
- "href" => "/goals-center/{$note->client->uid}/{$note->uid}",
|
|
|
- "initer" => "goals-center-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'Care Team',
|
|
|
- "href" => "/careteam-center/{$note->client->uid}/{$note->uid}",
|
|
|
- "initer" => "careteam-center-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'PMHx',
|
|
|
- "title" => 'Past Medical History',
|
|
|
- "href" => "/note-segment-view-by-name/{$note->uid}/past_medical_history/edit",
|
|
|
- "initer" => "edit-univ_history_past_medical-container-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'FHx',
|
|
|
- "title" => 'Family History',
|
|
|
- "href" => "/note-segment-view-by-name/{$note->uid}/history_family/edit",
|
|
|
- "initer" => "edit-univ_history_family-container-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'Soc Hx',
|
|
|
- "title" => 'Social History',
|
|
|
- "href" => "/note-segment-view-by-name/{$note->uid}/history_social/edit",
|
|
|
- "initer" => "edit-univ_history_social-container-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'Surg Hx',
|
|
|
- "title" => 'Surgical History',
|
|
|
- "href" => "/note-segment-view-by-name/{$note->uid}/history_surgical/edit",
|
|
|
- "initer" => "edit-univ_history_surgical-container-{$note->id}"
|
|
|
- ],
|
|
|
- [
|
|
|
- "name" => 'ROS',
|
|
|
- "title" => 'Review Of Systems',
|
|
|
- "href" => "/note-segment-view-by-name/{$note->uid}/omega_ros/edit",
|
|
|
- "initer" => "init-ros-{$note->id}"
|
|
|
+ "name" => 'Behavior Rx',
|
|
|
+ "title" => '<img src=\'/img/behavior-rx.png\'/> Behavior Rx',
|
|
|
+ "href" => "/behavior-center/{$note->client->uid}/{$note->uid}",
|
|
|
+ "initer" => "behavior-center-{$note->id}"
|
|
|
],
|
|
|
];
|
|
|
|