@extends('layouts.app') @section('content')

Record Vitals

Capture patient observations and measurements

Patient
{{ $encounter->first_name }} {{ $encounter->last_name }}
Patient No
{{ $encounter->patient_no ?? '—' }}
Encounter
{{ $encounter->encounter_no }}
@if ($errors->any())
Fix the following:
@endif
@csrf

Core Vitals

Body Measurements

Cancel
@endsection