patientInstruction property

List<CodeableReference>? patientInstruction
inherited

patientInstruction While Appointment.note contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before).

Implementation

List<CodeableReference>? get patientInstruction =>
    throw _privateConstructorUsedError;