|
@@ -0,0 +1,10 @@
|
|
|
+<?php
|
|
|
+$category = 'PLAN_FREE_TEXT';
|
|
|
+include resource_path('views/app/patient/segment-templates/_simple_text_segment/summary.php');
|
|
|
+?>
|
|
|
+
|
|
|
+@include('app.patient.segment-templates.plan_free_text_v2.allergies')
|
|
|
+@include('app.patient.segment-templates.plan_free_text_v2.medications')
|
|
|
+@include('app.patient.segment-templates.plan_free_text_v2.problems')
|
|
|
+@include('app.patient.segment-templates.plan_free_text_v2.goals')
|
|
|
+@include('app.patient.segment-templates.plan_free_text_v2.care_team')
|