aloof-greece-14875
{ "PATIENT_ID": 1111, "$or": [ { "PATIENT_PLATFORM": { "$inGroup": "web_group" } }, { "PATIENT_APP_VERSION": { "$vgte": "230.0.0" } } ] }
"if patient ID is 1111 AND (patient platform is web OR mobile version ≥ 230), turn on the feature"
"if patient ID is 1111 OR patient platform is web OR native ≥ 230)"
happy-autumn-40938
if ( PATIENT_ID == 1111 AND ( PATIENT_PLATFORM is in "web_group" OR PATIENT_APP_VERSION > "230.0.0" ) )
Open source platform for stress free deployments, measured impact, and smarter decisions.