Carer Onboarding: First Dose¶
This user story walks a new carer from invitation to recording their first medication administration safely.
Scenario¶
You are invited to help manage medicines for a dependent person and need to record the first dose correctly.
Step 1: Accept invitation and sign in¶
- Open the invitation link before it expires.
- Complete account setup or sign in.
- Confirm you can access the dashboard.
Expected result:
- Your account is active.
- You can see people assigned to you as a carer.
Step 2: Open the dependent person record¶
- Navigate to the person you support.
- Review active medicines:
- prescriptions
- person medicines (non-prescription)
Expected result:
- You can see medicine details and the current allowed administration state.
Step 3: Check safety constraints before administering¶
For the target medicine, confirm:
- maximum daily dose (
max_daily_doses) - minimum time gap (
min_hours_between_doses) - last recorded administration time (if any)
Expected result:
- The UI allows dose recording only when constraints are satisfied.
Step 4: Record the first dose¶
- Choose the correct medicine entry.
- Record administration at the current time (or clinically correct time).
- Submit the dose entry.
Expected result:
- A new
MedicationTakeis created from exactly one source: - prescription, or
- person medicine
Step 5: Verify history and auditability¶
After recording:
- Confirm the administration appears in medication history.
- Confirm timestamps are correct.
- If you have admin access, verify an audit record exists.
Expected result:
- Dose is visible in history.
- Audit trail reflects the change.
Common failure cases¶
Too soon since last dose¶
Symptom: system blocks submission due to min_hours_between_doses.
Action: wait until next eligible time.
Daily limit reached¶
Symptom: system blocks submission due to max_daily_doses.
Action: do not administer additional dose; follow clinical policy/escalation.
Wrong medicine source selected¶
Symptom: invalid or mismatched dose entry path.
Action: choose the correct medicine entry and retry.
Completion criteria¶
Onboarding is complete when the carer can:
- sign in successfully,
- access assigned person records,
- record a valid first dose,
- verify the dose appears in history.