communication property

List<PractitionerCommunication>? communication
inherited

communication A language which may be used to communicate with the practitioner, often for correspondence/administrative purposes. The PractitionerRole.communication property should be used for publishing the languages that a practitioner is able to communicate with patients (on a per Organization/Role basis).

Implementation

List<PractitionerCommunication>? get communication =>
    throw _privateConstructorUsedError;