Provider

fun Provider(providerNationalId: String, name: String, credentials: String? = null, minAge: Int? = null, maxAge: Int? = null, brand: String? = null, isActive: Boolean? = null, departments: List<ProviderDepartment> = listOf(), visitTypes: List<ProviderVisitType> = listOf())