Browse Source

fixed year dropdowns to include 2023

= 2 years ago
parent
commit
7908d561f1

+ 1 - 0
resources/views/app/practice-management/remote-monitoring-admin.blade.php

@@ -60,6 +60,7 @@
                         <option value="2020" {{$y === 2020 ? 'selected' : ''}}>2020</option>
                         <option value="2021" {{$y === 2021 ? 'selected' : ''}}>2021</option>
                         <option value="2022" {{$y === 2022 ? 'selected' : ''}}>2022</option>
+                        <option value="2023" {{$y === 2023 ? 'selected' : ''}}>2023</option>
                     </select>
                 </form>
             </div>

+ 1 - 0
resources/views/app/practice-management/remote-monitoring.blade.php

@@ -70,6 +70,7 @@
                         <option value="2020" {{$y === 2020 ? 'selected' : ''}}>2020</option>
                         <option value="2021" {{$y === 2021 ? 'selected' : ''}}>2021</option>
                         <option value="2022" {{$y === 2022 ? 'selected' : ''}}>2022</option>
+                        <option value="2023" {{$y === 2023 ? 'selected' : ''}}>2023</option>
                     </select>
                 </form>
             </div>

+ 1 - 0
resources/views/app/practice-management/rpm-manager/index.blade.php

@@ -181,6 +181,7 @@
                                     <option value="2020" {{$year && intval($year) === 2020 ? 'selected' : ''}}>2020</option>
                                     <option value="2021" {{$year && intval($year) === 2021 ? 'selected' : ''}}>2021</option>
                                     <option value="2022" {{$year && intval($year) === 2022 ? 'selected' : ''}}>2022</option>
+                                    <option value="2023" {{$year && intval($year) === 2023 ? 'selected' : ''}}>2023</option>
                                 </select>
                             </div>
                             @if(count($proRoles) > 1)

+ 1 - 0
resources/views/app/practice-management/rpm-matrix-by-pro-type.blade.php

@@ -102,6 +102,7 @@
                                 <option value="2020" {{$y === 2020 ? 'selected' : ''}}>2020</option>
                                 <option value="2021" {{$y === 2021 ? 'selected' : ''}}>2021</option>
                                 <option value="2022" {{$y === 2022 ? 'selected' : ''}}>2022</option>
+                                <option value="2023" {{$y === 2023 ? 'selected' : ''}}>2023</option>
                             </select>
                         </div>
                     </div>

+ 1 - 0
resources/views/app/practice-management/rpm-matrix-for-admin.blade.php

@@ -91,6 +91,7 @@
                                 <option value="2020" {{request()->input('y') && intval(request()->input('y')) === 2020 ? 'selected' : ''}}>2020</option>
                                 <option value="2021" {{request()->input('y') && intval(request()->input('y')) === 2021 ? 'selected' : ''}}>2021</option>
                                 <option value="2022" {{request()->input('y') && intval(request()->input('y')) === 2022 ? 'selected' : ''}}>2022</option>
+                                <option value="2023" {{request()->input('y') && intval(request()->input('y')) === 2023? 'selected' : ''}}>2023</option>
                             </select>
                         </div>
 

+ 769 - 165
sample.json

