Health Tracking & Care Profiles
Complete care profiles with demographics, emergency contacts, discharge instructions, consent, tasks, and medications.
Data Model
- Patient — name, DOB, age, gender, phone, address, diagnosis, notes
- Emergency Contacts — name, relationship, phone, email
- Discharge Instructions — summary, redFlags, activity, diet, followUp
- Consent — given, scope, givenBy, givenAt
API Endpoints
- GET /api/care-profiles — List all profiles
- POST /api/care-profiles — Create profile
- GET /api/care-profiles/:id — Single profile
- PUT /api/care-profiles/:id — Update profile
- PUT /api/care-profiles/:id/emergency-contacts — Update contacts
- PUT /api/care-profiles/:id/discharge-instructions — Update discharge
Live Profiles
Loading...