active property

bool? get active

Whether this practitioner's record is in active use.

Implementation

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