This patient doesn't have any medical questionnaires yet.
Medical questionnaires help healthcare providers understand the patient's health history and needs.
| Date Created | Health Concerns | Actions |
|---|---|---|
|
{{ $questionnaire->created_at->format('M d, Y') }}
{{ $questionnaire->created_at->diffForHumans() }}
|
{{ \Illuminate\Support\Str::limit($questionnaire->health_concerns ?? 'No health concerns specified', 100) }}
|
|