Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Users meta query

$meta_query_users = array(
	'relation' => 'OR',
	array(
		'key'     => 'medical_diagnosis',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'vegan__animal_eater_orientation',
		'compare' => 'EXISTS',
	),
);