{
    "baserow_template_version": 1,
    "name": "Emergency Triage Log",
    "icon": "iconoir-hospital",
    "keywords": [
        "emergencies",
        "urgent care",
        "urgent",
        "care",
        "emergency triage",
        "emergency log",
        "hospital emergency",
        "emergency department log",
        "hospital",
        "hospitals",
        "clinic",
        "clinics"
    ],
    "categories": [
        "Health"
    ],
    "export": [
        {
            "id": 27562,
            "name": "Emergency Triage Log",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 61887,
                    "name": "Emergency admissions",
                    "order": 1,
                    "fields": [
                        {
                            "id": 362118,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  year(field(\"Admission time\")), \n  \"-\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 362119,
                            "type": "link_row",
                            "name": "ESI level",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 61249,
                            "link_row_related_field_id": 362134,
                            "has_related_field": true
                        },
                        {
                            "id": 362120,
                            "type": "date",
                            "name": "Admission time",
                            "order": 2,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24"
                        },
                        {
                            "id": 362135,
                            "type": "lookup",
                            "name": "Attention needed within",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": "text",
                            "through_field_id": 362119,
                            "through_field_name": "ESI level",
                            "target_field_id": 357939,
                            "target_field_name": "Attention needed within"
                        },
                        {
                            "id": 362136,
                            "type": "formula",
                            "name": "Attend patient before",
                            "order": 4,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": "text",
                            "formula": "if(tonumber(left(field(\"ESI level\"), 1))=5,\"\ud83e\ude79\", \nif(tonumber(left(field(\"ESI level\"), 1))=4,\"\ud83d\udc8a\", \nif(tonumber(left(field(\"ESI level\"), 1))=3,\"\ud83d\udc89\", \nif(tonumber(left(field(\"ESI level\"), 1))=2,\"\ud83e\ude78\", \nif(tonumber(left(field(\"ESI level\"), 1))=1,\"\ud83d\udea8\", \"\")))))\n+\"  \"\n+totext(field(\"Admission time\") + date_interval(field(\"Attention needed within\")))",
                            "formula_type": "array"
                        },
                        {
                            "id": 362186,
                            "type": "link_row",
                            "name": "Patient",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 61890,
                            "link_row_related_field_id": 362187,
                            "has_related_field": true
                        },
                        {
                            "id": 362188,
                            "type": "link_row",
                            "name": "Patient vitals",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 61891,
                            "link_row_related_field_id": 362189,
                            "has_related_field": true
                        },
                        {
                            "id": 362190,
                            "type": "link_row",
                            "name": "Attending doctors",
                            "order": 7,
                            "primary": false,
                            "link_row_table_id": 61888,
                            "link_row_related_field_id": 362191,
                            "has_related_field": true
                        },
                        {
                            "id": 362192,
                            "type": "link_row",
                            "name": "Attending nurses",
                            "order": 8,
                            "primary": false,
                            "link_row_table_id": 61889,
                            "link_row_related_field_id": 362193,
                            "has_related_field": true
                        },
                        {
                            "id": 362194,
                            "type": "created_on",
                            "name": "Date logged",
                            "order": 9,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 362195,
                            "type": "last_modified",
                            "name": "Last updated",
                            "order": 10,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 363431,
                            "type": "formula",
                            "name": "Week number in the year",
                            "order": 11,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  totext(year(field(\"Admission time\"))), \n  \" week \", \n  ceil( \n    divide( \n      date_diff( \n        \"day\", \n        todate( \n          concat( \n            totext(year(field(\"Admission time\"))), \n            \"-01-01\" \n          ), \n          \"YYYY-MM-DD\" \n        ), \n        field(\"Admission time\") \n      ), \n      7 \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 363432,
                            "type": "single_select",
                            "name": "Discharge status code",
                            "order": 12,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 93988,
                                    "value": "01-Discharged to home or self care",
                                    "color": "dark-green",
                                    "order": 0
                                },
                                {
                                    "id": 93989,
                                    "value": "02-Transferred to a Short Term General Hospital (STGH) for inpatient care",
                                    "color": "blue",
                                    "order": 1
                                },
                                {
                                    "id": 93990,
                                    "value": "03-Transferred to a Skilled Nursing Facility (SNF)",
                                    "color": "dark-red",
                                    "order": 2
                                },
                                {
                                    "id": 93991,
                                    "value": "04-Transferred to an Intermediate Care Facility (ICF)",
                                    "color": "orange",
                                    "order": 3
                                },
                                {
                                    "id": 93992,
                                    "value": "05-Transferred to a designated cancer center or children\u2019s hospital",
                                    "color": "light-green",
                                    "order": 4
                                },
                                {
                                    "id": 93993,
                                    "value": "06-Transferred to home under care of organized home health service organization in anticipation of covered skilled care",
                                    "color": "dark-green",
                                    "order": 5
                                },
                                {
                                    "id": 93994,
                                    "value": "07-Left against medical advice or discontinued care",
                                    "color": "light-green",
                                    "order": 6
                                },
                                {
                                    "id": 93995,
                                    "value": "09-Admitted as an inpatient to this hospital",
                                    "color": "dark-blue",
                                    "order": 7
                                },
                                {
                                    "id": 93996,
                                    "value": "20-Expired",
                                    "color": "light-red",
                                    "order": 8
                                },
                                {
                                    "id": 93997,
                                    "value": "21-Transferred to court/law enforcement",
                                    "color": "light-orange",
                                    "order": 9
                                },
                                {
                                    "id": 93998,
                                    "value": "30-Patient is expected to return for outpatient services",
                                    "color": "dark-blue",
                                    "order": 10
                                },
                                {
                                    "id": 93999,
                                    "value": "43-Transferred to a federal hospital",
                                    "color": "blue",
                                    "order": 11
                                },
                                {
                                    "id": 94000,
                                    "value": "50-Transferred to a hospice medical facility",
                                    "color": "dark-green",
                                    "order": 12
                                },
                                {
                                    "id": 94001,
                                    "value": "61-Transferred to a hospital-based swing bed",
                                    "color": "light-green",
                                    "order": 13
                                },
                                {
                                    "id": 94002,
                                    "value": "62-Transferred to an inpatient rehabilitation facility",
                                    "color": "light-gray",
                                    "order": 14
                                },
                                {
                                    "id": 94003,
                                    "value": "63-Transferred to Long Term Care Hospitals (LTCHs)",
                                    "color": "gray",
                                    "order": 15
                                },
                                {
                                    "id": 94004,
                                    "value": "64-Transferred to a nursing facility",
                                    "color": "red",
                                    "order": 16
                                },
                                {
                                    "id": 94005,
                                    "value": "65-Transferred to inpatient psychiatric unit",
                                    "color": "light-red",
                                    "order": 17
                                },
                                {
                                    "id": 94006,
                                    "value": "66-Transferred to a Critical Access Hospital (CAH)",
                                    "color": "light-gray",
                                    "order": 18
                                },
                                {
                                    "id": 94007,
                                    "value": "72-Discharged to another institution",
                                    "color": "blue",
                                    "order": 19
                                }
                            ]
                        }
                    ],
                    "views": [
                        {
                            "id": 79527,
                            "type": "grid",
                            "name": "All emergency admissions",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 15562,
                                    "field_id": 363431,
                                    "order": "DESC"
                                },
                                {
                                    "id": 15563,
                                    "field_id": 362120,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 20,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "47c5e0b3-a706-42bb-af00-05589b8538da",
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "aa1d6ca4-8858-453e-8743-50ab3151fb56",
                                                        "type": "link_row_has",
                                                        "field": 362119,
                                                        "value": "1"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "54da8d00-9999-4a7e-9d1f-e0ea4363801c",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "4c98bab1-7303-4f82-85f5-11c92f511175",
                                                        "type": "link_row_has",
                                                        "field": 362119,
                                                        "value": "2"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "76e03016-aa7e-4b0f-a364-42000aa1de59",
                                                "color": "orange",
                                                "filters": [
                                                    {
                                                        "id": "5a410f04-8246-4f84-9636-228597c4535a",
                                                        "type": "link_row_has",
                                                        "field": 362119,
                                                        "value": "3"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "fd08f970-d9b6-4043-b69b-e38c46c7c177",
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "2bd9c29b-81ab-4deb-8898-778a5034e58a",
                                                        "type": "link_row_has",
                                                        "field": 362119,
                                                        "value": "4"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "id": "03cdae7d-6c54-4022-a6a5-8a6cc5567e53",
                                                "color": "light-blue",
                                                "filters": [
                                                    {
                                                        "id": "bc1009ff-e37b-47a6-ba91-5d1f89a64717",
                                                        "type": "link_row_has",
                                                        "field": 362119,
                                                        "value": "5"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                },
                                {
                                    "id": 22,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "edc617e1-d879-4d02-beaa-83985fb2074e",
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "389cfd58-df92-45e3-9e12-488c7e4f4d38",
                                                        "type": "empty",
                                                        "field": 362190,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 3
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 449186,
                                    "field_id": 362118,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449184,
                                    "field_id": 362119,
                                    "width": 144,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449185,
                                    "field_id": 362120,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449200,
                                    "field_id": 362135,
                                    "width": 210,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449201,
                                    "field_id": 362136,
                                    "width": 192,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449250,
                                    "field_id": 362186,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449263,
                                    "field_id": 362188,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449264,
                                    "field_id": 362190,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449265,
                                    "field_id": 362192,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449262,
                                    "field_id": 362194,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449266,
                                    "field_id": 362195,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 453395,
                                    "field_id": 363431,
                                    "width": 216,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 453396,
                                    "field_id": 363432,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80203,
                            "type": "form",
                            "name": "Log new emergency",
                            "order": 2,
                            "public": false,
                            "title": "Log new emergency",
                            "description": "",
                            "cover_image": {
                                "name": "OlSW2dclG7bXduSs6lAlsmADvMIWFBIr_eb09ee2e02fa8fd10965099d38549d5dad43fef16f5a01dbe7e1853eef4b12f0.jpg",
                                "original_name": "Header_Emergency.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "To log more emergencies, simply refresh this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 20737,
                                    "field_id": 362118,
                                    "name": "",
                                    "description": "Please enter the emergency admission ID assigned to this record. Ex. 2022-00001",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20738,
                                    "field_id": 362119,
                                    "name": "",
                                    "description": "Please assign the appropriate Emergency Severity Index for this emergency.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20739,
                                    "field_id": 362120,
                                    "name": "",
                                    "description": "Please enter the date and time the patient was admitted.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20740,
                                    "field_id": 362135,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20741,
                                    "field_id": 362136,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20742,
                                    "field_id": 362186,
                                    "name": "",
                                    "description": "Please select the patient this emergency is for.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20743,
                                    "field_id": 362188,
                                    "name": "",
                                    "description": "Please select the patient's vital signs record from below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20744,
                                    "field_id": 362190,
                                    "name": "",
                                    "description": "Please select the physician(s) assigned to the patient.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20745,
                                    "field_id": 362192,
                                    "name": "",
                                    "description": "Please select the nurses for this emergency.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20746,
                                    "field_id": 362194,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20747,
                                    "field_id": 362195,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20748,
                                    "field_id": 363431,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20749,
                                    "field_id": 363432,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 80127,
                            "type": "grid",
                            "name": "Doctors needed",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24017,
                                    "field_id": 362190,
                                    "type": "empty",
                                    "value": ""
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15505,
                                    "field_id": 362120,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 454884,
                                    "field_id": 362118,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454885,
                                    "field_id": 362119,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454886,
                                    "field_id": 362120,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454887,
                                    "field_id": 362135,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454888,
                                    "field_id": 362136,
                                    "width": 195,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454889,
                                    "field_id": 362186,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454890,
                                    "field_id": 362188,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454891,
                                    "field_id": 362190,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454892,
                                    "field_id": 362192,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454893,
                                    "field_id": 362194,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454894,
                                    "field_id": 362195,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454895,
                                    "field_id": 363431,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454896,
                                    "field_id": 363432,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80125,
                            "type": "grid",
                            "name": "Ongoing emergencies",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24016,
                                    "field_id": 363432,
                                    "type": "empty",
                                    "value": ""
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15542,
                                    "field_id": 362120,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 454868,
                                    "field_id": 362118,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454869,
                                    "field_id": 362119,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454870,
                                    "field_id": 362120,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454871,
                                    "field_id": 362135,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454872,
                                    "field_id": 362136,
                                    "width": 192,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454873,
                                    "field_id": 362186,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454874,
                                    "field_id": 362188,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454875,
                                    "field_id": 362190,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454876,
                                    "field_id": 362192,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454877,
                                    "field_id": 362194,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454878,
                                    "field_id": 362195,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454879,
                                    "field_id": 363431,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 454880,
                                    "field_id": 363432,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 81266,
                            "type": "kanban",
                            "name": "Discharged patients",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24552,
                                    "field_id": 363432,
                                    "type": "not_empty",
                                    "value": ""
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 363432,
                            "field_options": [
                                {
                                    "id": 1279,
                                    "field_id": 362118,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 1280,
                                    "field_id": 362119,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 1281,
                                    "field_id": 362120,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 1282,
                                    "field_id": 362135,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 1283,
                                    "field_id": 362136,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 1284,
                                    "field_id": 362186,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 1285,
                                    "field_id": 362188,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 1286,
                                    "field_id": 362190,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 1287,
                                    "field_id": 362192,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 1288,
                                    "field_id": 362194,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 1289,
                                    "field_id": 362195,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 1290,
                                    "field_id": 363431,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 1291,
                                    "field_id": 363432,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-03T16:04:36.049985+00:00",
                            "updated_on": "2022-05-09T13:47:30.722356+00:00",
                            "field_362118": null,
                            "field_362119": [
                                3
                            ],
                            "field_362120": "2022-05-05T10:05:00+00:00",
                            "field_362135": null,
                            "field_362136": null,
                            "field_362186": [
                                1
                            ],
                            "field_362188": [
                                1
                            ],
                            "field_362190": [
                                1
                            ],
                            "field_362192": [
                                3
                            ],
                            "field_362194": null,
                            "field_362195": null,
                            "field_363431": null,
                            "field_363432": 94002
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-03T16:04:36.052417+00:00",
                            "updated_on": "2022-05-09T13:47:36.055275+00:00",
                            "field_362118": null,
                            "field_362119": [
                                4
                            ],
                            "field_362120": "2022-05-05T11:25:00+00:00",
                            "field_362135": null,
                            "field_362136": null,
                            "field_362186": [
                                3
                            ],
                            "field_362188": [
                                2
                            ],
                            "field_362190": [
                                4
                            ],
                            "field_362192": [
                                8
                            ],
                            "field_362194": null,
                            "field_362195": null,
                            "field_363431": null,
                            "field_363432": 93998
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-06T17:20:36.997083+00:00",
                            "updated_on": "2022-05-06T17:25:45.547440+00:00",
                            "field_362118": null,
                            "field_362119": [
                                1
                            ],
                            "field_362120": "2022-04-28T22:30:00+00:00",
                            "field_362135": null,
                            "field_362136": null,
                            "field_362186": [
                                5
                            ],
                            "field_362188": [
                                3
                            ],
                            "field_362190": [
                                1
                            ],
                            "field_362192": [
                                3
                            ],
                            "field_362194": null,
                            "field_362195": null,
                            "field_363431": null,
                            "field_363432": 93995
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-06T17:26:05.822689+00:00",
                            "updated_on": "2022-05-06T17:29:13.417647+00:00",
                            "field_362118": null,
                            "field_362119": [
                                5
                            ],
                            "field_362120": "2022-05-03T20:30:00+00:00",
                            "field_362135": null,
                            "field_362136": null,
                            "field_362186": [
                                4
                            ],
                            "field_362188": [
                                4
                            ],
                            "field_362190": [
                                4
                            ],
                            "field_362192": [
                                8
                            ],
                            "field_362194": null,
                            "field_362195": null,
                            "field_363431": null,
                            "field_363432": 93988
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-06T17:29:51.632213+00:00",
                            "updated_on": "2022-05-09T13:44:36.562466+00:00",
                            "field_362118": null,
                            "field_362119": [
                                2
                            ],
                            "field_362120": "2022-05-28T10:00:00+00:00",
                            "field_362135": null,
                            "field_362136": null,
                            "field_362186": [
                                2
                            ],
                            "field_362188": [
                                5
                            ],
                            "field_362190": [],
                            "field_362192": [
                                5
                            ],
                            "field_362194": null,
                            "field_362195": null,
                            "field_363431": null,
                            "field_363432": null
                        }
                    ]
                },
                {
                    "id": 61890,
                    "name": "Patients",
                    "order": 2,
                    "fields": [
                        {
                            "id": 362127,
                            "type": "text",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 362128,
                            "type": "file",
                            "name": "Photo",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 362129,
                            "type": "date",
                            "name": "Date of birth",
                            "order": 2,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 362187,
                            "type": "link_row",
                            "name": "Related emergency admissions",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 61887,
                            "link_row_related_field_id": 362186,
                            "has_related_field": true
                        },
                        {
                            "id": 362196,
                            "type": "single_select",
                            "name": "Sex",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 93698,
                                    "value": "\u2642\ufe0f Male",
                                    "color": "blue",
                                    "order": 0
                                },
                                {
                                    "id": 93699,
                                    "value": "\u2640\ufe0f Female",
                                    "color": "red",
                                    "order": 1
                                }
                            ]
                        },
                        {
                            "id": 362197,
                            "type": "text",
                            "name": "Address",
                            "order": 5,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362199,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 362201,
                            "type": "email",
                            "name": "Email",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 362202,
                            "type": "single_select",
                            "name": "Blood type",
                            "order": 8,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 93700,
                                    "value": "O positive",
                                    "color": "blue",
                                    "order": 0
                                },
                                {
                                    "id": 93701,
                                    "value": "O negative",
                                    "color": "green",
                                    "order": 1
                                },
                                {
                                    "id": 93702,
                                    "value": "A positive",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 93703,
                                    "value": "A negative",
                                    "color": "red",
                                    "order": 3
                                },
                                {
                                    "id": 93704,
                                    "value": "B positive",
                                    "color": "gray",
                                    "order": 4
                                },
                                {
                                    "id": 93705,
                                    "value": "B negative",
                                    "color": "dark-blue",
                                    "order": 5
                                },
                                {
                                    "id": 93706,
                                    "value": "AB positive",
                                    "color": "dark-green",
                                    "order": 6
                                },
                                {
                                    "id": 93707,
                                    "value": "AB negative",
                                    "color": "dark-orange",
                                    "order": 7
                                }
                            ]
                        },
                        {
                            "id": 362204,
                            "type": "multiple_select",
                            "name": "Allergies",
                            "order": 9,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 114144,
                                    "value": "Cow's milk",
                                    "color": "orange",
                                    "order": 0
                                },
                                {
                                    "id": 114145,
                                    "value": "Eggs",
                                    "color": "orange",
                                    "order": 1
                                },
                                {
                                    "id": 114146,
                                    "value": "Fish",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 114147,
                                    "value": "Shellfish",
                                    "color": "orange",
                                    "order": 3
                                },
                                {
                                    "id": 114148,
                                    "value": "Wheat",
                                    "color": "orange",
                                    "order": 4
                                },
                                {
                                    "id": 114149,
                                    "value": "Peanuts",
                                    "color": "orange",
                                    "order": 5
                                },
                                {
                                    "id": 114150,
                                    "value": "Tree nuts",
                                    "color": "orange",
                                    "order": 6
                                },
                                {
                                    "id": 114151,
                                    "value": "Soy",
                                    "color": "orange",
                                    "order": 7
                                },
                                {
                                    "id": 114152,
                                    "value": "Cats",
                                    "color": "red",
                                    "order": 8
                                },
                                {
                                    "id": 114153,
                                    "value": "Dogs",
                                    "color": "red",
                                    "order": 9
                                },
                                {
                                    "id": 114154,
                                    "value": "Pollens",
                                    "color": "gray",
                                    "order": 10
                                },
                                {
                                    "id": 114155,
                                    "value": "Mold spores",
                                    "color": "gray",
                                    "order": 11
                                },
                                {
                                    "id": 114156,
                                    "value": "Dust mites",
                                    "color": "gray",
                                    "order": 12
                                },
                                {
                                    "id": 114157,
                                    "value": "Penicillin",
                                    "color": "blue",
                                    "order": 13
                                },
                                {
                                    "id": 114158,
                                    "value": "Latex",
                                    "color": "green",
                                    "order": 14
                                },
                                {
                                    "id": 114159,
                                    "value": "Bug bites",
                                    "color": "light-red",
                                    "order": 15
                                },
                                {
                                    "id": 114160,
                                    "value": "Cockroaches",
                                    "color": "light-red",
                                    "order": 16
                                },
                                {
                                    "id": 114161,
                                    "value": "Perfumes",
                                    "color": "light-blue",
                                    "order": 17
                                }
                            ]
                        },
                        {
                            "id": 362205,
                            "type": "long_text",
                            "name": "Medical history",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 362213,
                            "type": "text",
                            "name": "SSN",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362214,
                            "type": "boolean",
                            "name": "Is insured",
                            "order": 12,
                            "primary": false
                        },
                        {
                            "id": 362215,
                            "type": "text",
                            "name": "Insurance name",
                            "order": 13,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362217,
                            "type": "date",
                            "name": "Last visit",
                            "order": 14,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24"
                        },
                        {
                            "id": 362218,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 362219,
                            "type": "text",
                            "name": "Emergency contact name",
                            "order": 16,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362220,
                            "type": "phone_number",
                            "name": "Emergency contact phone",
                            "order": 17,
                            "primary": false
                        },
                        {
                            "id": 362221,
                            "type": "text",
                            "name": "Emergency contact relation",
                            "order": 18,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362222,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 19,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 362223,
                            "type": "last_modified",
                            "name": "Last updated",
                            "order": 20,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 362227,
                            "type": "link_row",
                            "name": "Related vital signs",
                            "order": 21,
                            "primary": false,
                            "link_row_table_id": 61891,
                            "link_row_related_field_id": 362131,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 79530,
                            "type": "grid",
                            "name": "All patients",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 15455,
                                    "field_id": 362127,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 21,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "a7be8ca3-21d6-471f-acba-316a9ead3891",
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "7bf41f64-d8d3-4534-8975-7b6b7b109a16",
                                                        "type": "not_empty",
                                                        "field": 362204,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 23,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "ed4e565f-1779-489a-b526-c7736dd05fb4",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "53f3f70d-e534-4155-96e7-ab0d41d15a02",
                                                        "type": "boolean",
                                                        "field": 362214,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 449195,
                                    "field_id": 362127,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 20,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 449193,
                                    "field_id": 362128,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449194,
                                    "field_id": 362129,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449267,
                                    "field_id": 362187,
                                    "width": 249,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449268,
                                    "field_id": 362196,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449270,
                                    "field_id": 362197,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449269,
                                    "field_id": 362199,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449274,
                                    "field_id": 362201,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449273,
                                    "field_id": 362202,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449279,
                                    "field_id": 362204,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449280,
                                    "field_id": 362205,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449278,
                                    "field_id": 362213,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449281,
                                    "field_id": 362214,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449285,
                                    "field_id": 362215,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449286,
                                    "field_id": 362217,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449287,
                                    "field_id": 362218,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449284,
                                    "field_id": 362219,
                                    "width": 215,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449288,
                                    "field_id": 362220,
                                    "width": 222,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449289,
                                    "field_id": 362221,
                                    "width": 229,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449290,
                                    "field_id": 362222,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449291,
                                    "field_id": 362223,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449452,
                                    "field_id": 362227,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80251,
                            "type": "form",
                            "name": "Add new patient",
                            "order": 2,
                            "public": false,
                            "title": "Add a new patient",
                            "description": "",
                            "cover_image": {
                                "name": "OlSW2dclG7bXduSs6lAlsmADvMIWFBIr_eb09ee2e02fa8fd10965099d38549d5dad43fef16f5a01dbe7e1853eef4b12f0.jpg",
                                "original_name": "Header_Emergency.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "New patient has been successfully added.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 20758,
                                    "field_id": 362127,
                                    "name": "",
                                    "description": "Enter the patient's full name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20759,
                                    "field_id": 362128,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20760,
                                    "field_id": 362129,
                                    "name": "",
                                    "description": "Enter the patient's date of birth.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20761,
                                    "field_id": 362187,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20762,
                                    "field_id": 362196,
                                    "name": "",
                                    "description": "Select the patient's sex at birth.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20763,
                                    "field_id": 362197,
                                    "name": "",
                                    "description": "Enter the patient's home address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20764,
                                    "field_id": 362199,
                                    "name": "",
                                    "description": "Enter the patient's phone number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20765,
                                    "field_id": 362201,
                                    "name": "",
                                    "description": "Enter the patient's email address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20766,
                                    "field_id": 362202,
                                    "name": "",
                                    "description": "Select the patient's blood type.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20767,
                                    "field_id": 362204,
                                    "name": "",
                                    "description": "Please select all known patient allergies.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20768,
                                    "field_id": 362205,
                                    "name": "",
                                    "description": "Enter the patient's medical history.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20769,
                                    "field_id": 362213,
                                    "name": "",
                                    "description": "Enter the patient's social security number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20770,
                                    "field_id": 362214,
                                    "name": "",
                                    "description": "Tick the checkbox if the patient is insured.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20771,
                                    "field_id": 362215,
                                    "name": "",
                                    "description": "Enter the name of the patient's insurance carrier.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20772,
                                    "field_id": 362217,
                                    "name": "",
                                    "description": "Enter the date that the patient was last admitted.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20773,
                                    "field_id": 362218,
                                    "name": "",
                                    "description": "Write notes or remarks about this patient.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20774,
                                    "field_id": 362219,
                                    "name": "",
                                    "description": "Enter the patient's emergency contact's name.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20775,
                                    "field_id": 362220,
                                    "name": "",
                                    "description": "Please enter the emergency contact's phone number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20776,
                                    "field_id": 362221,
                                    "name": "",
                                    "description": "Please enter the relationship of this contact to the patient.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20777,
                                    "field_id": 362222,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20778,
                                    "field_id": 362223,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20779,
                                    "field_id": 362227,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 80240,
                            "type": "grid",
                            "name": "Uninsured",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24089,
                                    "field_id": 362214,
                                    "type": "boolean",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15530,
                                    "field_id": 362127,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 24,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "65e96588-f23d-4e21-8dd9-f3079bb81bf0",
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "fdd20265-e6cc-4132-9e86-4ea2a95f1f20",
                                                        "type": "not_empty",
                                                        "field": 362204,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 455665,
                                    "field_id": 362127,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 455666,
                                    "field_id": 362128,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455667,
                                    "field_id": 362129,
                                    "width": 144,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455668,
                                    "field_id": 362187,
                                    "width": 262,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455669,
                                    "field_id": 362196,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455670,
                                    "field_id": 362197,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455671,
                                    "field_id": 362199,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455672,
                                    "field_id": 362201,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455673,
                                    "field_id": 362202,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455674,
                                    "field_id": 362204,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455675,
                                    "field_id": 362205,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455676,
                                    "field_id": 362213,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455677,
                                    "field_id": 362214,
                                    "width": 130,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455678,
                                    "field_id": 362215,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455679,
                                    "field_id": 362217,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455680,
                                    "field_id": 362218,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455681,
                                    "field_id": 362219,
                                    "width": 218,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455682,
                                    "field_id": 362220,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455683,
                                    "field_id": 362221,
                                    "width": 228,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455684,
                                    "field_id": 362222,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455685,
                                    "field_id": 362223,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455686,
                                    "field_id": 362227,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80249,
                            "type": "grid",
                            "name": "Allergies",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24550,
                                    "field_id": 362204,
                                    "type": "not_empty",
                                    "value": ""
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15868,
                                    "field_id": 362127,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 25,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "23aa6f40-8e08-447a-9cf9-a7b5bf003a20",
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "34869bfc-594f-49f9-b80f-b3bc435739bb",
                                                        "type": "boolean",
                                                        "field": 362214,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 455713,
                                    "field_id": 362127,
                                    "width": 143,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 455714,
                                    "field_id": 362128,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455715,
                                    "field_id": 362129,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455716,
                                    "field_id": 362187,
                                    "width": 256,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455717,
                                    "field_id": 362196,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455718,
                                    "field_id": 362197,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455719,
                                    "field_id": 362199,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455720,
                                    "field_id": 362201,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455721,
                                    "field_id": 362202,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455722,
                                    "field_id": 362204,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455723,
                                    "field_id": 362205,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455724,
                                    "field_id": 362213,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455725,
                                    "field_id": 362214,
                                    "width": 120,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455726,
                                    "field_id": 362215,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455727,
                                    "field_id": 362217,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455728,
                                    "field_id": 362218,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455729,
                                    "field_id": 362219,
                                    "width": 216,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455730,
                                    "field_id": 362220,
                                    "width": 223,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455731,
                                    "field_id": 362221,
                                    "width": 232,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455732,
                                    "field_id": 362222,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455733,
                                    "field_id": 362223,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 455734,
                                    "field_id": 362227,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 81346,
                            "type": "gallery",
                            "name": "Patients",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 15889,
                                    "field_id": 362127,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 362128,
                            "field_options": [
                                {
                                    "id": 8956,
                                    "field_id": 362127,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8957,
                                    "field_id": 362128,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8958,
                                    "field_id": 362129,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8959,
                                    "field_id": 362187,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8960,
                                    "field_id": 362196,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8961,
                                    "field_id": 362197,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8962,
                                    "field_id": 362199,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8963,
                                    "field_id": 362201,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8964,
                                    "field_id": 362202,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8965,
                                    "field_id": 362204,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8966,
                                    "field_id": 362205,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8967,
                                    "field_id": 362213,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8968,
                                    "field_id": 362214,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8969,
                                    "field_id": 362215,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8970,
                                    "field_id": 362217,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8971,
                                    "field_id": 362218,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8972,
                                    "field_id": 362219,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8973,
                                    "field_id": 362220,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8974,
                                    "field_id": 362221,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8975,
                                    "field_id": 362222,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8976,
                                    "field_id": 362223,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8977,
                                    "field_id": 362227,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-03T16:05:40.050803+00:00",
                            "updated_on": "2022-05-09T18:59:40.926830+00:00",
                            "field_362127": "Alma Fox",
                            "field_362128": [
                                {
                                    "name": "1OVCOhvgDGBLZ8uqCaGFZFDURJFJt8xz_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg",
                                    "visible_name": "Woman.01.jpg",
                                    "original_name": "Woman.01.jpg"
                                }
                            ],
                            "field_362129": "1995-12-15",
                            "field_362187": [
                                1
                            ],
                            "field_362196": 93699,
                            "field_362197": "3158 Lowland Drive, Hickory Hills, Illinois",
                            "field_362199": "(815) 509-2137",
                            "field_362201": "alma.fox@geebrmailz.net",
                            "field_362202": 93704,
                            "field_362204": [],
                            "field_362205": null,
                            "field_362213": "337-70-5599",
                            "field_362214": "true",
                            "field_362215": "Way of Life Insurance",
                            "field_362217": null,
                            "field_362218": "This patient will have to go to the operating room because of a clear open fracture. At the very least, this patient will need an x-ray, a lab test, IV antibiotics, and IV painkillers.",
                            "field_362219": "Morgan Fox",
                            "field_362220": "(815) 309-2157",
                            "field_362221": "Husband",
                            "field_362222": null,
                            "field_362223": null,
                            "field_362227": [
                                1
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-03T16:05:40.053326+00:00",
                            "updated_on": "2022-05-09T18:40:01.776244+00:00",
                            "field_362127": "James Wade",
                            "field_362128": [
                                {
                                    "name": "eFoLZor5tbTsBrrvg95E9FdX9qyczP01_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg",
                                    "visible_name": "Man.01.jpg",
                                    "original_name": "Man.01.jpg"
                                }
                            ],
                            "field_362129": "1977-05-20",
                            "field_362187": [
                                5
                            ],
                            "field_362196": 93698,
                            "field_362197": "2982 Jekyl Drive, Kewanee, Illinois",
                            "field_362199": "(309) 853-0752",
                            "field_362201": "james.wade@geebrmailz.net",
                            "field_362202": 93704,
                            "field_362204": [
                                114147
                            ],
                            "field_362205": "This patient has high blood sugar.",
                            "field_362213": "353-35-5159",
                            "field_362214": "true",
                            "field_362215": "Total Care",
                            "field_362217": null,
                            "field_362218": "The patient has already used his epinephrine, but he or she still needs to take more medicine and be closely watched.",
                            "field_362219": "Brad Wade",
                            "field_362220": "(309) 858-0752",
                            "field_362221": "Brother",
                            "field_362222": null,
                            "field_362223": null,
                            "field_362227": [
                                5
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-06T13:40:07.226919+00:00",
                            "updated_on": "2022-05-09T13:56:32.093912+00:00",
                            "field_362127": "Doris Rodriguez",
                            "field_362128": [
                                {
                                    "name": "1VdDzaAZf3zElpNlR3Etq0a5hSUDrfrs_5bb6bc2f2e63ca97d69a49855922bbc588d06c123f6bf8fd02ece1e48e2e1d48.jpg",
                                    "visible_name": "Woman.13.jpg",
                                    "original_name": "Woman.13.jpg"
                                }
                            ],
                            "field_362129": "1983-02-03",
                            "field_362187": [
                                2
                            ],
                            "field_362196": 93699,
                            "field_362197": "1900 Oakmound Road, Chicago, Illinois",
                            "field_362199": "(773) 285-0707",
                            "field_362201": "doris.rodriguez@geebrmailz.net",
                            "field_362202": 93704,
                            "field_362204": [],
                            "field_362205": "This patient gave birth to a twin last year in this hospital.",
                            "field_362213": "328-87-1855",
                            "field_362214": "true",
                            "field_362215": "Brinna Care Insurance",
                            "field_362217": "2021-09-24T22:00:00+00:00",
                            "field_362218": "The patient's doctor wants this patient to come back for a checkup.",
                            "field_362219": "John Rodriguez",
                            "field_362220": "(773) 285-0708",
                            "field_362221": "Brother",
                            "field_362222": null,
                            "field_362223": null,
                            "field_362227": [
                                2
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-06T13:42:43.218277+00:00",
                            "updated_on": "2022-05-09T19:08:58.823567+00:00",
                            "field_362127": "Jason Burke",
                            "field_362128": [
                                {
                                    "name": "07CK7frxPx2oYPDrGPF9tlXrGJHP3LlC_65578680c75acb4471817ec49bf2084bce212740156e18034c9f5e6fc1f8ed9a.jpg",
                                    "visible_name": "Man.04.jpg",
                                    "original_name": "Man.04.jpg"
                                }
                            ],
                            "field_362129": "1998-07-02",
                            "field_362187": [
                                4
                            ],
                            "field_362196": 93698,
                            "field_362197": "3221 Flinderation Road, Oak Park, Illinois",
                            "field_362199": "(708) 399-2889",
                            "field_362201": "jason.burke@geebrmailz.net",
                            "field_362202": 93700,
                            "field_362204": [
                                114157
                            ],
                            "field_362205": "",
                            "field_362213": "375-03-8759",
                            "field_362214": "false",
                            "field_362215": "",
                            "field_362217": null,
                            "field_362218": "Get this patient to see a dentist.",
                            "field_362219": "Wendy Burke",
                            "field_362220": "(708) 399-2887",
                            "field_362221": "Sister",
                            "field_362222": null,
                            "field_362223": null,
                            "field_362227": [
                                4
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-06T13:45:37.262788+00:00",
                            "updated_on": "2022-05-09T18:29:34.616023+00:00",
                            "field_362127": "Carl McQueen",
                            "field_362128": [
                                {
                                    "name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
                                    "visible_name": "Man.35.jpg",
                                    "original_name": "Man.35.jpg"
                                }
                            ],
                            "field_362129": "2003-08-29",
                            "field_362187": [
                                3
                            ],
                            "field_362196": 93698,
                            "field_362197": "8835 Lewis Street, Glen Ellyn, Illinois",
                            "field_362199": "(730) 952-3355",
                            "field_362201": "carl.mcqueen@geebrmailz.net",
                            "field_362202": 93702,
                            "field_362204": [],
                            "field_362205": "This patient had been involved in a car accident a couple of years ago.",
                            "field_362213": "353-50-7518",
                            "field_362214": "false",
                            "field_362215": "",
                            "field_362217": "2020-02-14T23:30:00+00:00",
                            "field_362218": "It is recommended to give this patient a longer rehabilitation period.",
                            "field_362219": "Dorothy McQueen",
                            "field_362220": "(730-952-3353",
                            "field_362221": "Mother",
                            "field_362222": null,
                            "field_362223": null,
                            "field_362227": [
                                3
                            ]
                        }
                    ]
                },
                {
                    "id": 61891,
                    "name": "Vital signs",
                    "order": 3,
                    "fields": [
                        {
                            "id": 362130,
                            "type": "formula",
                            "name": "Date gathered",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  join( \n    datetime_format( \n        lookup(\"Related emergency admissions\", \"Admission time\"), \n        \"YYYYMMDD\" \n    ), \n    \"\" \n  ), \n  \"-\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 362131,
                            "type": "link_row",
                            "name": "Patient",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 61890,
                            "link_row_related_field_id": 362227,
                            "has_related_field": true
                        },
                        {
                            "id": 362132,
                            "type": "long_text",
                            "name": "Symptoms",
                            "order": 2,
                            "primary": false
                        },
                        {
                            "id": 362189,
                            "type": "link_row",
                            "name": "Related emergency admissions",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 61887,
                            "link_row_related_field_id": 362188,
                            "has_related_field": true
                        },
                        {
                            "id": 362228,
                            "type": "rating",
                            "name": "Pain",
                            "order": 4,
                            "primary": false,
                            "max_value": 10,
                            "color": "dark-red",
                            "style": "flag"
                        },
                        {
                            "id": 362229,
                            "type": "number",
                            "name": "Body temperature",
                            "order": 5,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": true
                        },
                        {
                            "id": 362230,
                            "type": "text",
                            "name": "Blood pressure",
                            "order": 6,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362231,
                            "type": "text",
                            "name": "Pulse rate",
                            "order": 7,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362232,
                            "type": "text",
                            "name": "Respiratory rate",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362233,
                            "type": "text",
                            "name": "Oxygen saturation",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362235,
                            "type": "single_select",
                            "name": "Tobacco use",
                            "order": 10,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 93708,
                                    "value": "Never",
                                    "color": "light-blue",
                                    "order": 0
                                },
                                {
                                    "id": 93709,
                                    "value": "Yes",
                                    "color": "light-orange",
                                    "order": 1
                                },
                                {
                                    "id": 93710,
                                    "value": "Stopped",
                                    "color": "light-red",
                                    "order": 2
                                }
                            ]
                        },
                        {
                            "id": 362242,
                            "type": "single_select",
                            "name": "Alcohol consumption",
                            "order": 11,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 93711,
                                    "value": "Daily",
                                    "color": "dark-red",
                                    "order": 0
                                },
                                {
                                    "id": 93712,
                                    "value": "Weekly",
                                    "color": "red",
                                    "order": 1
                                },
                                {
                                    "id": 93713,
                                    "value": "Monthly",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 93714,
                                    "value": "Occasional",
                                    "color": "green",
                                    "order": 3
                                },
                                {
                                    "id": 93715,
                                    "value": "Never",
                                    "color": "dark-green",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 362244,
                            "type": "number",
                            "name": "Height (cm)",
                            "order": 13,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": false
                        },
                        {
                            "id": 362245,
                            "type": "number",
                            "name": "Weight (kg)",
                            "order": 14,
                            "primary": false,
                            "number_decimal_places": 2,
                            "number_negative": true
                        },
                        {
                            "id": 362246,
                            "type": "file",
                            "name": "Laboratory tests",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 362252,
                            "type": "last_modified",
                            "name": "Last updated",
                            "order": 16,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 363475,
                            "type": "long_text",
                            "name": "Current medications",
                            "order": 17,
                            "primary": false
                        }
                    ],
                    "views": [
                        {
                            "id": 79531,
                            "type": "grid",
                            "name": "All vital signs",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 26,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "adc08baa-557d-44f3-9494-67a940569398",
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "2aa87c7e-4029-49a2-be75-2381c4d8c756",
                                                        "type": "higher_than",
                                                        "field": 362228,
                                                        "value": "7"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 449198,
                                    "field_id": 362130,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449196,
                                    "field_id": 362131,
                                    "width": 131,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449197,
                                    "field_id": 362132,
                                    "width": 202,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449292,
                                    "field_id": 362189,
                                    "width": 260,
                                    "hidden": true,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449295,
                                    "field_id": 362228,
                                    "width": 217,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449296,
                                    "field_id": 362229,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449297,
                                    "field_id": 362230,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449298,
                                    "field_id": 362231,
                                    "width": 125,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449299,
                                    "field_id": 362232,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449300,
                                    "field_id": 362233,
                                    "width": 182,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 449303,
                                    "field_id": 362235,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449312,
                                    "field_id": 362242,
                                    "width": 191,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449314,
                                    "field_id": 362244,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449315,
                                    "field_id": 362245,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449316,
                                    "field_id": 362246,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449317,
                                    "field_id": 362252,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 453429,
                                    "field_id": 363475,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80267,
                            "type": "form",
                            "name": "Add patient vital signs",
                            "order": 2,
                            "public": false,
                            "title": "Patient vital signs intake form",
                            "description": "This form facilitates adding up-to-date patient information at the time of the emergency admission.",
                            "cover_image": {
                                "name": "OlSW2dclG7bXduSs6lAlsmADvMIWFBIr_eb09ee2e02fa8fd10965099d38549d5dad43fef16f5a01dbe7e1853eef4b12f0.jpg",
                                "original_name": "Header_Emergency.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Vital signs have been recorded.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 20784,
                                    "field_id": 362130,
                                    "name": "",
                                    "description": "Enter a unique identifier for this set of patient details. E.g., 2021-12-30 10:00 75",
                                    "enabled": false,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20785,
                                    "field_id": 362131,
                                    "name": "",
                                    "description": "Select the patient to whom this set of data pertains.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20786,
                                    "field_id": 362132,
                                    "name": "",
                                    "description": "A patient's condition should be described in detail, citing symptoms and other relevant details.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20788,
                                    "field_id": 362228,
                                    "name": "",
                                    "description": "Assess or inquire about the patient's level of pain on a scale of 1 to 10, with 10 representing the most excruciating.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20789,
                                    "field_id": 362229,
                                    "name": "",
                                    "description": "Log the patient's body temperature. E.g., 98.7",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20790,
                                    "field_id": 362230,
                                    "name": "",
                                    "description": "Enter the patient's blood pressure reading. E.g., 120/80",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20791,
                                    "field_id": 362231,
                                    "name": "",
                                    "description": "Enter the patient's pulse rate. E.g., 65",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20792,
                                    "field_id": 362232,
                                    "name": "",
                                    "description": "Enter the patient's respiratory rate. E.g., 17",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20793,
                                    "field_id": 362233,
                                    "name": "",
                                    "description": "Enter the patient's blood oxygen level. E.g., 90 mm Hg",
                                    "enabled": true,
                                    "required": false,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20794,
                                    "field_id": 362235,
                                    "name": "",
                                    "description": "Does the patient have a smoking habit?",
                                    "enabled": true,
                                    "required": false,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20795,
                                    "field_id": 362242,
                                    "name": "",
                                    "description": "How often does the patient consume alcoholic beverages?",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20800,
                                    "field_id": 363475,
                                    "name": "",
                                    "description": "If the patient is currently taking any medications, list them here.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20796,
                                    "field_id": 362244,
                                    "name": "",
                                    "description": "Log the patient's current height in centimeters.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20797,
                                    "field_id": 362245,
                                    "name": "",
                                    "description": "Log the patient's current weight in kilograms.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20787,
                                    "field_id": 362189,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20798,
                                    "field_id": 362246,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 15,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20799,
                                    "field_id": 362252,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 16,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-03T16:05:50.620698+00:00",
                            "updated_on": "2022-05-20T13:29:54.350063+00:00",
                            "field_362130": null,
                            "field_362131": [
                                1
                            ],
                            "field_362132": "Bruised lower leg from falling of a tree.",
                            "field_362189": [
                                1
                            ],
                            "field_362228": 7,
                            "field_362229": "98.00",
                            "field_362230": "110/60",
                            "field_362231": "88",
                            "field_362232": "18",
                            "field_362233": "95%",
                            "field_362235": 93710,
                            "field_362242": 93713,
                            "field_362244": "162.56",
                            "field_362245": "54.43",
                            "field_362246": [
                                {
                                    "name": "cSYHxhDYWk02Cf4CxK1UUTumtYkOCjvB_a95a69a0ce8cdc7d4b52bb75fe50b585ef415dbb30da937660f54d02b1887cae.pdf",
                                    "visible_name": "almafox.labtestresult.pdf",
                                    "original_name": "almafox.labtestresult.pdf"
                                }
                            ],
                            "field_362252": null,
                            "field_363475": "None"
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-03T16:05:50.622894+00:00",
                            "updated_on": "2022-05-20T13:29:45.318520+00:00",
                            "field_362130": null,
                            "field_362131": [
                                3
                            ],
                            "field_362132": "Deep cut on finger from chopping vegetables for dinner.",
                            "field_362189": [
                                2
                            ],
                            "field_362228": 4,
                            "field_362229": "98.00",
                            "field_362230": "142/76",
                            "field_362231": "88",
                            "field_362232": "16",
                            "field_362233": "98%",
                            "field_362235": 93708,
                            "field_362242": 93714,
                            "field_362244": "165.10",
                            "field_362245": "56.70",
                            "field_362246": [],
                            "field_362252": null,
                            "field_363475": "Just vitamin supplements."
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-06T17:23:21.048379+00:00",
                            "updated_on": "2022-05-20T13:30:12.715722+00:00",
                            "field_362130": null,
                            "field_362131": [
                                5
                            ],
                            "field_362132": "Car accident victim and was crying in pain.",
                            "field_362189": [
                                3
                            ],
                            "field_362228": 10,
                            "field_362229": "92.00",
                            "field_362230": "102/60",
                            "field_362231": "86",
                            "field_362232": "28",
                            "field_362233": "96%",
                            "field_362235": 93709,
                            "field_362242": 93712,
                            "field_362244": "187.96",
                            "field_362245": "86.18",
                            "field_362246": [
                                {
                                    "name": "jXk6ww1MXRr7K63aWt65h5EDJGRpwd0m_a95a69a0ce8cdc7d4b52bb75fe50b585ef415dbb30da937660f54d02b1887cae.pdf",
                                    "visible_name": "carlmcqueen.labtestresult.pdf",
                                    "original_name": "carlmcqueen.labtestresult.pdf"
                                }
                            ],
                            "field_362252": null,
                            "field_363475": "Antihistamines for allergic rhinitis."
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-06T17:28:23.662232+00:00",
                            "updated_on": "2022-05-20T13:30:04.944224+00:00",
                            "field_362130": null,
                            "field_362131": [
                                4
                            ],
                            "field_362132": "A man who is 24 and in good health asks the triage nurse. He says he can't see his dentist until next week and asked for medication for the pain. He\u00a0says\u00a0the\u00a0pain\u00a0started\u00a0yesterday\u00a0and\u00a0is\u00a0a\u00a010/10\u00a0on\u00a0the\u00a0pain\u00a0scale.\u00a0There\u00a0is\u00a0no\u00a0obvious\u00a0facial\u00a0swelling.",
                            "field_362189": [
                                4
                            ],
                            "field_362228": 10,
                            "field_362229": "99.80",
                            "field_362230": "128/74",
                            "field_362231": "78",
                            "field_362232": "16",
                            "field_362233": "95%",
                            "field_362235": 93710,
                            "field_362242": 93714,
                            "field_362244": "180.34",
                            "field_362245": "95.25",
                            "field_362246": [],
                            "field_362252": null,
                            "field_363475": "There shouldn't be any need for resources. He will have to get a physical, but if there are no signs of an abscess or cellulites, he will be sent to a dentist. In the ED, he might get pills to take by mouth and prescriptions for antibiotics and/or painkillers. Even though he says his pain is 10/10, he is not an ESI level 2. Based on the assessment at triage, he would not get the last available bed."
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-09T10:08:18.911140+00:00",
                            "updated_on": "2022-05-20T13:29:35.586110+00:00",
                            "field_362130": null,
                            "field_362131": [
                                2
                            ],
                            "field_362132": "A man who is 45 years old comes to the ED and asks to be checked. He is very allergic to shellfish, but he accidentally ate a dip that had shrimp in it. He felt his throat start to close up right away, so he took his epinephrine. He tells you that he's doing fine. No coughing or rashes were seen.",
                            "field_362189": [
                                5
                            ],
                            "field_362228": 3,
                            "field_362229": "97.00",
                            "field_362230": "136/84",
                            "field_362231": "108",
                            "field_362232": "20",
                            "field_362233": "97%",
                            "field_362235": 93708,
                            "field_362242": 93713,
                            "field_362244": "175.26",
                            "field_362245": "81.65",
                            "field_362246": [
                                {
                                    "name": "pNmqotCkWRvlnRM1Xs61J08nVD8KKDBB_a95a69a0ce8cdc7d4b52bb75fe50b585ef415dbb30da937660f54d02b1887cae.pdf",
                                    "visible_name": "jameswade.labtestresult.pdf",
                                    "original_name": "jameswade.labtestresult.pdf"
                                }
                            ],
                            "field_362252": null,
                            "field_363475": "Injected epinephrine a few minutes ago."
                        }
                    ]
                },
                {
                    "id": 61888,
                    "name": "Doctors",
                    "order": 4,
                    "fields": [
                        {
                            "id": 362121,
                            "type": "text",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 362122,
                            "type": "file",
                            "name": "Photo",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 362123,
                            "type": "multiple_select",
                            "name": "Specialty",
                            "order": 2,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 93735,
                                    "value": "Allergy and immunology",
                                    "color": "blue",
                                    "order": 0
                                },
                                {
                                    "id": 93736,
                                    "value": "Emergency medicine",
                                    "color": "green",
                                    "order": 1
                                },
                                {
                                    "id": 93737,
                                    "value": "Family medicine",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 93738,
                                    "value": "Internal medicine",
                                    "color": "red",
                                    "order": 3
                                },
                                {
                                    "id": 93739,
                                    "value": "Laboratory",
                                    "color": "gray",
                                    "order": 4
                                },
                                {
                                    "id": 93740,
                                    "value": "Neurology",
                                    "color": "dark-blue",
                                    "order": 5
                                },
                                {
                                    "id": 93741,
                                    "value": "Obstetrics and gynecology",
                                    "color": "dark-green",
                                    "order": 6
                                },
                                {
                                    "id": 93742,
                                    "value": "Pathology",
                                    "color": "dark-orange",
                                    "order": 7
                                },
                                {
                                    "id": 93743,
                                    "value": "Pediatrics",
                                    "color": "dark-red",
                                    "order": 8
                                },
                                {
                                    "id": 93744,
                                    "value": "Psychiatry",
                                    "color": "dark-gray",
                                    "order": 9
                                },
                                {
                                    "id": 93745,
                                    "value": "Surgery",
                                    "color": "light-blue",
                                    "order": 10
                                }
                            ]
                        },
                        {
                            "id": 362191,
                            "type": "link_row",
                            "name": "Related emergency duty",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 61887,
                            "link_row_related_field_id": 362190,
                            "has_related_field": true
                        },
                        {
                            "id": 362325,
                            "type": "boolean",
                            "name": "Is on duty",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 362326,
                            "type": "text",
                            "name": "Local phone extension",
                            "order": 5,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362327,
                            "type": "phone_number",
                            "name": "Mobile number",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 362328,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 362329,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 8,
                            "primary": false
                        }
                    ],
                    "views": [
                        {
                            "id": 79528,
                            "type": "grid",
                            "name": "All doctors",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 15458,
                                    "field_id": 362121,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 27,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "0d1f3c0a-ba7b-4472-9cc9-3481f3144cb4",
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "15140826-9c63-4b1d-a474-323388670ada",
                                                        "type": "boolean",
                                                        "field": 362325,
                                                        "value": "1"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 28,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "10100853-23da-415a-bbb9-ce65b0d56f89",
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "73d4e1e8-6d5a-4d64-8c01-cffcf52c72a5",
                                                        "type": "boolean",
                                                        "field": 362329,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 449189,
                                    "field_id": 362121,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 449187,
                                    "field_id": 362122,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449188,
                                    "field_id": 362123,
                                    "width": 226,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449460,
                                    "field_id": 362191,
                                    "width": 210,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449467,
                                    "field_id": 362325,
                                    "width": 121,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449468,
                                    "field_id": 362326,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 449469,
                                    "field_id": 362327,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449470,
                                    "field_id": 362328,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449471,
                                    "field_id": 362329,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80268,
                            "type": "gallery",
                            "name": "Doctors on duty",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24099,
                                    "field_id": 362325,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15538,
                                    "field_id": 362121,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 362122,
                            "field_options": [
                                {
                                    "id": 8704,
                                    "field_id": 362121,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8705,
                                    "field_id": 362122,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8706,
                                    "field_id": 362123,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8707,
                                    "field_id": 362191,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8708,
                                    "field_id": 362325,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8709,
                                    "field_id": 362326,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8710,
                                    "field_id": 362327,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8711,
                                    "field_id": 362328,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8712,
                                    "field_id": 362329,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 80269,
                            "type": "gallery",
                            "name": "Active doctors",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24100,
                                    "field_id": 362329,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15539,
                                    "field_id": 362121,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 362122,
                            "field_options": [
                                {
                                    "id": 8713,
                                    "field_id": 362121,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8714,
                                    "field_id": 362122,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8715,
                                    "field_id": 362123,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8716,
                                    "field_id": 362191,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8717,
                                    "field_id": 362325,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8718,
                                    "field_id": 362326,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8719,
                                    "field_id": 362327,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8720,
                                    "field_id": 362328,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8721,
                                    "field_id": 362329,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 80271,
                            "type": "form",
                            "name": "Add new doctor",
                            "order": 4,
                            "public": false,
                            "title": "Add a new doctor",
                            "description": "",
                            "cover_image": {
                                "name": "OlSW2dclG7bXduSs6lAlsmADvMIWFBIr_eb09ee2e02fa8fd10965099d38549d5dad43fef16f5a01dbe7e1853eef4b12f0.jpg",
                                "original_name": "Header_Emergency.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "New doctor has been added.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 20801,
                                    "field_id": 362121,
                                    "name": "",
                                    "description": "Enter the doctor's full name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20802,
                                    "field_id": 362122,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20803,
                                    "field_id": 362123,
                                    "name": "",
                                    "description": "Select the doctor's specialties.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20804,
                                    "field_id": 362191,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20805,
                                    "field_id": 362325,
                                    "name": "",
                                    "description": "Is the doctor currently available?",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20806,
                                    "field_id": 362326,
                                    "name": "",
                                    "description": "Enter the doctor's local extension number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20807,
                                    "field_id": 362327,
                                    "name": "",
                                    "description": "Enter the doctor's mobile number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20808,
                                    "field_id": 362328,
                                    "name": "",
                                    "description": "Add notes or remarks regarding the doctor.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20809,
                                    "field_id": 362329,
                                    "name": "",
                                    "description": "Please tick the checkbox below if the doctor is currently active.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-03T16:05:22.285657+00:00",
                            "updated_on": "2022-05-06T12:02:17.127142+00:00",
                            "field_362121": "Dr. Dexter Freemahn",
                            "field_362122": [
                                {
                                    "name": "gpv4ranrGkmrRY11SyYYop6x8Gy3erTM_1e09d56823a3c161ccdd760cd0e863bfc8917f6d540c4017f51b6c504d8d9b04.jpg",
                                    "visible_name": "Man.29jpg.jpg",
                                    "original_name": "Man.29jpg.jpg"
                                }
                            ],
                            "field_362123": [
                                93745,
                                93736
                            ],
                            "field_362191": [
                                1,
                                3
                            ],
                            "field_362325": "true",
                            "field_362326": "x8931",
                            "field_362327": "(847) 587-7189",
                            "field_362328": "The good doctor is usually not in the office, however his cell phone number is always available if you need to get in touch with him.",
                            "field_362329": "true"
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-03T16:05:22.287939+00:00",
                            "updated_on": "2022-05-06T12:20:30.689415+00:00",
                            "field_362121": "Dr. Michael Shimpson",
                            "field_362122": [
                                {
                                    "name": "5UI4558n8HGROkpJjKeGKYJTSNje0RFs_cd66d5feb2215aef8e913bfc6b638a8ef9d97bad4ee528518535c360105bca86.jpg",
                                    "visible_name": "Man.06.jpg",
                                    "original_name": "Man.06.jpg"
                                }
                            ],
                            "field_362123": [
                                93735,
                                93736
                            ],
                            "field_362191": [],
                            "field_362325": "false",
                            "field_362326": "x3215",
                            "field_362327": "(730) 358-2335",
                            "field_362328": "The doctor usually checks the emergency department every now and then.",
                            "field_362329": "true"
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-06T12:03:26.583691+00:00",
                            "updated_on": "2022-05-06T12:19:52.343961+00:00",
                            "field_362121": "Dr. Beth Bowlinger",
                            "field_362122": [
                                {
                                    "name": "FzuAphxjNr54UImiPHVQDF7fkQwq7A11_92d56583c82bf330136310c4a92889596cace6deacb2e5769e16fac6959c4470.jpg",
                                    "visible_name": "Woman.06.jpg",
                                    "original_name": "Woman.06.jpg"
                                }
                            ],
                            "field_362123": [
                                93737,
                                93736
                            ],
                            "field_362191": [],
                            "field_362325": "false",
                            "field_362326": "x7213",
                            "field_362327": "(730) 335-0071",
                            "field_362328": "Has a good reputation from the originating healthcare facility.",
                            "field_362329": "true"
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-06T12:05:40.466761+00:00",
                            "updated_on": "2022-05-06T12:07:00.184161+00:00",
                            "field_362121": "Dr. James Whatson",
                            "field_362122": [
                                {
                                    "name": "fvGUj3iP6Qf5f7G6OUE7VB3BSwMtuNL3_f5655d271d69c92a6c501fd99769c28869cb0e3f9f4626ee5fe07f590cf519e8.jpg",
                                    "visible_name": "Man.07.jpg",
                                    "original_name": "Man.07.jpg"
                                }
                            ],
                            "field_362123": [
                                93738,
                                93736
                            ],
                            "field_362191": [
                                2,
                                4
                            ],
                            "field_362325": "true",
                            "field_362326": "x3839",
                            "field_362327": "(815) 585-8835",
                            "field_362328": "Has been in the hospital for more than 10 years.",
                            "field_362329": "true"
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-06T12:07:34.040604+00:00",
                            "updated_on": "2022-05-06T12:09:43.938071+00:00",
                            "field_362121": "Dr. Chris Antohnucci",
                            "field_362122": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_362123": [
                                93739
                            ],
                            "field_362191": [],
                            "field_362325": "true",
                            "field_362326": "x1885",
                            "field_362327": "(309) 587-0752",
                            "field_362328": "Very cheerful and always has an apple to give.",
                            "field_362329": "true"
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-06T12:09:57.387167+00:00",
                            "updated_on": "2022-05-06T12:19:28.774197+00:00",
                            "field_362121": "Dr. Jennifer Hancoock",
                            "field_362122": [
                                {
                                    "name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "Woman.16.jpg"
                                }
                            ],
                            "field_362123": [
                                93742,
                                93736
                            ],
                            "field_362191": [],
                            "field_362325": "false",
                            "field_362326": "x5515",
                            "field_362327": "(708) 932-5813",
                            "field_362328": "Very serious doctor - do not mess with this doctor.",
                            "field_362329": "true"
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-06T12:11:33.060876+00:00",
                            "updated_on": "2022-05-06T12:13:00.696026+00:00",
                            "field_362121": "Dr. Earnest Lee",
                            "field_362122": [
                                {
                                    "name": "0MPt9tv2Nvi9U8zBNby6CQfiWyzQJ8kB_199c6bfe883a0843641f6616d37a0e27ddcd03478501332909d4ae8d2f92d2bb.jpg",
                                    "visible_name": "Man.37.jpg",
                                    "original_name": "Man.37.jpg"
                                }
                            ],
                            "field_362123": [
                                93740,
                                93736
                            ],
                            "field_362191": [],
                            "field_362325": "true",
                            "field_362326": "x2321",
                            "field_362327": "(309) 300-2820",
                            "field_362328": "Cracks a joke to patients.",
                            "field_362329": "true"
                        },
                        {
                            "id": 9,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-06T12:13:04.897223+00:00",
                            "updated_on": "2022-05-06T12:14:57.146697+00:00",
                            "field_362121": "Dr. Gertrude Marshawll",
                            "field_362122": [
                                {
                                    "name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "Woman.36.jpg"
                                }
                            ],
                            "field_362123": [
                                93738
                            ],
                            "field_362191": [],
                            "field_362325": "false",
                            "field_362326": "x1565",
                            "field_362327": "(837) 531-5858",
                            "field_362328": "The good doctor moved to the uptown hospital last week.",
                            "field_362329": "false"
                        },
                        {
                            "id": 10,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-06T12:15:08.737139+00:00",
                            "updated_on": "2022-05-06T12:20:34.757868+00:00",
                            "field_362121": "Dr. Ruth Wesleye",
                            "field_362122": [
                                {
                                    "name": "b0HtpPoQnBHI5vXAYksatyMcxWCzGR7X_519c13b1553af866a155f467644c8d682b7e1f456f4c1a812bd2da9f5e1500a5.jpg",
                                    "visible_name": "Woman.47.jpg",
                                    "original_name": "Woman.47.jpg"
                                }
                            ],
                            "field_362123": [
                                93737,
                                93736
                            ],
                            "field_362191": [],
                            "field_362325": "true",
                            "field_362326": "x2593",
                            "field_362327": "(312) 890-2087",
                            "field_362328": "Most of the time hops from multiple clinics.",
                            "field_362329": "true"
                        },
                        {
                            "id": 12,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-06T12:17:26.889778+00:00",
                            "updated_on": "2022-05-06T12:18:53.609392+00:00",
                            "field_362121": "Dr. William Quillene",
                            "field_362122": [
                                {
                                    "name": "ArqUdTJHyOLDpYvAvaCacM5otLgfjgzj_6e19616f2f4450d01d227baf4d24008aea1a5bd25943496d5de771127acc75f5.jpg",
                                    "visible_name": "Man.41.jpg",
                                    "original_name": "Man.41.jpg"
                                }
                            ],
                            "field_362123": [
                                93738
                            ],
                            "field_362191": [],
                            "field_362325": "false",
                            "field_362326": "x7171",
                            "field_362327": "(773) 591-7171",
                            "field_362328": "This doctor moved to the state hospital last month.",
                            "field_362329": "false"
                        }
                    ]
                },
                {
                    "id": 61889,
                    "name": "Nurses",
                    "order": 5,
                    "fields": [
                        {
                            "id": 362124,
                            "type": "text",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 362125,
                            "type": "file",
                            "name": "Photo",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 362126,
                            "type": "boolean",
                            "name": "Is on duty",
                            "order": 2,
                            "primary": false
                        },
                        {
                            "id": 362193,
                            "type": "link_row",
                            "name": "Related emergency duty",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 61887,
                            "link_row_related_field_id": 362192,
                            "has_related_field": true
                        },
                        {
                            "id": 362330,
                            "type": "text",
                            "name": "Local phone extension",
                            "order": 4,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 362331,
                            "type": "phone_number",
                            "name": "Mobile number",
                            "order": 5,
                            "primary": false
                        },
                        {
                            "id": 362332,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 362333,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 7,
                            "primary": false
                        }
                    ],
                    "views": [
                        {
                            "id": 79529,
                            "type": "grid",
                            "name": "All nurses",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 15459,
                                    "field_id": 362124,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 29,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "ce8cca9b-1fed-40e3-a56b-348d25fce427",
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "bef4e57c-e0bb-4f83-94b2-f0e7afaa86a9",
                                                        "type": "boolean",
                                                        "field": 362126,
                                                        "value": "1"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 30,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "id": "26a25990-595d-4c82-a02f-940beb4c374f",
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "ee05c6d8-a1be-49d0-816c-c5c58c814977",
                                                        "type": "boolean",
                                                        "field": 362333,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 449192,
                                    "field_id": 362124,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 449190,
                                    "field_id": 362125,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449191,
                                    "field_id": 362126,
                                    "width": 122,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449472,
                                    "field_id": 362193,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449473,
                                    "field_id": 362330,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449474,
                                    "field_id": 362331,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449475,
                                    "field_id": 362332,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449476,
                                    "field_id": 362333,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 80272,
                            "type": "gallery",
                            "name": "Nurses on duty",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24101,
                                    "field_id": 362126,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15540,
                                    "field_id": 362124,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 362125,
                            "field_options": [
                                {
                                    "id": 8722,
                                    "field_id": 362124,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8723,
                                    "field_id": 362125,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8724,
                                    "field_id": 362126,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8725,
                                    "field_id": 362193,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8726,
                                    "field_id": 362330,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8727,
                                    "field_id": 362331,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8728,
                                    "field_id": 362332,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8729,
                                    "field_id": 362333,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 80273,
                            "type": "gallery",
                            "name": "Active nurses",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 24102,
                                    "field_id": 362333,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 15541,
                                    "field_id": 362124,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 362125,
                            "field_options": [
                                {
                                    "id": 8730,
                                    "field_id": 362124,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8731,
                                    "field_id": 362125,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8732,
                                    "field_id": 362126,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8733,
                                    "field_id": 362193,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8734,
                                    "field_id": 362330,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8735,
                                    "field_id": 362331,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 8736,
                                    "field_id": 362332,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 8737,
                                    "field_id": 362333,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 80274,
                            "type": "form",
                            "name": "Add new nurse",
                            "order": 4,
                            "public": false,
                            "title": "Add a new nurse",
                            "description": "",
                            "cover_image": {
                                "name": "OlSW2dclG7bXduSs6lAlsmADvMIWFBIr_eb09ee2e02fa8fd10965099d38549d5dad43fef16f5a01dbe7e1853eef4b12f0.jpg",
                                "original_name": "Header_Emergency.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "New nurse has been successfully added.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 20810,
                                    "field_id": 362124,
                                    "name": "",
                                    "description": "Enter the nurse's full name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20811,
                                    "field_id": 362125,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20812,
                                    "field_id": 362126,
                                    "name": "",
                                    "description": "Is the nurse currently available or on duty?",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20813,
                                    "field_id": 362193,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20814,
                                    "field_id": 362330,
                                    "name": "",
                                    "description": "Enter the nurse's local extension number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20815,
                                    "field_id": 362331,
                                    "name": "",
                                    "description": "Enter the nurse's mobile phone number.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20816,
                                    "field_id": 362332,
                                    "name": "",
                                    "description": "Add notes or remarks pertaining to the nurse.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 20817,
                                    "field_id": 362333,
                                    "name": "",
                                    "description": "Tick the checkbox if the nurse is currently active.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-03T16:05:30.823427+00:00",
                            "updated_on": "2022-05-06T13:29:06.052858+00:00",
                            "field_362124": "Buddy Joanson",
                            "field_362125": [
                                {
                                    "name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "Man.02.jpg",
                                    "original_name": "Man.02.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x7020",
                            "field_362331": "(217) 655-3978",
                            "field_362332": "Always on time.",
                            "field_362333": "true"
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-03T16:05:30.825504+00:00",
                            "updated_on": "2022-05-06T13:12:46.045639+00:00",
                            "field_362124": "Greggory Rhodes",
                            "field_362125": [
                                {
                                    "name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
                                    "visible_name": "Man.15.jpg",
                                    "original_name": "Man.15.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [],
                            "field_362330": "x7853",
                            "field_362331": "(837) 970-3183",
                            "field_362332": "Prefers graveyard shift.",
                            "field_362333": "true"
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-05T20:05:22.081485+00:00",
                            "updated_on": "2022-05-06T13:18:39.222850+00:00",
                            "field_362124": "Kim Carlson",
                            "field_362125": [
                                {
                                    "name": "zGNzaVyiKw3w2QIoTC5kN2yDPQ52K7Lo_2f9f7e45a0ff36e3f703aaa965110c26ebf3dbd45870a4eb436da69427bf9031.jpg",
                                    "visible_name": "Woman.08.jpg",
                                    "original_name": "Woman.08.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [
                                1,
                                3
                            ],
                            "field_362330": "x2809",
                            "field_362331": "(815) 857-9711",
                            "field_362332": "Very helpful to both colleagues and patients.",
                            "field_362333": "true"
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-06T13:13:13.313688+00:00",
                            "updated_on": "2022-05-06T13:29:13.077043+00:00",
                            "field_362124": "Carrie Fox",
                            "field_362125": [
                                {
                                    "name": "Os2kEDofqpCv6UuvNegAkhLnNPIoIn4p_d38d4402c9d90358d6a0648b8e37dd01fecfa97b46722a5d6f9034ff624ee682.jpg",
                                    "visible_name": "Woman.19.jpg",
                                    "original_name": "Woman.19.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x2218",
                            "field_362331": "(718) 753-7902",
                            "field_362332": "Got a lot of skills, could also be a handy man.",
                            "field_362333": "true"
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-06T13:14:44.611289+00:00",
                            "updated_on": "2022-05-06T13:16:03.425638+00:00",
                            "field_362124": "Cindy Fisher",
                            "field_362125": [
                                {
                                    "name": "e8rG8VapxhAxEYyee9e4QL3KqdfJtPLw_dbd63cb04b99abdda6393cb662c3ea0ddaa45ef9e43d5a32ba8e79aec9e59559.jpg",
                                    "visible_name": "Woman.33.jpg",
                                    "original_name": "Woman.33.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [
                                5
                            ],
                            "field_362330": "x2219",
                            "field_362331": "(217) 937-1821",
                            "field_362332": "Prefers doing day shifts.",
                            "field_362333": "true"
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-06T13:16:13.461381+00:00",
                            "updated_on": "2022-05-06T13:29:38.744751+00:00",
                            "field_362124": "Lance Sweeney",
                            "field_362125": [
                                {
                                    "name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "Man.18.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x0392",
                            "field_362331": "(718) 789-1343",
                            "field_362332": "Moves really fast but manages to be careful.",
                            "field_362333": "true"
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-06T13:17:24.436368+00:00",
                            "updated_on": "2022-05-06T13:18:40.026309+00:00",
                            "field_362124": "Julia Vasquez",
                            "field_362125": [
                                {
                                    "name": "5lEHRmQy32pDLQfjp5cf7uTJPAN0m3RH_5a23a8bf0a502f7af5c902b4567fd419dc1fd21248b48a8a276a4cbff4123638.jpg",
                                    "visible_name": "Woman.26.jpg",
                                    "original_name": "Woman.26.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [
                                2,
                                4
                            ],
                            "field_362330": "x5347",
                            "field_362331": "(773) 783-5092",
                            "field_362332": "Never missed assigned duties.",
                            "field_362333": "true"
                        },
                        {
                            "id": 9,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-06T13:18:49.243740+00:00",
                            "updated_on": "2022-05-06T13:20:11.494453+00:00",
                            "field_362124": "Rita France",
                            "field_362125": [
                                {
                                    "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "Woman.27.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x3589",
                            "field_362331": "(217) 583-7573",
                            "field_362332": "Filed a two week vacation after a week long duty.",
                            "field_362333": "true"
                        },
                        {
                            "id": 10,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-06T13:20:24.187171+00:00",
                            "updated_on": "2022-05-06T13:21:23.091352+00:00",
                            "field_362124": "Glenn Raff",
                            "field_362125": [
                                {
                                    "name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "Man.27.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x2019",
                            "field_362331": "(217) 398-3379",
                            "field_362332": "Moved to the uptown hospital.",
                            "field_362333": "false"
                        },
                        {
                            "id": 11,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-06T13:21:30.957988+00:00",
                            "updated_on": "2022-05-06T13:22:22.406174+00:00",
                            "field_362124": "Richard Bohanan",
                            "field_362125": [
                                {
                                    "name": "NFvkprAhIhcs4F2RS28mgIN6fae05VzE_c9c01606ebf47de4f5d99395cab4bde275ac67ff8c36916504e6f4d5208b56c1.jpg",
                                    "visible_name": "Man.39.jpg",
                                    "original_name": "Man.39.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x1912",
                            "field_362331": "(815) 979-7509",
                            "field_362332": "Resigned just last week.",
                            "field_362333": "false"
                        },
                        {
                            "id": 12,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-06T13:22:29.653739+00:00",
                            "updated_on": "2022-05-06T13:29:24.673271+00:00",
                            "field_362124": "Kenneth Sims",
                            "field_362125": [
                                {
                                    "name": "DFt6ty1gQlpDu8kUgWQuW82k0ZUazXVc_3b738f3536f943776298e98c600768f203b22411ffb1d9e3aae3ecf5bde9c4ee.jpg",
                                    "visible_name": "Man.46.jpg",
                                    "original_name": "Man.46.jpg"
                                }
                            ],
                            "field_362126": "false",
                            "field_362193": [],
                            "field_362330": "x1252",
                            "field_362331": "(815) 583-9305",
                            "field_362332": "Currently working in two departments.",
                            "field_362333": "true"
                        },
                        {
                            "id": 14,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-06T13:24:34.173933+00:00",
                            "updated_on": "2022-05-06T13:25:38.798925+00:00",
                            "field_362124": "Omar Myrick",
                            "field_362125": [
                                {
                                    "name": "rxgVq1d6ZIrdMTebLraHlqaxJAimCj2R_7c4824e7936be8072796e39cb6afe432b76374ee74db5de0a8d010a6ce0d3aac.jpg",
                                    "visible_name": "Man.17.jpg",
                                    "original_name": "Man.17.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [],
                            "field_362330": "x5853",
                            "field_362331": "(708) 375-5180",
                            "field_362332": "Would be transferring to the adjacent department next month.",
                            "field_362333": "true"
                        },
                        {
                            "id": 15,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-06T13:25:59.704356+00:00",
                            "updated_on": "2022-05-06T13:29:36.808936+00:00",
                            "field_362124": "Norman Baker",
                            "field_362125": [
                                {
                                    "name": "0fJxhhSbffUgv19GbYVFG9FGZBMOhMRd_9280c14e270c9e641b748ecfe5da0b4a3d4ba5b141a394a249febc2bb7ebb19c.jpg",
                                    "visible_name": "Man.30.jpg",
                                    "original_name": "Man.30.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [],
                            "field_362330": "x1825",
                            "field_362331": "(217) 573-2985",
                            "field_362332": "Took a leave yesterday.",
                            "field_362333": "true"
                        },
                        {
                            "id": 17,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-06T13:27:15.884359+00:00",
                            "updated_on": "2022-05-06T13:28:19.374582+00:00",
                            "field_362124": "Virginia Glover",
                            "field_362125": [
                                {
                                    "name": "VYZg91QO5HdFBLAzXwtAPLzqXPWRm3Af_9e3030d0486af97de330271eeeb585100ecbc2b1056a15fc1c4abf1347f7ef30.jpg",
                                    "visible_name": "Woman.52.jpg",
                                    "original_name": "Woman.52.jpg"
                                }
                            ],
                            "field_362126": "true",
                            "field_362193": [],
                            "field_362330": "x3098",
                            "field_362331": "(815) 328-0079",
                            "field_362332": "Tasked to sort the pharmacy at the moment.",
                            "field_362333": "true"
                        }
                    ]
                },
                {
                    "id": 61249,
                    "name": "ESI levels",
                    "order": 6,
                    "fields": [
                        {
                            "id": 357938,
                            "type": "text",
                            "name": "ESI level",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 357939,
                            "type": "text",
                            "name": "Attention needed within",
                            "order": 1,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 357940,
                            "type": "text",
                            "name": "Brief summary",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 357942,
                            "type": "long_text",
                            "name": "Details",
                            "order": 3,
                            "primary": false
                        },
                        {
                            "id": 362134,
                            "type": "link_row",
                            "name": "Related emergency admissions",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 61887,
                            "link_row_related_field_id": 362119,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 78889,
                            "type": "grid",
                            "name": "All ESI levels",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 15460,
                                    "field_id": 357938,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 443608,
                                    "field_id": 357938,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 443606,
                                    "field_id": 357939,
                                    "width": 214,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 443607,
                                    "field_id": 357940,
                                    "width": 354,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 443610,
                                    "field_id": 357942,
                                    "width": 376,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 449477,
                                    "field_id": 362134,
                                    "width": 253,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-04-29T15:04:23.683220+00:00",
                            "updated_on": "2022-04-29T15:57:34.106219+00:00",
                            "field_357938": "1 - Resuscitation",
                            "field_357939": "0 minutes",
                            "field_357940": "Patient conditions that endanger the patient's life, limb, or organ.",
                            "field_357942": "Patient requires immediate life-saving intervention? \n\nImmediate life-saving intervention required: airway, emergency medications, or other hemodynamic interventions (IV, supplemental O2, monitor, ECG, or labs DO NOT count); and/or any of the following clinical conditions: intubated, apneic, pulseless, severe respiratory distress, SPO2<90, acute mental status changes, or unresponsive. \nUnresponsiveness is defined as a patient that is either:\n(1) nonverbal and not following commands (acutely); or\n(2) requires a noxious stimulus (P or U on AVPU) scale",
                            "field_362134": [
                                3
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-04-29T15:04:23.686140+00:00",
                            "updated_on": "2022-04-29T15:57:49.825528+00:00",
                            "field_357938": "2 - Emergent",
                            "field_357939": "10 minutes",
                            "field_357940": "Patient conditions that pose a threat to life, limb, organ, or function.",
                            "field_357942": "The patient is in a high-risk situation, confused/lethargic/disoriented, or in severe pain/distress? \n \nA high-risk situation is a patient you would put in your last open bed. \nSevere pain/distress is determined by clinical observation and/or patient rating of greater than or equal to 7 on the 0-10 pain scale.",
                            "field_362134": [
                                5
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-04-29T15:10:24.397409+00:00",
                            "updated_on": "2022-04-29T15:52:13.307771+00:00",
                            "field_357938": "3 - Urgent",
                            "field_357939": "30 minutes",
                            "field_357940": "Serious conditions that necessitate immediate treatment.",
                            "field_357942": "The patient requires many resources and vital signs tests.\n \nDanger Zone Vital Signs\nConsider uptriage to ESI 2 if any vital sign criterion is exceeded.\n \nPediatric Fever Considerations\n\u2022 1 to 28 days of age: assign at least ESI 2 if temp >38.0 C (100.4F)\n\u2022 1-3 months of age: consider assigning ESI 2 if temp >38.0 C (100.4F)\n\u2022 3 months to 3 yrs of age: consider assigning ESI 3 if: temp >39.0 C (102.2 F), or incomplete immunizations, or no obvious source of fever \n \nResources: Count the number of different types of resources, not the individual tests or x-rays (examples: CBC, electrolytes and coags equal one resource; CBC plus chest x-ray equals two resources). \n \nResources\n\u2022 Labs (blood, urine)\n\u2022 ECG, X-rays\n\u2022 CT-MRI-ultrasound-angiography\n\u2022 IV fluids (hydration)\n\u2022 IV or IM or nebulized medications\n\u2022 Specialty consultation\n\u2022 Simple procedure =1 (lac repair, foley cath)\n\u2022 Complex procedure =2 (conscious sedation)",
                            "field_362134": [
                                1
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-04-29T15:10:27.917848+00:00",
                            "updated_on": "2022-04-29T15:52:54.176472+00:00",
                            "field_357938": "4 - Less urgent",
                            "field_357939": "60 minutes",
                            "field_357940": "Conditions that are associated with patient distress or probable complications that require attention.",
                            "field_357942": "This patient requires just one resource. \n \nResources\n\u2022 Labs (blood, urine)\n\u2022 ECG, X-rays\n\u2022 CT-MRI-ultrasound-angiography\n\u2022 IV fluids (hydration)\n\u2022 IV or IM or nebulized medications\n\u2022 Specialty consultation\n\u2022 Simple procedure =1 (lac repair, foley cath)\n\u2022 Complex procedure =2 (conscious sedation)",
                            "field_362134": [
                                2
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-04-29T15:10:31.601356+00:00",
                            "updated_on": "2022-04-29T15:54:37.316599+00:00",
                            "field_357938": "5 - Referred",
                            "field_357939": "120 minutes",
                            "field_357940": "Non-urgent conditions or those that may be associated with a chronic condition.",
                            "field_357942": "Doctor consultation - patient needs an exam and prescription.",
                            "field_362134": [
                                4
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}
