active property

bool? get active

Whether this practitioner role record is in active use.

Implementation

bool? get active => activeField.getValue(json);