@@ -1,169 +1,773 @@
-{
-    "created_at": "2022-01-18T12:51:22Z",
-    "eligible_id": "3GSG50JUTCF43",
-    "known_issues": [],
-    "date_of_death": null,
-    "last_name": "SHAH",
-    "first_name": "RASIKLAL",
-    "middle_name": "R",
-    "member_id": "3U26R07JQ63",
-    "group_id": null,
-    "group_name": null,
-    "dob": "1931-10-14",
-    "gender": "M",
-    "address": {
-        "street_line_1": "8572 263RD ST",
-        "street_line_2": null,
-        "city": "FLORAL PARK",
-        "state": "NY",
-        "zip": "110011138"
-    },
-    "payer_name": "CMS",
-    "payer_id": "00431",
-    "plan_number": "",
-    "eligibilty_dates": {
-        "start": "2022-01-18",
-        "end": null
-    },
-    "eligibility_dates": {
-        "start": "2022-01-18",
-        "end": null
-    },
-    "inactivity_dates": {
-        "start": null,
-        "end": null
-    },
-    "plan_types": {
-        "MA": "Medicare Part A (Hospital)",
-        "MB": "Medicare Part B (Professional Services)",
-        "MC": "Medicare Part C (Advantage)",
-        "MD": "Medicare Part D (Prescription drugs)",
-        "PR": "Primary insurance (Medicare Secondary, This Insurance is Primary)"
-    },
-    "plan_details": {
-        "MA": {
-            "active": true,
-            "start_date": "2004-07-01",
-            "end_date": null,
-            "deductible": 0.0,
-            "deductible_remaining": null,
-            "insurance_type": "QM",
-            "insurance_type_label": "Qualified Medicare Beneficiary",
-            "coinsurance_percent": null,
-            "copayment": null,
-            "info_valid_until": "2022-12-31",
-            "info_valid_till": "2022-12-31",
-            "comments": [
-                "0-Beneficiary insured due to age OASI"
-            ]
-        },
-        "MB": {
-            "active": true,
-            "start_date": "1996-10-01",
-            "end_date": null,
-            "deductible": 0.0,
-            "deductible_remaining": null,
-            "insurance_type": "QM",
-            "insurance_type_label": "Qualified Medicare Beneficiary",
-            "coinsurance_percent": 0,
-            "copayment": null,
-            "info_valid_until": "2022-12-31",
-            "info_valid_till": "2022-12-31",
-            "comments": [
-                "0-Beneficiary insured due to age OASI"
-            ]
-        },
-        "MC": {
-            "active": false,
-            "payer_name": null,
-            "insurance_type": null,
-            "insurance_type_label": null,
-            "mco_bill_option_code": null,
-            "mco_bill_option_label": null,
-            "locked": null,
-            "policy_number": null,
-            "effective_date": null,
-            "termination_date": null,
-            "contacts": null,
-            "address": {
-                "street_line_1": null,
-                "street_line_2": null,
-                "city": null,
-                "state": null,
-                "zip": null
+[
+    {
+        "label": "INTERESTED?",
+        "answers": [
+            {
+                "key": "blank",
+                "value": "{\"m\": \"(is_interested_in_manager IS NULL)\", \"p\": \"(is_interested_in_provider IS NULL)\", \"o\": \"(is_interested_in_organizer IS NULL)\"}",
+                "qm": {
+                    "all": null,
+                    "p": "(is_interested_in_provider IS NULL)",
+                    "m": "(is_interested_in_manager IS NULL)",
+                    "o": "(is_interested_in_organizer IS NULL)"
+                },
+                "qmComplete": {
+                    "all": null,
+                    "p": "(is_interested_in_provider IS NULL)",
+                    "m": "(is_interested_in_manager IS NULL)",
+                    "o": "(is_interested_in_organizer IS NULL)"
+                },
+                "questions": []
+            },
+            {
+                "key": "unsure",
+                "value": "{\"m\": \"(is_interested_in_manager = 'UNSURE')\", \"p\": \"(is_interested_in_provider = 'UNSURE')\", \"o\": \"(is_interested_in_organizer = 'UNSURE')\"}",
+                "qm": {
+                    "all": null,
+                    "p": "(is_interested_in_provider = 'UNSURE')",
+                    "m": "(is_interested_in_manager = 'UNSURE')",
+                    "o": "(is_interested_in_organizer = 'UNSURE')"
+                },
+                "qmComplete": {
+                    "all": null,
+                    "p": "(is_interested_in_provider = 'UNSURE')",
+                    "m": "(is_interested_in_manager = 'UNSURE')",
+                    "o": "(is_interested_in_organizer = 'UNSURE')"
+                },
+                "questions": []
             },
-            "comments": []
-        },
-        "MD": {
-            "active": true,
-            "payer_name": "CIGNA HEALTH AND LIFE INSURANCE COMPANY",
-            "policy_number": "S5617",
-            "effective_date": "2016-01-01",
-            "termination_date": null,
-            "contacts": [
-                {
-                    "contact_type": "telephone",
-                    "contact_value": "8002226700"
+            {
+                "key": "no",
+                "value": "{\"m\": \"(is_interested_in_manager = 'NO')\", \"p\": \"(is_interested_in_provider = 'NO')\", \"o\": \"(is_interested_in_organizer = 'NO')\"}",
+                "qm": {
+                    "all": null,
+                    "p": "(is_interested_in_provider = 'NO')",
+                    "m": "(is_interested_in_manager = 'NO')",
+                    "o": "(is_interested_in_organizer = 'NO')"
+                },
+                "qmComplete": {
+                    "all": null,
+                    "p": "(is_interested_in_provider = 'NO')",
+                    "m": "(is_interested_in_manager = 'NO')",
+                    "o": "(is_interested_in_organizer = 'NO')"
                 },
-                {
-                    "contact_type": "url",
-                    "contact_value": "www.cignamedicare.com"
-                }
-            ],
-            "address": {
-                "street_line_1": "900 Cottage Grove Rd",
-                "street_line_2": "B4SRS",
-                "city": "Hartford",
-                "state": "CT",
-                "zip": "06152"
+                "questions": []
             },
-            "comments": []
-        },
-        "PR": []
-    },
-    "requested_service_types": [
-        {
-            "type": "30",
-            "type_label": "Health Benefit Plan Coverage",
-            "plan_type": "MA",
-            "active": true,
-            "start_date": "2004-07-01",
-            "end_date": null,
-            "deductible": 0.0,
-            "deductible_remaining": null,
-            "insurance_type": "QM",
-            "insurance_type_label": "Qualified Medicare Beneficiary",
-            "coinsurance_percent": null,
-            "copayment": null,
-            "info_valid_until": "2022-12-31",
-            "info_valid_till": "2022-12-31"
-        },
-        {
-            "type": "30",
-            "type_label": "Health Benefit Plan Coverage",
-            "plan_type": "MB",
-            "active": true,
-            "start_date": "1996-10-01",
-            "end_date": null,
-            "deductible": 0.0,
-            "deductible_remaining": null,
-            "insurance_type": "QM",
-            "insurance_type_label": "Qualified Medicare Beneficiary",
-            "coinsurance_percent": 0,
-            "copayment": null,
-            "info_valid_until": "2022-12-31",
-            "info_valid_till": "2022-12-31"
-        }
-    ],
-    "requested_procedure_codes": [],
-    "history": {
-        "plan_details": {
-            "MA": [],
-            "MB": [],
-            "MC": [],
-            "MD": [],
-            "PR": []
-        },
-        "requested_service_types": []
+            {
+                "key": "yes",
+                "value": "{\"m\": \"(is_interested_in_manager = 'YES')\", \"p\": \"(is_interested_in_provider = 'YES')\", \"o\": \"(is_interested_in_organizer = 'YES')\"}",
+                "qm": {
+                    "all": null,
+                    "p": "(is_interested_in_provider = 'YES')",
+                    "m": "(is_interested_in_manager = 'YES')",
+                    "o": "(is_interested_in_organizer = 'YES')"
+                },
+                "qmComplete": {
+                    "all": null,
+                    "p": "(is_interested_in_provider = 'YES')",
+                    "m": "(is_interested_in_manager = 'YES')",
+                    "o": "(is_interested_in_organizer = 'YES')"
+                },
+                "questions": [
+                    {
+                        "label": "WANTED?",
+                        "answers": [
+                            {
+                                "key": "blank",
+                                "value": "{\"m\": \"(is_wanted_as_manager IS NULL)\", \"p\": \"(is_wanted_as_provider IS NULL)\", \"o\": \"(is_wanted_as_organizer IS NULL)\"}",
+                                "qm": {
+                                    "all": null,
+                                    "p": "(is_wanted_as_provider IS NULL)",
+                                    "m": "(is_wanted_as_manager IS NULL)",
+                                    "o": "(is_wanted_as_organizer IS NULL)"
+                                },
+                                "qmComplete": {
+                                    "all": null,
+                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider IS NULL)",
+                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager IS NULL)",
+                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer IS NULL)"
+                                },
+                                "questions": []
+                            },
+                            {
+                                "key": "no",
+                                "value": "{\"m\": \"(is_wanted_as_manager = 'NO')\", \"p\": \"(is_wanted_as_provider = 'NO')\", \"o\": \"(is_wanted_as_organizer = 'NO')\"}",
+                                "qm": {
+                                    "all": null,
+                                    "p": "(is_wanted_as_provider = 'NO')",
+                                    "m": "(is_wanted_as_manager = 'NO')",
+                                    "o": "(is_wanted_as_organizer = 'NO')"
+                                },
+                                "qmComplete": {
+                                    "all": null,
+                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'NO')",
+                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'NO')",
+                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'NO')"
+                                },
+                                "questions": []
+                            },
+                            {
+                                "key": "pause",
+                                "value": "{\"m\": \"(is_wanted_as_manager = 'PAUSE')\", \"p\": \"(is_wanted_as_provider = 'PAUSE')\", \"o\": \"(is_wanted_as_organizer = 'PAUSE')\"}",
+                                "qm": {
+                                    "all": null,
+                                    "p": "(is_wanted_as_provider = 'PAUSE')",
+                                    "m": "(is_wanted_as_manager = 'PAUSE')",
+                                    "o": "(is_wanted_as_organizer = 'PAUSE')"
+                                },
+                                "qmComplete": {
+                                    "all": null,
+                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'PAUSE')",
+                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'PAUSE')",
+                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'PAUSE')"
+                                },
+                                "questions": []
+                            },
+                            {
+                                "key": "yes",
+                                "value": "{\"m\": \"(is_wanted_as_manager = 'YES')\", \"p\": \"(is_wanted_as_provider = 'YES')\", \"o\": \"(is_wanted_as_organizer = 'YES')\"}",
+                                "qm": {
+                                    "all": null,
+                                    "p": "(is_wanted_as_provider = 'YES')",
+                                    "m": "(is_wanted_as_manager = 'YES')",
+                                    "o": "(is_wanted_as_organizer = 'YES')"
+                                },
+                                "qmComplete": {
+                                    "all": null,
+                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES')",
+                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES')",
+                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES')"
+                                },
+                                "questions": [
+                                    {
+                                        "label": "AGREED?",
+                                        "answers": [
+                                            {
+                                                "key": "no (yellow)",
+                                                "value": "{\"m\": \"(is_agreed_as_manager = 'NO')\", \"p\": \"(is_agreed_as_provider = 'NO')\", \"o\": \"(is_agreed_as_organizer = 'NO')\"}",
+                                                "qm": {
+                                                    "all": null,
+                                                    "p": "(is_agreed_as_provider = 'NO')",
+                                                    "m": "(is_agreed_as_manager = 'NO')",
+                                                    "o": "(is_agreed_as_organizer = 'NO')"
+                                                },
+                                                "qmComplete": {
+                                                    "all": null,
+                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'NO')",
+                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'NO')",
+                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'NO')"
+                                                },
+                                                "questions": []
+                                            },
+                                            {
+                                                "key": "yes",
+                                                "value": "{\"m\": \"(is_agreed_as_manager = 'YES')\", \"p\": \"(is_agreed_as_provider = 'YES')\", \"o\": \"(is_agreed_as_organizer = 'YES')\"}",
+                                                "qm": {
+                                                    "all": null,
+                                                    "p": "(is_agreed_as_provider = 'YES')",
+                                                    "m": "(is_agreed_as_manager = 'YES')",
+                                                    "o": "(is_agreed_as_organizer = 'YES')"
+                                                },
+                                                "qmComplete": {
+                                                    "all": null,
+                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES')",
+                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES')",
+                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES')"
+                                                },
+                                                "questions": [
+                                                    {
+                                                        "label": "PROFILE PUBLISHED?",
+                                                        "answers": [
+                                                            {
+                                                                "key": "no (blue)",
+                                                                "value": "{\"all\": \"(is_profile_approved IS NOT TRUE)\"}",
+                                                                "qm": {
+                                                                    "all": "(is_profile_approved IS NOT TRUE)",
+                                                                    "p": null,
+                                                                    "m": null,
+                                                                    "o": null
+                                                                },
+                                                                "qmComplete": {
+                                                                    "all": null,
+                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE)",
+                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE)",
+                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE)"
+                                                                },
+                                                                "questions": [
+                                                                    {
+                                                                        "label": "ACTION-ON?",
+                                                                        "answers": [
+                                                                            {
+                                                                                "key": "pro",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'PRO')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'PRO')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'PRO')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'PRO')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'PRO')"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "hr-admin",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'HR_ADMIN')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'HR_ADMIN')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "final-approver",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'FINAL_APPROVER')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'FINAL_APPROVER')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "nobody",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'NOBODY')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'NOBODY')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS NOT TRUE) and (unapproved_public_profile_action_on = 'NOBODY')"
+                                                                                },
+                                                                                "questions": []
+                                                                            }
+                                                                        ]
+                                                                    }
+                                                                ]
+                                                            },
+                                                            {
+                                                                "key": "yes (green)",
+                                                                "value": "{\"all\": \"(is_profile_approved IS TRUE)\"}",
+                                                                "qm": {
+                                                                    "all": "(is_profile_approved IS TRUE)",
+                                                                    "p": null,
+                                                                    "m": null,
+                                                                    "o": null
+                                                                },
+                                                                "qmComplete": {
+                                                                    "all": null,
+                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE)",
+                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE)",
+                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE)"
+                                                                },
+                                                                "questions": [
+                                                                    {
+                                                                        "label": "ACTION-ON?",
+                                                                        "answers": [
+                                                                            {
+                                                                                "key": "pro",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'PRO')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'PRO')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'PRO')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'PRO')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'PRO')"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "hr-admin",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'HR_ADMIN')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'HR_ADMIN')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'HR_ADMIN')"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "final-approver",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'FINAL_APPROVER')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'FINAL_APPROVER')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'FINAL_APPROVER')"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "nobody",
+                                                                                "value": "{\"all\": \"(unapproved_public_profile_action_on = 'NOBODY')\"}",
+                                                                                "qm": {
+                                                                                    "all": "(unapproved_public_profile_action_on = 'NOBODY')",
+                                                                                    "p": null,
+                                                                                    "m": null,
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'NOBODY')",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (unapproved_public_profile_action_on = 'NOBODY')"
+                                                                                },
+                                                                                "questions": []
+                                                                            }
+                                                                        ]
+                                                                    },
+                                                                    {
+                                                                        "label": "MANAGER PROMO CODE MADE?",
+                                                                        "answers": [
+                                                                            {
+                                                                                "key": "no",
+                                                                                "value": "{\"m\": \"(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) = 0\"}",
+                                                                                "qm": {
+                                                                                    "all": null,
+                                                                                    "p": null,
+                                                                                    "m": "(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) = 0",
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": null,
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) = 0",
+                                                                                    "o": null
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "yes",
+                                                                                "value": "{\"m\": \"(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) > 0\"}",
+                                                                                "qm": {
+                                                                                    "all": null,
+                                                                                    "p": null,
+                                                                                    "m": "(SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) > 0",
+                                                                                    "o": null
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": null,
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (SELECT COUNT(*) FROM gift_card WHERE manager_pro_id = pro.id) > 0",
+                                                                                    "o": null
+                                                                                },
+                                                                                "questions": []
+                                                                            }
+                                                                        ]
+                                                                    },
+                                                                    {
+                                                                        "label": "ASSIGNED?",
+                                                                        "answers": [
+                                                                            {
+                                                                                "key": "no",
+                                                                                "value": "{\"m\": \"((SELECT COUNT(*) FROM client WHERE manager_pro_id = pro.id) = 0)\", \"p\": \"(pro_contract_count = 0)\", \"o\": \"(organizer_pro_count = 0)\"}",
+                                                                                "qm": {
+                                                                                    "all": null,
+                                                                                    "p": "(pro_contract_count = 0)",
+                                                                                    "m": "((SELECT COUNT(*) FROM client WHERE manager_pro_id = pro.id) = 0)",
+                                                                                    "o": "(organizer_pro_count = 0)"
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count = 0)",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and ((SELECT COUNT(*) FROM client WHERE manager_pro_id = pro.id) = 0)",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count = 0)"
+                                                                                },
+                                                                                "questions": []
+                                                                            },
+                                                                            {
+                                                                                "key": "yes",
+                                                                                "value": "{\"m\": \"(manager_client_count > 0)\", \"p\": \"(pro_contract_count > 0)\", \"o\": \"(organizer_pro_count > 0)\"}",
+                                                                                "qm": {
+                                                                                    "all": null,
+                                                                                    "p": "(pro_contract_count > 0)",
+                                                                                    "m": "(manager_client_count > 0)",
+                                                                                    "o": "(organizer_pro_count > 0)"
+                                                                                },
+                                                                                "qmComplete": {
+                                                                                    "all": null,
+                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0)",
+                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0)",
+                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0)"
+                                                                                },
+                                                                                "questions": [
+                                                                                    {
+                                                                                        "label": ">= 5?",
+                                                                                        "answers": [
+                                                                                            {
+                                                                                                "key": "no",
+                                                                                                "value": "{\"m\": \"(manager_client_count < 5)\", \"p\": \"(pro_contract_count < 5)\", \"o\": \"(organizer_pro_count < 5)\"}",
+                                                                                                "qm": {
+                                                                                                    "all": null,
+                                                                                                    "p": "(pro_contract_count < 5)",
+                                                                                                    "m": "(manager_client_count < 5)",
+                                                                                                    "o": "(organizer_pro_count < 5)"
+                                                                                                },
+                                                                                                "qmComplete": {
+                                                                                                    "all": null,
+                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count < 5)",
+                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count < 5)",
+                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count < 5)"
+                                                                                                },
+                                                                                                "questions": []
+                                                                                            },
+                                                                                            {
+                                                                                                "key": "yes",
+                                                                                                "value": "{\"m\": \"(manager_client_count >= 5)\", \"p\": \"(pro_contract_count >= 5)\", \"o\": \"(organizer_pro_count >= 5)\"}",
+                                                                                                "qm": {
+                                                                                                    "all": null,
+                                                                                                    "p": "(pro_contract_count >= 5)",
+                                                                                                    "m": "(manager_client_count >= 5)",
+                                                                                                    "o": "(organizer_pro_count >= 5)"
+                                                                                                },
+                                                                                                "qmComplete": {
+                                                                                                    "all": null,
+                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count >= 5)",
+                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count >= 5)",
+                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count >= 5)"
+                                                                                                },
+                                                                                                "questions": [
+                                                                                                    {
+                                                                                                        "label": ">= 10?",
+                                                                                                        "answers": [
+                                                                                                            {
+                                                                                                                "key": "no",
+                                                                                                                "value": "{\"m\": \"(manager_client_count < 10)\", \"p\": \"(pro_contract_count < 10)\", \"o\": \"(organizer_pro_count < 10)\"}",
+                                                                                                                "qm": {
+                                                                                                                    "all": null,
+                                                                                                                    "p": "(pro_contract_count < 10)",
+                                                                                                                    "m": "(manager_client_count < 10)",
+                                                                                                                    "o": "(organizer_pro_count < 10)"
+                                                                                                                },
+                                                                                                                "qmComplete": {
+                                                                                                                    "all": null,
+                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count >= 5) and (pro_contract_count < 10)",
+                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count >= 5) and (manager_client_count < 10)",
+                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count >= 5) and (organizer_pro_count < 10)"
+                                                                                                                },
+                                                                                                                "questions": []
+                                                                                                            },
+                                                                                                            {
+                                                                                                                "key": "yes",
+                                                                                                                "value": "{\"m\": \"(manager_client_count >= 10)\", \"p\": \"(pro_contract_count >= 10)\", \"o\": \"(organizer_pro_count >= 10)\"}",
+                                                                                                                "qm": {
+                                                                                                                    "all": null,
+                                                                                                                    "p": "(pro_contract_count >= 10)",
+                                                                                                                    "m": "(manager_client_count >= 10)",
+                                                                                                                    "o": "(organizer_pro_count >= 10)"
+                                                                                                                },
+                                                                                                                "qmComplete": {
+                                                                                                                    "all": null,
+                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (pro_contract_count >= 5) and (pro_contract_count >= 10)",
+                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (manager_client_count >= 5) and (manager_client_count >= 10)",
+                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (organizer_pro_count >= 5) and (organizer_pro_count >= 10)"
+                                                                                                                },
+                                                                                                                "questions": []
+                                                                                                            }
+                                                                                                        ]
+                                                                                                    }
+                                                                                                ]
+                                                                                            }
+                                                                                        ]
+                                                                                    },
+                                                                                    {
+                                                                                        "label": "EARNED?",
+                                                                                        "answers": [
+                                                                                            {
+                                                                                                "key": "no",
+                                                                                                "value": "{\"all\": \"(lifetime_earnings = 0)\"}",
+                                                                                                "qm": {
+                                                                                                    "all": "(lifetime_earnings = 0)",
+                                                                                                    "p": null,
+                                                                                                    "m": null,
+                                                                                                    "o": null
+                                                                                                },
+                                                                                                "qmComplete": {
+                                                                                                    "all": null,
+                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings = 0)",
+                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings = 0)",
+                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings = 0)"
+                                                                                                },
+                                                                                                "questions": []
+                                                                                            },
+                                                                                            {
+                                                                                                "key": "yes",
+                                                                                                "value": "{\"all\": \"(lifetime_earnings > 0)\"}",
+                                                                                                "qm": {
+                                                                                                    "all": "(lifetime_earnings > 0)",
+                                                                                                    "p": null,
+                                                                                                    "m": null,
+                                                                                                    "o": null
+                                                                                                },
+                                                                                                "qmComplete": {
+                                                                                                    "all": null,
+                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0)",
+                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0)",
+                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0)"
+                                                                                                },
+                                                                                                "questions": [
+                                                                                                    {
+                                                                                                        "label": "EANRNED > $100?",
+                                                                                                        "answers": [
+                                                                                                            {
+                                                                                                                "key": "no",
+                                                                                                                "value": "{\"all\": \"(lifetime_earnings < 100)\"}",
+                                                                                                                "qm": {
+                                                                                                                    "all": "(lifetime_earnings < 100)",
+                                                                                                                    "p": null,
+                                                                                                                    "m": null,
+                                                                                                                    "o": null
+                                                                                                                },
+                                                                                                                "qmComplete": {
+                                                                                                                    "all": null,
+                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings < 100)",
+                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings < 100)",
+                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings < 100)"
+                                                                                                                },
+                                                                                                                "questions": []
+                                                                                                            },
+                                                                                                            {
+                                                                                                                "key": "yes",
+                                                                                                                "value": "{\"all\": \"(lifetime_earnings >= 100)\"}",
+                                                                                                                "qm": {
+                                                                                                                    "all": "(lifetime_earnings >= 100)",
+                                                                                                                    "p": null,
+                                                                                                                    "m": null,
+                                                                                                                    "o": null
+                                                                                                                },
+                                                                                                                "qmComplete": {
+                                                                                                                    "all": null,
+                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100)",
+                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100)",
+                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100)"
+                                                                                                                },
+                                                                                                                "questions": [
+                                                                                                                    {
+                                                                                                                        "label": "EARNED > $500?",
+                                                                                                                        "answers": [
+                                                                                                                            {
+                                                                                                                                "key": "no",
+                                                                                                                                "value": "{\"all\": \"(lifetime_earnings < 500)\"}",
+                                                                                                                                "qm": {
+                                                                                                                                    "all": "(lifetime_earnings < 500)",
+                                                                                                                                    "p": null,
+                                                                                                                                    "m": null,
+                                                                                                                                    "o": null
+                                                                                                                                },
+                                                                                                                                "qmComplete": {
+                                                                                                                                    "all": null,
+                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings < 500)",
+                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings < 500)",
+                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings < 500)"
+                                                                                                                                },
+                                                                                                                                "questions": []
+                                                                                                                            },
+                                                                                                                            {
+                                                                                                                                "key": "yes",
+                                                                                                                                "value": "{\"all\": \"(lifetime_earnings >= 500)\"}",
+                                                                                                                                "qm": {
+                                                                                                                                    "all": "(lifetime_earnings >= 500)",
+                                                                                                                                    "p": null,
+                                                                                                                                    "m": null,
+                                                                                                                                    "o": null
+                                                                                                                                },
+                                                                                                                                "qmComplete": {
+                                                                                                                                    "all": null,
+                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500)",
+                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500)",
+                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500)"
+                                                                                                                                },
+                                                                                                                                "questions": [
+                                                                                                                                    {
+                                                                                                                                        "label": "EARNED > $500 in LAST 30 DAYS?",
+                                                                                                                                        "answers": [
+                                                                                                                                            {
+                                                                                                                                                "key": "no",
+                                                                                                                                                "value": "{\"all\": \"(earnings_last_30_days < 500)\"}",
+                                                                                                                                                "qm": {
+                                                                                                                                                    "all": "(earnings_last_30_days < 500)",
+                                                                                                                                                    "p": null,
+                                                                                                                                                    "m": null,
+                                                                                                                                                    "o": null
+                                                                                                                                                },
+                                                                                                                                                "qmComplete": {
+                                                                                                                                                    "all": null,
+                                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days < 500)",
+                                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days < 500)",
+                                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days < 500)"
+                                                                                                                                                },
+                                                                                                                                                "questions": []
+                                                                                                                                            },
+                                                                                                                                            {
+                                                                                                                                                "key": "yes",
+                                                                                                                                                "value": "{\"all\": \"(earnings_last_30_days >= 500)\"}",
+                                                                                                                                                "qm": {
+                                                                                                                                                    "all": "(earnings_last_30_days >= 500)",
+                                                                                                                                                    "p": null,
+                                                                                                                                                    "m": null,
+                                                                                                                                                    "o": null
+                                                                                                                                                },
+                                                                                                                                                "qmComplete": {
+                                                                                                                                                    "all": null,
+                                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500)",
+                                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500)",
+                                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500)"
+                                                                                                                                                },
+                                                                                                                                                "questions": [
+                                                                                                                                                    {
+                                                                                                                                                        "label": "EARNED > $1000 in LAST 30 DAYS?",
+                                                                                                                                                        "answers": [
+                                                                                                                                                            {
+                                                                                                                                                                "key": "no",
+                                                                                                                                                                "value": "{\"all\": \"(earnings_last_30_days < 1000)\"}",
+                                                                                                                                                                "qm": {
+                                                                                                                                                                    "all": "(earnings_last_30_days < 1000)",
+                                                                                                                                                                    "p": null,
+                                                                                                                                                                    "m": null,
+                                                                                                                                                                    "o": null
+                                                                                                                                                                },
+                                                                                                                                                                "qmComplete": {
+                                                                                                                                                                    "all": null,
+                                                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days < 1000)",
+                                                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days < 1000)",
+                                                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days < 1000)"
+                                                                                                                                                                },
+                                                                                                                                                                "questions": []
+                                                                                                                                                            },
+                                                                                                                                                            {
+                                                                                                                                                                "key": "yes",
+                                                                                                                                                                "value": "{\"all\": \"(earnings_last_30_days >= 1000)\"}",
+                                                                                                                                                                "qm": {
+                                                                                                                                                                    "all": "(earnings_last_30_days >= 1000)",
+                                                                                                                                                                    "p": null,
+                                                                                                                                                                    "m": null,
+                                                                                                                                                                    "o": null
+                                                                                                                                                                },
+                                                                                                                                                                "qmComplete": {
+                                                                                                                                                                    "all": null,
+                                                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days >= 1000)",
+                                                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days >= 1000)",
+                                                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (earnings_last_30_days >= 500) and (earnings_last_30_days >= 1000)"
+                                                                                                                                                                },
+                                                                                                                                                                "questions": []
+                                                                                                                                                            }
+                                                                                                                                                        ]
+                                                                                                                                                    }
+                                                                                                                                                ]
+                                                                                                                                            }
+                                                                                                                                        ]
+                                                                                                                                    },
+                                                                                                                                    {
+                                                                                                                                        "label": "EARNED > $1000?",
+                                                                                                                                        "answers": [
+                                                                                                                                            {
+                                                                                                                                                "key": "no",
+                                                                                                                                                "value": "{\"all\": \"(lifetime_earnings < 1000)\"}",
+                                                                                                                                                "qm": {
+                                                                                                                                                    "all": "(lifetime_earnings < 1000)",
+                                                                                                                                                    "p": null,
+                                                                                                                                                    "m": null,
+                                                                                                                                                    "o": null
+                                                                                                                                                },
+                                                                                                                                                "qmComplete": {
+                                                                                                                                                    "all": null,
+                                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings < 1000)",
+                                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings < 1000)",
+                                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings < 1000)"
+                                                                                                                                                },
+                                                                                                                                                "questions": []
+                                                                                                                                            },
+                                                                                                                                            {
+                                                                                                                                                "key": "yes",
+                                                                                                                                                "value": "{\"all\": \"(lifetime_earnings >= 1000)\"}",
+                                                                                                                                                "qm": {
+                                                                                                                                                    "all": "(lifetime_earnings >= 1000)",
+                                                                                                                                                    "p": null,
+                                                                                                                                                    "m": null,
+                                                                                                                                                    "o": null
+                                                                                                                                                },
+                                                                                                                                                "qmComplete": {
+                                                                                                                                                    "all": null,
+                                                                                                                                                    "p": "(is_interested_in_provider = 'YES') and (is_wanted_as_provider = 'YES') and (is_agreed_as_provider = 'YES') and (is_profile_approved IS TRUE) and (pro_contract_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings >= 1000)",
+                                                                                                                                                    "m": "(is_interested_in_manager = 'YES') and (is_wanted_as_manager = 'YES') and (is_agreed_as_manager = 'YES') and (is_profile_approved IS TRUE) and (manager_client_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings >= 1000)",
+                                                                                                                                                    "o": "(is_interested_in_organizer = 'YES') and (is_wanted_as_organizer = 'YES') and (is_agreed_as_organizer = 'YES') and (is_profile_approved IS TRUE) and (organizer_pro_count > 0) and (lifetime_earnings > 0) and (lifetime_earnings >= 100) and (lifetime_earnings >= 500) and (lifetime_earnings >= 1000)"
+                                                                                                                                                },
+                                                                                                                                                "questions": []
+                                                                                                                                            }
+                                                                                                                                        ]
+                                                                                                                                    }
+                                                                                                                                ]
+                                                                                                                            }
+                                                                                                                        ]
+                                                                                                                    }
+                                                                                                                ]
+                                                                                                            }
+                                                                                                        ]
+                                                                                                    }
+                                                                                                ]
+                                                                                            }
+                                                                                        ]
+                                                                                    }
+                                                                                ]
+                                                                            }
+                                                                        ]
+                                                                    }
+                                                                ]
+                                                            }
+                                                        ]
+                                                    }
+                                                ]
+                                            }
+                                        ]
+                                    }
+                                ]
+                            }
+                        ]
+                    }
+                ]
+            }
+        ]
     }
-}
+]