address property

FixedList<Address>? get address

Address(es) of the practitioner that are not role specific (typically home address).

Implementation

FixedList<Address>? get address => addressField.getValue(json);