healthcareService property

List<Reference>? get healthcareService

The list of healthcare services that this worker provides for this role's Organization/Location(s).

Implementation

List<Reference>? get healthcareService =>
    healthcareServiceField.getValue(json);