{"info":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","description":"<html><head></head><body><p>The CareMonitor partner API and health metrics API allows developers and health device vendors to create applications and send data to CareMonitor remote monitoring platform. This will enable patients to share data with their care team members seamlessly.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>On a high level, using the API, developers can send both transactional data and health metric data to CareMonitor remote monitoring platform after obtaining consent from the patient or the clinician.</p>\n<ul>\n<li>The process involves registering the application or device and obtaining login credentials.</li>\n<li>For Clinical API, developers need to authenticate using user id, password and obtain x-access-token. This is a short lived token for specific activity. You will also be able to call the APIs using API key.</li>\n<li>For Health metrics API, developers can obtain patient consent and invoke the Oauth2 workflow to receive access token and refresh tokens.</li>\n<li>Sync metrics data or clinical data either automatically or on demand.</li>\n<li>Receive acknowledgement and manage tokens specific to CareMonitor patient record.</li>\n</ul>\n<h2 id=\"important\">Important</h2>\n<p>CareMonitor platform also sync any data entered to Apple Health on iOS devices. For Android applications, we recommend the partners to use our APIs to send data directly. </p>\n<p>For iOS applications you can use either Apple health or APIs model to send data. For us to sync data from Apple health, patient needs to install the CareMonitor mobile application.</p>\n<h2 id=\"changelog\">Changelog</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[16/09/2020]\n**Partner API**: CareMonitor is excited to announce the API specification for partners and device manufactures to send data.\n[15/07/2021]\n**Partner API**: CareMonitor is excited to announce the Clinical API specification for partners to send Appointments data.\n   \n  \n</code></pre><h2 id=\"partner-account\">Partner account</h2>\n<p>Obtain partner credentials and client id by sending an email to: <a href=\"mailto:partners@caremonitor.com.au\">partners@caremonitor.com.au</a></p>\n<h2 id=\"oauth-overview\">OAuth Overview</h2>\n<p>When OAuth is initiated, the user is prompted by the application to log in on the CareMonitor patient portal and to give consent to the requesting application. A user can opt out of the health metrics scopes requested by the application.</p>\n<p>After the user accepts or rejects the authorization request, CareMonitor redirects the user to a URL specified by the application. If the user authorized the application, the URL query string will include an authorization code and the scope accepted by the user. Apps should check which scopes a user has accepted. Applications complete the authorization process by exchanging the authorization code for a refresh token and short-lived access token.</p>\n<p>Access tokens are used by applications to send data to CareMonitor platform on behalf of the authenticated user. Refresh tokens are used to obtain new access tokens when older ones expire.</p>\n<h2 id=\"clinical-api-authentication-overview\">Clinical API authentication overview</h2>\n<p>Obtain the x-access-token by calling the login method. Use this token in all the headers. Also, send the org_id relevant to the patient/provider.</p>\n<h2 id=\"caremonitor-clinical-api-list\">CareMonitor Clinical API list</h2>\n<p>The following table present the available metrics partners can send to CareMonitor.</p>\n<ul>\n<li><strong>Appointments</strong>: Create and manage Available slots, telehealth appointments, patient appointments</li>\n</ul>\n<h2 id=\"caremonitor-health-api-list\">CareMonitor Health API list</h2>\n<p>The following table present the available metrics partners can send to CareMonitor.</p>\n<ul>\n<li><strong>Electrocardiogram</strong>: Record ECG data</li>\n<li><strong>Blood Pressure</strong>: Record Blood pressure data</li>\n<li><strong>Heart Rate</strong>: Record heart rate data</li>\n<li><strong>Blood Glucose Levels</strong>: Record Blood glucose levels data</li>\n<li><strong>Steps</strong>: Record steps data</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"}],"owner":"11064007","collectionId":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","publishedId":"TVK8aKyb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-16T01:48:53.000Z"},"item":[{"name":"Clinical API","item":[{"name":"Appointments","item":[{"name":"Provider","item":[{"name":"Update Global availability","id":"fdce3529-8402-4ab7-b7a6-42ff23c76f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","type":"text","value":""},{"key":"org_id","type":"text","value":"{{org_id}}"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_GLOBAL\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": {\n        \"0\": {\n            \"range\": [\n                \"2021-07-11T18:30:00.000Z\",\n                \"2021-07-18T18:29:59.999Z\"\n            ],\n            \"isDST\": false,\n            \"from\": \"2021-07-11T18:30:00.000Z\",\n            \"to\": \"2021-07-18T18:29:59.999Z\",\n            \"slots\": {\n                \"1\": [\n                    {\n                        \"from\": \"04:30 am\",\n                        \"to\": \"05:30 am\"\n                    }\n                ],\n                \"3\": [\n                    {\n                        \"from\": \"06:30 am\",\n                        \"to\": \"11:30 am\"\n                    }\n                ],\n                \"6\": [\n                    {\n                        \"from\": \"01:30 pm\",\n                        \"to\": \"05:00 pm\"\n                    }\n                ]\n            }\n        }\n    },\n    \"id\": \"a37fed61-80a1-4849-b75a-ff9ff8002c99\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences","description":"<p>Update Global availability</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","save-user-preferences"],"host":["dev","caremonitor","com","au"],"query":[],"variable":[]}},"response":[{"id":"3788c707-7aca-486f-93f5-0d7acb865bdc","name":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_GLOBAL\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": {\n        \"0\": {\n            \"range\": [\n                \"2021-07-11T18:30:00.000Z\",\n                \"2021-07-18T18:29:59.999Z\"\n            ],\n            \"isDST\": false,\n            \"from\": \"2021-07-11T18:30:00.000Z\",\n            \"to\": \"2021-07-18T18:29:59.999Z\",\n            \"slots\": {\n                \"1\": [\n                    {\n                        \"from\": \"04:30 am\",\n                        \"to\": \"05:30 am\"\n                    }\n                ],\n                \"3\": [\n                    {\n                        \"from\": \"06:30 am\",\n                        \"to\": \"11:30 am\"\n                    }\n                ],\n                \"6\": [\n                    {\n                        \"from\": \"01:30 pm\",\n                        \"to\": \"05:00 pm\"\n                    }\n                ]\n            }\n        }\n    },\n    \"id\": \"a37fed61-80a1-4849-b75a-ff9ff8002c99\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:25:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"665"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"299-f1cAIfZeTE/UDAj/3k1ffA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"a37fed61-80a1-4849-b75a-ff9ff8002c99\",\n        \"key\": \"APPT_PREF_GLOBAL\",\n        \"value\": \"{\\\"0\\\":{\\\"range\\\":[\\\"2021-07-11T18:30:00.000Z\\\",\\\"2021-07-18T18:29:59.999Z\\\"],\\\"isDST\\\":false,\\\"from\\\":\\\"2021-07-11T18:30:00.000Z\\\",\\\"to\\\":\\\"2021-07-18T18:29:59.999Z\\\",\\\"slots\\\":{\\\"1\\\":[{\\\"from\\\":\\\"04:30 am\\\",\\\"to\\\":\\\"05:30 am\\\"}],\\\"3\\\":[{\\\"from\\\":\\\"06:30 am\\\",\\\"to\\\":\\\"11:30 am\\\"}],\\\"6\\\":[{\\\"from\\\":\\\"01:30 pm\\\",\\\"to\\\":\\\"05:00 pm\\\"}]}}}\",\n        \"createdAt\": \"2021-07-13T15:56:28.252Z\",\n        \"updatedAt\": \"2021-07-15T03:22:56.068Z\",\n        \"deletedAt\": null,\n        \"userId\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n        \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\"\n    },\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"fdce3529-8402-4ab7-b7a6-42ff23c76f03"},{"name":"Set Global availability","id":"6d990ab0-f278-49bd-b453-a2fbeac13bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_GLOBAL\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": {\n        \"0\": {\n            \"range\": [\n                \"2021-06-30T18:30:00.000Z\",\n                \"2021-07-31T18:29:59.999Z\"\n            ],\n            \"isDST\": false,\n            \"from\": \"2021-06-30T18:30:00.000Z\",\n            \"to\": \"2021-07-31T18:29:59.999Z\",\n            \"slots\": {\n                \"0\": [\n                    {\n                        \"from\": \"11:30 pm\",\n                        \"to\": null\n                    }\n                ],\n                \"1\": [\n                    {\n                        \"from\": null,\n                        \"to\": \"05:30 am\"\n                    }\n                ],\n                \"4\": [\n                    {\n                        \"from\": \"03:30 am\",\n                        \"to\": \"12:30 pm\"\n                    },\n                    {\n                        \"from\": \"02:00 pm\",\n                        \"to\": \"05:00 pm\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","save-user-preferences"],"host":["dev","caremonitor","com","au"],"query":[],"variable":[]}},"response":[{"id":"511012bc-3343-43e4-89a1-0b361f592bc9","name":"Set Global availability","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_GLOBAL\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": {\n        \"0\": {\n            \"range\": [\n                \"2021-06-30T18:30:00.000Z\",\n                \"2021-07-31T18:29:59.999Z\"\n            ],\n            \"isDST\": false,\n            \"from\": \"2021-06-30T18:30:00.000Z\",\n            \"to\": \"2021-07-31T18:29:59.999Z\",\n            \"slots\": {\n                \"0\": [\n                    {\n                        \"from\": \"11:30 pm\",\n                        \"to\": null\n                    }\n                ],\n                \"1\": [\n                    {\n                        \"from\": null,\n                        \"to\": \"05:30 am\"\n                    }\n                ],\n                \"4\": [\n                    {\n                        \"from\": \"03:30 am\",\n                        \"to\": \"12:30 pm\"\n                    },\n                    {\n                        \"from\": \"02:00 pm\",\n                        \"to\": \"05:00 pm\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:28:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"637"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"27d-stAF4ooGdrihmAbPqdjymg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"457f6dfb-0f4a-4a88-81d3-3559ae48c2ec\",\n        \"key\": \"APPT_PREF_GLOBAL\",\n        \"userId\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n        \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n        \"value\": {\n            \"0\": {\n                \"range\": [\n                    \"2021-06-30T18:30:00.000Z\",\n                    \"2021-07-31T18:29:59.999Z\"\n                ],\n                \"isDST\": false,\n                \"from\": \"2021-06-30T18:30:00.000Z\",\n                \"to\": \"2021-07-31T18:29:59.999Z\",\n                \"slots\": {\n                    \"0\": [\n                        {\n                            \"from\": \"11:30 pm\",\n                            \"to\": null\n                        }\n                    ],\n                    \"1\": [\n                        {\n                            \"from\": null,\n                            \"to\": \"05:30 am\"\n                        }\n                    ],\n                    \"4\": [\n                        {\n                            \"from\": \"03:30 am\",\n                            \"to\": \"12:30 pm\"\n                        },\n                        {\n                            \"from\": \"02:00 pm\",\n                            \"to\": \"05:00 pm\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"updatedAt\": \"2021-07-15T03:28:45.242Z\",\n        \"createdAt\": \"2021-07-15T03:28:45.242Z\",\n        \"deletedAt\": null\n    },\n    \"message\": \"Created successfully\"\n}"}],"_postman_id":"6d990ab0-f278-49bd-b453-a2fbeac13bb4"},{"name":"Set day availability","id":"cd4b7d04-dbe5-444f-9d50-4f3ccd854e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_07_2021\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": [\n        {\n            \"date\": \"2021-07-16T06:30:00.000Z\",\n            \"slots\": [\n                {\n                    \"from\": \"2021-07-16T06:30:00.000Z\",\n                    \"to\": \"2021-07-16T10:00:00.000Z\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","save-user-preferences"],"host":["dev","caremonitor","com","au"],"query":[],"variable":[]}},"response":[{"id":"5f0b18ca-3b45-4a7c-9a95-74fdffedcec2","name":"Set day availability","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_07_2021\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": [\n        {\n            \"date\": \"2021-07-16T06:30:00.000Z\",\n            \"slots\": [\n                {\n                    \"from\": \"2021-07-16T06:30:00.000Z\",\n                    \"to\": \"2021-07-16T10:00:00.000Z\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:33:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"442"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"1ba-UGVbfuH39DuPRWETD5PWgg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\",\n        \"key\": \"APPT_PREF_07_2021\",\n        \"userId\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n        \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n        \"value\": [\n            {\n                \"date\": \"2021-07-16T06:30:00.000Z\",\n                \"slots\": [\n                    {\n                        \"from\": \"2021-07-16T06:30:00.000Z\",\n                        \"to\": \"2021-07-16T10:00:00.000Z\"\n                    }\n                ]\n            }\n        ],\n        \"updatedAt\": \"2021-07-15T03:33:50.012Z\",\n        \"createdAt\": \"2021-07-15T03:33:50.012Z\",\n        \"deletedAt\": null\n    },\n    \"message\": \"Created successfully\"\n}"}],"_postman_id":"cd4b7d04-dbe5-444f-9d50-4f3ccd854e02"},{"name":"Update day availability","id":"f4b586f3-238f-4058-900e-98fdd55a8d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_07_2021\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": [\n        {\n            \"date\": \"2021-07-16T06:30:00.000Z\",\n            \"slots\": [\n                {\n                    \"from\": \"2021-07-16T06:30:00.000Z\",\n                    \"to\": \"2021-07-16T10:00:00.000Z\"\n                },\n                {\n                    \"from\": \"2021-07-16T11:30:00.000Z\",\n                    \"to\": \"2021-07-16T12:30:00.000Z\"\n                }\n            ]\n        }\n    ],\n    \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","save-user-preferences"],"host":["dev","caremonitor","com","au"],"query":[],"variable":[]}},"response":[{"id":"c7d563fa-3b8c-4de7-9186-97f2a608c224","name":"Update day availability","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"APPT_PREF_07_2021\",\n    \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"value\": [\n        {\n            \"date\": \"2021-07-16T06:30:00.000Z\",\n            \"slots\": [\n                {\n                    \"from\": \"2021-07-16T06:30:00.000Z\",\n                    \"to\": \"2021-07-16T10:00:00.000Z\"\n                },\n                {\n                    \"from\": \"2021-07-16T11:30:00.000Z\",\n                    \"to\": \"2021-07-16T12:30:00.000Z\"\n                }\n            ]\n        }\n    ],\n    \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/user/save-user-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:35:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"534"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"216-ilBC10jCc+znPXZ63Wynvw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\",\n        \"key\": \"APPT_PREF_07_2021\",\n        \"value\": \"[{\\\"date\\\":\\\"2021-07-16T06:30:00.000Z\\\",\\\"slots\\\":[{\\\"from\\\":\\\"2021-07-16T06:30:00.000Z\\\",\\\"to\\\":\\\"2021-07-16T10:00:00.000Z\\\"},{\\\"from\\\":\\\"2021-07-16T11:30:00.000Z\\\",\\\"to\\\":\\\"2021-07-16T12:30:00.000Z\\\"}]}]\",\n        \"createdAt\": \"2021-07-15T03:33:50.012Z\",\n        \"updatedAt\": \"2021-07-15T03:35:09.727Z\",\n        \"deletedAt\": null,\n        \"userId\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n        \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\"\n    },\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"f4b586f3-238f-4058-900e-98fdd55a8d77"},{"name":"Get Day Available Slots config - All providers","id":"5316b0b5-8b7f-41c9-9b1b-b111af44d160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_07_2021&all_providers=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","user-preferences"],"host":["dev","caremonitor","com","au"],"query":[{"key":"key","value":"APPT_PREF_07_2021"},{"key":"all_providers","value":"true"}],"variable":[]}},"response":[{"id":"ce31b540-c74e-4623-b4b0-dd1e81c9f024","name":"Get Available Slots config - All providers","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_07_2021&all_providers=true","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","user","user-preferences"],"query":[{"key":"key","value":"APPT_PREF_07_2021"},{"key":"all_providers","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:37:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2977"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"ba1-snGCC9Nw3QwbBFh7f4wL8w\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-16T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-16T06:30:00.000Z\",\n                            \"to\": \"2021-07-16T10:00:00.000Z\"\n                        },\n                        {\n                            \"from\": \"2021-07-16T11:30:00.000Z\",\n                            \"to\": \"2021-07-16T12:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\"\n        },\n        {\n            \"id\": \"5286af67-8299-4dae-8866-438770938f7a\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T04:30:00.000Z\",\n                            \"to\": \"2021-07-08T07:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-12T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-12T04:30:00.000Z\",\n                            \"to\": \"2021-07-12T09:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-13T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-13T05:30:00.000Z\",\n                            \"to\": \"2021-07-13T07:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"71ce0306-6632-4b15-bcf3-bcb371917ea9\"\n        },\n        {\n            \"id\": \"14bc1953-43be-432d-803a-d4c87fdf664c\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-13T02:00:00.000Z\",\n                    \"slots\": []\n                }\n            ],\n            \"provider_id\": \"54f8faa6-5a0c-4451-a7df-aab6cdff859a\"\n        },\n        {\n            \"id\": \"514e90b6-ab78-4bcf-81ac-a3e2129a9f43\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-05T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-05T08:30:00.000Z\",\n                            \"to\": \"2021-07-05T10:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-06T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-06T04:30:00.000Z\",\n                            \"to\": \"2021-07-06T09:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T12:30:00.000Z\",\n                            \"to\": \"2021-07-08T17:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-14T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-14T04:30:00.000Z\",\n                            \"to\": \"2021-07-14T11:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\"\n        },\n        {\n            \"id\": \"b2a41786-a42b-408e-ad52-ffbf5319b7e4\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T04:30:00.000Z\",\n                            \"to\": \"2021-07-08T07:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-13T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-13T07:00:00.000Z\",\n                            \"to\": \"2021-07-13T11:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-14T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-14T04:30:00.000Z\",\n                            \"to\": \"2021-07-14T10:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\"\n        },\n        {\n            \"id\": \"3ff6fb27-e176-478e-a651-ae56f6c1f57a\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T04:30:00.000Z\",\n                            \"to\": \"2021-07-08T05:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\"\n        },\n        {\n            \"id\": \"425d105b-b9a2-4eb1-9f70-98c49e87efc6\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-03T06:30:00.000Z\",\n                    \"slots\": []\n                }\n            ],\n            \"provider_id\": \"dc1f1735-effe-4642-aa1e-42ccc90eacdf\"\n        },\n        {\n            \"id\": \"35b8a355-6276-405b-b1c8-579bfafa10b4\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-09T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-09T03:30:00.000Z\",\n                            \"to\": \"2021-07-09T07:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T07:30:00.000Z\",\n                            \"to\": \"2021-07-08T12:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-12T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-12T04:30:00.000Z\",\n                            \"to\": \"2021-07-12T07:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\"\n        }\n    ]\n}"}],"_postman_id":"5316b0b5-8b7f-41c9-9b1b-b111af44d160"},{"name":"Get Global Available Slots config - by provider id","id":"8c9ef2d1-0223-4ef6-bf6b-0b462199e534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_GLOBAL&provider_id=5057cf17-66f8-4569-b9b1-eef339e189a2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","user-preferences"],"host":["dev","caremonitor","com","au"],"query":[{"key":"key","value":"APPT_PREF_GLOBAL"},{"key":"provider_id","value":"5057cf17-66f8-4569-b9b1-eef339e189a2"}],"variable":[]}},"response":[{"id":"055ac5fc-c992-4534-811b-1fa5f825fcdf","name":"Get Global Available Slots config - by provider id","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_GLOBAL&provider_id=5057cf17-66f8-4569-b9b1-eef339e189a2","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","user","user-preferences"],"query":[{"key":"key","value":"APPT_PREF_GLOBAL"},{"key":"provider_id","value":"5057cf17-66f8-4569-b9b1-eef339e189a2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:41:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"403"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"193-7r6u95+UQW7Yp1yxMjLEDw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"27e88b85-fdb0-4d8f-967e-c919ad643e99\",\n            \"key\": \"APPT_PREF_GLOBAL\",\n            \"value\": {\n                \"0\": {\n                    \"range\": [\n                        \"2021-07-11T18:30:00.000Z\",\n                        \"2021-07-18T18:29:59.999Z\"\n                    ],\n                    \"isDST\": false,\n                    \"from\": \"2021-07-11T18:30:00.000Z\",\n                    \"to\": \"2021-07-18T18:29:59.999Z\",\n                    \"slots\": {\n                        \"1\": [\n                            {\n                                \"from\": \"04:30 am\",\n                                \"to\": \"05:30 am\"\n                            }\n                        ],\n                        \"2\": [\n                            {\n                                \"from\": \"04:30 am\",\n                                \"to\": \"05:00 am\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\"\n        }\n    ]\n}"}],"_postman_id":"8c9ef2d1-0223-4ef6-bf6b-0b462199e534"},{"name":"Get Global Available Slots config - All providers","id":"5ac74b59-442b-42d6-907a-fbed911a8120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_GLOBAL&all_providers=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","user-preferences"],"host":["dev","caremonitor","com","au"],"query":[{"key":"key","value":"APPT_PREF_GLOBAL"},{"key":"all_providers","value":"true"}],"variable":[]}},"response":[{"id":"bb0c767a-8fc6-44e9-91ae-56cd11f767aa","name":"Get Available Slots config - All providers","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_07_2021&all_providers=true","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","user","user-preferences"],"query":[{"key":"key","value":"APPT_PREF_07_2021"},{"key":"all_providers","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:37:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2977"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"ba1-snGCC9Nw3QwbBFh7f4wL8w\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-16T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-16T06:30:00.000Z\",\n                            \"to\": \"2021-07-16T10:00:00.000Z\"\n                        },\n                        {\n                            \"from\": \"2021-07-16T11:30:00.000Z\",\n                            \"to\": \"2021-07-16T12:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\"\n        },\n        {\n            \"id\": \"5286af67-8299-4dae-8866-438770938f7a\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T04:30:00.000Z\",\n                            \"to\": \"2021-07-08T07:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-12T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-12T04:30:00.000Z\",\n                            \"to\": \"2021-07-12T09:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-13T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-13T05:30:00.000Z\",\n                            \"to\": \"2021-07-13T07:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"71ce0306-6632-4b15-bcf3-bcb371917ea9\"\n        },\n        {\n            \"id\": \"14bc1953-43be-432d-803a-d4c87fdf664c\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-13T02:00:00.000Z\",\n                    \"slots\": []\n                }\n            ],\n            \"provider_id\": \"54f8faa6-5a0c-4451-a7df-aab6cdff859a\"\n        },\n        {\n            \"id\": \"514e90b6-ab78-4bcf-81ac-a3e2129a9f43\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-05T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-05T08:30:00.000Z\",\n                            \"to\": \"2021-07-05T10:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-06T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-06T04:30:00.000Z\",\n                            \"to\": \"2021-07-06T09:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T12:30:00.000Z\",\n                            \"to\": \"2021-07-08T17:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-14T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-14T04:30:00.000Z\",\n                            \"to\": \"2021-07-14T11:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\"\n        },\n        {\n            \"id\": \"b2a41786-a42b-408e-ad52-ffbf5319b7e4\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T04:30:00.000Z\",\n                            \"to\": \"2021-07-08T07:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-13T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-13T07:00:00.000Z\",\n                            \"to\": \"2021-07-13T11:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-14T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-14T04:30:00.000Z\",\n                            \"to\": \"2021-07-14T10:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\"\n        },\n        {\n            \"id\": \"3ff6fb27-e176-478e-a651-ae56f6c1f57a\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T04:30:00.000Z\",\n                            \"to\": \"2021-07-08T05:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\"\n        },\n        {\n            \"id\": \"425d105b-b9a2-4eb1-9f70-98c49e87efc6\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-03T06:30:00.000Z\",\n                    \"slots\": []\n                }\n            ],\n            \"provider_id\": \"dc1f1735-effe-4642-aa1e-42ccc90eacdf\"\n        },\n        {\n            \"id\": \"35b8a355-6276-405b-b1c8-579bfafa10b4\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-09T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-09T03:30:00.000Z\",\n                            \"to\": \"2021-07-09T07:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-08T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-08T07:30:00.000Z\",\n                            \"to\": \"2021-07-08T12:30:00.000Z\"\n                        }\n                    ]\n                },\n                {\n                    \"date\": \"2021-07-12T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-12T04:30:00.000Z\",\n                            \"to\": \"2021-07-12T07:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\"\n        }\n    ]\n}"}],"_postman_id":"5ac74b59-442b-42d6-907a-fbed911a8120"},{"name":"Get Day Available Slots config - by provider id","id":"e4ce9f28-6986-438e-8a2a-969f52145145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_07_2021&provider_id=5057cf17-66f8-4569-b9b1-eef339e189a2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","user","user-preferences"],"host":["dev","caremonitor","com","au"],"query":[{"key":"key","value":"APPT_PREF_07_2021"},{"key":"provider_id","value":"5057cf17-66f8-4569-b9b1-eef339e189a2"}],"variable":[]}},"response":[{"id":"70e9e18c-4cf4-4e16-97ab-eff12a3b851d","name":"Get Day Available Slots config - by provider id","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/user/user-preferences?key=APPT_PREF_07_2021&provider_id=5057cf17-66f8-4569-b9b1-eef339e189a2","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","user","user-preferences"],"query":[{"key":"key","value":"APPT_PREF_07_2021"},{"key":"provider_id","value":"5057cf17-66f8-4569-b9b1-eef339e189a2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:44:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"342"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"156-7tzXvPIhR2V8bCyFeh/AXg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5f488a18-8c33-43d7-a7bb-d6f8b6b5d591\",\n            \"key\": \"APPT_PREF_07_2021\",\n            \"value\": [\n                {\n                    \"date\": \"2021-07-16T06:30:00.000Z\",\n                    \"slots\": [\n                        {\n                            \"from\": \"2021-07-16T06:30:00.000Z\",\n                            \"to\": \"2021-07-16T10:00:00.000Z\"\n                        },\n                        {\n                            \"from\": \"2021-07-16T11:30:00.000Z\",\n                            \"to\": \"2021-07-16T12:30:00.000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"provider_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\"\n        }\n    ]\n}"}],"_postman_id":"e4ce9f28-6986-438e-8a2a-969f52145145"},{"name":"Get appointments","id":"df60a029-bb3e-4d51-8794-c4b4010c5be8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"context\": \"appointments\",\n    \"limit\": 1000,\n    \"offset\": 0,\n    \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n    \"exclude_org\": true,\n    \"p_type\": \"ORG_INTERNAL_PRACTITIONER,ORG_EXTERNAL_PRACTITIONER,ORG_ADMIN_USERS\",\n    \"startDate\": \"2021-07-07T18:30:00.000Z\",\n    \"endDate\": \"2021-07-19T18:30:00.000Z\",\n    \"include_provider\": true,\n    \"provider_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2,5057cf17-66f8-4569-b9b1-eef339e189a2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/list","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","patient","appointment","list"],"host":["dev","caremonitor","com","au"],"query":[],"variable":[]}},"response":[{"id":"2cd1c373-686c-4144-94ae-4a57794685d9","name":"Get appointments","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"context\": \"appointments\",\n    \"limit\": 1000,\n    \"offset\": 0,\n    \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n    \"exclude_org\": true,\n    \"p_type\": \"ORG_INTERNAL_PRACTITIONER,ORG_EXTERNAL_PRACTITIONER,ORG_ADMIN_USERS\",\n    \"startDate\": \"2021-07-07T18:30:00.000Z\",\n    \"endDate\": \"2021-07-19T18:30:00.000Z\",\n    \"include_provider\": true,\n    \"provider_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2,5057cf17-66f8-4569-b9b1-eef339e189a2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:49:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3692"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"e6c-Jp0eJdohcbkVdiQosxtjBA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"rows\": [\n        {\n            \"id\": \"c0407d4e-a9ba-486b-9b44-d129cbe7c500\",\n            \"date_time\": \"2021-07-08T04:30:00.000Z\",\n            \"end_date_time\": \"2021-07-08T05:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"2328358f-aea2-49ee-80be-cd90854348df\",\n            \"srv_id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"2328358f-aea2-49ee-80be-cd90854348df\",\n                \"meeting_uuid\": \"8c22616a-805c-4895-8cdd-5cb022e8a3e8\",\n                \"meeting_id\": \"20634060\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T04:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": {\n                    \"id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                    \"name\": \"test program\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n                \"firstName\": \"Albert\",\n                \"surName\": \"Arron\",\n                \"middleName\": null,\n                \"profilePic\": \"c30e4f17-a9fa-4dc9-9191-a1d87d966568\",\n                \"mobileNo\": \"8121423493\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\"\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e396dead-96a6-4270-a06b-6ef5e897f73a\",\n            \"date_time\": \"2021-07-08T06:30:00.000Z\",\n            \"end_date_time\": \"2021-07-08T07:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"82a6fc37-6c88-442f-abe4-cea14ea0fecc\",\n            \"srv_id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"82a6fc37-6c88-442f-abe4-cea14ea0fecc\",\n                \"meeting_uuid\": \"fc1c5891-f2c8-483a-90c1-f66a2eeb168c\",\n                \"meeting_id\": \"20213777\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T06:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": {\n                    \"id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                    \"name\": \"test program\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n                \"firstName\": \"Albert\",\n                \"surName\": \"Arron\",\n                \"middleName\": null,\n                \"profilePic\": \"c30e4f17-a9fa-4dc9-9191-a1d87d966568\",\n                \"mobileNo\": \"8121423493\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\"\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        }\n    ]\n}"}],"_postman_id":"df60a029-bb3e-4d51-8794-c4b4010c5be8"},{"name":"Create appointments","id":"dd2e9aa6-404a-4a96-b99c-9bb4445b27a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"type\": 3,\n    \"date_time\": \"2021-07-16T06:30:00.000Z\",\n    \"end_date_time\": \"2021-07-16T06:45:00.000Z\",\n    \"status\": 2,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/book?sendAppMsg=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","patient","appointment","book"],"host":["dev","caremonitor","com","au"],"query":[{"key":"sendAppMsg","value":"true"}],"variable":[]}},"response":[{"id":"58b8b68d-96cc-4885-9174-5bf6d2cfaff9","name":"Get appointments","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"context\": \"appointments\",\n    \"limit\": 1000,\n    \"offset\": 0,\n    \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n    \"exclude_org\": true,\n    \"p_type\": \"ORG_INTERNAL_PRACTITIONER,ORG_EXTERNAL_PRACTITIONER,ORG_ADMIN_USERS\",\n    \"startDate\": \"2021-07-07T18:30:00.000Z\",\n    \"endDate\": \"2021-07-19T18:30:00.000Z\",\n    \"include_provider\": true,\n    \"provider_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2,5057cf17-66f8-4569-b9b1-eef339e189a2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:49:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3692"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"e6c-Jp0eJdohcbkVdiQosxtjBA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"rows\": [\n        {\n            \"id\": \"c0407d4e-a9ba-486b-9b44-d129cbe7c500\",\n            \"date_time\": \"2021-07-08T04:30:00.000Z\",\n            \"end_date_time\": \"2021-07-08T05:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"2328358f-aea2-49ee-80be-cd90854348df\",\n            \"srv_id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"2328358f-aea2-49ee-80be-cd90854348df\",\n                \"meeting_uuid\": \"8c22616a-805c-4895-8cdd-5cb022e8a3e8\",\n                \"meeting_id\": \"20634060\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T04:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": {\n                    \"id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                    \"name\": \"test program\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n                \"firstName\": \"Albert\",\n                \"surName\": \"Arron\",\n                \"middleName\": null,\n                \"profilePic\": \"c30e4f17-a9fa-4dc9-9191-a1d87d966568\",\n                \"mobileNo\": \"8121423493\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\"\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e396dead-96a6-4270-a06b-6ef5e897f73a\",\n            \"date_time\": \"2021-07-08T06:30:00.000Z\",\n            \"end_date_time\": \"2021-07-08T07:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"82a6fc37-6c88-442f-abe4-cea14ea0fecc\",\n            \"srv_id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"82a6fc37-6c88-442f-abe4-cea14ea0fecc\",\n                \"meeting_uuid\": \"fc1c5891-f2c8-483a-90c1-f66a2eeb168c\",\n                \"meeting_id\": \"20213777\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T06:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"29addd32-6964-4b01-8d72-b4004ed13c38\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": {\n                    \"id\": \"13e1f95f-6047-4c0e-9e7e-26ad037f4dd0\",\n                    \"name\": \"test program\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"55a8b1c5-8467-4eb2-87f1-abb8c6fc525b\",\n                \"firstName\": \"Albert\",\n                \"surName\": \"Arron\",\n                \"middleName\": null,\n                \"profilePic\": \"c30e4f17-a9fa-4dc9-9191-a1d87d966568\",\n                \"mobileNo\": \"8121423493\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\"\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        }\n    ]\n}"},{"id":"34a2a16c-105b-4f32-9f4f-9e66774fc11f","name":"Create appointments","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"type\": 3,\n    \"date_time\": \"2021-07-16T06:30:00.000Z\",\n    \"end_date_time\": \"2021-07-16T06:45:00.000Z\",\n    \"status\": 2,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/book?sendAppMsg=true","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","patient","appointment","book"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 03:58:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"66-6eeCgt1epH8xnT6Fz84Gsw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9d656c33-ab1b-436d-897b-7bbf76d7401d\"\n    },\n    \"success\": true,\n    \"message\": \"Created successfully\"\n}"}],"_postman_id":"dd2e9aa6-404a-4a96-b99c-9bb4445b27a0"},{"name":"Update appointments","id":"ab88ed3f-22d7-4d88-9450-3bad3fd7d20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-16T06:30:00.000Z\",\n    \"end_date_time\": \"2021-07-16T07:00:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"9d656c33-ab1b-436d-897b-7bbf76d7401d\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/update?sendAppMsg=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","patient","appointment","update"],"host":["dev","caremonitor","com","au"],"query":[{"key":"sendAppMsg","value":"true"}],"variable":[]}},"response":[{"id":"bfc038c1-4f56-4f6f-bb74-845b2c7769d4","name":"Update appointments","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-16T06:30:00.000Z\",\n    \"end_date_time\": \"2021-07-16T07:00:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"9d656c33-ab1b-436d-897b-7bbf76d7401d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 04:00:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"66-FMkYFg1RWYkUJKbKmjjbuQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9d656c33-ab1b-436d-897b-7bbf76d7401d\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"ab88ed3f-22d7-4d88-9450-3bad3fd7d20b"},{"name":"Delete appointments","id":"1dd99a34-5a81-422a-9527-ca72456329f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"381d072b-0c60-40fe-90cb-003b3dc4823e\",\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"org_id\": \"50550481-c93a-4804-b19b-105ff1929651\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/cancel?sendAppMsg=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","patient","appointment","cancel"],"host":["dev","caremonitor","com","au"],"query":[{"key":"sendAppMsg","value":"true"}],"variable":[]}},"response":[{"id":"2172b1fd-ca84-4933-bfa2-9f2545683fc4","name":"Delete appointments","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"381d072b-0c60-40fe-90cb-003b3dc4823e\",\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"org_id\": \"50550481-c93a-4804-b19b-105ff1929651\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/cancel?sendAppMsg=true","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","patient","appointment","cancel"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 04:02:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"66-+StyEZDKkqp1BEn9/w/p+g\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"381d072b-0c60-40fe-90cb-003b3dc4823e\"\n    },\n    \"success\": true,\n    \"message\": \"Removed successfully\"\n}"}],"_postman_id":"1dd99a34-5a81-422a-9527-ca72456329f5"},{"name":"Get Available Time","id":"ee83fc80-5cb4-454b-a710-d5f5e0746601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-access-token header generated by Postman.","key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/available-slots?start_date=2021-07-01T18:30:00.000Z&end_date=2021-07-16T18:29:59.999Z&provider_id=e58cd0fa-218b-495f-a213-82d471f9997c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","patient","appointment","available-slots"],"host":["dev","caremonitor","com","au"],"query":[{"key":"start_date","value":"2021-07-01T18:30:00.000Z"},{"key":"end_date","value":"2021-07-16T18:29:59.999Z"},{"key":"provider_id","value":"e58cd0fa-218b-495f-a213-82d471f9997c"}],"variable":[]}},"response":[{"id":"37f4106e-7396-4b3a-ac7c-e3d8e60a9b49","name":"Get Available Time","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"a6825bb4edd754a173bbaee48d4ace45:955c3e5af6b11148beea6a99d20d17ed6c6372f2826b6d22ef92bfdc60292e9a08c8b0fff0ecf92a5213b22edb4c5f6e9521dd63ddd0a153226265546c13dc9e90a5d29303b1651fed69249345d95729f11ae0748bbf7a8a9d6c1b46810c41c1dd29ad1c67bca4428e7167d21a1771d87af9282111f7a74f866803d8d3713b40d0487a677d3a0a4e27a2eab0c24e5a80c58ff8176ea9898dc9d5f565ebf0de67c744c40850944fd2745bd56d7a3cfeb528fefc96600a2210cdfaef5c7fce79dfbdf01bfa0eb7f0e62cc60e87ce25af19b820142bc78526ce87a619621f59d7f51b524da0e67ed2f4996ebf00f403c67e8ae03e743a56822e1fce312d7b6ad79935e4343f6c3245d8172db492ea261b72b869d3dc7da8878f6e88a2604afbf80f2a30eccc8d1261439e43570ba78a34844f3ab4224daaf00b3758c962c6f1dc198274866f97b92cd31db0e5e97e7c49e6","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/available-slots?start_date=2021-07-01T18:30:00.000Z&end_date=2021-07-16T18:29:59.999Z&provider_id=e58cd0fa-218b-495f-a213-82d471f9997c","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","patient","appointment","available-slots"],"query":[{"key":"start_date","value":"2021-07-01T18:30:00.000Z"},{"key":"end_date","value":"2021-07-16T18:29:59.999Z"},{"key":"provider_id","value":"e58cd0fa-218b-495f-a213-82d471f9997c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Jul 2021 04:20:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"433"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"1b1-l66RDuNwnr894jfT5w4fkA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"from\": \"2021-07-15T04:45:00.000Z\",\n            \"to\": \"2021-07-15T08:30:00.000Z\"\n        },\n        {\n            \"from\": \"2021-07-12T05:45:00.000Z\",\n            \"to\": \"2021-07-12T07:30:00.000Z\"\n        },\n        {\n            \"from\": \"2021-07-09T04:00:00.000Z\",\n            \"to\": \"2021-07-09T07:00:00.000Z\"\n        },\n        {\n            \"from\": \"2021-07-08T09:00:00.000Z\",\n            \"to\": \"2021-07-08T11:30:00.000Z\"\n        },\n        {\n            \"from\": \"2021-07-08T12:00:00.000Z\",\n            \"to\": \"2021-07-08T12:30:00.000Z\"\n        },\n        {\n            \"from\": \"2021-07-08T07:30:00.000Z\",\n            \"to\": \"2021-07-08T08:30:00.000Z\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"ee83fc80-5cb4-454b-a710-d5f5e0746601"}],"id":"1e102127-26e9-41a1-b267-e6d8674afb07","description":"<p>APIs within provider context. Use the below to create and manage appointment related data within an organisation for all providers.</p>\n","_postman_id":"1e102127-26e9-41a1-b267-e6d8674afb07","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}}},{"name":"Patient","item":[{"name":"Get appointments","id":"06866c59-d713-4ded-9b48-26940f7395ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"{{patient-x-access-tokenn}}","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":"https://dev.caremonitor.com.au/api/patient/private/appointment/list?limit=1000&context=appointments&offset=0&startDate=2021-01-15T06:37:50.333Z&endDate=2022-01-15T06:37:50.333Z","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","patient","private","appointment","list"],"host":["dev","caremonitor","com","au"],"query":[{"key":"limit","value":"1000"},{"key":"context","value":"appointments"},{"key":"offset","value":"0"},{"key":"startDate","value":"2021-01-15T06:37:50.333Z"},{"key":"endDate","value":"2022-01-15T06:37:50.333Z"}],"variable":[]}},"response":[{"id":"258ac1fe-97e8-43be-848d-19b40dcab516","name":"Get appointments","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/list?startDate=2021-01-15T04:11:06.805Z&endDate=2022-01-15T04:11:06.805Z&limit=1000&context=appointments&offset=0&orgId=50550481-c93a-4804-b19b-105ff1929651&patient_id=06347321-f53e-4768-a04d-e40c6fa7a8b4","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","org-user","private","patient","appointment","list"],"query":[{"key":"startDate","value":"2021-01-15T04:11:06.805Z"},{"key":"endDate","value":"2022-01-15T04:11:06.805Z"},{"key":"limit","value":"1000"},{"key":"context","value":"appointments"},{"key":"offset","value":"0"},{"key":"orgId","value":"50550481-c93a-4804-b19b-105ff1929651"},{"key":"patient_id","value":"06347321-f53e-4768-a04d-e40c6fa7a8b4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 04:11:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62456"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"f3f8-nffvkJQBVlG/wI9ALbB+gQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 36,\n    \"rows\": [\n        {\n            \"id\": \"6bfddfed-ecba-42dc-88ad-d2e0b102d2b8\",\n            \"date_time\": \"2021-01-21T10:15:00.000Z\",\n            \"end_date_time\": \"2021-01-21T10:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"d0e5a93f-e77b-445a-b64d-dcf2ebdd7227\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"d0e5a93f-e77b-445a-b64d-dcf2ebdd7227\",\n                \"meeting_uuid\": \"ced1d7b0-cbbc-47e7-a9ab-bee1bd26bf5c\",\n                \"meeting_id\": \"20415350\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-01-21T10:15:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ebf0237e-3c74-4acf-8507-710e000e30bb\",\n            \"date_time\": \"2021-01-21T10:45:00.000Z\",\n            \"end_date_time\": \"2021-01-21T10:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"e8d5d224-1651-493e-8ae3-898e0959ecc2\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"e8d5d224-1651-493e-8ae3-898e0959ecc2\",\n                \"meeting_uuid\": \"c2eef449-0a89-47ba-8fcc-787da1beb814\",\n                \"meeting_id\": \"20806335\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-01-21T10:45:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 5\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"140f7fa5-c87e-4a86-b561-f892e152034f\",\n            \"date_time\": \"2021-01-21T11:45:00.000Z\",\n            \"end_date_time\": \"2021-01-21T11:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"6779dd00-7de1-4bbe-b9d1-f24f69fef1ab\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"6779dd00-7de1-4bbe-b9d1-f24f69fef1ab\",\n                \"meeting_uuid\": \"7af66bd7-d200-45a3-9429-0235b1c5990d\",\n                \"meeting_id\": \"20358933\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-01-21T11:45:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 5\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e8504fc1-4d21-4cb8-aece-93b3bce813b8\",\n            \"date_time\": \"2021-01-27T02:30:00.000Z\",\n            \"end_date_time\": \"2021-01-27T02:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"3d976b6c-a566-44b0-abce-818034ceec09\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"3d976b6c-a566-44b0-abce-818034ceec09\",\n                \"meeting_uuid\": \"1e80330b-4db8-41f4-bcc8-a344b4cf37b9\",\n                \"meeting_id\": \"20534300\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-01-27T02:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"c6932eb7-7c74-42bf-a048-42fda6535993\",\n            \"date_time\": \"2021-01-27T02:50:00.000Z\",\n            \"end_date_time\": \"2021-01-27T03:10:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"4298c000-ffab-49a3-8887-b077848ac89d\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"4298c000-ffab-49a3-8887-b077848ac89d\",\n                \"meeting_uuid\": \"7962b152-bfdd-47ac-9b50-20a7186f35f1\",\n                \"meeting_id\": \"20109994\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-01-27T02:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"eedb664e-4843-48e3-89ab-11cabd43f483\",\n            \"date_time\": \"2021-01-28T03:30:00.000Z\",\n            \"end_date_time\": \"2021-01-28T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"edde7906-a0cc-450d-8dcf-7d424120b504\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"edde7906-a0cc-450d-8dcf-7d424120b504\",\n                \"meeting_uuid\": \"e4d1f31c-d726-4a0c-aa45-111304907a9a\",\n                \"meeting_id\": \"20469600\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-01-28T03:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"f95bb6ae-bd56-4815-9ddd-cdba31939ad8\",\n            \"date_time\": \"2021-02-10T03:30:00.000Z\",\n            \"end_date_time\": \"2021-02-10T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"5f6112a2-7c63-4a08-9957-9150c9fc668b\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"5f6112a2-7c63-4a08-9957-9150c9fc668b\",\n                \"meeting_uuid\": \"aa595299-b376-4137-8d2b-c1f1fcc41df0\",\n                \"meeting_id\": \"20169370\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-10T03:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"2d830dca-f815-4280-83a5-f08f3e9c6bd4\",\n            \"date_time\": \"2021-02-11T03:50:00.000Z\",\n            \"end_date_time\": \"2021-02-11T04:10:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"4c4e1821-f273-4831-97a6-cd5aa78040d0\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"4c4e1821-f273-4831-97a6-cd5aa78040d0\",\n                \"meeting_uuid\": \"2c856ec4-df73-4bf1-99ef-e1bf578b44eb\",\n                \"meeting_id\": \"20546724\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-11T03:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"6d5b3fed-1c25-438d-92ec-330ac46c6d3d\",\n            \"date_time\": \"2021-02-12T03:30:00.000Z\",\n            \"end_date_time\": \"2021-02-12T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"6302e9d1-3835-41cf-94fb-c57145e7dbcb\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"6302e9d1-3835-41cf-94fb-c57145e7dbcb\",\n                \"meeting_uuid\": \"f702a90f-3297-4578-a7d5-92e433fe55cf\",\n                \"meeting_id\": \"20517364\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-12T03:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"5d0a8c4a-f566-4bc5-9549-2dfdaa23771e\",\n            \"date_time\": \"2021-02-12T03:50:00.000Z\",\n            \"end_date_time\": \"2021-02-12T04:10:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": null,\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"04da5c14-9f29-4e9c-a3b5-14ba32b92ea2\",\n            \"date_time\": \"2021-02-12T03:55:00.000Z\",\n            \"end_date_time\": \"2021-02-12T04:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"e3aff0c2-6f25-4b41-8019-cb681238b6ca\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"e3aff0c2-6f25-4b41-8019-cb681238b6ca\",\n                \"meeting_uuid\": \"a0134e97-8efb-4fa6-9dbb-1e590b8e8f46\",\n                \"meeting_id\": \"20690793\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-12T03:55:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"c8afd257-426a-452b-a322-c070af990d61\",\n            \"date_time\": \"2021-02-14T04:10:00.000Z\",\n            \"end_date_time\": \"2021-02-14T04:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"b40b0602-b23e-44ee-bce4-e705145c2708\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"b40b0602-b23e-44ee-bce4-e705145c2708\",\n                \"meeting_uuid\": \"ffadd1e0-0a90-4726-a0bc-5e14c9e8a3f0\",\n                \"meeting_id\": \"20448398\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-14T04:10:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"8b374ad1-fa1b-4908-9990-baf77da6f880\",\n            \"date_time\": \"2021-02-16T03:30:00.000Z\",\n            \"end_date_time\": \"2021-02-16T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"c70cb22d-bfef-4e72-b0ea-421b371c5be2\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"c70cb22d-bfef-4e72-b0ea-421b371c5be2\",\n                \"meeting_uuid\": \"63b2911e-dce1-40c2-924e-956497c84b9f\",\n                \"meeting_id\": \"20011487\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-16T03:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"b2166c68-024e-4c01-8650-143274b6908b\",\n            \"date_time\": \"2021-02-16T03:50:00.000Z\",\n            \"end_date_time\": \"2021-02-16T04:10:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"9b4c0dd7-579f-4605-a377-aad0dd858e8a\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"9b4c0dd7-579f-4605-a377-aad0dd858e8a\",\n                \"meeting_uuid\": \"6ce2ffbf-02e1-4401-97c5-b2f947633fc3\",\n                \"meeting_id\": \"20530371\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-16T03:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"83bba287-5775-45ee-bac1-5e1bdd1e8db7\",\n            \"date_time\": \"2021-02-16T04:30:00.000Z\",\n            \"end_date_time\": \"2021-02-16T04:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"a9c7474a-55a6-4e53-a482-52f4e407d680\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"a9c7474a-55a6-4e53-a482-52f4e407d680\",\n                \"meeting_uuid\": \"8c85a13c-5e2e-4bf4-8736-814a0809afff\",\n                \"meeting_id\": \"20887261\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-16T04:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"dc6028aa-390a-4645-88a2-d3551f5a64a9\",\n            \"date_time\": \"2021-02-17T03:30:00.000Z\",\n            \"end_date_time\": \"2021-02-17T03:50:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": null,\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"5eb37559-a075-45ff-8e3a-a033e4f3b9da\",\n            \"date_time\": \"2021-02-17T04:06:00.000Z\",\n            \"end_date_time\": \"2021-02-17T04:21:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"6b8eefa3-7fdb-4ed2-b676-24302813b22f\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": \"MP - TEST COMMENT CHANGES - UPDATED\",\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"6b8eefa3-7fdb-4ed2-b676-24302813b22f\",\n                \"meeting_uuid\": \"901e0846-905c-4fab-9945-3fa2ea770477\",\n                \"meeting_id\": \"20385418\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-17T04:06:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"bf2a0986-6d13-43ea-825d-1e48c642880f\",\n            \"date_time\": \"2021-02-17T04:06:00.000Z\",\n            \"end_date_time\": \"2021-02-17T04:21:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"52a32eb5-1b70-4e43-9f61-aca984dfb1ac\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"52a32eb5-1b70-4e43-9f61-aca984dfb1ac\",\n                \"meeting_uuid\": \"21350a39-b654-4ef9-8892-c9eb578a62f2\",\n                \"meeting_id\": \"20309188\",\n                \"description\": \"MP - TESTING THE DESCRIPTION CHANGES\",\n                \"datetime\": \"2021-02-17T04:06:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e54d02a6-15b5-4152-886c-ce396ef0ea53\",\n            \"date_time\": \"2021-02-18T03:30:00.000Z\",\n            \"end_date_time\": \"2021-02-18T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"0bf56e8d-ede0-4d67-88d2-c15ffc0ff174\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"0bf56e8d-ede0-4d67-88d2-c15ffc0ff174\",\n                \"meeting_uuid\": \"86dfdd06-da4b-4828-9f04-576a84372e26\",\n                \"meeting_id\": \"20424320\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-18T03:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1d878001-200d-4c6c-8d09-616483e52726\",\n            \"date_time\": \"2021-02-18T04:06:00.000Z\",\n            \"end_date_time\": \"2021-02-18T04:21:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"7bd6b71b-93ad-4c87-9ac0-a0effff683c4\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"7bd6b71b-93ad-4c87-9ac0-a0effff683c4\",\n                \"meeting_uuid\": \"2e582338-b3bb-4082-a93f-bd20d722235e\",\n                \"meeting_id\": \"20713992\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-18T04:06:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"16c39d31-3db8-419e-92b4-214cd481b80f\",\n            \"date_time\": \"2021-02-18T04:21:00.000Z\",\n            \"end_date_time\": \"2021-02-18T04:41:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"0603f978-0b58-4717-88d8-5c42922b16f3\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"0603f978-0b58-4717-88d8-5c42922b16f3\",\n                \"meeting_uuid\": \"01efe940-c404-4100-8cbf-aa20797149fb\",\n                \"meeting_id\": \"20082630\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-18T04:21:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"0cbdc636-2d22-4d60-89c9-5153c6bec7e0\",\n            \"date_time\": \"2021-04-30T15:30:00.000Z\",\n            \"end_date_time\": \"2021-04-30T15:50:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": null,\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"b15c792d-0ff1-4124-b4d5-554926a1ab26\",\n            \"date_time\": \"2021-05-04T12:10:00.000Z\",\n            \"end_date_time\": \"2021-05-04T12:30:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": null,\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"03ce4dd3-65a1-4cc7-a25b-d11202719742\",\n            \"date_time\": \"2021-05-04T12:30:00.000Z\",\n            \"end_date_time\": \"2021-05-04T12:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"2c84154c-d490-4105-9062-0df0cd1072e3\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"null\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"2c84154c-d490-4105-9062-0df0cd1072e3\",\n                \"meeting_uuid\": \"85f1177d-7b09-43ba-b717-a5fbb9a3f8f9\",\n                \"meeting_id\": \"20356464\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-04T12:30:00.000Z\",\n                \"time_zone\": \"null\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"dfafb1d4-54cc-44aa-bf41-79df4c9427ae\",\n            \"date_time\": \"2021-05-04T12:50:00.000Z\",\n            \"end_date_time\": \"2021-05-04T13:10:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": null,\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"dfc84bb4-a909-44e3-aeaf-901a0706d4f8\",\n            \"date_time\": \"2021-05-04T13:10:00.000Z\",\n            \"end_date_time\": \"2021-05-04T13:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"4ae5303d-7f5c-49e7-93fb-647f85ec56f2\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"4ae5303d-7f5c-49e7-93fb-647f85ec56f2\",\n                \"meeting_uuid\": \"77818c84-4a2d-4353-ac17-16fe7f0230da\",\n                \"meeting_id\": \"20827569\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-04T13:10:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"a24b9978-2d16-4677-8a39-d52909d30061\",\n            \"date_time\": \"2021-05-18T23:30:00.000Z\",\n            \"end_date_time\": \"2021-05-18T23:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"f5348e82-40a6-402a-a626-3747f0930c6b\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"f5348e82-40a6-402a-a626-3747f0930c6b\",\n                \"meeting_uuid\": \"5f8e8193-d06c-4aeb-8817-78408fe91431\",\n                \"meeting_id\": \"20021929\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-18T23:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"c4a49047-ebc0-43c9-93bb-d5f6eae71ac7\",\n            \"date_time\": \"2021-05-18T23:30:00.000Z\",\n            \"end_date_time\": \"2021-05-18T23:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"416daa92-a141-48ef-b33a-97f506e60123\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": 2,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"416daa92-a141-48ef-b33a-97f506e60123\",\n                \"meeting_uuid\": \"7dbc5962-1de8-4279-ab6e-a70e30a63ef2\",\n                \"meeting_id\": \"20382560\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-18T23:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"61695858-da79-486e-9ba9-d13fe43f9a42\",\n            \"date_time\": \"2021-05-18T23:30:00.000Z\",\n            \"end_date_time\": \"2021-05-18T23:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"d05199c7-6e1a-4bd8-b323-400aedbae712\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"d05199c7-6e1a-4bd8-b323-400aedbae712\",\n                \"meeting_uuid\": \"6bfe581e-9e82-462b-8df5-9fb99334e779\",\n                \"meeting_id\": \"20324900\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-18T23:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"4c25250f-93d4-4465-bb14-88b10abc3540\",\n            \"date_time\": \"2021-05-18T23:30:00.000Z\",\n            \"end_date_time\": \"2021-05-18T23:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"763d50b6-4e00-48ae-b66e-0469598b0d1e\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"763d50b6-4e00-48ae-b66e-0469598b0d1e\",\n                \"meeting_uuid\": \"5a7c9af3-93a8-498e-89cf-6e63129864ea\",\n                \"meeting_id\": \"20332237\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-18T23:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"6f8ea2d9-3fb0-4f4f-9a3c-5fc09f50c7a0\",\n            \"date_time\": \"2021-05-24T23:50:00.000Z\",\n            \"end_date_time\": \"2021-05-25T00:10:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"35ebc5ac-3177-4095-a384-3f9471b5da31\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"35ebc5ac-3177-4095-a384-3f9471b5da31\",\n                \"meeting_uuid\": \"51de3fd0-1f27-485f-b5d5-61689b6d2315\",\n                \"meeting_id\": \"20252916\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-24T23:50:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"a475a19b-fca0-46bd-84e3-bee52c0db4b8\",\n            \"date_time\": \"2021-05-25T00:10:00.000Z\",\n            \"end_date_time\": \"2021-05-25T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"f5dd3b70-83d7-45ff-8475-346461705766\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"f5dd3b70-83d7-45ff-8475-346461705766\",\n                \"meeting_uuid\": \"68fdc5fd-1bf2-46b5-a4d6-b94d1e5dd1eb\",\n                \"meeting_id\": \"20565974\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-25T00:10:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": null,\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"c787c75c-72ff-443a-9d9b-6bd8815381a5\",\n            \"date_time\": \"2021-06-18T03:30:00.000Z\",\n            \"end_date_time\": \"2021-06-18T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"b846bde9-b24d-4c1a-a911-4b71865aea2a\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"b846bde9-b24d-4c1a-a911-4b71865aea2a\",\n                \"meeting_uuid\": \"45e812a1-2c97-481b-980c-41f9d8f4af5c\",\n                \"meeting_id\": \"20779841\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-06-18T03:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"398d97d7-f1ff-433b-9656-fe0d70df81f4\",\n            \"date_time\": \"2021-07-06T03:30:00.000Z\",\n            \"end_date_time\": \"2021-07-06T03:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"4130a45a-b7cc-4946-a85b-94d9a160eaa0\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\",\n            \"date_time\": \"2021-07-07T04:30:00.000Z\",\n            \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"4d60101f-06ef-4a14-907a-484b7c898f02\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"4d60101f-06ef-4a14-907a-484b7c898f02\",\n                \"meeting_uuid\": \"29c288d8-67df-4b46-9306-d9bceeea0199\",\n                \"meeting_id\": \"20243054\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ee17e9ae-28d3-4d6d-81a4-6725765f6b4e\",\n            \"date_time\": \"2021-07-07T04:50:00.000Z\",\n            \"end_date_time\": \"2021-07-07T05:10:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n            \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"th_id\": \"3f218f06-b6b6-4c45-8f10-3b7cb19eed03\",\n            \"srv_id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\",\n                \"profilePic\": null,\n                \"email\": \"mohana.priya@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"3f218f06-b6b6-4c45-8f10-3b7cb19eed03\",\n                \"meeting_uuid\": \"089a736d-d90f-404c-bc3b-68397b44b4a6\",\n                \"meeting_id\": \"20002829\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T04:50:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 20\n            },\n            \"service\": {\n                \"id\": \"7abf39bb-03ce-46e9-a484-84a11534575f\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"e9a4c794-dc71-4e2c-b71f-bc0c5c4d50df\",\n                    \"name\": \"Test program 1\"\n                }\n            },\n            \"patient\": {\n                \"id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n                \"firstName\": \"MP\",\n                \"surName\": \"Priya\",\n                \"middleName\": null,\n                \"profilePic\": null,\n                \"mobileNo\": \"\",\n                \"phoneNo\": null,\n                \"orgId\": \"50550481-c93a-4804-b19b-105ff1929651\",\n                \"organisation\": {\n                    \"name\": \"BUPA\",\n                    \"address\": \"Sydney\",\n                    \"address1\": null,\n                    \"phoneNo\": \"1300561020\",\n                    \"postcode\": \"2000\",\n                    \"orgLogo\": \"17242d89-a862-45d1-9c6a-ce399fe03267\",\n                    \"suburb\": \"Sydney\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        }\n    ]\n}"},{"id":"7d7235a0-4513-4031-b5d3-b7f0cba34a9d","name":"Get appointments","originalRequest":{"method":"GET","header":[{"key":"x-access-token","value":"{{patient-x-access-tokenn}}","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"url":{"raw":"https://dev.caremonitor.com.au/api/patient/private/appointment/list?startDate=2021-01-15T06:37:50.333Z&endDate=2022-01-15T06:37:50.333Z&limit=1000&context=appointments&offset=0","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","patient","private","appointment","list"],"query":[{"key":"startDate","value":"2021-01-15T06:37:50.333Z"},{"key":"endDate","value":"2022-01-15T06:37:50.333Z"},{"key":"limit","value":"1000"},{"key":"context","value":"appointments"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 06:40:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122457"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"1de59-MeA52odwOR7hRFdbklLH6w\""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 86,\n    \"rows\": [\n        {\n            \"id\": \"c0727c86-d540-4cb4-b439-ba0f24d2b5c5\",\n            \"date_time\": \"2021-01-16T09:30:00.000Z\",\n            \"end_date_time\": \"2021-01-16T10:30:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": null,\n            \"srv_id\": \"4f12a3c3-1821-4e28-863e-07f5437d8ecf\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"4f12a3c3-1821-4e28-863e-07f5437d8ecf\",\n                \"srv_mid\": \"cc005a9d-a1df-4bc6-9f3a-5b7b49e0e728\",\n                \"prg_id\": \"bdf08086-9e83-48a1-a2fa-cd2d7e211042\",\n                \"service\": {\n                    \"id\": \"cc005a9d-a1df-4bc6-9f3a-5b7b49e0e728\",\n                    \"name\": \"test service 6\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"2ae6683a-e150-4366-ab10-b0541b955f6f\",\n            \"date_time\": \"2021-01-20T02:30:00.000Z\",\n            \"end_date_time\": \"2021-01-20T03:00:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n            \"th_id\": null,\n            \"srv_id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"nurse\",\n                \"profilePic\": null,\n                \"email\": \"bharath+n@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"bdf08086-9e83-48a1-a2fa-cd2d7e211042\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"bf3d2215-5235-4b96-ac41-af2b30c0c18e\",\n            \"date_time\": \"2021-01-20T10:40:00.000Z\",\n            \"end_date_time\": \"2021-01-20T11:40:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": null,\n            \"srv_id\": \"4f12a3c3-1821-4e28-863e-07f5437d8ecf\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"4f12a3c3-1821-4e28-863e-07f5437d8ecf\",\n                \"srv_mid\": \"cc005a9d-a1df-4bc6-9f3a-5b7b49e0e728\",\n                \"prg_id\": \"bdf08086-9e83-48a1-a2fa-cd2d7e211042\",\n                \"service\": {\n                    \"id\": \"cc005a9d-a1df-4bc6-9f3a-5b7b49e0e728\",\n                    \"name\": \"test service 6\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"2620699f-66a3-4acc-8425-2f2cbb4e55d4\",\n            \"date_time\": \"2021-01-21T10:30:00.000Z\",\n            \"end_date_time\": \"2021-01-21T10:40:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n            \"th_id\": null,\n            \"srv_id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"nurse\",\n                \"profilePic\": null,\n                \"email\": \"bharath+n@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"bdf08086-9e83-48a1-a2fa-cd2d7e211042\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"61c9189e-c8c1-490a-96e8-6e338a366071\",\n            \"date_time\": \"2021-02-03T06:30:00.000Z\",\n            \"end_date_time\": \"2021-02-03T06:40:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n            \"th_id\": \"ed7bfb9a-339a-4240-91aa-ba887a8c4dcb\",\n            \"srv_id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n            \"session_type\": \"test service 2\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Kolkata\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"nurse\",\n                \"profilePic\": null,\n                \"email\": \"bharath+n@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"ed7bfb9a-339a-4240-91aa-ba887a8c4dcb\",\n                \"meeting_uuid\": \"5a5f7aa6-fb9b-42c5-9297-eed253c48e06\",\n                \"meeting_id\": \"20161076\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-03T06:30:00.000Z\",\n                \"time_zone\": \"Asia/Kolkata\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"bdf08086-9e83-48a1-a2fa-cd2d7e211042\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"06454045-6a6b-44d2-9d6c-86b990fe696d\",\n            \"date_time\": \"2021-02-05T04:30:00.000Z\",\n            \"end_date_time\": \"2021-02-05T05:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"34ac2cee-ee60-4247-90e5-32874f410965\",\n            \"srv_id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n            \"session_type\": \"Yoga Classes\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Kolkata\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"34ac2cee-ee60-4247-90e5-32874f410965\",\n                \"meeting_uuid\": \"43bb4c49-e1f2-40a2-8515-393f9e8eda0c\",\n                \"meeting_id\": \"20195515\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-05T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Kolkata\",\n                \"status\": 1,\n                \"duration\": 45\n            },\n            \"service\": {\n                \"id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n                \"srv_mid\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                \"prg_id\": \"d90a5eda-101c-4fd4-9b26-161bae3c9d24\",\n                \"service\": {\n                    \"id\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                    \"name\": \"Yoga Classes\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e48c1b1c-0642-4752-b049-75a88f026e53\",\n            \"date_time\": \"2021-02-05T06:00:00.000Z\",\n            \"end_date_time\": \"2021-02-05T06:45:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n            \"session_type\": \"Yoga Classes\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Kolkata\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n                \"srv_mid\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                \"prg_id\": \"d90a5eda-101c-4fd4-9b26-161bae3c9d24\",\n                \"service\": {\n                    \"id\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                    \"name\": \"Yoga Classes\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"92e12905-2789-47b7-8855-9e97f33eeaf7\",\n            \"date_time\": \"2021-02-05T07:30:00.000Z\",\n            \"end_date_time\": \"2021-02-05T08:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"eb3bd036-40f7-4e55-b8a5-8b2ae52fe139\",\n            \"srv_id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n            \"session_type\": \"Yoga Classes\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Kolkata\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"eb3bd036-40f7-4e55-b8a5-8b2ae52fe139\",\n                \"meeting_uuid\": \"8326e703-8a12-4675-87e3-481cb35b25c1\",\n                \"meeting_id\": \"20360788\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-05T07:30:00.000Z\",\n                \"time_zone\": \"Asia/Kolkata\",\n                \"status\": 1,\n                \"duration\": 45\n            },\n            \"service\": {\n                \"id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n                \"srv_mid\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                \"prg_id\": \"d90a5eda-101c-4fd4-9b26-161bae3c9d24\",\n                \"service\": {\n                    \"id\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                    \"name\": \"Yoga Classes\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"206a980d-fe98-4662-8ee0-e8a298305c7e\",\n            \"date_time\": \"2021-02-11T10:30:00.000Z\",\n            \"end_date_time\": \"2021-02-11T10:40:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n            \"th_id\": \"35606dba-7a88-446f-97ab-263eb19de293\",\n            \"srv_id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n            \"session_type\": \"test service 2\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Kolkata\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"nurse\",\n                \"profilePic\": null,\n                \"email\": \"bharath+n@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"35606dba-7a88-446f-97ab-263eb19de293\",\n                \"meeting_uuid\": \"c5e7ba6c-5c0d-4ace-baa7-500fc726aafc\",\n                \"meeting_id\": \"20314358\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-11T10:30:00.000Z\",\n                \"time_zone\": \"Asia/Kolkata\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"ab25c31d-fa12-4159-a6a3-473a5bd24ec4\",\n                \"srv_mid\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                \"prg_id\": \"bdf08086-9e83-48a1-a2fa-cd2d7e211042\",\n                \"service\": {\n                    \"id\": \"47fce1ef-9964-46bf-8d12-a00e6c5a0d6b\",\n                    \"name\": \"test service 2\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"69ebe802-f10d-46ac-81b5-36e9369bd508\",\n            \"date_time\": \"2021-02-19T04:30:00.000Z\",\n            \"end_date_time\": \"2021-02-19T05:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"d9e7545a-6c43-4716-be84-bea8c223c668\",\n            \"srv_id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"d9e7545a-6c43-4716-be84-bea8c223c668\",\n                \"meeting_uuid\": \"766eb66b-3907-4c22-8201-82aa94c6720c\",\n                \"meeting_id\": \"20292477\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-02-19T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 45\n            },\n            \"service\": {\n                \"id\": \"e3c1c9b0-41f9-4e20-baec-1f41260e52c6\",\n                \"srv_mid\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                \"prg_id\": \"d90a5eda-101c-4fd4-9b26-161bae3c9d24\",\n                \"service\": {\n                    \"id\": \"b4fa92f7-c36c-4974-9a60-8ea19499e2e7\",\n                    \"name\": \"Yoga Classes\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"57e8e775-d764-4c83-b07f-f05e44df41e3\",\n            \"date_time\": \"2021-03-09T00:00:00.000Z\",\n            \"end_date_time\": \"2021-03-09T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"c83a4f41-12e6-4002-b139-7d0d4990a6df\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"c83a4f41-12e6-4002-b139-7d0d4990a6df\",\n                \"meeting_uuid\": \"d1177dca-f199-45dc-ba78-529d50e5f5a5\",\n                \"meeting_id\": \"20854833\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-09T00:00:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"69eaf694-5e9f-4743-a366-a30f5ac3ffee\",\n            \"date_time\": \"2021-03-09T00:30:00.000Z\",\n            \"end_date_time\": \"2021-03-09T01:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"505f3745-5f4a-4583-a216-9e59fd9818f2\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"505f3745-5f4a-4583-a216-9e59fd9818f2\",\n                \"meeting_uuid\": \"a2ab64a1-cbd3-41d0-bc16-e8f9f4db8fb7\",\n                \"meeting_id\": \"20275023\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-09T00:30:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"6cd2751c-6af7-42b4-b2a9-a3ac9b9f4fda\",\n            \"date_time\": \"2021-03-11T21:00:00.000Z\",\n            \"end_date_time\": \"2021-03-11T21:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"ddc473fa-e9b6-4547-98c3-f476c17c3afb\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"ddc473fa-e9b6-4547-98c3-f476c17c3afb\",\n                \"meeting_uuid\": \"33b054e5-c463-4a36-8bd8-bd3d1ec72262\",\n                \"meeting_id\": \"20267999\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-11T21:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"d0b7a64a-d410-4ea0-b5cc-00300a56c277\",\n            \"date_time\": \"2021-03-11T21:30:00.000Z\",\n            \"end_date_time\": \"2021-03-11T22:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"9340054c-1801-4911-8a36-b0953b86ca1e\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"9340054c-1801-4911-8a36-b0953b86ca1e\",\n                \"meeting_uuid\": \"89ed4690-c6e4-4226-97fd-3806034a3873\",\n                \"meeting_id\": \"20297700\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-11T21:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"6d9d4bdb-99e5-45a1-bf84-99db8f6f1cfa\",\n            \"date_time\": \"2021-03-12T03:30:00.000Z\",\n            \"end_date_time\": \"2021-03-12T04:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"77307113-8a30-40d9-8974-de0f57a85734\",\n            \"th_id\": \"92937928-c0f5-44dd-aeb3-b0ec03706586\",\n            \"srv_id\": \"a1ca37da-1f77-4a37-88b2-6b158be279b3\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"77307113-8a30-40d9-8974-de0f57a85734\",\n                \"firstName\": \"Rinold\",\n                \"lastName\": \"S\",\n                \"profilePic\": \"7cb8c8a4-60e6-498a-942f-fe34695af89d\",\n                \"email\": \"rinold.sagayaraj@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"92937928-c0f5-44dd-aeb3-b0ec03706586\",\n                \"meeting_uuid\": \"22c138ac-31ec-4444-ae27-07584271986c\",\n                \"meeting_id\": \"20705261\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-12T03:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 45\n            },\n            \"service\": {\n                \"id\": \"a1ca37da-1f77-4a37-88b2-6b158be279b3\",\n                \"srv_mid\": \"aaa47742-719d-46ae-8d9f-48901af64f9e\",\n                \"prg_id\": \"d90a5eda-101c-4fd4-9b26-161bae3c9d24\",\n                \"service\": {\n                    \"id\": \"aaa47742-719d-46ae-8d9f-48901af64f9e\",\n                    \"name\": \"Nursing Care Coordination and Education\"\n                },\n                \"program\": null\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"8f7ce424-45bf-44c1-8e34-00db8b9e9a3d\",\n            \"date_time\": \"2021-03-12T04:00:00.000Z\",\n            \"end_date_time\": \"2021-03-12T04:30:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"3487a5e4-11d5-40d3-9f8b-9a8a8742145b\",\n            \"date_time\": \"2021-03-12T04:30:00.000Z\",\n            \"end_date_time\": \"2021-03-12T05:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"4203634f-5a1d-4a4d-9e87-5105dbca36b9\",\n            \"srv_id\": null,\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"4203634f-5a1d-4a4d-9e87-5105dbca36b9\",\n                \"meeting_uuid\": \"c2636623-9999-44f8-9b9f-60756dffcca3\",\n                \"meeting_id\": \"20402788\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-12T04:30:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": null,\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"f939609c-971a-4cc1-bf6a-c5d5a76302d3\",\n            \"date_time\": \"2021-03-12T06:30:00.000Z\",\n            \"end_date_time\": \"2021-03-12T07:00:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": null,\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"0066f88e-d6a2-4bf7-a9ec-c1715ea6476a\",\n            \"date_time\": \"2021-03-15T00:00:00.000Z\",\n            \"end_date_time\": \"2021-03-15T00:30:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": null,\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e423137a-5d37-47b3-aeb5-afc97ad4c273\",\n            \"date_time\": \"2021-03-15T04:00:00.000Z\",\n            \"end_date_time\": \"2021-03-15T04:30:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1908853c-8102-4bd2-bfd1-8b3ede68a352\",\n            \"date_time\": \"2021-03-15T04:30:00.000Z\",\n            \"end_date_time\": \"2021-03-15T05:00:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"4\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"8e88510d-67b8-4e8e-af59-1ddfd1b9d958\",\n            \"date_time\": \"2021-03-15T22:00:00.000Z\",\n            \"end_date_time\": \"2021-03-15T22:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"5995337d-7bd6-4141-a4b3-e33455558068\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": \"Case Conferencing\",\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"5995337d-7bd6-4141-a4b3-e33455558068\",\n                \"meeting_uuid\": \"924b88f6-5112-449e-b312-91be63c8b840\",\n                \"meeting_id\": \"20883870\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-15T22:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"78c759e7-6999-40e7-89d6-0084c22d2aeb\",\n            \"date_time\": \"2021-03-16T05:00:00.000Z\",\n            \"end_date_time\": \"2021-03-16T05:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": \"f2eaafc0-f556-4cf5-8a86-dbb19b6c6212\",\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"f2eaafc0-f556-4cf5-8a86-dbb19b6c6212\",\n                \"meeting_uuid\": \"15dcae7b-31bd-4a73-97d4-25d1c5b8d180\",\n                \"meeting_id\": \"20599696\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-16T05:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"b39c4677-fae2-4ce3-affb-3a651b78377d\",\n            \"date_time\": \"2021-03-17T05:30:00.000Z\",\n            \"end_date_time\": \"2021-03-17T05:45:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": \"27643e70-3fa2-46a7-846d-76000d14fdf8\",\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"27643e70-3fa2-46a7-846d-76000d14fdf8\",\n                \"meeting_uuid\": \"e2a0b464-2100-4181-ac43-72fa88deaa3e\",\n                \"meeting_id\": \"20519207\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-17T05:30:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"9b15188a-f414-4694-be88-3afcae7816bf\",\n            \"date_time\": \"2021-03-17T06:00:00.000Z\",\n            \"end_date_time\": \"2021-03-17T06:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": \"701ef96f-a51e-4cd2-85eb-376e6835526c\",\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"701ef96f-a51e-4cd2-85eb-376e6835526c\",\n                \"meeting_uuid\": \"93b48b0b-ec28-41fc-9a91-6e8baba85faa\",\n                \"meeting_id\": \"20021416\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-17T06:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"bf2f8699-612d-4487-9ede-cb4127fd39ce\",\n            \"date_time\": \"2021-03-17T06:30:00.000Z\",\n            \"end_date_time\": \"2021-03-17T07:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": \"b8cdfe60-36da-4cfa-97ae-80ff151ec0b9\",\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"b8cdfe60-36da-4cfa-97ae-80ff151ec0b9\",\n                \"meeting_uuid\": \"683cdbbb-57aa-40b8-a0aa-b64601ddfe24\",\n                \"meeting_id\": \"20311518\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-17T06:30:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ae72a737-c6f4-4cc9-af6a-a083556c0a95\",\n            \"date_time\": \"2021-03-18T01:00:00.000Z\",\n            \"end_date_time\": \"2021-03-18T01:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"dd91257a-860e-4cf7-a9dd-5600bddad7bf\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"dd91257a-860e-4cf7-a9dd-5600bddad7bf\",\n                \"meeting_uuid\": \"fa3dee9e-0ba5-437f-941c-57b30d6a6975\",\n                \"meeting_id\": \"20129395\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-18T01:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"61e44417-4032-49e7-ab36-eee95ac6a772\",\n            \"date_time\": \"2021-03-18T01:30:00.000Z\",\n            \"end_date_time\": \"2021-03-18T02:00:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"17c7969e-e55e-49ea-aa4d-a5291db6e8b8\",\n            \"date_time\": \"2021-03-18T11:30:00.000Z\",\n            \"end_date_time\": \"2021-03-18T12:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": \"b839c80b-d3bf-47b4-b2e5-066c3c6d5962\",\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"b839c80b-d3bf-47b4-b2e5-066c3c6d5962\",\n                \"meeting_uuid\": \"64e7c705-dd55-4b6d-8f77-79a7753030e4\",\n                \"meeting_id\": \"20612622\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-18T11:30:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ab5d09f4-d44d-42ce-b07c-7bb28490a853\",\n            \"date_time\": \"2021-03-18T22:00:00.000Z\",\n            \"end_date_time\": \"2021-03-18T22:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"8234404f-f2be-4edf-979c-c7d15a89a9bd\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"8234404f-f2be-4edf-979c-c7d15a89a9bd\",\n                \"meeting_uuid\": \"bcc03bf9-b7d5-420c-876e-bd9b6bc8d688\",\n                \"meeting_id\": \"20158307\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-18T22:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"28a46918-f5cf-4615-87b0-b632992c936c\",\n            \"date_time\": \"2021-03-19T00:00:00.000Z\",\n            \"end_date_time\": \"2021-03-19T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"7e5c3b13-4e19-4797-a690-92d7c990a15a\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"7e5c3b13-4e19-4797-a690-92d7c990a15a\",\n                \"meeting_uuid\": \"c9794e7e-f216-48a6-8dbc-3e5251eb74ed\",\n                \"meeting_id\": \"20036436\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-19T00:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e8f6672d-39f2-4222-9d70-b6a77ff76d3d\",\n            \"date_time\": \"2021-03-22T01:30:00.000Z\",\n            \"end_date_time\": \"2021-03-22T02:00:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"a79ed5b8-76e0-4a74-ac7b-67fc77777a1e\",\n            \"date_time\": \"2021-03-22T02:00:00.000Z\",\n            \"end_date_time\": \"2021-03-22T02:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"dd347654-a53d-4da3-bcd9-c77a115db7f7\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"dd347654-a53d-4da3-bcd9-c77a115db7f7\",\n                \"meeting_uuid\": \"8f2b04f8-4a45-4cb5-8849-edd978e7533c\",\n                \"meeting_id\": \"20824960\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-22T02:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"eecd850d-824e-4b5d-8c3a-e8d92ee45469\",\n            \"date_time\": \"2021-03-22T06:00:00.000Z\",\n            \"end_date_time\": \"2021-03-22T06:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"28004d5a-c198-465f-8120-95c21927acbf\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"28004d5a-c198-465f-8120-95c21927acbf\",\n                \"meeting_uuid\": \"db06c13e-230a-4678-86cb-6f5502bf4676\",\n                \"meeting_id\": \"20743253\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-22T06:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1e636866-218b-4094-9d70-b12c165401c9\",\n            \"date_time\": \"2021-03-22T22:00:00.000Z\",\n            \"end_date_time\": \"2021-03-22T22:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"88ff3ce4-1076-41b8-9a19-0b9bb47bacf8\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"88ff3ce4-1076-41b8-9a19-0b9bb47bacf8\",\n                \"meeting_uuid\": \"c2e0864d-85e2-45e7-9bae-05a42376f335\",\n                \"meeting_id\": \"20747901\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-22T22:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"8eb7f408-1001-4172-bcc1-7fe65366fd03\",\n            \"date_time\": \"2021-03-23T04:00:00.000Z\",\n            \"end_date_time\": \"2021-03-23T04:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"aeacf3eb-7865-4419-915b-f58538ef6d85\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": \"Cognitive Coaching / Psychology \",\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"aeacf3eb-7865-4419-915b-f58538ef6d85\",\n                \"meeting_uuid\": \"a53974ca-3cd8-4ea5-8da9-03e0a260f5b5\",\n                \"meeting_id\": \"20089122\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-23T04:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"9e0a49ac-1d99-4628-878f-1fe631d19f3a\",\n            \"date_time\": \"2021-03-23T20:00:00.000Z\",\n            \"end_date_time\": \"2021-03-23T20:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"45852fbb-ac15-4ab5-a720-8014e57e00c6\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"45852fbb-ac15-4ab5-a720-8014e57e00c6\",\n                \"meeting_uuid\": \"32b621a5-ddb5-4541-a752-4c2289eeaf35\",\n                \"meeting_id\": \"20065277\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-23T20:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"3a7840fa-d644-465e-9f0b-98eda9406a4c\",\n            \"date_time\": \"2021-03-23T22:00:00.000Z\",\n            \"end_date_time\": \"2021-03-23T22:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"95d608d5-9e8b-4abd-aa9f-95ddd82e0534\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Perth\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"95d608d5-9e8b-4abd-aa9f-95ddd82e0534\",\n                \"meeting_uuid\": \"85b1bfff-db2a-4593-8b9a-86f14fdc3b54\",\n                \"meeting_id\": \"20430519\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-23T22:00:00.000Z\",\n                \"time_zone\": \"Australia/Perth\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"811b1ff6-4336-4c97-90f4-e0da1c2ff968\",\n            \"date_time\": \"2021-03-25T00:00:00.000Z\",\n            \"end_date_time\": \"2021-03-25T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"d7c2dda5-8260-45cb-ba4d-d6f4d33e2fe6\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"d7c2dda5-8260-45cb-ba4d-d6f4d33e2fe6\",\n                \"meeting_uuid\": \"71b3ced7-80f9-4ff7-8bf6-cfe9f2bf1a14\",\n                \"meeting_id\": \"20689442\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-25T00:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"082f85b3-acf5-47b6-a897-1f371bb6e00a\",\n            \"date_time\": \"2021-03-25T00:30:00.000Z\",\n            \"end_date_time\": \"2021-03-25T01:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"9cfe699f-da2b-4064-914c-2a2e411ac7fd\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"9cfe699f-da2b-4064-914c-2a2e411ac7fd\",\n                \"meeting_uuid\": \"9d63dd78-6c9d-4ef6-b307-002b1d22b84a\",\n                \"meeting_id\": \"20714653\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-25T00:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"2a0d892c-0e4c-496c-8a7b-f06c92eb2e88\",\n            \"date_time\": \"2021-03-26T00:00:00.000Z\",\n            \"end_date_time\": \"2021-03-26T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"86deacd6-be8f-4a99-a299-3cf25a09547b\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"86deacd6-be8f-4a99-a299-3cf25a09547b\",\n                \"meeting_uuid\": \"fbd0b36d-3873-49a9-a6df-e04197f4bae9\",\n                \"meeting_id\": \"20117036\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-03-26T00:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"27e3b72f-a30a-401c-a234-f88c671e8caa\",\n            \"date_time\": \"2021-04-01T03:00:00.000Z\",\n            \"end_date_time\": \"2021-04-01T03:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"d3774278-1b07-4ed1-a32b-3c08ef8bdcad\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"d3774278-1b07-4ed1-a32b-3c08ef8bdcad\",\n                \"meeting_uuid\": \"da2a307c-24c4-45d2-a3e0-74f9b976ca60\",\n                \"meeting_id\": \"20768089\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-01T03:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"28747470-a6cf-4366-9950-2f685978a15b\",\n            \"date_time\": \"2021-04-02T00:00:00.000Z\",\n            \"end_date_time\": \"2021-04-02T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"bc5b3327-9a24-465c-935a-fc8057955d49\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"bc5b3327-9a24-465c-935a-fc8057955d49\",\n                \"meeting_uuid\": \"7b1f8d07-8162-42a2-92c6-0b21b2d5b80b\",\n                \"meeting_id\": \"20088144\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-02T00:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"51a7579e-817b-4604-a5cd-b114d35fd693\",\n            \"date_time\": \"2021-04-08T00:00:00.000Z\",\n            \"end_date_time\": \"2021-04-08T00:30:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"e7e53fe2-8994-4682-bae8-2e80ac71e76e\",\n            \"date_time\": \"2021-04-12T03:30:00.000Z\",\n            \"end_date_time\": \"2021-04-12T04:00:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"09599ade-a715-4d81-ab3a-31d746246a7b\",\n            \"date_time\": \"2021-04-16T00:00:00.000Z\",\n            \"end_date_time\": \"2021-04-16T00:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"44dd3562-129e-40c1-8a8b-b20ee2851baf\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"44dd3562-129e-40c1-8a8b-b20ee2851baf\",\n                \"meeting_uuid\": \"a6950f04-cb9f-4292-b6ba-f3240b9f907c\",\n                \"meeting_id\": \"20238222\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-16T00:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"0bc3e25a-f1fc-4646-a9d1-e885c1149c16\",\n            \"date_time\": \"2021-04-16T22:00:00.000Z\",\n            \"end_date_time\": \"2021-04-16T22:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"7ecf9327-ea0d-4d08-b0ac-f5f124f4b267\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"7ecf9327-ea0d-4d08-b0ac-f5f124f4b267\",\n                \"meeting_uuid\": \"509cd3e3-d60a-4c27-9b90-b1e5f911a6d5\",\n                \"meeting_id\": \"20843923\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-16T22:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"19688b83-3705-4a05-89bd-8f5798fb69f6\",\n            \"date_time\": \"2021-04-19T04:00:00.000Z\",\n            \"end_date_time\": \"2021-04-19T04:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"bac884bc-b259-4536-82c1-ae5f44b33cf6\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Brisbane\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"bac884bc-b259-4536-82c1-ae5f44b33cf6\",\n                \"meeting_uuid\": \"b818a17c-1331-46ec-a9c4-cc8ff36b1620\",\n                \"meeting_id\": \"20079898\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-19T04:00:00.000Z\",\n                \"time_zone\": \"Australia/Brisbane\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"a261c304-3801-4c2f-a916-037ba717bbf1\",\n            \"date_time\": \"2021-04-19T05:59:00.000Z\",\n            \"end_date_time\": \"2021-04-19T06:29:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n            \"th_id\": \"cda03c30-cb24-4fd2-846c-0ec1a1049532\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"c\",\n                \"profilePic\": null,\n                \"email\": \"bharath+s11@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"cda03c30-cb24-4fd2-846c-0ec1a1049532\",\n                \"meeting_uuid\": \"3fcb3633-8411-43d1-a347-2db3e20c4bc5\",\n                \"meeting_id\": \"20173260\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-19T05:59:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"3de303d0-8b33-4755-8633-8626eebe90e3\",\n            \"date_time\": \"2021-04-19T06:15:00.000Z\",\n            \"end_date_time\": \"2021-04-19T06:45:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n            \"th_id\": \"37a8c257-232f-4417-be2d-028b7bf8a5d1\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"c\",\n                \"profilePic\": null,\n                \"email\": \"bharath+s11@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"37a8c257-232f-4417-be2d-028b7bf8a5d1\",\n                \"meeting_uuid\": \"3968f267-bd46-41e1-a2f8-cc86a680897c\",\n                \"meeting_id\": \"20484346\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-19T06:15:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"fdafb40c-2f8c-46aa-88fd-714bf0e4ebc5\",\n            \"date_time\": \"2021-04-19T06:45:00.000Z\",\n            \"end_date_time\": \"2021-04-19T07:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n            \"th_id\": \"88e0c7ed-f396-427c-83b3-15c8a69b181e\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"c\",\n                \"profilePic\": null,\n                \"email\": \"bharath+s11@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"88e0c7ed-f396-427c-83b3-15c8a69b181e\",\n                \"meeting_uuid\": \"cb08a026-215d-49c6-9bea-96825fd09456\",\n                \"meeting_id\": \"20002627\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-19T06:45:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ff6cc6b9-0e4a-48c0-a41f-846928387428\",\n            \"date_time\": \"2021-04-19T07:45:00.000Z\",\n            \"end_date_time\": \"2021-04-19T08:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n            \"th_id\": \"15e80a76-62b5-494b-a616-c3ea864c6373\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"c\",\n                \"profilePic\": null,\n                \"email\": \"bharath+s11@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"15e80a76-62b5-494b-a616-c3ea864c6373\",\n                \"meeting_uuid\": \"d8e8d833-f8f5-428c-a030-c1a6c155f9e2\",\n                \"meeting_id\": \"20602750\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-19T07:45:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"46b56260-e97b-4766-a062-5d2a5185f0d0\",\n            \"date_time\": \"2021-04-20T03:00:00.000Z\",\n            \"end_date_time\": \"2021-04-20T03:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"f79cb7fa-1357-4306-b863-4a4737f3a8dd\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"f79cb7fa-1357-4306-b863-4a4737f3a8dd\",\n                \"meeting_uuid\": \"545c04aa-6c44-4175-bc9e-1fb628a25c64\",\n                \"meeting_id\": \"20072710\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-20T03:00:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1d4e0026-c595-4615-801e-836b2fdba909\",\n            \"date_time\": \"2021-04-20T06:30:00.000Z\",\n            \"end_date_time\": \"2021-04-20T07:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n            \"th_id\": \"5736a663-514b-4166-a81e-52fd6a51e287\",\n            \"srv_id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"656c98c5-7704-4029-b366-0a6c988b75aa\",\n                \"firstName\": \"Olivia\",\n                \"lastName\": \"Smith\",\n                \"profilePic\": null,\n                \"email\": \"purnima.hooli@caremonitor.com.au\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"5736a663-514b-4166-a81e-52fd6a51e287\",\n                \"meeting_uuid\": \"f1114a16-eccb-4f0b-8fab-6f31b52b90f8\",\n                \"meeting_id\": \"20667124\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-20T06:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"b22cc91d-ed98-43a3-8de0-dc5e16d33df5\",\n                \"srv_mid\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"b59b9470-dedc-4c5c-be84-26dcb021f009\",\n                    \"name\": \"Dietitian Initial Assessment \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"186b632a-d99b-441e-8cb7-500130f7b657\",\n            \"date_time\": \"2021-04-22T04:00:00.000Z\",\n            \"end_date_time\": \"2021-04-22T04:15:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n            \"th_id\": null,\n            \"srv_id\": \"a8980262-db9f-4677-bb92-84f6cc4d46e1\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"nurse\",\n                \"profilePic\": null,\n                \"email\": \"bharath+n@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"a8980262-db9f-4677-bb92-84f6cc4d46e1\",\n                \"srv_mid\": \"dbe3825c-2aea-41dc-843b-5afcecf714f4\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"dbe3825c-2aea-41dc-843b-5afcecf714f4\",\n                    \"name\": \"Direct To Consumer - Nursing Assessment\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1033dc38-baaa-41bb-8f8f-4749208aecac\",\n            \"date_time\": \"2021-04-23T04:30:00.000Z\",\n            \"end_date_time\": \"2021-04-23T04:45:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n            \"th_id\": \"b063258a-b585-4a5f-8c63-03298e6a0b04\",\n            \"srv_id\": \"a8980262-db9f-4677-bb92-84f6cc4d46e1\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"57318dfd-7ce6-4547-96e4-c0d2a93751dd\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"nurse\",\n                \"profilePic\": null,\n                \"email\": \"bharath+n@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"b063258a-b585-4a5f-8c63-03298e6a0b04\",\n                \"meeting_uuid\": \"9914b080-494c-4cde-95ca-f5313a1fb7ca\",\n                \"meeting_id\": \"20890488\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-23T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": {\n                \"id\": \"a8980262-db9f-4677-bb92-84f6cc4d46e1\",\n                \"srv_mid\": \"dbe3825c-2aea-41dc-843b-5afcecf714f4\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"dbe3825c-2aea-41dc-843b-5afcecf714f4\",\n                    \"name\": \"Direct To Consumer - Nursing Assessment\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"94c00223-9c70-418b-a6c3-63dd83c20fa3\",\n            \"date_time\": \"2021-04-27T04:30:00.000Z\",\n            \"end_date_time\": \"2021-04-27T04:45:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": null,\n            \"srv_id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n                \"srv_mid\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                    \"name\": \"Dietitian Review (45)\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"0e789ae0-e8a3-4092-9e17-4d14a9235892\",\n            \"date_time\": \"2021-04-27T20:00:00.000Z\",\n            \"end_date_time\": \"2021-04-27T20:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"th_id\": \"8c15592f-61c6-424e-8d8b-db241afbe77e\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\",\n                \"profilePic\": \"618d57e0-c97e-4fba-9809-a6ac2edc200e\",\n                \"email\": \"bharath.reddy@caremonitor.com.au\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"8c15592f-61c6-424e-8d8b-db241afbe77e\",\n                \"meeting_uuid\": \"ed066122-c137-43a8-965c-b9959c4517ac\",\n                \"meeting_id\": \"20554138\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-27T20:00:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"8fd198fd-4304-4e84-8478-d087015fd86e\",\n            \"date_time\": \"2021-04-28T03:00:00.000Z\",\n            \"end_date_time\": \"2021-04-28T03:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": \"aa0572f3-3382-4a98-8819-fc8517509838\",\n            \"srv_id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"aa0572f3-3382-4a98-8819-fc8517509838\",\n                \"meeting_uuid\": \"133693db-a5f4-4b34-98bd-480309acf37a\",\n                \"meeting_id\": \"20825314\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-04-28T03:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": {\n                \"id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n                \"srv_mid\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                    \"name\": \"Dietitian Review (45)\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1b12647c-1e5d-42f3-9f18-49d14ed4684a\",\n            \"date_time\": \"2021-04-28T03:15:00.000Z\",\n            \"end_date_time\": \"2021-04-28T03:30:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": null,\n            \"srv_id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n                \"srv_mid\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                    \"name\": \"Dietitian Review (45)\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"b7a349d3-ccc3-4ce2-a105-81c46f1674a5\",\n            \"date_time\": \"2021-05-06T00:00:00.000Z\",\n            \"end_date_time\": \"2021-05-06T00:30:00.000Z\",\n            \"type\": \"1\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"In-Person Meeting\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"106620a2-5c38-4f93-addf-087e492e82a7\",\n            \"date_time\": \"2021-05-06T04:50:00.000Z\",\n            \"end_date_time\": \"2021-05-06T05:05:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": \"85d2b390-f102-47bb-af8b-55481ba6c351\",\n            \"srv_id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"85d2b390-f102-47bb-af8b-55481ba6c351\",\n                \"meeting_uuid\": \"c6eff163-7e06-40a8-8fa5-2f30cf55fe01\",\n                \"meeting_id\": \"20636937\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-06T04:50:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": {\n                \"id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n                \"srv_mid\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                    \"name\": \"Dietitian Review (45)\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"60b2e778-b3c3-4ad8-a8d5-90fdc38bf924\",\n            \"date_time\": \"2021-05-07T03:30:00.000Z\",\n            \"end_date_time\": \"2021-05-07T03:45:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": \"f13ee454-f50c-4675-9469-8d5856101db1\",\n            \"srv_id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"f13ee454-f50c-4675-9469-8d5856101db1\",\n                \"meeting_uuid\": \"f93932dd-d22f-4af3-9fb2-4c14e1aa65a6\",\n                \"meeting_id\": \"20854701\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-07T03:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 15\n            },\n            \"service\": {\n                \"id\": \"41656442-e9e7-4575-9fcb-d561df67939b\",\n                \"srv_mid\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"84d4d12b-f832-4e49-b57e-29db3115b56a\",\n                    \"name\": \"Dietitian Review (45)\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"7b909615-51db-43b1-ab32-9842f5723212\",\n            \"date_time\": \"2021-05-20T04:30:00.000Z\",\n            \"end_date_time\": \"2021-05-20T05:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"94f4679e-bdac-49db-99d5-9841bd6409a8\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"94f4679e-bdac-49db-99d5-9841bd6409a8\",\n                \"meeting_uuid\": \"7e666c69-5179-46c1-8328-09d1ac244f20\",\n                \"meeting_id\": \"20739386\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-20T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"b6907457-cdee-4115-8e31-09b36c5569d1\",\n            \"date_time\": \"2021-05-21T04:30:00.000Z\",\n            \"end_date_time\": \"2021-05-21T05:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"93b7843f-3213-410e-a78f-760f1606adf6\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"93b7843f-3213-410e-a78f-760f1606adf6\",\n                \"meeting_uuid\": \"4b7297b7-6aef-4fc9-9be2-de7f3f7e84b4\",\n                \"meeting_id\": \"20296485\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-21T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"1ed1b962-e75a-40c8-a4be-65d1adc85aa3\",\n            \"date_time\": \"2021-05-25T20:00:00.000Z\",\n            \"end_date_time\": \"2021-05-25T20:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n            \"th_id\": \"fe2fc9cc-78a7-430f-9e37-202a2d4aade5\",\n            \"srv_id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"838d8a11-fcb1-49b7-b9b5-14d27e795e22\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"c\",\n                \"profilePic\": null,\n                \"email\": \"bharath+s11@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"fe2fc9cc-78a7-430f-9e37-202a2d4aade5\",\n                \"meeting_uuid\": \"61035eb4-6c34-4cc3-a2b5-ad9696c0fc9f\",\n                \"meeting_id\": \"20374308\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-25T20:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"4431ac64-868b-4285-8898-f5bc9fc4d589\",\n                \"srv_mid\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"21aade06-1797-4cbc-9fe7-e2a881cb1a82\",\n                    \"name\": \"Cognitive Coaching / Psychology \"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"52c124e3-048b-43bf-b884-b4e32f9ee0e0\",\n            \"date_time\": \"2021-05-31T22:00:00.000Z\",\n            \"end_date_time\": \"2021-05-31T22:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n            \"th_id\": \"a40c7107-16e3-4418-b09c-b615c86dc9fc\",\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"a214aee5-10db-4e85-836d-ed69fcb15213\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"test\",\n                \"profilePic\": \"e442b65c-8349-42db-943e-bf4b09bc4993\",\n                \"email\": \"bharath+test@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": {\n                \"id\": \"a40c7107-16e3-4418-b09c-b615c86dc9fc\",\n                \"meeting_uuid\": \"6b0a3848-ff02-4d93-b4f7-7cffccd7af3e\",\n                \"meeting_id\": \"20374094\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-05-31T22:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 30\n            },\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"9e9fae47-703a-4dd2-bba9-7681ec7dd6f3\",\n            \"date_time\": \"2021-07-05T02:40:00.000Z\",\n            \"end_date_time\": \"2021-07-05T02:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"3\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"7a5819fd-7773-45f3-a55b-f32a8c41a567\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"7a5819fd-7773-45f3-a55b-f32a8c41a567\",\n                \"meeting_uuid\": \"febdb077-a9b2-47f4-a6d0-bc2a3819fb90\",\n                \"meeting_id\": \"20157157\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-05T02:40:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"4649118f-72d7-4124-91c4-5b7489c8fe0a\",\n            \"date_time\": \"2021-07-07T05:45:00.000Z\",\n            \"end_date_time\": \"2021-07-07T05:55:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"0e7a7dce-a37f-41e8-a512-da4414e58d35\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"0e7a7dce-a37f-41e8-a512-da4414e58d35\",\n                \"meeting_uuid\": \"61c23edc-3488-4e5e-9259-937a0e721656\",\n                \"meeting_id\": \"20177415\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T05:45:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ff502176-7aff-41f3-84ef-936b5eb9fe6b\",\n            \"date_time\": \"2021-07-07T05:55:00.000Z\",\n            \"end_date_time\": \"2021-07-07T06:05:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"12168a8d-e2dd-4874-b5df-994e15a22f63\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"12168a8d-e2dd-4874-b5df-994e15a22f63\",\n                \"meeting_uuid\": \"f568b915-fdb6-49d9-8946-3f003f05a43e\",\n                \"meeting_id\": \"20322521\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T05:55:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"8f40c71b-1ed1-4a4b-97e2-76167504a473\",\n            \"date_time\": \"2021-07-07T06:05:00.000Z\",\n            \"end_date_time\": \"2021-07-07T06:15:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"3bf220db-b272-487b-b8f3-9563c3bc6b8f\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"3bf220db-b272-487b-b8f3-9563c3bc6b8f\",\n                \"meeting_uuid\": \"902fad2b-9dd6-4008-b2e4-e5fae7e813b6\",\n                \"meeting_id\": \"20114922\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T06:05:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"40cc30c4-80bc-4446-aeca-70384026f878\",\n            \"date_time\": \"2021-07-07T06:15:00.000Z\",\n            \"end_date_time\": \"2021-07-07T06:25:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"2c5a8009-bf59-4172-92e0-36d67ee7b24d\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"2c5a8009-bf59-4172-92e0-36d67ee7b24d\",\n                \"meeting_uuid\": \"6ccc0f76-1b64-4d54-bf21-25858b927a95\",\n                \"meeting_id\": \"20637413\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T06:15:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"a3312c48-380e-4b01-be70-986239d7a487\",\n            \"date_time\": \"2021-07-07T07:25:00.000Z\",\n            \"end_date_time\": \"2021-07-07T07:35:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"2855d4e2-c686-46d7-baee-d24cef6031cc\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"2855d4e2-c686-46d7-baee-d24cef6031cc\",\n                \"meeting_uuid\": \"87ec4ced-ba86-4305-b7e8-e0d7117d3be2\",\n                \"meeting_id\": \"20391348\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T07:25:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"7e09204b-ac3b-4e83-b2cb-68fbbc30459b\",\n            \"date_time\": \"2021-07-07T07:35:00.000Z\",\n            \"end_date_time\": \"2021-07-07T07:45:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"2bea4b71-d38e-4370-b127-3d8dbecba750\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"465f2128-1e0c-4942-8ded-f1ae20aa25c2\",\n                \"firstName\": \"Bharath\",\n                \"lastName\": \"Reddy\"\n            },\n            \"thData\": {\n                \"id\": \"2bea4b71-d38e-4370-b127-3d8dbecba750\",\n                \"meeting_uuid\": \"99d43d38-056e-4b11-96ef-24d946a7aa92\",\n                \"meeting_id\": \"20456260\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-07T07:35:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"210bcd18-b8e4-40c2-b0cb-6cdc1fe9ec6d\",\n            \"date_time\": \"2021-07-08T04:30:00.000Z\",\n            \"end_date_time\": \"2021-07-08T04:40:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"ae4bc09b-9765-4bc8-b3d7-17897d0870b9\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"ae4bc09b-9765-4bc8-b3d7-17897d0870b9\",\n                \"meeting_uuid\": \"f6307f10-8000-404c-8890-452f3880b1f5\",\n                \"meeting_id\": \"20035670\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T04:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"69a6b219-32a3-4d9e-9d76-1bf273a99d49\",\n            \"date_time\": \"2021-07-08T04:40:00.000Z\",\n            \"end_date_time\": \"2021-07-08T04:50:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"6bfcc7ee-e856-4ddf-a486-229fd6f4f2de\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"6bfcc7ee-e856-4ddf-a486-229fd6f4f2de\",\n                \"meeting_uuid\": \"19149337-0a1b-4695-956b-6519911be33d\",\n                \"meeting_id\": \"20831634\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T04:40:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"419bc375-40c4-4c2c-90af-06ff0c61a8f4\",\n            \"date_time\": \"2021-07-08T05:20:00.000Z\",\n            \"end_date_time\": \"2021-07-08T05:30:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"072d665a-de27-4f7b-9243-f83dc136138e\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"072d665a-de27-4f7b-9243-f83dc136138e\",\n                \"meeting_uuid\": \"82029c4f-a77e-46a5-9073-19ad997870bf\",\n                \"meeting_id\": \"20107712\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-08T05:20:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"12bb0877-e71b-464e-860b-51672161a907\",\n            \"date_time\": \"2021-07-12T02:30:00.000Z\",\n            \"end_date_time\": \"2021-07-12T02:40:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"2682b9f1-9823-4a45-859c-518639e872e5\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"2682b9f1-9823-4a45-859c-518639e872e5\",\n                \"meeting_uuid\": \"5f01251f-e3e7-44d5-a51d-3e44f84d40c1\",\n                \"meeting_id\": \"20850128\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T02:30:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"947b851f-959a-41a1-a702-4c2f06f35ec0\",\n            \"date_time\": \"2021-07-12T02:50:00.000Z\",\n            \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"c8ff0c90-12aa-45f0-84be-3addc8371184\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"c8ff0c90-12aa-45f0-84be-3addc8371184\",\n                \"meeting_uuid\": \"40e01749-519e-4a82-982b-c02a85f502a1\",\n                \"meeting_id\": \"20192521\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T02:50:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"056f6351-c0dc-47fb-b262-c1c5f6c008ef\",\n            \"date_time\": \"2021-07-12T02:50:00.000Z\",\n            \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"6299ebcf-468b-4d40-a95d-0f1809d1c13c\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"6299ebcf-468b-4d40-a95d-0f1809d1c13c\",\n                \"meeting_uuid\": \"da4d4b2f-1e9c-436b-8996-6c52f4d2e029\",\n                \"meeting_id\": \"20710600\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T02:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"02e5c8e7-9f40-49c9-b3ed-e3c6d36918ae\",\n            \"date_time\": \"2021-07-12T02:50:00.000Z\",\n            \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"78b07add-acb6-478b-952e-cff7faac8b85\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"78b07add-acb6-478b-952e-cff7faac8b85\",\n                \"meeting_uuid\": \"6c845a9d-3cfb-4227-91c4-f1e17f30ef43\",\n                \"meeting_id\": \"20345586\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T02:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"c1325a88-99a7-475b-bf11-7b392e80fcb5\",\n            \"date_time\": \"2021-07-12T02:50:00.000Z\",\n            \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"941fdb12-558a-4825-ac11-daf57ced6ced\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 1,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"941fdb12-558a-4825-ac11-daf57ced6ced\",\n                \"meeting_uuid\": \"bb0dd17f-3afb-45da-9441-30e43465a0dd\",\n                \"meeting_id\": \"20466333\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T02:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"fd1203e2-dec1-4394-bfc1-1e4d447c5d51\",\n            \"date_time\": \"2021-07-12T02:50:00.000Z\",\n            \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"68a0d75b-eded-4873-a295-8b606fb27596\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Australia/Sydney\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"68a0d75b-eded-4873-a295-8b606fb27596\",\n                \"meeting_uuid\": \"67773e6c-950e-4e52-bc9f-fa216b71125c\",\n                \"meeting_id\": \"20214166\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T02:50:00.000Z\",\n                \"time_zone\": \"Australia/Sydney\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"a733e1c7-8369-4310-a2c9-9db692a0330d\",\n            \"date_time\": \"2021-07-12T03:00:00.000Z\",\n            \"end_date_time\": \"2021-07-12T03:10:00.000Z\",\n            \"type\": \"3\",\n            \"status\": \"2\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n            \"th_id\": \"1dd844fa-36f7-4745-b45e-f7b5cfe03701\",\n            \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n            \"session_type\": null,\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n            \"send_notification_now\": 1,\n            \"send_notification_reminder\": 1,\n            \"practitioner\": {\n                \"id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"ccl\",\n                \"profilePic\": null,\n                \"email\": \"bharath+ccl@animatrics.in\"\n            },\n            \"createdBy\": {\n                \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n                \"firstName\": \"Mohana\",\n                \"lastName\": \"Priya\"\n            },\n            \"thData\": {\n                \"id\": \"1dd844fa-36f7-4745-b45e-f7b5cfe03701\",\n                \"meeting_uuid\": \"60ab4b59-cf12-4c4d-b723-265f93120ca1\",\n                \"meeting_id\": \"20251421\",\n                \"description\": \"Appointment booked from caremonitor\",\n                \"datetime\": \"2021-07-12T03:00:00.000Z\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"status\": 1,\n                \"duration\": 10\n            },\n            \"service\": {\n                \"id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n                \"srv_mid\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                \"prg_id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                \"service\": {\n                    \"id\": \"930f3f6b-f705-4fa3-8fd1-771a02654088\",\n                    \"name\": \"CM-general-service\"\n                },\n                \"program\": {\n                    \"id\": \"76c340f9-72b6-47ff-bae3-f118168a5151\",\n                    \"name\": \"Cancer Support Program - BT\"\n                }\n            },\n            \"type_desc\": \"Video Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"ab94b3d8-14b7-4820-b951-76010bf1ef45\",\n            \"date_time\": \"2021-07-12T05:15:00.000Z\",\n            \"end_date_time\": \"2021-07-12T05:30:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": \"Case Conferencing\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        },\n        {\n            \"id\": \"f03dac55-ae8e-4742-ad5e-1e6088d44632\",\n            \"date_time\": \"2021-07-12T05:15:00.000Z\",\n            \"end_date_time\": \"2021-07-12T05:30:00.000Z\",\n            \"type\": \"2\",\n            \"status\": \"1\",\n            \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n            \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n            \"th_id\": null,\n            \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n            \"session_type\": \"Case Conferencing\",\n            \"meta_data\": {\n                \"tz\": \"Asia/Calcutta\"\n            },\n            \"is_group\": 2,\n            \"comment\": null,\n            \"created_by\": null,\n            \"send_notification_now\": null,\n            \"send_notification_reminder\": null,\n            \"practitioner\": {\n                \"id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n                \"firstName\": \"bharath\",\n                \"lastName\": \"cc\",\n                \"profilePic\": null,\n                \"email\": \"bharath+cc@animatrics.in\"\n            },\n            \"createdBy\": null,\n            \"thData\": null,\n            \"service\": {\n                \"id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\",\n                \"srv_mid\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                \"prg_id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                \"service\": {\n                    \"id\": \"a9799837-7678-4ad4-8dc5-052c7553db40\",\n                    \"name\": \"Case Conferencing\"\n                },\n                \"program\": {\n                    \"id\": \"867b9f8b-7619-4faa-b0c7-357a7525ad91\",\n                    \"name\": \"Case Management\"\n                }\n            },\n            \"type_desc\": \"Phone Call\",\n            \"REFER_SERVICE_TO_FRIEND\": null,\n            \"SATISFIED_WITH_SERVICE\": null,\n            \"TELEHEALTH_SATISFIED_WITH_TECH\": null,\n            \"TELEHEALTH_SURVEY_COMMENTS\": \"\"\n        }\n    ]\n}"}],"_postman_id":"06866c59-d713-4ded-9b48-26940f7395ad"},{"name":"Book Appointment","id":"3a338ec7-39b8-42ff-a461-a669425534dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"{{patient-x-access-tokenn}}","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"},{"key":"tz","value":"Asia/Calcutta","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n    \"type\": 2,\n    \"date_time\": \"2021-07-12T05:15:00.000Z\",\n    \"end_date_time\": \"2021-07-12T05:30:00.000Z\",\n    \"status\": 2,\n    \"session_type\": \"Case Conferencing\",\n    \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/patient/private/appointment/book","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","patient","private","appointment","book"],"host":["dev","caremonitor","com","au"],"query":[],"variable":[]}},"response":[{"id":"b6e32f8d-fc96-4193-8982-797e17d72004","name":"Book Appointment","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"{{patient-x-access-tokenn}}","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"},{"key":"tz","value":"Asia/Calcutta","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"user_id\": \"e58cd0fa-218b-495f-a213-82d471f9997c\",\n    \"type\": 2,\n    \"date_time\": \"2021-07-12T05:15:00.000Z\",\n    \"end_date_time\": \"2021-07-12T05:30:00.000Z\",\n    \"status\": 2,\n    \"session_type\": \"Case Conferencing\",\n    \"srv_id\": \"f8311e8c-df54-448c-8f66-668bfb3971cd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/patient/private/appointment/book"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 06:38:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"66-02y/MQGRT3Dq36mUwcPiKw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ab94b3d8-14b7-4820-b951-76010bf1ef45\"\n    },\n    \"success\": true,\n    \"message\": \"Created successfully\"\n}"}],"_postman_id":"3a338ec7-39b8-42ff-a461-a669425534dd"},{"name":"Cancel appointments","id":"a88dad76-58bb-4c07-9f63-0484c757c456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"{{patient-x-access-tokenn}}","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"a733e1c7-8369-4310-a2c9-9db692a0330d\",\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"org_id\": \"50550481-c93a-4804-b19b-105ff1929651\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/patient/private/appointment/cancel","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","patient","private","appointment","cancel"],"host":["dev","caremonitor","com","au"],"query":[{"disabled":true,"key":"patient_id","value":"06347321-f53e-4768-a04d-e40c6fa7a8b4"}],"variable":[]}},"response":[{"id":"f9d6ce3d-268a-4d07-bdc5-8193c1115dfd","name":"Cancel appointments","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"{{patient-x-access-tokenn}}","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ab94b3d8-14b7-4820-b951-76010bf1ef45\",\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"org_id\": \"50550481-c93a-4804-b19b-105ff1929651\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.caremonitor.com.au/api/patient/private/appointment/cancel","protocol":"https","host":["dev","caremonitor","com","au"],"path":["api","patient","private","appointment","cancel"],"query":[{"key":"patient_id","value":"06347321-f53e-4768-a04d-e40c6fa7a8b4","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 06:48:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"ETag","value":"W/\"66-dthLOZFWKTf7fM3ChnyXvw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ab94b3d8-14b7-4820-b951-76010bf1ef45\"\n    },\n    \"success\": true,\n    \"message\": \"Removed successfully\"\n}"}],"_postman_id":"a88dad76-58bb-4c07-9f63-0484c757c456"}],"id":"4f50fffa-07b1-4642-bf44-1b74638e0717","_postman_id":"4f50fffa-07b1-4642-bf44-1b74638e0717","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}}},{"name":"Remove participant from appointment","id":"9e898ac6-7006-4983-9835-934e8192d25d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/org-user/private/patient/appointment/update?sendAppMsg=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"path":["api","org-user","private","patient","appointment","update"],"host":["{{baseUrl}}"],"query":[{"key":"sendAppMsg","value":"true"}],"variable":[]}},"response":[{"id":"0bcbd449-6470-4ace-b26a-e1d16d0265d5","name":"Remove participant from appointment - Remove one provider","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"57af947444658be48944428e3d4d6ea5:2b5cdb633b37f3808f0e2e6191cfa75a8436fe3d1985d6567798c92354cf51aa6e77c43a10929ae1db2040fe4166f738943500c2c6e939a02c27d3357ba2f47a57c2f5cc6b987b4f587907316a8db9e3465de809efaea60c46a1eb22e7357e0fd98395a2aa18fac6e3ad22b79db189b53349b872a75a15164ea24a77ada8a658f4bc20eb208c4a2740a017aa5fa22cbdf0e72071b25c9514b10593867d3be1d0f3f735b98e39b60fb9cf029695ee89240edd78b4c09caa08cf6e398b9c1beac0a3970de5100e58a69175ac582fdedb21331dbeeef48a75b8ff7314570592e199683a6c764f2ee863fde3fc4a216cb73affb497e1277fba05cce2571e7e6b5b69b0b2167a090751fc62eeae1379964fffefd6314d505b51857d0c982bbee5f636cdcfc77715e51f59bf28155cb962d51064f4ea8f26c5c445882cd587d14a8099f74ae11671b66c6dcf9deda63b161f26","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-sx8LeYvNwlIKmzrc4ZN1rw\""},{"key":"Date","value":"Wed, 07 Jul 2021 08:11:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"},{"id":"9a6eb6cf-9cf1-4978-b047-c86313adbe76","name":"Remove participant from appointment - Removed patient","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"57af947444658be48944428e3d4d6ea5:2b5cdb633b37f3808f0e2e6191cfa75a8436fe3d1985d6567798c92354cf51aa6e77c43a10929ae1db2040fe4166f738943500c2c6e939a02c27d3357ba2f47a57c2f5cc6b987b4f587907316a8db9e3465de809efaea60c46a1eb22e7357e0fd98395a2aa18fac6e3ad22b79db189b53349b872a75a15164ea24a77ada8a658f4bc20eb208c4a2740a017aa5fa22cbdf0e72071b25c9514b10593867d3be1d0f3f735b98e39b60fb9cf029695ee89240edd78b4c09caa08cf6e398b9c1beac0a3970de5100e58a69175ac582fdedb21331dbeeef48a75b8ff7314570592e199683a6c764f2ee863fde3fc4a216cb73affb497e1277fba05cce2571e7e6b5b69b0b2167a090751fc62eeae1379964fffefd6314d505b51857d0c982bbee5f636cdcfc77715e51f59bf28155cb962d51064f4ea8f26c5c445882cd587d14a8099f74ae11671b66c6dcf9deda63b161f26","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-sx8LeYvNwlIKmzrc4ZN1rw\""},{"key":"Date","value":"Wed, 07 Jul 2021 08:15:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"},{"id":"382a7f84-89e3-4b0d-85ea-ec65deeb3706","name":"Remove participant from appointment - Removed both patient and provider","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"57af947444658be48944428e3d4d6ea5:2b5cdb633b37f3808f0e2e6191cfa75a8436fe3d1985d6567798c92354cf51aa6e77c43a10929ae1db2040fe4166f738943500c2c6e939a02c27d3357ba2f47a57c2f5cc6b987b4f587907316a8db9e3465de809efaea60c46a1eb22e7357e0fd98395a2aa18fac6e3ad22b79db189b53349b872a75a15164ea24a77ada8a658f4bc20eb208c4a2740a017aa5fa22cbdf0e72071b25c9514b10593867d3be1d0f3f735b98e39b60fb9cf029695ee89240edd78b4c09caa08cf6e398b9c1beac0a3970de5100e58a69175ac582fdedb21331dbeeef48a75b8ff7314570592e199683a6c764f2ee863fde3fc4a216cb73affb497e1277fba05cce2571e7e6b5b69b0b2167a090751fc62eeae1379964fffefd6314d505b51857d0c982bbee5f636cdcfc77715e51f59bf28155cb962d51064f4ea8f26c5c445882cd587d14a8099f74ae11671b66c6dcf9deda63b161f26","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-sx8LeYvNwlIKmzrc4ZN1rw\""},{"key":"Date","value":"Wed, 07 Jul 2021 08:21:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"}],"_postman_id":"9e898ac6-7006-4983-9835-934e8192d25d"},{"name":"Book Appointment","id":"ca4df452-cb30-4161-b96b-b2a681aabaa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-access-token","value":"","type":"text"},{"key":"org_id","value":"{{org_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n    \"type\": 3,\n    \"date_time\": \"2021-07-12T02:50:00.000Z\",\n    \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n    \"status\": 2,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n    \"recipients\": [\n        {\n            \"email\": \"mohana.priya@caremonitor.com.au\",\n            \"name\": \"Mohana Priya\",\n            \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/api/org-user/private/patient/appointment/book?sendAppMsg=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","org-user","private","patient","appointment","book"],"host":["dev","caremonitor","com","au"],"query":[{"key":"sendAppMsg","value":"true"}],"variable":[]}},"response":[{"id":"ce35f608-002e-4c42-b232-ca6b071590b3","name":"Remove participant from appointment - Removed patient","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"57af947444658be48944428e3d4d6ea5:2b5cdb633b37f3808f0e2e6191cfa75a8436fe3d1985d6567798c92354cf51aa6e77c43a10929ae1db2040fe4166f738943500c2c6e939a02c27d3357ba2f47a57c2f5cc6b987b4f587907316a8db9e3465de809efaea60c46a1eb22e7357e0fd98395a2aa18fac6e3ad22b79db189b53349b872a75a15164ea24a77ada8a658f4bc20eb208c4a2740a017aa5fa22cbdf0e72071b25c9514b10593867d3be1d0f3f735b98e39b60fb9cf029695ee89240edd78b4c09caa08cf6e398b9c1beac0a3970de5100e58a69175ac582fdedb21331dbeeef48a75b8ff7314570592e199683a6c764f2ee863fde3fc4a216cb73affb497e1277fba05cce2571e7e6b5b69b0b2167a090751fc62eeae1379964fffefd6314d505b51857d0c982bbee5f636cdcfc77715e51f59bf28155cb962d51064f4ea8f26c5c445882cd587d14a8099f74ae11671b66c6dcf9deda63b161f26","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-sx8LeYvNwlIKmzrc4ZN1rw\""},{"key":"Date","value":"Wed, 07 Jul 2021 08:15:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"},{"id":"fcab4357-f7ca-47a8-8509-504d95d6bebd","name":"Remove participant from appointment - Remove one provider","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"57af947444658be48944428e3d4d6ea5:2b5cdb633b37f3808f0e2e6191cfa75a8436fe3d1985d6567798c92354cf51aa6e77c43a10929ae1db2040fe4166f738943500c2c6e939a02c27d3357ba2f47a57c2f5cc6b987b4f587907316a8db9e3465de809efaea60c46a1eb22e7357e0fd98395a2aa18fac6e3ad22b79db189b53349b872a75a15164ea24a77ada8a658f4bc20eb208c4a2740a017aa5fa22cbdf0e72071b25c9514b10593867d3be1d0f3f735b98e39b60fb9cf029695ee89240edd78b4c09caa08cf6e398b9c1beac0a3970de5100e58a69175ac582fdedb21331dbeeef48a75b8ff7314570592e199683a6c764f2ee863fde3fc4a216cb73affb497e1277fba05cce2571e7e6b5b69b0b2167a090751fc62eeae1379964fffefd6314d505b51857d0c982bbee5f636cdcfc77715e51f59bf28155cb962d51064f4ea8f26c5c445882cd587d14a8099f74ae11671b66c6dcf9deda63b161f26","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-sx8LeYvNwlIKmzrc4ZN1rw\""},{"key":"Date","value":"Wed, 07 Jul 2021 08:11:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"},{"id":"ae31e604-ce71-4f4a-8862-e22fa40ce4d3","name":"Remove participant from appointment - Removed both patient and provider","originalRequest":{"method":"PUT","header":[{"key":"x-access-token","value":"57af947444658be48944428e3d4d6ea5:2b5cdb633b37f3808f0e2e6191cfa75a8436fe3d1985d6567798c92354cf51aa6e77c43a10929ae1db2040fe4166f738943500c2c6e939a02c27d3357ba2f47a57c2f5cc6b987b4f587907316a8db9e3465de809efaea60c46a1eb22e7357e0fd98395a2aa18fac6e3ad22b79db189b53349b872a75a15164ea24a77ada8a658f4bc20eb208c4a2740a017aa5fa22cbdf0e72071b25c9514b10593867d3be1d0f3f735b98e39b60fb9cf029695ee89240edd78b4c09caa08cf6e398b9c1beac0a3970de5100e58a69175ac582fdedb21331dbeeef48a75b8ff7314570592e199683a6c764f2ee863fde3fc4a216cb73affb497e1277fba05cce2571e7e6b5b69b0b2167a090751fc62eeae1379964fffefd6314d505b51857d0c982bbee5f636cdcfc77715e51f59bf28155cb962d51064f4ea8f26c5c445882cd587d14a8099f74ae11671b66c6dcf9deda63b161f26","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"06347321-f53e-4768-a04d-e40c6fa7a8b4\",\n    \"user_id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\",\n    \"date_time\": \"2021-07-07T04:30:00.000Z\",\n    \"end_date_time\": \"2021-07-07T04:50:00.000Z\",\n    \"status\": 2,\n    \"comment\": null,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/update?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","update"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-sx8LeYvNwlIKmzrc4ZN1rw\""},{"key":"Date","value":"Wed, 07 Jul 2021 08:21:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2c15b58f-6a67-45d9-b791-c46dfe23772e\"\n    },\n    \"success\": true,\n    \"message\": \"Updated successfully\"\n}"},{"id":"df5d44d4-7557-4ccb-8abc-a410aa93447a","name":"Book Appointment - group appoinment with additional provider","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"7e53c6ace1e17f6165b25320dd85548f:622dc95c60142128586b0c247e9a829ad4537e0a6a73a0c2d092509559f948a6fe31f32d60ff1266e6533946a5fd0dae4138db6d48480c61ba9c579baa865b4cae4bd5ca145da81f7ecd9e3997d0fbd38ccd9c18f0c85b8fbaae43f4917a278c87150a04600c7c82a3697df6d3e2d0c8691b8707ccda1ae2cad57f912c82aa6af8ab51acdf17328cf2e226b73beb81f63e3f1a0a8f6c1fc6ad413f63f4664fe3587c271006ccb502c101430d1c0335d02b22f3a24ff7a8e92c0ff684e771c7f071ae765279d306acb2a77813802369bdf106a0a79c76aaf9b49aead9cfcb0760a003c01a49a5fe7358202e06a609f12d55b26a943ea981da23396e8fa610fc11b9d974437f1b318c301fc9449e7d44c476c0bd815cafeebe87f0eff32c05e2f3d6eec0a2fa62f8d01af1d5ca788ad93f2277225c8cd0c2bf44358e11c3867a084bdd076d00f342a3b8836cc208729423","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n    \"type\": 3,\n    \"date_time\": \"2021-07-12T02:50:00.000Z\",\n    \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n    \"status\": 2,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\",\n    \"recipients\": [\n        {\n            \"email\": \"mohana.priya@caremonitor.com.au\",\n            \"name\": \"Mohana Priya\",\n            \"id\": \"5057cf17-66f8-4569-b9b1-eef339e189a2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/book?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","book"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-oI418PmDjtVsYfAnMG15aQ\""},{"key":"Date","value":"Mon, 12 Jul 2021 15:08:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c1325a88-99a7-475b-bf11-7b392e80fcb5\"\n    },\n    \"success\": true,\n    \"message\": \"Created successfully\"\n}"},{"id":"61ec3c1c-8e7b-4bf0-802c-b01a36ec16f7","name":"Book Appointment - single appointment","originalRequest":{"method":"POST","header":[{"key":"x-access-token","value":"7e53c6ace1e17f6165b25320dd85548f:622dc95c60142128586b0c247e9a829ad4537e0a6a73a0c2d092509559f948a6fe31f32d60ff1266e6533946a5fd0dae4138db6d48480c61ba9c579baa865b4cae4bd5ca145da81f7ecd9e3997d0fbd38ccd9c18f0c85b8fbaae43f4917a278c87150a04600c7c82a3697df6d3e2d0c8691b8707ccda1ae2cad57f912c82aa6af8ab51acdf17328cf2e226b73beb81f63e3f1a0a8f6c1fc6ad413f63f4664fe3587c271006ccb502c101430d1c0335d02b22f3a24ff7a8e92c0ff684e771c7f071ae765279d306acb2a77813802369bdf106a0a79c76aaf9b49aead9cfcb0760a003c01a49a5fe7358202e06a609f12d55b26a943ea981da23396e8fa610fc11b9d974437f1b318c301fc9449e7d44c476c0bd815cafeebe87f0eff32c05e2f3d6eec0a2fa62f8d01af1d5ca788ad93f2277225c8cd0c2bf44358e11c3867a084bdd076d00f342a3b8836cc208729423","type":"text"},{"key":"org_id","value":"50550481-c93a-4804-b19b-105ff1929651","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"patient_id\": \"f298572b-0af9-42a9-8815-3fec0c1ebd46\",\n    \"user_id\": \"f6b525f1-d5c6-4d4a-81c7-1c6f119dcb79\",\n    \"type\": 3,\n    \"date_time\": \"2021-07-12T02:50:00.000Z\",\n    \"end_date_time\": \"2021-07-12T03:00:00.000Z\",\n    \"status\": 2,\n    \"send_notification_now\": 1,\n    \"send_notification_reminder\": 1,\n    \"srv_id\": \"e669a94d-1eb5-4c52-bdd8-490b97afa6f5\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/org-user/private/patient/appointment/book?sendAppMsg=true","protocol":"http","host":["localhost"],"port":"3000","path":["api","org-user","private","patient","appointment","book"],"query":[{"key":"sendAppMsg","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"X-HTTP-Method-Override"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"ui_version","value":"4.2.7.9"},{"key":"api_version","value":"4.2.7.9"},{"key":"Access-Control-Expose-Headers","value":"ui_version"},{"key":"Access-Control-Expose-Headers","value":"api_version"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"ETag","value":"W/\"66-zbBtBVVdx+YLb0/YIBIHNw\""},{"key":"Date","value":"Mon, 12 Jul 2021 15:09:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"fd1203e2-dec1-4394-bfc1-1e4d447c5d51\"\n    },\n    \"success\": true,\n    \"message\": \"Created successfully\"\n}"}],"_postman_id":"ca4df452-cb30-4161-b96b-b2a681aabaa5"}],"id":"4924447f-4388-42d1-87d6-68f5b2abd8f5","description":"<p>Use the below APIs to create and manage Appointment slots, appointments, availability</p>\n","_postman_id":"4924447f-4388-42d1-87d6-68f5b2abd8f5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}}}],"id":"694783df-149f-4672-a65e-e33ad1512842","description":"<p>CareMonitor Clinical API allows developers to send B2B, B2C, C2B and C2C requests related to various contexts.</p>\n<p>We continue to add more objects to this API.</p>\n<ul>\n<li>Super charge your existing application by embedding applications connected to CareMonitor API.</li>\n</ul>\n","_postman_id":"694783df-149f-4672-a65e-e33ad1512842","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","id":"4b1a4f9a-df8c-4862-93b2-4eb00f8a5d86","name":"CareMonitor Partner API Documentation","type":"collection"}}},{"name":"Health Metrics","item":[{"name":"ECG","id":"6bafd61b-18ee-47f1-8e62-16cc37fae648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"PR_Interval\": 160,\n    \"QRS_Duration\": 78,\n    \"QT_Interval\": 400,\n    \"unit\": \"ms\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"deviceName\": \"app\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/ecg","description":"<p>Make this request to log ECG data</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","name":"Health Metrics","type":"folder"}},"urlObject":{"path":["metrics","ecg"],"host":["https://dev.caremonitor.com.au"],"query":[],"variable":[]}},"response":[{"id":"40d35572-66da-47a6-9bb5-f079384ed3ad","name":"ECG","originalRequest":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"PR_Interval\": 160,\n  \"QRS_Duration\": 78,\n  \"QT_Interval\": 400,\n  \"unit\": \"ms\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/ecg"},"code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"Data logged successfully"}],"_postman_id":"6bafd61b-18ee-47f1-8e62-16cc37fae648"},{"name":"Blood Pressure","id":"1176a6b5-6fe9-4b7d-b99d-458dd209c299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"systolic\": 117,\n    \"diastolic\": 76,\n    \"unit\": \"mmHg\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"deviceName\": \"app\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/bp","description":"<p>Make this request to log data for Blood Pressure</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","name":"Health Metrics","type":"folder"}},"urlObject":{"path":["metrics","bp"],"host":["https://dev.caremonitor.com.au"],"query":[],"variable":[]}},"response":[{"id":"8a2a5e8a-4eff-48ac-9069-d7e66ffa7f51","name":"Blood Pressure","originalRequest":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"systolic\": 117,\n    \"diastolic\": 76,\n    \"unit\": \"mmHg\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"source\": \"54dc427aaa6b4cb7d6202f04\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/bp"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Data logged successfully"}],"_postman_id":"1176a6b5-6fe9-4b7d-b99d-458dd209c299"},{"name":"Heart Rate","id":"b3155507-ca72-4254-ad05-d0f56a39c089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access_token","type":"text","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"value\": 44,\n    \"unit\": \"bpm\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"deviceName\": \"app\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/heart-rate","description":"<p>Make this request to log data for Heart Rate</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","name":"Health Metrics","type":"folder"}},"urlObject":{"path":["metrics","heart-rate"],"host":["https://dev.caremonitor.com.au"],"query":[],"variable":[]}},"response":[{"id":"20aead84-2361-4e82-9f01-a65570c4bf14","name":"Heart Rate","originalRequest":{"method":"POST","header":[{"key":"access_token","type":"text","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"value\": 44,\n    \"unit\": \"bpm\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"source\": \"54dc427aaa6b4cb7d6202f04\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/heart-rate"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Data logged successfully"}],"_postman_id":"b3155507-ca72-4254-ad05-d0f56a39c089"},{"name":"Blood Glucose Levels","id":"473ff4ca-edcb-42c7-aeaa-0174dee1c842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": 94,\n    \"unit\": \"mg/dL\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"deviceName\": \"app\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/blood-glucose","description":"<p>Make this request to log data for Blood Glucose level</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","name":"Health Metrics","type":"folder"}},"urlObject":{"path":["metrics","blood-glucose"],"host":["https://dev.caremonitor.com.au"],"query":[],"variable":[]}},"response":[{"id":"070f798f-848e-4490-9451-38b1a6e1f950","name":"Blood Glucose Levels","originalRequest":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"value\": 94,\n    \"unit\": \"mg/dL\",\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"source\": \"54dc427aaa6b4cb7d6202f04\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/blood-glucose"},"code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":"Data logged successfully"}],"_postman_id":"473ff4ca-edcb-42c7-aeaa-0174dee1c842"},{"name":"Steps","id":"40eaa5d2-69a9-4b09-87e4-42fa12f9de21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 1050,\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"deviceName\": \"app\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/steps","description":"<p>Make this request to log Steps data</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","name":"Health Metrics","type":"folder"}},"urlObject":{"path":["metrics","steps"],"host":["https://dev.caremonitor.com.au"],"query":[],"variable":[]}},"response":[{"id":"59779c8e-ce75-4db4-96c8-2c4e7b17b5fc","name":"Steps","originalRequest":{"method":"POST","header":[{"key":"access_token","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"count\": 1050,\n    \"id\": \"550f8daf68d29c4133b122b5\",\n    \"deviceId\": \"52e20cb2fff56aac62000001\",\n    \"source\": \"54dc427aaa6b4cb7d6202f04\",\n    \"createdAt\": \"2020-09-16T03:51:11.219Z\",\n    \"updatedAt\": \"2020-09-16T03:51:11.219Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.caremonitor.com.au/metrics/steps"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Data logged successfully"}],"_postman_id":"40eaa5d2-69a9-4b09-87e4-42fa12f9de21"}],"id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b14c68b7-c0b9-414d-88c4-afef6b39b992","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d069c73a-a441-410b-a283-53ba3a4f0ac8","type":"text/javascript","exec":[""]}}],"_postman_id":"01ab150f-9915-40f3-a5fa-ff2c12b3f24a","description":""}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-access-token"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"bd2be085-94b4-49d9-a199-f182d69f6c8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"185ce57a-9f7f-44a5-8f54-696fbc1c7f4d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"x-access-token","value":""},{"key":"url","value":"https://dev.caremonitor.com.au"},{"key":"access-key","value":"x-access-token"}]}