{"info":{"_postman_id":"c0f6044c-e055-43c3-b9ec-8c76d7414ed1","name":"Adracare REST API","description":"<html><head></head><body><h1 id=\"adracare-api-documentation-201-beta\">Adracare API Documentation (2.0.1 - BETA)</h1>\n<p>The <strong>adracare</strong> API allows EMR and other vendors to integrate <strong>adracare</strong> capabilities to integrate and build on the <strong>adracare</strong> platform and access to it's many features. </p>\n<p>API Principles\nThe <strong>adracare</strong> API is designed to allow external parties to integrate with the <strong>adracare</strong> platform simply and securely. The following principles were followed during development of the API:</p>\n<h2 id=\"terms-of-use\">Terms of Use</h2>\n<p>The adracare API is a free and open API to help accelerate innovation for the good of the healthcare system and the clinicians and patients that depend on it. Please do not abuse this API. By continuing to read this document and use the APIs, you agree to code carefully and throttle requests reasonably so that you are not effectively launching a DoS attack on us. If an unreasonable number of requests per minute is detected, we will disable your account and/or blacklist your IP from making further requests, so please design your integrations accordingly. </p>\n<h4 id=\"principles\">Principles</h4>\n<p>RESTful design: standard HTTP verbs (GET, POST, PUT, DELETE, etc) and resource identifiers (URIs) with standard REST semantics (GET has no side effects, etc)\nFormal, well defined API using standard HTTP response codes &amp; consistent formats\nJSON-API formatting of all responses\nStateless authentication</p>\n<h3 id=\"api-location\">API Location</h3>\n<p>All Adracare Service URLs are located under apis/v2/. For example, <a href=\"https://demo.adracare.com/apis/v2/appointments\">https://demo.adracare.com/apis/v2/appointments</a></p>\n<p>For All Public Endpoints, locale can be specified using the <strong>Content-Language</strong> header. The values are accepted are en, fr, es, nl</p>\n<p>Refer to <strong>Authentication &gt; Authenticate and fetch JWT</strong> for an example</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Adracare API Documentation (2.0.1 - BETA)","slug":"adracare-api-documentation-201-beta"}],"owner":"3569879","collectionId":"c0f6044c-e055-43c3-b9ec-8c76d7414ed1","publishedId":"SzYbxc2y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"253551","highlight":"41CCB1"},"publishDate":"2021-08-03T17:25:16.000Z"},"item":[{"name":"Authentication","item":[{"name":"Patient Activiation","item":[{"name":"Initialize Account Claim","id":"d5e7d7fe-0b64-4e3f-8f20-db8975c87756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/account_claims/9990d4da-f884-4b3e-a3f8-61bcd415d9e6","description":"<p>Initialize the account claim for patient and receive the verification code.</p>\n","urlObject":{"path":["apis","v2","account_claims","d8bad812-81b2-44e0-944d-a7cf4dba41c6"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ba079b47-e62c-4a9c-8945-cf4ddd30ca8b","name":"Initialize Account Claim","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/account_claims/9ec0c632-10aa-4d64-8496-4c28a2844c12"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d5e7d7fe-0b64-4e3f-8f20-db8975c87756"},{"name":"Verify Account Claim","id":"e0fc7b1b-395b-4a07-b437-49536e400b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"code\": \"ABCDEF\",\n\t\"email\": \"username@example.com\",\n\t\"password\": \"password\",\n\t\"confirm_password\": \"password\",\n\t\"recaptcha_token\": \"HFZHFsdwhNFXcQOnZZSltISxBsHBMMHwEfGAIwYH40IW09CRUFNHcsGRdLYStMIhdqD3tNAAIfTURcJkgOBQgIE3gMPgMwa3dvYUxKSXBIc1sWTm43DSB-MVw3aUVDUUMIEgVFT0I9SBlTQG0xOXVobCZzRFxpBCdnAVx9YAppAncPbytPRx0ZRAY8Aw9daQQEHwIxZn00dmxqCBITIwY_RExBMXRkNxM7Tn06E1QARFYaYhYfAigcDAYfPHB5OjFzMUwOSnIeZFxbCDNoDSB7dQ1mbVN1c2B_dwQRRW4daXxOW3Y2bDYxL1112CFn\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/account_claims/6c9c7466-0f66-49fd-8214-9c671167afaa/verify","description":"<p>The following parameters are expected as part of the body:</p>\n<ul>\n<li>code - verification code sent to patient's mobile number</li>\n<li>email - patient's username</li>\n<li>password - patient's password</li>\n<li>confirm_password</li>\n<li>recaptcha_token - only if recaptcha is enabled</li>\n</ul>\n","urlObject":{"path":["apis","v2","account_claims","b36de178-fd75-4755-8a28-2da42f547b05","verify"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4436e234-fca5-45a3-9a1d-f9333955b448","name":"Verify Account Claim","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"code\": \"ABCDEF\",\n\t\"email\": \"username@example.com\",\n\t\"password\": \"password\",\n\t\"confirm_password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/account_claims/12e6c93e-bdfd-46ec-ae7b-2c7ddbb35d3c/verify"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e0fc7b1b-395b-4a07-b437-49536e400b8c"},{"name":"Resend Verification Code","id":"98c0cd61-f9d3-4ef6-ab53-8b07414a17ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_url}}/apis/v2/account_claims/ae0be304-9e39-4191-931f-ca8170b24d0a/resend_code","urlObject":{"path":["apis","v2","account_claims","8756ea6b-7037-4af7-8bd7-0da30a95980d","resend_code"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9b72ae26-9653-4727-90d9-b0b1c06cc87c","name":"Resend Verification Code","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/apis/v2/account_claims/7e8c4299-f9d3-48b3-be7a-889f8c9caa0d/resend_code"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"98c0cd61-f9d3-4ef6-ab53-8b07414a17ef"}],"id":"8b9b6343-ec04-43e8-ad83-66b0b1364dc2","description":"<p>The process for Patient Account Activation is the following:</p>\n<ol>\n<li>Patient receives a link which contains their respective account claim id.</li>\n<li>Send Request Initialize the Account Claim. On Initialization, the verification code will be send to the patient's phone number to ensure this is the right person.</li>\n<li>Submit the verification code with the username, password the patient would like.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"6c9c7aa3-081f-4f13-a071-0e8dad7a674f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af40f69b-8cf1-4402-96e1-a3e355de6928","type":"text/javascript","exec":[""]}}],"_postman_id":"8b9b6343-ec04-43e8-ad83-66b0b1364dc2"},{"name":"Password Reset","item":[{"name":"Request Password Reset","id":"49368d88-a6f7-4a4b-bec4-ee5d0393c9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"user@example.ca\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/password_resets","description":"<p>Request Password Reset for user with given username. If a user is found, an e-mail is sent which contains a link to change password.</p>\n<p><strong>NOTE:</strong> Regardless if the user is found or not, we return a success response</p>\n","urlObject":{"path":["apis","v2","password_resets"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"23683de9-4a80-40d1-97f1-3d1ad93f1048","name":"Request Password Reset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"user@example.ca\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/password_resets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49368d88-a6f7-4a4b-bec4-ee5d0393c9bd"},{"name":"Get Password Reset","id":"f2676820-8069-4acd-a738-6a7f651c6b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/password_resets?tag=e6a5aa8c-0fd7-4844-a7a6-a7a2f35c737d","urlObject":{"path":["apis","v2","password_resets"],"host":["{{base_url}}"],"query":[{"key":"tag","value":"147c367b-e78f-49cc-a982-1ac0476d173a"}],"variable":[]}},"response":[{"id":"e128cab1-3fe1-4932-b0ea-a422edaae4aa","name":"Get Password Reset","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/password_resets?tag=e71135eb-3120-423c-a915-3a9511713dd1","host":["{{base_url}}"],"path":["apis","v2","password_resets"],"query":[{"key":"tag","value":"aa7b0f27-b9fe-42d8-ac4a-3689bef7925a"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0cc91c32-1ea8-4c4b-8f14-946cb35bca5c\",\n        \"type\": \"password_reset\",\n        \"attributes\": {\n            \"expires_at\": \"2021-11-13T21:16:20.454Z\",\n            \"created_at\": \"2021-11-08T21:16:20.458Z\",\n            \"status\": \"Sent\"\n        },\n        \"relationships\": {\n            \"auth_user\": {\n                \"data\": {\n                    \"id\": \"04765c16-3298-4b46-9f12-c8a6b55f9f8b\",\n                    \"type\": \"auth_user\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"f2676820-8069-4acd-a738-6a7f651c6b9a"},{"name":"Reset/Change Password","id":"b888433c-7b35-44c7-9b21-4b5df28a20a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"password\":\"password\",\n   \"confirm_password\":\"password\",\n   \"tag\":\"581115f59cfc8832a99da614a9504208\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/password_resets/claim","description":"<p>The tag parameter is retreived from the link sent in the e-mail for password reset</p>\n","urlObject":{"path":["apis","v2","password_resets","claim"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e185d95f-792d-4812-bdd3-ad6183e6cfb2","name":"Errored Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"password\":\"password\",\n   \"confirm_password\":\"password\",\n   \"tag\":\"581115f59cfc8832a99da614a9504208\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/password_resets/claim"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unable to process /apis/v2/password_resets/claim\",\n    \"confirm_password\": \"Your password is not secure. Passwords should be a minimum of 8 characters, and contain numbers, symbols, capitals and special characters. Ex: myPass145$\"\n}"},{"id":"7df4f375-517a-4351-9178-0409847aa562","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"password\":\"password\",\n   \"confirm_password\":\"password\",\n   \"tag\":\"581115f59cfc8832a99da614a9504208\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/password_resets/claim"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b888433c-7b35-44c7-9b21-4b5df28a20a8"}],"id":"417203ad-6710-4b22-ac7b-59ec505d393a","_postman_id":"417203ad-6710-4b22-ac7b-59ec505d393a","description":""},{"name":"Authenticate and fetch JWT token","id":"ce1ef758-6496-4d7b-b10c-2c21d91976b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"fr","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"12345\",\n    \"username\": \"devvlad@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/account_token","urlObject":{"path":["apis","v2","account_token"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce1ef758-6496-4d7b-b10c-2c21d91976b5"},{"name":"Create a nonce token","id":"846b6214-00bf-45c9-9e61-c498bb3436f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"account_id\": \"4b824099-6017-44a8-8d65-3733c25f072b\",\n\t\"type\": \"video_session\"\n}"},"url":"{{base_url}}/apis/v2/nonce","description":"<p><strong>NOTE:</strong> This endpoint is only available to \"api_user\" account. The nonce token is a temporary one time use token that can be used to get an account session with limited access. The token will \nexpire in 5 minutes after creation.\n<br /><br /> \nThe video session link template for nonce are returned in the response that can be used to get limited acess to video session.\n<br /><br /> </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"nonce\": \"xxxx\",\n    \"links\": {\n        \"direct_video_session_url\": \"{{base_url}}/nonce/{{nonceToken}}?redirect=/direct/appointments/:appointment_id?oid=0c5aec0b-0d46-437d-8d11-49fd6cbf61bf\"\n    }\n}\n</code></pre>","urlObject":{"path":["apis","v2","nonce"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"846b6214-00bf-45c9-9e61-c498bb3436f9"},{"name":"Invalidate JWT Token","id":"cd4652c6-d258-4147-ab81-15f3e3c35595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJmNTE3NTkyTnlqT2h3bEEyUlg1TGhnWmYxV2ZBcHVFTSIsInN1YiI6IjZlYzlmMTcyLWU5ZDctNDdjMS1hYzkzLTBjYjZlMGZlODQzYSIsInNlc3Npb25fZXhwaXJ5IjoiMjAxOC0xMS0wMlQxOTo1NToyMVoifQ.ROlwBSklT8ABbbqhNCVGIaD50EhcuJEvcZWRZCjdmgk"}],"body":{"mode":"raw","raw":"{\n\t\"password\": \"Orbcare123\",\n\t\"username\": \"orbcaredemoprovider@gmail.com\"\n}"},"url":"{{base_url}}/apis/v2/accounts/logout","urlObject":{"path":["apis","v2","accounts","logout"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd4652c6-d258-4147-ab81-15f3e3c35595"}],"id":"7e761923-f770-4be1-9fcb-f32e7e63a10f","_postman_id":"7e761923-f770-4be1-9fcb-f32e7e63a10f","description":""},{"name":"Appointments","item":[{"name":"Get Appointments for Current User","id":"4c026c53-a867-4367-89a3-de8158fd54e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJmNTE3NTkyTnlqT2h3bEEyUlg1TGhnWmYxV2ZBcHVFTSIsInN1YiI6IjBhMDg0NWJhLWIwNmEtNDA5Zi1hNWQ1LTUwZWQ2NjhiYjViNyIsInNlc3Npb25fZXhwaXJ5IjoiMjAxOC0wOS0yOVQwMTo1NjozM1oifQ.yVzAFJ6Img7kAQ6JFxVa8bKgGzgSVbDHWAp4HK9Ywrw"}],"url":"{{base_url}}/apis/v2/appointments?period=active|history|requested&healthcare_service_ids=deb582d6-73d2-4abb-8f15-e49192f49ee0,f53e7e33-65bd-446f-952c-87a0804151ef&start=2021-11-08T05:00:00.000Z&end=2021-11-08T13:00:00.000Z&location_id=ff709f80-970e-43b2-b4d4-5ba0f613cbbf&limit=25&page=1&account_ids=e69a8a20-d6ef-41c1-8c1c-754f15ae00d9,d7f8fb5a-3ba8-4878-860b-fec389be0ab2&order=start_date_time,-provider_name","description":"<p>Get Appointments for Current User</p>\n<p>Parameters</p>\n<ul>\n<li><p>period: active, history, requested</p>\n</li>\n<li><p>active: All appointments that are in the future or have not been completed with the status of BOOKED, CHECKED-IN, IN-PROGRESS</p>\n</li>\n<li><p>history: All inactive (CANCELLED, NO-SHOW, FULFILLED, REJECTED) or past appointments</p>\n</li>\n<li><p>requested: All future appointments that have the status PROPOSED</p>\n</li>\n<li><p>healthcare_service_ids: Ids of healthcaer service to filter by</p>\n</li>\n<li><p>location_id: Id of location to filter by. Default is all</p>\n</li>\n<li><p>start: All appointments must be after given start. Format is <strong>YYYY-MM-DDTHH:MM:SS.%z</strong> e.g. <code>2021-11-08T05:00:00.000Z</code></p>\n</li>\n<li><p>end: All appointments must be before given end. Format is <strong>YYYY-MM-DDTHH:MM:SS.%z</strong> e.g. <code>2021-11-08T13:00:00.000Z</code></p>\n</li>\n<li><p>account_ids: Ids of Provider Accounts to filter by</p>\n</li>\n</ul>\n","urlObject":{"path":["apis","v2","appointments"],"host":["{{base_url}}"],"query":[{"description":{"content":"<ul>\n<li>active: All appointments that are in the future or have not been completed with the status of BOOKED, CHECKED-IN, IN-PROGRESS</li>\n<li>history: All inactive (CANCELLED, NO-SHOW, FULFILLED, REJECTED) or past appointments</li>\n<li>requested: All future appointments that have the status PROPOSED</li>\n</ul>\n","type":"text/plain"},"key":"period","value":"active|history|requested"},{"key":"healthcare_service_ids","value":"254be18a-8483-4657-9d57-abf3b3fbe179,6840c73e-8fd2-426b-a37f-330d8267c841"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"start","value":"2021-11-08T05:00:00.000Z"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"end","value":"2021-11-08T13:00:00.000Z"},{"key":"location_id","value":"e2888999-822f-41c2-b429-b559c6a741be"},{"description":{"content":"<p>Default is 25, optional</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"description":{"content":"<p>Default is 1, optional</p>\n","type":"text/plain"},"key":"page","value":"1"},{"key":"account_ids","value":"41c67f44-9c71-4c73-8ec6-384f8cbc730b,8adf9919-79d5-422c-ae60-9ee0636672c4"},{"key":"order","value":"start_date_time,-provider_name"}],"variable":[]}},"response":[{"id":"5cec32a3-7335-4815-a753-b345706f3b4c","name":"Active Appointments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJmNTE3NTkyTnlqT2h3bEEyUlg1TGhnWmYxV2ZBcHVFTSIsInN1YiI6IjBhMDg0NWJhLWIwNmEtNDA5Zi1hNWQ1LTUwZWQ2NjhiYjViNyIsInNlc3Npb25fZXhwaXJ5IjoiMjAxOC0wOS0yOVQwMTo1NjozM1oifQ.yVzAFJ6Img7kAQ6JFxVa8bKgGzgSVbDHWAp4HK9Ywrw"}],"url":{"raw":"{{base_url}}/apis/v2/appointments?period=active","host":["{{base_url}}"],"path":["apis","v2","appointments"],"query":[{"key":"period","value":"active"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n      {\n          \"id\": \"52aae4ab-6523-4dc9-912f-754fc2c30d41\",\n          \"type\": \"appointment\",\n          \"attributes\": {\n              \"online\": true,\n              \"start_date_time\": \"2021-11-24T17:52:00Z\",\n              \"end_date_time\": \"2021-11-24T18:22:00Z\",\n              \"reason\": \"\",\n              \"is_reminder_sent\": false,\n              \"is_confirmed\": false,\n              \"colour\": \"#3865D2\",\n              \"referral_id\": null,\n              \"status\": null,\n              \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n              \"appointment_substatus_id\": null,\n              \"is_emergency\": null,\n              \"priority\": null,\n              \"encounter_id\": \"7141c2c0-bf85-4644-b968-f1d520d0f457\",\n              \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n              \"location_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n              \"room_name\": null,\n              \"room_full_name\": \"Virtual\",\n              \"room_id\": null,\n              \"healthcare_service_id\": \"b9866520-71d3-4585-9ea8-a17d25c71940\",\n              \"appointment_type_id\": null,\n              \"patient_id\": \"6c3db4a5-6c0b-4e29-8ff5-3f6f46e95d30\",\n              \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n              \"patient_account_id\": \"3674a00d-7c4d-4935-8206-7dfcd0ccdf20\",\n              \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n              \"is_rescheduled\": false,\n              \"is_billed\": false,\n              \"confirmation_status\": \"unconfirmed\",\n              \"provider_title\": \"Appointment with Salman Khan\",\n              \"provider_scheduler_title\": \"Therapy Session with Salman Khan @ Virtual [Scheduled]\",\n              \"healthcare_service_name\": \"Therapy Session\",\n              \"patient_title\": \"Appointment with Dr. Dave Chaudhary\",\n              \"patient_name\": \"Salman Khan\",\n              \"patient_alerts\": null,\n              \"provider_name\": \"Dr. Dave Chaudhary\",\n              \"status_label\": \"Scheduled\",\n              \"status_code\": \"BOOKED\",\n              \"online_label\": \"Online\",\n              \"billing_plan_ids\": [],\n              \"procedure_ids\": null,\n              \"procedure_descriptions\": null,\n              \"referral_doctor_name\": null,\n              \"date_of_service\": \"2021-11-24T17:52:00Z\",\n              \"patient_health_card_number\": null,\n              \"patient_birth_date\": \"1992-10-09\",\n              \"patient_phone_number\": \"\",\n              \"patient_email\": \"salman+111@example.com\",\n              \"appointment_file_count\": 0,\n              \"location_name\": \"Virtual\",\n              \"external_id\": null,\n              \"preferred_contact\": \"\",\n              \"recent_problem\": null,\n              \"referral_status\": null,\n              \"referral_qualified_status\": null,\n              \"invoice_status\": \"Incomplete\",\n              \"substatus_label\": \"None\",\n              \"substatus_code\": null,\n              \"is_healthcare_service_auto_accept\": true,\n              \"participant_ids\": [\n                \"5fc079b4-29e1-46d5-86d0-05f6da440a13\",\n                \"e2a29c93-53ea-44b7-accc-b2bdf1ae3b91\"\n              ],\n              \"participants\": [\n                {\n                  \"id\": \"5fc079b4-29e1-46d5-86d0-05f6da440a13\",\n                  \"participant_id\": \"32c184d6-bc22-4fb0-8aca-2ba66f67f438\",\n                  \"is_confirmed\": false\n                },\n                {\n                  \"id\": \"e2a29c93-53ea-44b7-accc-b2bdf1ae3b91\",\n                  \"participant_id\": \"34d71f52-cecd-4142-9b7c-c1df27a28e2f\",\n                  \"is_confirmed\": false\n                }\n              ],\n              \"is_patient_veteran\": false,\n              \"created_at\": \"2021-11-08T17:52:11.737Z\",\n              \"updated_at\": \"2021-11-08T17:52:11.737Z\",\n              \"healthcare_service_colour\": null,\n              \"confirmation_status_label\": \"Unconfirmed\",\n              \"location_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\"\n          },\n          \"relationships\": {\n              \"referral\": {\n                  \"data\": null\n              },\n              \"patient\": {\n                  \"data\": {\n                      \"id\": \"6c3db4a5-6c0b-4e29-8ff5-3f6f46e95d30\",\n                      \"type\": \"patient\"\n                  }\n              },\n              \"location\": {\n                  \"data\": {\n                      \"id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                      \"type\": \"location\"\n                  }\n              },\n              \"organization\": {\n                  \"data\": {\n                      \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                      \"type\": \"organization\"\n                  }\n              },\n              \"procedure_codes\": {\n                  \"data\": []\n              },\n              \"invoices\": {\n                  \"data\": []\n              }\n          }\n      }\n  ],\n  \"meta\": {\n      \"total\": 1\n  }\n}\n\n\n"}],"_postman_id":"4c026c53-a867-4367-89a3-de8158fd54e2"},{"name":"Get Appointment","id":"1cd7d4be-93ae-46b1-b5fd-28ac983f70b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/appointments/db62e2d5-2a27-48fa-8574-cc2af0843520","urlObject":{"path":["apis","v2","appointments","1cb89c20-5d09-42bf-b883-9f3f17b6d55d"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3f473be9-1134-4bf6-874c-ffd9aa1a2758","name":"Get Appointment Details","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/appointments/52aae4ab-6523-4dc9-912f-754fc2c30d41"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"52aae4ab-6523-4dc9-912f-754fc2c30d41\",\n        \"type\": \"appointment_detail\",\n        \"attributes\": {\n            \"online\": true,\n            \"encounter_id\": \"7141c2c0-bf85-4644-b968-f1d520d0f457\",\n            \"start_date_time\": \"2021-11-24T17:52:00Z\",\n            \"end_date_time\": \"2021-11-24T18:22:00Z\",\n            \"colour\": \"#3865D2\",\n            \"reason\": \"\",\n            \"files_meta\": [\n                {\n                    \"key\": \"RBHsfs1pASAi8a3CxAWXEwwq\",\n                    \"content_type\": \"image/jpeg\",\n                    \"filename\": \"Headshot.jpg\",\n                    \"size\": 0.19,\n                    \"created_at\": \"2021-11-24T15:21:22Z\",\n                    \"uploaded_by\": {\n                        \"current_user\": false,\n                        \"account_id\": \"90dc42ac-be18-4347-b8ae-c5e270850732\",\n                        \"first_name\": \"Georgia\",\n                        \"middle_name\": \"Jeni\",\n                        \"last_name\": \"Hirthe\",\n                        \"salutation\": \"mssr\"\n                    }\n                }\n            ],\n            \"referral_id\": null,\n            \"room_name\": null,\n            \"room_full_name\": \"Virtual\",\n            \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n            \"is_emergency\": null,\n            \"priority\": null,\n            \"is_confirmed\": false,\n            \"patient_id\": \"6c3db4a5-6c0b-4e29-8ff5-3f6f46e95d30\",\n            \"patient_account_id\": \"3674a00d-7c4d-4935-8206-7dfcd0ccdf20\",\n            \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n            \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n            \"is_rescheduled\": false,\n            \"location_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n            \"healthcare_service_id\": \"b9866520-71d3-4585-9ea8-a17d25c71940\",\n            \"is_billed\": false,\n            \"direct_video_url\": \"https://dev.adracare.com/direct/appointments/52aae4ab-6523-4dc9-912f-754fc2c30d41?oid=06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n            \"confirmation_status\": \"unconfirmed\",\n            \"rescheduled_locked\": false,\n            \"provider_title\": \"Appointment with Salman Khan\",\n            \"patient_title\": \"Appointment with Dr. Dave Chaudhary\",\n            \"patient_name\": \"Salman Khan\",\n            \"patient_external_id\": null,\n            \"patient_alert\": null,\n            \"patient_phone_number\": \"\",\n            \"patient_birth_date\": \"1992-10-09\",\n            \"patient_gender\": \"male\",\n            \"patient_email\": \"salman+111@example.com\",\n            \"patient_location\": null,\n            \"provider_name\": \"Dr. Dave Chaudhary\",\n            \"referral_doctor_name\": null,\n            \"referral_qualified_status\": null,\n            \"participants\": [\n                {\n                    \"full_name\": \"Dr. Dave Chaudhary\",\n                    \"id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                    \"is_deleted\": false,\n                    \"participant_id\": \"1b448041-0857-49ce-8468-87762120f256\",\n                    \"account_role\": \"provider\",\n                    \"role\": \"primary_provider\",\n                    \"is_email_consented\": true,\n                    \"is_confirmed\": false,\n                    \"status\": \"active\",\n                    \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\"\n                },\n                {\n                    \"full_name\": \"Salman Khan\",\n                    \"id\": \"3674a00d-7c4d-4935-8206-7dfcd0ccdf20\",\n                    \"is_deleted\": false,\n                    \"participant_id\": \"cd45a7f0-fa17-409f-9c83-efe1a2676fc4\",\n                    \"account_role\": \"patient\",\n                    \"role\": \"patient\",\n                    \"is_email_consented\": false,\n                    \"is_confirmed\": false,\n                    \"health_card_number\": null,\n                    \"health_card_version_code\": null,\n                    \"status\": \"active\",\n                    \"patient_id\": \"6c3db4a5-6c0b-4e29-8ff5-3f6f46e95d30\"\n                }\n            ],\n            \"cancelled_by_name\": null,\n            \"appointment_history\": null,\n            \"provider_cancellable?\": true,\n            \"patient_cancellable?\": true,\n            \"cancellation_reason\": null,\n            \"created_at\": \"2021-11-08T17:52:11.737Z\",\n            \"updated_at\": \"2021-11-08T17:52:11.737Z\",\n            \"healthcare_service_name\": \"Therapy Session\",\n            \"is_session_enabled\": false,\n            \"is_valid_video_status\": true,\n            \"appointment_type_label\": null,\n            \"status_label\": \"Scheduled\",\n            \"status_code\": \"BOOKED\",\n            \"notes\": \"\",\n            \"location_name\": \"Virtual\",\n            \"location_address\": {\n                \"id\": \"2a8c848a-89f3-45f8-a701-ff196452913e\",\n                \"formatted_address\": \"Edmonton, AB, Canada\",\n                \"lat\": 53.5461245,\n                \"lng\": -113.4938229,\n                \"address_type\": \"office\",\n                \"primary\": false,\n                \"mappable_type\": \"Location\",\n                \"mappable_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"discarded_at\": null,\n                \"created_at\": \"2020-08-13T18:32:31.959Z\",\n                \"updated_at\": \"2020-09-09T21:40:03.450Z\",\n                \"apt_suite_unit\": null,\n                \"google_address\": \"Edmonton, AB, Canada\",\n                \"google_geo\": {\n                    \"ll\": \"53.5461245,-113.4938229\",\n                    \"tz\": \"America/Edmonton\",\n                    \"lat\": 53.5461245,\n                    \"lng\": -113.4938229,\n                    \"zip\": null,\n                    \"city\": \"Edmonton\",\n                    \"state\": \"AB\",\n                    \"is_us?\": false,\n                    \"success\": true,\n                    \"district\": \"Division No. 11\",\n                    \"provider\": \"google\",\n                    \"precision\": \"city\",\n                    \"block_fips\": null,\n                    \"state_fips\": null,\n                    \"sub_premise\": null,\n                    \"country_code\": \"CA\",\n                    \"full_address\": \"Edmonton, AB, Canada\",\n                    \"district_fips\": null,\n                    \"street_address\": null\n                },\n                \"state\": null,\n                \"country\": null\n            },\n            \"location_phone_number\": \"(905) 855-1907\",\n            \"organization_name\": \"Orbcare\",\n            \"organization_video_policy_minutes\": 30,\n            \"provider_account_timezone\": \"America/Toronto\",\n            \"online_booking_post_instruction\": null,\n            \"substatus_label\": \"None\",\n            \"substatus_code\": null,\n            \"status_colour\": \"#3865D2\",\n            \"substatus_colour\": \"#546E7A\",\n            \"healthcare_service_colour\": null,\n            \"billing_code\": \"234232\",\n            \"confirmation_status_label\": \"Unconfirmed\",\n            \"actual_video_call_duration\": null,\n            \"num_video_call_participants\": null\n        },\n        \"relationships\": {\n            \"referral\": {\n                \"data\": null\n            },\n            \"location\": {\n                \"data\": {\n                    \"id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                    \"type\": \"location\"\n                }\n            },\n            \"organization\": {\n                \"data\": {\n                    \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                    \"type\": \"organization\"\n                }\n            },\n            \"healthcare_service\": {\n                \"data\": {\n                    \"id\": \"b9866520-71d3-4585-9ea8-a17d25c71940\",\n                    \"type\": \"healthcare_service\"\n                }\n            },\n            \"cancelled_by\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"1cd7d4be-93ae-46b1-b5fd-28ac983f70b9"},{"name":"Get Appointment Participant Loginless Access Code & Dial In Code","id":"e09e48d1-7f8e-4f2e-9258-183c307c565b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/participants/{{participant_id}}","description":"<p>Get the access code for loginless access to appointment's video session. The participant id can be found in the participants array in the GET appointment endpoint. The access code \n<br /><br />\nIf you access the video session for a provider using the loginless access code. It will access the video session with no access to patient data (i.e encounter notes). For loginless access to \nvideo session where the patient's data is present, please use the nonce workflow.\n<br /><br />\nThe numbers required for dial-in are in the dial_in object of the response. The number that paritcipants would need to call for dial in the is the organization number.</p>\n","urlObject":{"path":["apis","v2","appointments","{{appointment_id}}","participants","{{participant_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e09e48d1-7f8e-4f2e-9258-183c307c565b"},{"name":"Loginless Appointment Video Session Url for Patients & Guests Url Template","id":"6b79bd72-773e-48b7-85cc-29640d5b38c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/direct/appointments/{{appointmentId}}?oid={{organizationId}}","description":"<p>Loginless Video Session access page for an appointment. The expected params are appointment id and organization id (oid) of the appointment.\n<br /><br />\ne.g for a given appointment with id = \"eb124780-d1ec-4dfc-9d4e-f47bbfd188cc\" &amp; organization id = \"6601f4d3-2820-4c3f-af88-c5a770e48640\".\n<br /><br />\nThe url would be <code>{{base_url}}/direct/appointments/eb124780-d1ec-4dfc-9d4e-f47bbfd188cc?oid=6601f4d3-2820-4c3f-af88-c5a770e48640</code></p>\n","urlObject":{"path":["direct","appointments","{{appointmentId}}"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"{{organizationId}}"}],"variable":[]}},"response":[],"_postman_id":"6b79bd72-773e-48b7-85cc-29640d5b38c1"},{"name":"Create Appointment","id":"9f5d7371-3bc7-4997-91e6-76cf6917e5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"online\": true,\n    \"reason\": \"{{reason}}\",\n    \"location_id\": \"{{location_id}}\",\n    \"healthcare_service\": \"{{healthcare_service_id}}\",\n    \"appointment_type\": \"{{appointment_type_id}}\",\n    \"referral_id\": \"{{referral_id}}\",\n    \"clinic_number\": \"{{clinic_number}}\",\n    \"overbook\": true,\n    \"participants\": [\n        {\n            \"account_id\": \"{{account_id}}\",\n            \"role\": \"{{role}}\",\n            \"is_primary\": true,\n            \"email\": \"{{email}}\"\n        }\n    ],\n    \"end_date_time\": \"2020-04-06T01:18:00.000Z\",\n    \"start_date_time\": \"2020-04-06T00:18:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/appointments","description":"<p>For creating an appointment the following attributes are required:</p>\n<ul>\n<li>location_id - Please refer to locations endpoint to retrieve the locations of the organization</li>\n<li>start_date_time</li>\n<li>end_date_time</li>\n<li>participants - the primary provider for the appointment is required</li>\n</ul>\n<p>For the participants attribute. An array of objects are expected with the following attributes:</p>\n<ul>\n<li>account_id - The account id of the user. It is a required field, the only expection is when the role is a guest.</li>\n<li>email - The email of the guest user to be invited. This is required when the role is a guest.</li>\n<li>is_primary - This can be set to true for only a single provider out of the participants. It indicates the primary provider for the appointment</li>\n<li>role - The role of the participant. The options are patient, provider, guest.</li>\n</ul>\n","urlObject":{"path":["apis","v2","appointments"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f5d7371-3bc7-4997-91e6-76cf6917e5e6"},{"name":"Cancel Appointment","id":"9f8f759c-0a8b-4735-a9a1-326cc4ed3a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"Reason for failure\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/cancel","urlObject":{"path":["apis","v2","appointments","{{appointment_id}}","cancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f8f759c-0a8b-4735-a9a1-326cc4ed3a85"},{"name":"Update Appointment","id":"8e9b5191-65db-4e52-9d52-03920c0fe190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"healthcare_service_id\": \"{{healthcare_service_id}}\",\n    \"provider_account_id\": \"{{provider_account_id}}\",\n    \"billing_code\": \"{{billing_code}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}","urlObject":{"path":["apis","v2","appointments","{{appointment_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e9b5191-65db-4e52-9d52-03920c0fe190"},{"name":"Confirm Appointment","id":"2585db77-cca2-42c1-b1a4-3f1e5c66977f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/confirm","urlObject":{"path":["apis","v2","appointments","{{appointment_id}}","confirm"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"daef9d74-db7f-4adc-a57d-b21af259e11b","name":"Confirm Appointment","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/confirm"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b5f61455-a5d5-4337-ae92-433bec80f247\",\n    \"type\": \"appointment_detail\",\n    \"attributes\": {\n        \"online\": true,\n        \"encounter_id\": \"56f10bff-0d22-44d6-83cb-1e4f276c572d\",\n        \"start_date_time\": \"2021-11-26T06:56:00Z\",\n        \"end_date_time\": \"2021-11-27T04:26:00Z\",\n        \"colour\": \"#3865D2\",\n        \"reason\": \"\",\n        \"referral_id\": null,\n        \"room_name\": null,\n        \"room_full_name\": \"Virtual-Online-Direct to Patient\",\n        \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n        \"is_emergency\": null,\n        \"priority\": null,\n        \"is_confirmed\": true,\n        \"patient_id\": null,\n        \"patient_account_id\": null,\n        \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\",\n        \"provider_account_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"is_rescheduled\": false,\n        \"location_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n        \"healthcare_service_id\": null,\n        \"is_billed\": false,\n        \"direct_video_url\": \"https://qa.carenow.me/direct/appointments/b5f61455-a5d5-4337-ae92-433bec80f247\",\n        \"confirmation_status\": \"confirmed\",\n        \"appointment_recurrence_id\": null,\n        \"rescheduled_locked\": false,\n        \"provider_title\": \"Appointment with \",\n        \"patient_title\": \"Appointment with Mr. Mykola Panchenko\",\n        \"patient_name\": null,\n        \"patient_external_id\": null,\n        \"patient_alert\": null,\n        \"patient_phone_number\": \"\",\n        \"patient_birth_date\": null,\n        \"patient_gender\": null,\n        \"patient_email\": null,\n        \"patient_location\": null,\n        \"provider_name\": \"Mr. Mykola Panchenko\",\n        \"referral_doctor_name\": null,\n        \"referral_qualified_status\": null,\n        \"participants\": [\n            {\n                \"full_name\": \"Mr. Mykola Panchenko\",\n                \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                \"is_deleted\": false,\n                \"participant_id\": \"b6a16aed-a8a2-4277-88dc-d0d482aec800\",\n                \"account_role\": \"provider\",\n                \"role\": \"primary_provider\",\n                \"is_email_consented\": true,\n                \"is_confirmed\": true,\n                \"status\": \"active\",\n                \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\"\n            }\n        ],\n        \"cancelled_by_name\": null,\n        \"appointment_history\": [\n            {\n                \"actor\": \"Mr. Mykola Panchenko\",\n                \"event\": \"create\",\n                \"object_changes\": null,\n                \"updated_at\": \"2021-11-26T08:57:47.624Z\",\n                \"item_type\": \"Appointment\",\n                \"message\": \"Mr. Mykola Panchenko created the Appointment\"\n            },\n            {\n                \"actor\": \"Mr. Mykola Panchenko\",\n                \"event\": \"create\",\n                \"object_changes\": null,\n                \"updated_at\": \"2021-11-26T08:58:25.722Z\",\n                \"item_type\": \"VideoSessionToken\",\n                \"message\": \"Mr. Mykola Panchenko created the Video Session Token\"\n            }\n        ],\n        \"provider_cancellable?\": true,\n        \"patient_cancellable?\": false,\n        \"cancellation_reason\": null,\n        \"created_at\": \"2021-11-26T08:57:47.624Z\",\n        \"updated_at\": \"2021-11-26T11:58:16.965Z\",\n        \"healthcare_service_name\": null,\n        \"is_session_enabled\": true,\n        \"is_valid_video_status\": true,\n        \"appointment_type_label\": null,\n        \"status_label\": \"Scheduled\",\n        \"status_code\": \"BOOKED\",\n        \"notes\": \"\",\n        \"location_name\": \"Virtual-Online-Direct to Patient\",\n        \"location_address\": {\n            \"id\": \"c47b9327-a4c1-47ae-ae04-27326bf23c84\",\n            \"formatted_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n            \"lat\": 49.2842096,\n            \"lng\": -123.1094381,\n            \"address_type\": \"business\",\n            \"primary\": false,\n            \"mappable_type\": \"Location\",\n            \"mappable_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n            \"discarded_at\": null,\n            \"created_at\": \"2021-11-05T18:41:35.860Z\",\n            \"updated_at\": \"2021-11-05T18:41:36.443Z\",\n            \"apt_suite_unit\": null,\n            \"google_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n            \"google_geo\": {\n                \"ll\": \"49.2842096,-123.1094381\",\n                \"lat\": 49.2842096,\n                \"lng\": -123.1094381,\n                \"zip\": \"V6B 1B6\",\n                \"city\": \"Vancouver\",\n                \"state\": \"BC\",\n                \"is_us?\": false,\n                \"success\": true,\n                \"district\": \"Metro Vancouver\",\n                \"provider\": \"google\",\n                \"precision\": \"building\",\n                \"block_fips\": null,\n                \"state_fips\": null,\n                \"sub_premise\": \"Suite 200\",\n                \"country_code\": \"CA\",\n                \"full_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n                \"district_fips\": null,\n                \"street_address\": \"322 Water Street\"\n            },\n            \"state\": \"BC\",\n            \"country\": \"CA\"\n        },\n        \"location_phone_number\": null,\n        \"organization_name\": \"Patient Portal Organization\",\n        \"organization_video_policy_minutes\": 15,\n        \"provider_account_timezone\": \"America/Toronto\",\n        \"online_booking_post_instruction\": null,\n        \"substatus_label\": \"None\",\n        \"substatus_code\": null,\n        \"status_colour\": \"#3865D2\",\n        \"substatus_colour\": \"#546E7A\",\n        \"healthcare_service_colour\": null,\n        \"billing_code\": \"\",\n        \"confirmation_status_label\": \"Confirmed\",\n        \"actual_video_call_duration\": 6.85,\n        \"num_video_call_participants\": 1,\n        \"files_meta\": []\n    },\n    \"relationships\": {\n        \"referral\": {\n            \"data\": null\n        },\n        \"location\": {\n            \"data\": {\n                \"id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                \"type\": \"location\"\n            }\n        },\n        \"organization\": {\n            \"data\": {\n                \"id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                \"type\": \"organization\"\n            }\n        },\n        \"healthcare_service\": {\n            \"data\": null\n        },\n        \"cancelled_by\": {\n            \"data\": null\n        }\n    }\n}"}],"_postman_id":"2585db77-cca2-42c1-b1a4-3f1e5c66977f"},{"name":"Unconfirm Appointment","id":"8d9e79ca-ca4f-4844-95fd-5c2ac559c6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/confirm","urlObject":{"path":["apis","v2","appointments","{{appointment_id}}","confirm"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c2630b10-aeea-402b-b641-d07382df74c9","name":"Unconfirm Appointment","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/unconfirm"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b5f61455-a5d5-4337-ae92-433bec80f247\",\n    \"type\": \"appointment_detail\",\n    \"attributes\": {\n        \"online\": true,\n        \"encounter_id\": \"56f10bff-0d22-44d6-83cb-1e4f276c572d\",\n        \"start_date_time\": \"2021-11-26T06:56:00Z\",\n        \"end_date_time\": \"2021-11-27T04:26:00Z\",\n        \"colour\": \"#3865D2\",\n        \"reason\": \"\",\n        \"referral_id\": null,\n        \"room_name\": null,\n        \"room_full_name\": \"Virtual-Online-Direct to Patient\",\n        \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n        \"is_emergency\": null,\n        \"priority\": null,\n        \"is_confirmed\": false,\n        \"patient_id\": null,\n        \"patient_account_id\": null,\n        \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\",\n        \"provider_account_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"is_rescheduled\": false,\n        \"location_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n        \"healthcare_service_id\": null,\n        \"is_billed\": false,\n        \"direct_video_url\": \"https://qa.carenow.me/direct/appointments/b5f61455-a5d5-4337-ae92-433bec80f247\",\n        \"confirmation_status\": \"unconfirmed\",\n        \"appointment_recurrence_id\": null,\n        \"rescheduled_locked\": false,\n        \"provider_title\": \"Appointment with \",\n        \"patient_title\": \"Appointment with Mr. Mykola Panchenko\",\n        \"patient_name\": null,\n        \"patient_external_id\": null,\n        \"patient_alert\": null,\n        \"patient_phone_number\": \"\",\n        \"patient_birth_date\": null,\n        \"patient_gender\": null,\n        \"patient_email\": null,\n        \"patient_location\": null,\n        \"provider_name\": \"Mr. Mykola Panchenko\",\n        \"referral_doctor_name\": null,\n        \"referral_qualified_status\": null,\n        \"participants\": [\n            {\n                \"full_name\": \"Mr. Mykola Panchenko\",\n                \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                \"is_deleted\": false,\n                \"participant_id\": \"b6a16aed-a8a2-4277-88dc-d0d482aec800\",\n                \"account_role\": \"provider\",\n                \"role\": \"primary_provider\",\n                \"is_email_consented\": true,\n                \"is_confirmed\": true,\n                \"status\": \"active\",\n                \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\"\n            }\n        ],\n        \"cancelled_by_name\": null,\n        \"appointment_history\": [\n            {\n                \"actor\": \"Mr. Mykola Panchenko\",\n                \"event\": \"create\",\n                \"object_changes\": null,\n                \"updated_at\": \"2021-11-26T08:57:47.624Z\",\n                \"item_type\": \"Appointment\",\n                \"message\": \"Mr. Mykola Panchenko created the Appointment\"\n            },\n            {\n                \"actor\": \"Mr. Mykola Panchenko\",\n                \"event\": \"create\",\n                \"object_changes\": null,\n                \"updated_at\": \"2021-11-26T08:58:25.722Z\",\n                \"item_type\": \"VideoSessionToken\",\n                \"message\": \"Mr. Mykola Panchenko created the Video Session Token\"\n            }\n        ],\n        \"provider_cancellable?\": true,\n        \"patient_cancellable?\": false,\n        \"cancellation_reason\": null,\n        \"created_at\": \"2021-11-26T08:57:47.624Z\",\n        \"updated_at\": \"2021-11-26T12:07:47.225Z\",\n        \"healthcare_service_name\": null,\n        \"is_session_enabled\": true,\n        \"is_valid_video_status\": true,\n        \"appointment_type_label\": null,\n        \"status_label\": \"Scheduled\",\n        \"status_code\": \"BOOKED\",\n        \"notes\": \"\",\n        \"location_name\": \"Virtual-Online-Direct to Patient\",\n        \"location_address\": {\n            \"id\": \"c47b9327-a4c1-47ae-ae04-27326bf23c84\",\n            \"formatted_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n            \"lat\": 49.2842096,\n            \"lng\": -123.1094381,\n            \"address_type\": \"business\",\n            \"primary\": false,\n            \"mappable_type\": \"Location\",\n            \"mappable_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n            \"discarded_at\": null,\n            \"created_at\": \"2021-11-05T18:41:35.860Z\",\n            \"updated_at\": \"2021-11-05T18:41:36.443Z\",\n            \"apt_suite_unit\": null,\n            \"google_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n            \"google_geo\": {\n                \"ll\": \"49.2842096,-123.1094381\",\n                \"lat\": 49.2842096,\n                \"lng\": -123.1094381,\n                \"zip\": \"V6B 1B6\",\n                \"city\": \"Vancouver\",\n                \"state\": \"BC\",\n                \"is_us?\": false,\n                \"success\": true,\n                \"district\": \"Metro Vancouver\",\n                \"provider\": \"google\",\n                \"precision\": \"building\",\n                \"block_fips\": null,\n                \"state_fips\": null,\n                \"sub_premise\": \"Suite 200\",\n                \"country_code\": \"CA\",\n                \"full_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n                \"district_fips\": null,\n                \"street_address\": \"322 Water Street\"\n            },\n            \"state\": \"BC\",\n            \"country\": \"CA\"\n        },\n        \"location_phone_number\": null,\n        \"organization_name\": \"Patient Portal Organization\",\n        \"organization_video_policy_minutes\": 15,\n        \"provider_account_timezone\": \"America/Toronto\",\n        \"online_booking_post_instruction\": null,\n        \"substatus_label\": \"None\",\n        \"substatus_code\": null,\n        \"status_colour\": \"#3865D2\",\n        \"substatus_colour\": \"#546E7A\",\n        \"healthcare_service_colour\": null,\n        \"billing_code\": \"\",\n        \"confirmation_status_label\": \"Unconfirmed\",\n        \"actual_video_call_duration\": 6.85,\n        \"num_video_call_participants\": 1,\n        \"files_meta\": []\n    },\n    \"relationships\": {\n        \"referral\": {\n            \"data\": null\n        },\n        \"location\": {\n            \"data\": {\n                \"id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                \"type\": \"location\"\n            }\n        },\n        \"organization\": {\n            \"data\": {\n                \"id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                \"type\": \"organization\"\n            }\n        },\n        \"healthcare_service\": {\n            \"data\": null\n        },\n        \"cancelled_by\": {\n            \"data\": null\n        }\n    }\n}"}],"_postman_id":"8d9e79ca-ca4f-4844-95fd-5c2ac559c6dc"}],"id":"6e085b0d-b85d-4147-9962-ea4f20fcf325","_postman_id":"6e085b0d-b85d-4147-9962-ea4f20fcf325","description":""},{"name":"Patients","item":[{"name":"Profiles","item":[{"name":"Update Patient Profile","id":"7f84d5ef-407b-417d-a0e6-a7315e909aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"toofast@numberone.com\",\n    \"first_name\": \"Ricky\",\n    \"last_name\": \"Bobby\",\n    \"health_card_number\": null,\n    \"version_code\": null,\n    \"primary_phone_number\": \"(647) 967-1111\",\n    \"primary_phone_description\": null,\n    \"formatted_address\": \"500 King St W, Toronto, ON M5V 1L8, Canada\",\n    \"veteran_id\": null,\n    \"phone_type\": \"mobile\",\n    \"salutation\": \"\",\n    \"language\": \"en\",\n    \"mobile_phone_number\": \"+1 647 967 1112\",\n    \"mobile_phone_number_id\": \"2306c65a-a9d6-4057-8978-1f42211af934\",\n    \"is_mobile_primary\": true,\n    \"emergency_description\": null,\n    \"emergency_phone_number\": null,\n    \"emergency_phone_number_id\": null,\n    \"qualified_status\": \"none\",\n    \"gender\": \"female\",\n    \"province\": null,\n    \"location_id\": null,\n    \"external_provider_id\": null,\n    \"pharmacy_id\": null,\n    \"birth_date\": \"2000-01-01T00:00:00.000Z\",\n    \"is_sms_consented\": true,\n    \"is_email_consented\": true,\n    \"is_call_consented\": true,\n    \"timezone\": \"America/Vancouver\",\n    \"secondary_phone_number\": \"(647) 967-1112\",\n    \"secondary_phone_number_id\": \"2343cdb2-53fb-4e39-9ff5-39061d6f28bd\",\n    \"secondary_phone_type\": \"home\",\n    \"secondary_phone_description\": null,\n    \"additional_phone_number\": \"\",\n    \"additional_phone_number_id\": null,\n    \"additional_phone_type\": null,\n    \"additional_phone_description\": null,\n    \"alert\": \"\",\n    \"apt_suite_unit\": null,\n    \"referral_source\": null,\n    \"preferred_name\": \"preferred name\",\n}"},"url":"{{base_url}}/apis/v2/patient_profiles/{{patient_id}}","urlObject":{"path":["apis","v2","patient_profiles","{{patient_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"52c2fbc6-3256-4a6b-b3d5-2d17f5655c54","name":"Update Patient Profile","originalRequest":{"method":"PUT","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"48142628-fe0e-4209-928e-6be39c70cbd9\",\n    \"type\": \"patient_profile\",\n    \"attributes\": {\n        \"gender\": \"female\",\n        \"language\": \"en\",\n        \"birth_date\": \"2000-01-01\",\n        \"email\": \"toofast@numberone.com\",\n        \"full_name\": \"Ricky Bobby\",\n        \"first_name\": \"Ricky\",\n        \"last_name\": \"Bobby\",\n        \"salutation\": \"\",\n        \"is_sms_consented\": true,\n        \"is_email_consented\": true,\n        \"is_call_consented\": true,\n        \"timezone\": \"America/Vancouver\",\n        \"is_deleted\": false,\n        \"status\": \"init\",\n        \"patient_id\": \"39c82439-667f-420a-8b2c-e39ddc9d5ea3\",\n        \"external_id\": null,\n        \"primary_phone_number\": \"(647) 967-1112\",\n        \"primary_phone_number_id\": \"2306c65a-a9d6-4057-8978-1f42211af934\",\n        \"primary_number_type\": \"mobile\",\n        \"primary_phone_description\": \"\",\n        \"mobile_number\": \"(647) 967-1112\",\n        \"mobile_number_id\": \"2306c65a-a9d6-4057-8978-1f42211af934\",\n        \"secondary_phone_number\": \"(647) 967-1112\",\n        \"secondary_phone_number_id\": \"2343cdb2-53fb-4e39-9ff5-39061d6f28bd\",\n        \"secondary_phone_type\": \"home\",\n        \"secondary_phone_description\": null,\n        \"additional_phone_number\": \"\",\n        \"additional_phone_number_id\": null,\n        \"additional_phone_type\": null,\n        \"additional_phone_description\": null,\n        \"health_card_number\": null,\n        \"version_code\": null,\n        \"province\": null,\n        \"home_address\": \"500 King St W, Toronto, ON M5V 1L8, Canada\",\n        \"apt_suite_unit\": \"\",\n        \"veteran_id\": null,\n        \"meta_data\": {},\n        \"pharmacy_name\": null,\n        \"pharmacy_id\": null,\n        \"patient_status\": null,\n        \"description\": null,\n        \"emergency_phone_number\": null,\n        \"emergency_phone_number_id\": null,\n        \"emergency_description\": null,\n        \"total_appointment_count\": 0,\n        \"alert\": \"\",\n        \"referring_provider_name\": \"\",\n        \"referring_provider_id\": null,\n        \"referring_provider_status\": \"none\",\n        \"patient_location_id\": null,\n        \"medical_coverage\": [],\n        \"referral_source\": null,\n        \"public_patient_id\": \"I87TVO\"\n    }\n}"}],"_postman_id":"7f84d5ef-407b-417d-a0e6-a7315e909aaf"},{"name":"Get Patient Profile","id":"910b71d6-c16f-4da9-bfcd-01f1a1eecdec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/profile","urlObject":{"path":["apis","v2","patients","{{patient_id}}","profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e4152b61-f4d7-47b6-be44-9dccb9e08bee","name":"Get Patient Profile","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/profile"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n    \"type\": \"patient_profile\",\n    \"attributes\": {\n        \"gender\": \"other\",\n        \"language\": \"en\",\n        \"birth_date\": \"2000-01-01\",\n        \"email\": \"mpanchenko+1@leobit.com\",\n        \"full_name\": \"test test\",\n        \"first_name\": \"test\",\n        \"last_name\": \"test\",\n        \"salutation\": \"\",\n        \"is_sms_consented\": true,\n        \"is_email_consented\": true,\n        \"is_call_consented\": false,\n        \"timezone\": \"America/Toronto\",\n        \"is_deleted\": false,\n        \"status\": \"active\",\n        \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n        \"external_id\": null,\n        \"primary_phone_number\": \"\",\n        \"primary_phone_number_id\": null,\n        \"primary_number_type\": null,\n        \"primary_phone_description\": null,\n        \"mobile_number\": \"(705) 970-5189\",\n        \"mobile_number_id\": \"444813b2-58c0-4216-9596-7fbdc13fa050\",\n        \"secondary_phone_number\": \"\",\n        \"secondary_phone_number_id\": null,\n        \"secondary_phone_type\": null,\n        \"secondary_phone_description\": null,\n        \"additional_phone_number\": \"\",\n        \"additional_phone_number_id\": null,\n        \"additional_phone_type\": null,\n        \"additional_phone_description\": null,\n        \"health_card_number\": null,\n        \"version_code\": null,\n        \"province\": null,\n        \"home_address\": \"Toronto, ON, Canada\",\n        \"apt_suite_unit\": \"\",\n        \"veteran_id\": null,\n        \"meta_data\": {},\n        \"pharmacy_name\": null,\n        \"pharmacy_id\": null,\n        \"patient_status\": null,\n        \"description\": null,\n        \"emergency_phone_number\": null,\n        \"emergency_phone_number_id\": null,\n        \"emergency_description\": null,\n        \"total_appointment_count\": 10,\n        \"alert\": \"\",\n        \"referring_provider_name\": \"\",\n        \"referring_provider_id\": null,\n        \"referring_provider_status\": \"none\",\n        \"patient_location_id\": null,\n        \"medical_coverage\": [],\n        \"referral_source\": null,\n        \"public_patient_id\": \"WQMDLJ\"\n    }\n}"}],"_postman_id":"910b71d6-c16f-4da9-bfcd-01f1a1eecdec"}],"id":"14c1f493-3702-4e32-99f1-e3da6152533d","_postman_id":"14c1f493-3702-4e32-99f1-e3da6152533d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}}},{"name":"Referrals","item":[{"name":"Get Referral","id":"6f16e98c-0103-4280-8f25-aaea57010fe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/referrals/{{referral_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patient","referrals","{{referral_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"df8b91d1-61ed-4797-bdf1-b30327ff35a3","name":"Get Referral","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/referrals/{{referral_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"b5dc47dc-08d0-459f-b7fb-bf7a60088a28\",\n    \"type\": \"referral\",\n    \"attributes\": {\n      \"patient_id\": \"9b65c138-1f4a-4e1f-b0ef-0e71cece88fe\",\n      \"specialist_id\": null,\n      \"referring_provider\": null,\n      \"referral_type\": null,\n      \"service_requested\": null,\n      \"reason_code\": null,\n      \"specialty\": null,\n      \"priority\": null,\n      \"notes\": null,\n      \"requester_name\": \"test taboka5752@jasmne.com test\",\n      \"qualified_status\": \"none\",\n      \"referring_provider_id\": null,\n      \"referring_provider_name\": \"\",\n      \"referring_provider_first_name\": null,\n      \"referring_provider_last_name\": null,\n      \"referring_provider_salutation\": null,\n      \"referring_provider_billing_number\": null,\n      \"referring_provider_phone_number\": null,\n      \"referring_provider_fax_number\": null,\n      \"referring_provider_formatted_address\": null,\n      \"referring_provider_apt_suite_unit\": null,\n      \"referring_provider_address_lat\": null,\n      \"referring_provider_address_lng\": null,\n      \"referring_provider_type\": null,\n      \"service_languages\": [],\n      \"location_preference\": null,\n      \"issue_description\": null,\n      \"preferred_provider_gender\": null,\n      \"healthcare_service_id\": null,\n      \"referral_status_id\": \"200782b6-c1d9-4656-ab6d-8fc37b697b1d\",\n      \"fee_type\": null,\n      \"gross_family_income\": null,\n      \"is_patient_insured\": null,\n      \"availability_preferences_detail\": \"\",\n      \"assigned_provider_id\": null,\n      \"discount_percent\": null,\n      \"hourly_rate\": null,\n      \"intake_tab\": null,\n      \"created_at\": \"2021-11-22T14:28:08.792Z\",\n      \"updated_at\": \"2021-12-10T17:21:42.105Z\",\n      \"patient_timezone\": \"Canada/Central\",\n      \"morning_referral_availability_preference_start_time\": \"\",\n      \"morning_referral_availability_preference_end_time\": \"\",\n      \"morning_referral_availability_preference_days\": [],\n      \"afternoon_referral_availability_preference_start_time\": \"\",\n      \"afternoon_referral_availability_preference_end_time\": \"\",\n      \"afternoon_referral_availability_preference_days\": [],\n      \"evening_referral_availability_preference_start_time\": \"\",\n      \"evening_referral_availability_preference_end_time\": \"\",\n      \"evening_referral_availability_preference_days\": [],\n      \"referral_title\": \"test taboka5752@jasmne.com test referred by \",\n      \"patient_account_id\": \"b1ffa4ed-7373-44c4-bb1d-d95176f8089c\",\n      \"patient_full_name\": \"test taboka5752@jasmne.com test\",\n      \"specialist_full_name\": null,\n      \"is_specialist\": null,\n      \"is_appointment_schedulable\": null,\n      \"healthcare_service_name\": null,\n      \"patient_public_id\": \"UEGUCU\",\n      \"presenting_issue_ids\": [],\n      \"assigned_by\": \"\"\n    },\n    \"relationships\": {\n      \"referral_status\": {\n        \"data\": {\n          \"id\": \"200782b6-c1d9-4656-ab6d-8fc37b697b1d\",\n          \"type\": \"referral_status\"\n        }\n      },\n      \"referral_availability_preferences\": {\n        \"data\": []\n      }\n    }\n  }\n}\n"}],"_postman_id":"6f16e98c-0103-4280-8f25-aaea57010fe2"},{"name":"List Referrals (as Provider)","id":"48648596-6858-4dee-bad6-3b5a7a602af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/referrals","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patients","{{patient_id}}","referrals"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c8b7cb5b-1435-4c17-94f4-905200d8c0aa","name":"List Referrals (as Provider)","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"48648596-6858-4dee-bad6-3b5a7a602af3"},{"name":"List Referrals (as Patient)","id":"e05ecd68-3470-44dd-996b-5c3e7adb8888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/referrals","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patient","referrals"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aadb3af3-fc93-4f6d-952b-87e61ea18315","name":"List Referrals (as Patient)","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/referrals"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b5dc47dc-08d0-459f-b7fb-bf7a60088a28\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"9b65c138-1f4a-4e1f-b0ef-0e71cece88fe\",\n                \"specialist_id\": null,\n                \"referring_provider\": null,\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"test taboka5752@jasmne.com test\",\n                \"qualified_status\": \"none\",\n                \"referring_provider_id\": null,\n                \"referring_provider_name\": \"\",\n                \"referring_provider_first_name\": null,\n                \"referring_provider_last_name\": null,\n                \"referring_provider_salutation\": null,\n                \"referring_provider_billing_number\": null,\n                \"referring_provider_phone_number\": null,\n                \"referring_provider_fax_number\": null,\n                \"referring_provider_formatted_address\": null,\n                \"referring_provider_apt_suite_unit\": null,\n                \"referring_provider_address_lat\": null,\n                \"referring_provider_address_lng\": null,\n                \"referring_provider_type\": null,\n                \"service_languages\": [],\n                \"location_preference\": null,\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"200782b6-c1d9-4656-ab6d-8fc37b697b1d\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"discount_percent\": null,\n                \"hourly_rate\": null,\n                \"intake_tab\": null,\n                \"created_at\": \"2021-11-22T14:28:08.792Z\",\n                \"updated_at\": \"2021-12-10T17:21:42.105Z\",\n                \"patient_timezone\": \"Canada/Central\",\n                \"morning_referral_availability_preference_start_time\": \"\",\n                \"morning_referral_availability_preference_end_time\": \"\",\n                \"morning_referral_availability_preference_days\": [],\n                \"afternoon_referral_availability_preference_start_time\": \"\",\n                \"afternoon_referral_availability_preference_end_time\": \"\",\n                \"afternoon_referral_availability_preference_days\": [],\n                \"evening_referral_availability_preference_start_time\": \"\",\n                \"evening_referral_availability_preference_end_time\": \"\",\n                \"evening_referral_availability_preference_days\": [],\n                \"referral_title\": \"test taboka5752@jasmne.com test referred by \",\n                \"patient_account_id\": \"b1ffa4ed-7373-44c4-bb1d-d95176f8089c\",\n                \"patient_full_name\": \"test taboka5752@jasmne.com test\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"UEGUCU\",\n                \"presenting_issue_ids\": [],\n                \"assigned_by\": \"\"\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"200782b6-c1d9-4656-ab6d-8fc37b697b1d\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"e05ecd68-3470-44dd-996b-5c3e7adb8888"},{"name":"List Completed Referrals","id":"ab959a20-e199-4229-bff1-f01791dc1b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/referrals/completed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patient","referrals","completed"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"620764c3-d06a-4787-b0fb-2078327bffe0","name":"List Completed Referrals","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/referrals/completed"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b5dc47dc-08d0-459f-b7fb-bf7a60088a28\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"9b65c138-1f4a-4e1f-b0ef-0e71cece88fe\",\n                \"specialist_id\": null,\n                \"referring_provider\": null,\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"test taboka5752@jasmne.com test\",\n                \"qualified_status\": \"none\",\n                \"referring_provider_id\": null,\n                \"referring_provider_name\": \"\",\n                \"referring_provider_first_name\": null,\n                \"referring_provider_last_name\": null,\n                \"referring_provider_salutation\": null,\n                \"referring_provider_billing_number\": null,\n                \"referring_provider_phone_number\": null,\n                \"referring_provider_fax_number\": null,\n                \"referring_provider_formatted_address\": null,\n                \"referring_provider_apt_suite_unit\": null,\n                \"referring_provider_address_lat\": null,\n                \"referring_provider_address_lng\": null,\n                \"referring_provider_type\": null,\n                \"service_languages\": [],\n                \"location_preference\": null,\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"200782b6-c1d9-4656-ab6d-8fc37b697b1d\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"discount_percent\": null,\n                \"hourly_rate\": null,\n                \"intake_tab\": null,\n                \"created_at\": \"2021-11-22T14:28:08.792Z\",\n                \"updated_at\": \"2021-12-10T17:21:42.105Z\",\n                \"patient_timezone\": \"Canada/Central\",\n                \"morning_referral_availability_preference_start_time\": \"\",\n                \"morning_referral_availability_preference_end_time\": \"\",\n                \"morning_referral_availability_preference_days\": [],\n                \"afternoon_referral_availability_preference_start_time\": \"\",\n                \"afternoon_referral_availability_preference_end_time\": \"\",\n                \"afternoon_referral_availability_preference_days\": [],\n                \"evening_referral_availability_preference_start_time\": \"\",\n                \"evening_referral_availability_preference_end_time\": \"\",\n                \"evening_referral_availability_preference_days\": [],\n                \"referral_title\": \"test taboka5752@jasmne.com test referred by \",\n                \"patient_account_id\": \"b1ffa4ed-7373-44c4-bb1d-d95176f8089c\",\n                \"patient_full_name\": \"test taboka5752@jasmne.com test\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"UEGUCU\",\n                \"presenting_issue_ids\": [],\n                \"assigned_by\": \"\"\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"200782b6-c1d9-4656-ab6d-8fc37b697b1d\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"ab959a20-e199-4229-bff1-f01791dc1b47"}],"id":"67dbfd13-d1fa-4ff8-a3f0-7831f787ebe7","_postman_id":"67dbfd13-d1fa-4ff8-a3f0-7831f787ebe7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}}},{"name":"PaymentMethods","item":[{"name":"Request Payment Method","id":"5f34ae49-5bd2-4c56-80c2-c8c15054af42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bear_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{base_url}}/apis/v2/patient/payment_method","description":"<p>Returns Client Secret to be used for Setting up Payment Method with Third Party Payment Integration</p>\n","urlObject":{"path":["apis","v2","patient","payment_method"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b17ec0c1-4313-4133-b5ff-9db531f9d61c","name":"Request Payment Method","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/apis/v2/patient/payment_method"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{ \"client_secret\": \"xxxx\" }"}],"_postman_id":"5f34ae49-5bd2-4c56-80c2-c8c15054af42"},{"name":"Get Payment Method","id":"fd4eac2b-e759-4b72-9e2b-6c9e876ac0c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bear_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/payment_method","urlObject":{"path":["apis","v2","patient","payment_method"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6cd40354-9915-41e2-9ff8-c9a832215491","name":"Get Payment Method","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/payment_method"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"pm_1KvzkQ2eZvKYlo2C9BL7g2vU\",\n        \"type\": \"payment_method\",\n        \"attributes\": {\n            \"brand\": \"visa\",\n            \"exp_month\": 5,\n            \"exp_year\": 2023,\n            \"last4\": \"4242\",\n            \"name\": null\n        }\n    }\n}"}],"_postman_id":"fd4eac2b-e759-4b72-9e2b-6c9e876ac0c1"},{"name":"Delete Payment Method","id":"793cdbbc-c7ed-49b9-a0df-90066c186aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bear_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/apis/v2/patient/payment_method","urlObject":{"path":["apis","v2","patient","payment_method"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"89b3c1af-83e6-49b3-96d8-d8f08de69fb0","name":"Delete Payment Method","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/apis/v2/patient/payment_method"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"793cdbbc-c7ed-49b9-a0df-90066c186aaf"}],"id":"f27040fe-eaa2-426e-af28-fee9ad257589","_postman_id":"f27040fe-eaa2-426e-af28-fee9ad257589","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}}},{"name":"Problems","item":[{"name":"Update problem","id":"49d4285f-cc78-4a6b-a270-46e2705e49bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"New Problem Description\",\n    \"notes\": \"New Problem Notes\",\n    \"start_date\": \"2020-01-01T00:00:00Z\",\n    \"end_date\": \"2022-01-01T00:00:00Z\",\n    \"clinical_finding_code_id\": \"abdffdea-7ab6-400e-8df5-c9f933ec65c5\",\n    \"clinical_status_code_id\": \"1917a993-6661-4a6a-9358-9c819e124662\",\n    \"diagnosis_code_id\": \"96883e87-f538-466c-b1f1-ed6ca8e40f5a\",\n    \"body_site_code_id\": \"f15c5f52-3a37-424a-ae57-f1e65c666b13\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/problems/{{problem_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patients","{{patient_id}}","problems","{{problem_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ea0c857f-d391-4ed8-9f33-0793b5844387","name":"Update problem","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"New Problem Description\",\n    \"notes\": \"New Problem Notes\",\n    \"start_date\": \"2020-01-01T00:00:00Z\",\n    \"end_date\": \"2022-01-01T00:00:00Z\",\n    \"clinical_finding_code_id\": \"abdffdea-7ab6-400e-8df5-c9f933ec65c5\",\n    \"clinical_status_code_id\": \"1917a993-6661-4a6a-9358-9c819e124662\",\n    \"diagnosis_code_id\": \"96883e87-f538-466c-b1f1-ed6ca8e40f5a\",\n    \"body_site_code_id\": \"f15c5f52-3a37-424a-ae57-f1e65c666b13\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/problems/{{problem_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"628beaa2-95f3-4c81-b3d3-bbda2ee0a565\",\"type\":\"medication\",\"attributes\":{\"dosage_instructions\":\"Instructions\",\"rx_number\":null,\"dosage_quantity\":10.0,\"notes\":null,\"created_at\":\"2022-11-04T11:44:19.929Z\",\"repeats\":null,\"frequency\":null,\"frequency_unit\":\"daily\",\"dosage_unit\":\"mg\",\"drug_form\":null,\"duration\":null,\"duration_unit\":null,\"code_id\":\"cc7dade3-d63f-4fe7-8761-148c8e508133\",\"administration_method_code_id\":\"3d72c1c7-7d12-4a3c-97cb-7cfaf69cd589\",\"start_date\":\"2021-04-01\",\"end_date\":\"2021-04-28\",\"patient_id\":\"b310e6b5-b9b8-4fa7-af95-f122b71f974e\",\"medication_status_code_id\":null,\"medication_status_reason_code_id\":null,\"administration_route_code_id\":null,\"body_site_code_id\":null,\"prescribed_by_id\":\"dbded70e-a889-4fb8-b378-3683363b81f9\",\"administration_route_description\":null,\"medication_description\":\"Itaque illum autem nulla.\",\"prescribed_by_account_id\":\"9921d2ed-b59a-4fac-af8c-4261c0d7e522\",\"entered_by_name\":\"Sgt. Whitney Morissette\",\"code\":{\"id\":\"cc7dade3-d63f-4fe7-8761-148c8e508133\",\"code\":\"perspiciatis\",\"created_at\":\"2022-11-04T11:44:19.458Z\",\"description_en\":\"Itaque illum autem nulla.\",\"description_fr\":null,\"description_nl\":null,\"discarded_at\":null,\"source\":\"FHIR\",\"updated_at\":\"2022-11-04T11:44:19.458Z\"}}}}\n"}],"_postman_id":"49d4285f-cc78-4a6b-a270-46e2705e49bd"},{"name":"List","id":"1c711f28-de5d-4a89-a504-852042229ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/problems","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patients","{{patient_id}}","problems"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c711f28-de5d-4a89-a504-852042229ae1"}],"id":"60f83b8f-2dfa-4ad5-955e-5cd4fa222851","_postman_id":"60f83b8f-2dfa-4ad5-955e-5cd4fa222851","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}}},{"name":"Medications","item":[{"name":"Update medication","id":"c259e3f5-7891-4189-990c-d480be28f455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c259e3f5-7891-4189-990c-d480be28f455"},{"name":"List","id":"4436ae58-dc81-4e33-bee3-3f8e8d8d3c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/medications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}},"urlObject":{"path":["apis","v2","patients","{{patient_id}}","medications"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1e8a7a96-c1c5-45bb-9cd2-f9a2da710b13","name":"List","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b7f45231-63ec-4768-af36-d06d5eb59292\",\n            \"type\": \"medication\",\n            \"attributes\": {\n                \"dosage_instructions\": null,\n                \"rx_number\": null,\n                \"dosage_quantity\": null,\n                \"notes\": null,\n                \"created_at\": \"2022-11-04T11:44:20.508Z\",\n                \"repeats\": null,\n                \"frequency\": null,\n                \"frequency_unit\": null,\n                \"dosage_unit\": null,\n                \"drug_form\": null,\n                \"duration\": null,\n                \"duration_unit\": null,\n                \"code_id\": \"235c6273-022c-4b34-93ef-52ea501fac52\",\n                \"administration_method_code_id\": \"60806345-4f2b-402f-8ef2-a3419ac391aa\",\n                \"start_date\": null,\n                \"end_date\": null,\n                \"patient_id\": \"7b0dffb7-be8a-488c-95fb-4ee01e261826\",\n                \"medication_status_code_id\": null,\n                \"medication_status_reason_code_id\": null,\n                \"administration_route_code_id\": \"1e39a610-c78d-4221-a8a9-bf38ccf7a879\",\n                \"body_site_code_id\": null,\n                \"prescribed_by_id\": \"d7e8d1b9-6e28-4b9b-b5ab-10e67759471d\",\n                \"administration_route_description\": \"\",\n                \"medication_description\": \"Itaque illum autem nulla.\",\n                \"prescribed_by_account_id\": \"fea27f09-8a29-43da-a408-deab4c43f2a4\",\n                \"entered_by_name\": null,\n                \"code\": {\n                    \"id\": \"235c6273-022c-4b34-93ef-52ea501fac52\",\n                    \"code\": \"perspiciatis\",\n                    \"created_at\": \"2022-11-04T11:44:19.978Z\",\n                    \"description_en\": \"Itaque illum autem nulla.\",\n                    \"description_fr\": null,\n                    \"description_nl\": null,\n                    \"discarded_at\": null,\n                    \"source\": \"FHIR\",\n                    \"updated_at\": \"2022-11-04T11:44:19.978Z\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"4436ae58-dc81-4e33-bee3-3f8e8d8d3c62"}],"id":"9fd13238-0a3f-4f08-adee-5ec03bf3f47f","_postman_id":"9fd13238-0a3f-4f08-adee-5ec03bf3f47f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","name":"Patients","type":"folder"}}},{"name":"Get a Patient","id":"48a6281d-0fda-4f6d-a9bb-87a555a7e0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}","description":"<p><em>NOTE:</em> The patient_id is not the <code>id</code> attribute found in the payload entry of Get All Patients but rather the <code>patient_id</code> found in the <code>attribute</code> payload.</p>\n","urlObject":{"path":["apis","v2","patients","{{patient_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"af50a19a-210e-4033-93e1-5e0635c0876a","name":"Get a Patient","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/2ea6c4e5-3665-4dde-8c4e-b25e80cf4310"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 04 Mar 2022 20:34:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"8efc11913ab6010fc9eab4b6da4d68a2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"65573d33-8cb3-4538-9dad-accdaffe0cb3"},{"key":"X-Runtime","value":"0.065672"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"655d0da3-6b59-4889-8a68-67d61e0d6cd0\",\n        \"type\": \"patient\",\n        \"attributes\": {\n            \"first_name\": \"Erwin\",\n            \"middle_name\": null,\n            \"last_name\": \"Smith\",\n            \"email\": \"\",\n            \"initials\": \"ES\",\n            \"salutation\": \"\",\n            \"status\": \"deactivated\",\n            \"gender\": \"other\",\n            \"role\": \"patient\",\n            \"activation_code\": null,\n            \"full_name\": \"Erwin Smith\",\n            \"admin\": false,\n            \"language\": \"en\",\n            \"timezone\": \"America/Toronto\",\n            \"account_number\": null,\n            \"is_email_consented\": true,\n            \"is_sms_consented\": false,\n            \"is_call_consented\": false,\n            \"is_invited\": false,\n            \"created_at\": \"2021-04-30T10:08:20.681-04:00\",\n            \"updated_at\": \"2021-08-05T13:58:45.877-04:00\",\n            \"patient_id\": \"2ea6c4e5-3665-4dde-8c4e-b25e80cf4310\",\n            \"description\": null,\n            \"primary_phone_number\": \"\",\n            \"mobile_number\": \"\",\n            \"home_number\": null,\n            \"primary_number_type\": null,\n            \"primary_phone_description\": null,\n            \"patient_no\": null,\n            \"birth_date\": \"2000-01-01\",\n            \"civil_status\": null,\n            \"employment_status\": null,\n            \"organization_id\": \"2a30c340-af6f-4f7b-8046-016a641b932d\",\n            \"subscription_status\": \"unsubscribed\",\n            \"government_coverage\": {\n                \"health_card_number\": null,\n                \"full_health_card_number\": null,\n                \"issue_date\": null,\n                \"expiry_date\": null,\n                \"status\": \"unknown\",\n                \"version_code\": null,\n                \"insurer_id\": null,\n                \"province\": null,\n                \"status_label\": \"Unknown\"\n            },\n            \"medical_coverage\": [],\n            \"home_address\": null,\n            \"emergency_phone_number\": null,\n            \"emergency_description\": null,\n            \"external_id\": null,\n            \"veteran_id\": null,\n            \"alert\": \"\",\n            \"public_patient_id\": \"7Z3AFE\"\n        }\n    }\n}"}],"_postman_id":"48a6281d-0fda-4f6d-a9bb-87a555a7e0aa"},{"name":"Get All Patients","id":"b55aa001-4199-449c-abff-b44b13a6581f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"limit","value":"25","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"term","value":"\"\"","type":"text"}],"url":"{{base_url}}/apis/v2/patients","urlObject":{"path":["apis","v2","patients"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b55aa001-4199-449c-abff-b44b13a6581f"},{"name":"Create a Patient","id":"a0f992d7-5af5-4986-8205-a5cb2557a86a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gender\": \"{{gender}}\",\n    \"salutation\": \"{{salutation}}\",\n    \"first_name\": \"{{firstName}}\",\n    \"last_name\": \"{{LastName}}\",\n    \"email\": \"{{emailAddress}}\",\n    \"is_email_consented\": true,\n    \"birth_date\": \"{{birthDate}}\",\n    \"language\": \"{{language}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"referral_source\": \"Lorem ipsum dolor sit amet.\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/organizations/{{organization_id}}/patients","urlObject":{"path":["apis","v2","organizations","{{organization_id}}","patients"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0f992d7-5af5-4986-8205-a5cb2557a86a"},{"name":"Add Label ","id":"8f3a77af-ee4d-404e-b5d5-c7c9af435ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\"b99d206d-ef7b-459b-a873-ab32ddb68de6\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patients/:id/labels","description":"<p>Past empty array to clear all labels.</p>\n","urlObject":{"path":["apis","v2","patients",":id","labels"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Patient Account Id</p>\n","type":"text/plain"},"type":"any","value":"d3290d5e-1bb6-4b92-b3ba-afea13624ab6","key":"id"}]}},"response":[{"id":"6f2ff503-a824-4b2a-9b5c-5334e4b8e3d9","name":"Add Label ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"labels\": [\n        \"b99d206d-ef7b-459b-a873-ab32ddb68de6\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patients/bf253f23-f65f-4ffc-9344-3845142bfd92/labels"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"bf253f23-f65f-4ffc-9344-3845142bfd92\",\n        \"type\": \"patient\",\n        \"attributes\": {\n            \"first_name\": \"Ignacia\",\n            \"middle_name\": \"Mila\",\n            \"last_name\": \"Gulgowski\",\n            \"email\": \"user43@adracare.com\",\n            \"initials\": \"IG\",\n            \"salutation\": \"rev\",\n            \"status\": \"active\",\n            \"gender\": \"female\",\n            \"role\": \"patient\",\n            \"activation_code\": null,\n            \"full_name\": \"Ignacia Gulgowski\",\n            \"admin\": false,\n            \"language\": \"en\",\n            \"timezone\": \"Etc/UTC\",\n            \"account_number\": null,\n            \"is_email_consented\": true,\n            \"is_sms_consented\": true,\n            \"is_call_consented\": false,\n            \"is_invited\": false,\n            \"created_at\": \"2022-06-21T14:04:46.337Z\",\n            \"updated_at\": \"2022-06-21T14:04:46.608Z\",\n            \"patient_id\": \"69a5d22a-3df7-4a0b-aaec-ec0452768a0c\",\n            \"description\": null,\n            \"primary_phone_number\": \"\",\n            \"mobile_number\": \"\",\n            \"home_number\": null,\n            \"primary_number_type\": null,\n            \"primary_phone_description\": null,\n            \"patient_no\": null,\n            \"birth_date\": \"1972-11-26\",\n            \"civil_status\": null,\n            \"employment_status\": null,\n            \"organization_id\": \"5354cfaf-7672-4b5d-9806-41b312a52c89\",\n            \"subscription_status\": \"subscribed\",\n            \"government_coverage\": null,\n            \"medical_coverage\": [],\n            \"home_address\": null,\n            \"emergency_phone_number\": null,\n            \"emergency_description\": null,\n            \"external_id\": null,\n            \"veteran_id\": null,\n            \"alert\": null,\n            \"referral_source\": null,\n            \"public_patient_id\": \"J3mGxS\",\n            \"labels\": [\n                {\n                    \"id\": \"a375924b-2522-4a86-9a6e-d035428d590e\",\n                    \"name\": \"6d1i0ta1gj3pzd8\"\n                },\n                {\n                    \"id\": \"957c1f05-94f9-4df7-a4e0-8929e3fbf8c3\",\n                    \"name\": \"l\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"8f3a77af-ee4d-404e-b5d5-c7c9af435ef1"}],"id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"cb3ada17-f6aa-4b4a-9ba6-4ab39f1e495d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7f7120d1-d8b9-4fe4-8402-549d9d381dfb","type":"text/javascript","exec":[""]}}],"_postman_id":"cc8026d0-33ff-4cda-88be-e6e89963aebb","description":""},{"name":"Providers","item":[{"name":"Referrals","item":[{"name":"List Referrals","id":"2a282c54-5178-4f87-b9d9-d008370e9b08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/provider/referrals/requested?page=1&limit=25","description":"<p>Filtering uses standard Rails param scheme<br />To filter by <code>service_language: ['EN', 'FR']</code> and <code>location_preferences: online</code> use query params:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\nquery will be:\n?filters[location_preferences][]=online&amp;filters[service_languages][]=EN&amp;filters[service_languages][]=FR\n</code></pre><p>Filters structure (allowed keys and values)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>filters:\n  service_languages: # array of strings\n    - EN\n    - FR\n    - ES\n    - OTHER  \n  fee_types: # array of strings; see en.online_booking.fees.fee_types translation keys\n    - regular_fees\n    - sliding_scale\n  insurances: # array booleans [true, false]\n    - true\n    - false\n  statuses: # array of strings\n    - requested\n    - need-more-information\n    - ready-for-assignment\n    - waitlist\n    - assignment-in-review\n    - appointment-pending\n    - completed\n    - rejected\n    - cancelled\n  location_preferences: # array of strings\n    - online\n    - in_person\n    - both\n  preferred_provider_genders: # array of strings\n    - male\n    - female\n    - any  # 'No preference'\n</code></pre><p>see also <a href=\"https://github.com/vconsult/Orbcare.io/pull/3114\">https://github.com/vconsult/Orbcare.io/pull/3114</a></p>\n","urlObject":{"path":["apis","v2","provider","referrals","requested"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Paginator param</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Paginator param</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"disabled":true,"description":{"content":"<p>Search field</p>\n","type":"text/plain"},"key":"search_by","value":"client_name"},{"disabled":true,"description":{"content":"<p>Search term</p>\n","type":"text/plain"},"key":"search_term","value":"John"},{"disabled":true,"key":"filters","value":"filters[location_preferences][]=online%26filters[service_languages][]=en%26filters[service_languages][]=fr"}],"variable":[]}},"response":[{"id":"74e8cf74-7785-454e-ba82-b143d5170682","name":"List Referrals","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/provider/referrals/requested?page=1&limit=25","host":["{{base_url}}"],"path":["apis","v2","provider","referrals","requested"],"query":[{"key":"page","value":"1","description":"Paginator param"},{"key":"limit","value":"25","description":"Paginator param"},{"key":"search_by","value":"client_name","description":"Search field","disabled":true},{"key":"search_term","value":"John","description":"Search term","disabled":true},{"key":"filters","value":"filters[location_preferences][]=online%26filters[service_languages][]=en%26filters[service_languages][]=fr","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"51e697ea4dede3d27d740cb7accd295e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0ac5e5df-6496-4695-9aeb-94d33431d222"},{"key":"X-Runtime","value":"0.150566"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"f7a63854-0ebb-48f8-9d49-76e4a5c75db5\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"959f0f11-70cc-468b-ba72-4d9f8ecc9769\",\n                \"specialist_id\": null,\n                \"treating_provider\": null,\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"Ololo Sasha\",\n                \"qualified_status\": \"none\",\n                \"treating_provider_id\": null,\n                \"treating_provider_name\": \"\",\n                \"treating_provider_first_name\": null,\n                \"treating_provider_last_name\": null,\n                \"treating_provider_salutation\": null,\n                \"treating_provider_billing_number\": null,\n                \"treating_provider_phone_number\": null,\n                \"treating_provider_fax_number\": null,\n                \"treating_provider_formatted_address\": null,\n                \"treating_provider_apt_suite_unit\": null,\n                \"treating_provider_address_lat\": null,\n                \"treating_provider_address_lng\": null,\n                \"treating_provider_type\": null,\n                \"service_languages\": [\n                    \"fr\",\n                    \"other\"\n                ],\n                \"is_insurance\": true,\n                \"location_preference\": \"online\",\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"created_at\": \"2021-07-07T10:49:47.267Z\",\n                \"updated_at\": \"2021-12-09T15:33:02.041Z\",\n                \"referral_title\": \"Ololo Sasha referred by \",\n                \"patient_account_id\": \"e3fcb9c6-abc8-4880-961b-5472fd26c32a\",\n                \"patient_full_name\": \"Ololo Sasha\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"ULNJWV\",\n                \"presenting_issue_ids\": []\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1baf5977-e39a-41ad-af40-e5fa6ffbec2d\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"faa73e0b-dfe5-4f45-b45f-06c4ddcff6a7\",\n                \"specialist_id\": null,\n                \"treating_provider\": null,\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"Aleeeez Orlov\",\n                \"qualified_status\": \"none\",\n                \"treating_provider_id\": null,\n                \"treating_provider_name\": \"\",\n                \"treating_provider_first_name\": null,\n                \"treating_provider_last_name\": null,\n                \"treating_provider_salutation\": null,\n                \"treating_provider_billing_number\": null,\n                \"treating_provider_phone_number\": null,\n                \"treating_provider_fax_number\": null,\n                \"treating_provider_formatted_address\": null,\n                \"treating_provider_apt_suite_unit\": null,\n                \"treating_provider_address_lat\": null,\n                \"treating_provider_address_lng\": null,\n                \"treating_provider_type\": null,\n                \"service_languages\": [\n                    \"fr\"\n                ],\n                \"is_insurance\": false,\n                \"location_preference\": \"online\",\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"created_at\": \"2021-07-07T08:48:37.025Z\",\n                \"updated_at\": \"2021-12-09T15:25:19.627Z\",\n                \"referral_title\": \"Aleeeez Orlov referred by \",\n                \"patient_account_id\": \"fc1edc6b-7a44-47df-8377-056afe5f506c\",\n                \"patient_full_name\": \"Aleeeez Orlov\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"KLVQZB\",\n                \"presenting_issue_ids\": []\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"c188ddde-68d6-4838-a8ba-6641455fde42\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"5fad763c-deac-416e-ad46-c4a59385aac4\",\n                \"specialist_id\": null,\n                \"treating_provider\": null,\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"Alexik Orlov\",\n                \"qualified_status\": \"none\",\n                \"treating_provider_id\": null,\n                \"treating_provider_name\": \"\",\n                \"treating_provider_first_name\": null,\n                \"treating_provider_last_name\": null,\n                \"treating_provider_salutation\": null,\n                \"treating_provider_billing_number\": null,\n                \"treating_provider_phone_number\": null,\n                \"treating_provider_fax_number\": null,\n                \"treating_provider_formatted_address\": null,\n                \"treating_provider_apt_suite_unit\": null,\n                \"treating_provider_address_lat\": null,\n                \"treating_provider_address_lng\": null,\n                \"treating_provider_type\": null,\n                \"service_languages\": [],\n                \"is_insurance\": false,\n                \"location_preference\": \"online\",\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"created_at\": \"2021-07-07T08:46:43.919Z\",\n                \"updated_at\": \"2021-12-07T21:59:52.601Z\",\n                \"referral_title\": \"Alexik Orlov referred by \",\n                \"patient_account_id\": \"c68ca14a-6037-4f1c-9de8-21b1c8191ee9\",\n                \"patient_full_name\": \"Alexik Orlov\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"FE2MXJ\",\n                \"presenting_issue_ids\": []\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"ed98df33-3d65-459f-91a5-0a2b1b2f1469\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"ba35207c-840c-4bb2-9e7a-fc7b8234755d\",\n                \"specialist_id\": null,\n                \"treating_provider\": {\n                    \"id\": \"73596837-6a79-4aac-b4c4-22487842ee2b\",\n                    \"formatted_address\": \"5455 Rue Chauveau, Montréal, QC H1N 1G8, Canada\",\n                    \"apt_suite_unit\": null,\n                    \"salutation\": \"mr\",\n                    \"first_name\": \"Alex\",\n                    \"last_name\": \"External\",\n                    \"middle_name\": null,\n                    \"phone_number\": \"+380 91 312 1212\",\n                    \"fax_number\": \"+380 91 312 1212\",\n                    \"billing_number\": \"\",\n                    \"discarded_at\": null,\n                    \"created_at\": \"2021-05-27T07:56:32.591Z\",\n                    \"updated_at\": \"2021-05-27T07:56:32.591Z\",\n                    \"organization_id\": \"42ca8633-5852-4ca7-b929-9d0bd7506e8e\",\n                    \"cpso_id\": null,\n                    \"provider_type\": \"doctor\",\n                    \"company_name\": null,\n                    \"organization_name\": null\n                },\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"Alexander Patient\",\n                \"qualified_status\": \"none\",\n                \"treating_provider_id\": \"73596837-6a79-4aac-b4c4-22487842ee2b\",\n                \"treating_provider_name\": \"Mr. Alex External\",\n                \"treating_provider_first_name\": \"Alex\",\n                \"treating_provider_last_name\": \"External\",\n                \"treating_provider_salutation\": \"mr\",\n                \"treating_provider_billing_number\": \"\",\n                \"treating_provider_phone_number\": \"+380 91 312 1212\",\n                \"treating_provider_fax_number\": \"+380 91 312 1212\",\n                \"treating_provider_formatted_address\": \"5455 Rue Chauveau, Montréal, QC H1N 1G8, Canada\",\n                \"treating_provider_apt_suite_unit\": null,\n                \"treating_provider_address_lat\": null,\n                \"treating_provider_address_lng\": null,\n                \"treating_provider_type\": \"ExternalProvider\",\n                \"service_languages\": [],\n                \"is_insurance\": false,\n                \"location_preference\": \"online\",\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"created_at\": \"2021-05-28T08:05:49.578Z\",\n                \"updated_at\": \"2021-12-07T21:59:52.620Z\",\n                \"referral_title\": \"Alexander Patient referred by Mr. Alex External\",\n                \"patient_account_id\": \"5ab71f58-c74f-4e3b-b77b-cba3dd7afd15\",\n                \"patient_full_name\": \"Alexander Patient\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"GNHMFE\",\n                \"presenting_issue_ids\": []\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"eb978304-ac20-4a2d-b270-be5219669ffd\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"825fb917-4076-43fa-ae6f-4b40be020974\",\n                \"specialist_id\": null,\n                \"treating_provider\": {\n                    \"id\": \"73596837-6a79-4aac-b4c4-22487842ee2b\",\n                    \"formatted_address\": \"5455 Rue Chauveau, Montréal, QC H1N 1G8, Canada\",\n                    \"apt_suite_unit\": null,\n                    \"salutation\": \"mr\",\n                    \"first_name\": \"Alex\",\n                    \"last_name\": \"External\",\n                    \"middle_name\": null,\n                    \"phone_number\": \"+380 91 312 1212\",\n                    \"fax_number\": \"+380 91 312 1212\",\n                    \"billing_number\": \"\",\n                    \"discarded_at\": null,\n                    \"created_at\": \"2021-05-27T07:56:32.591Z\",\n                    \"updated_at\": \"2021-05-27T07:56:32.591Z\",\n                    \"organization_id\": \"42ca8633-5852-4ca7-b929-9d0bd7506e8e\",\n                    \"cpso_id\": null,\n                    \"provider_type\": \"doctor\",\n                    \"company_name\": null,\n                    \"organization_name\": null\n                },\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"Alexander Patient\",\n                \"qualified_status\": \"none\",\n                \"treating_provider_id\": \"73596837-6a79-4aac-b4c4-22487842ee2b\",\n                \"treating_provider_name\": \"Mr. Alex External\",\n                \"treating_provider_first_name\": \"Alex\",\n                \"treating_provider_last_name\": \"External\",\n                \"treating_provider_salutation\": \"mr\",\n                \"treating_provider_billing_number\": \"\",\n                \"treating_provider_phone_number\": \"+380 91 312 1212\",\n                \"treating_provider_fax_number\": \"+380 91 312 1212\",\n                \"treating_provider_formatted_address\": \"5455 Rue Chauveau, Montréal, QC H1N 1G8, Canada\",\n                \"treating_provider_apt_suite_unit\": null,\n                \"treating_provider_address_lat\": null,\n                \"treating_provider_address_lng\": null,\n                \"treating_provider_type\": \"ExternalProvider\",\n                \"service_languages\": [],\n                \"is_insurance\": false,\n                \"location_preference\": \"online\",\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"created_at\": \"2021-05-27T07:57:11.747Z\",\n                \"updated_at\": \"2021-12-07T21:59:52.611Z\",\n                \"referral_title\": \"Alexander Patient referred by Mr. Alex External\",\n                \"patient_account_id\": \"49f23b9b-54f1-4ad0-ac3d-c7fcf46ece53\",\n                \"patient_full_name\": \"Alexander Patient\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"DYWZ3E\",\n                \"presenting_issue_ids\": []\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"53b4a307-f710-43cd-a6e8-e4db18c4300a\",\n            \"type\": \"referral\",\n            \"attributes\": {\n                \"patient_id\": \"825fb917-4076-43fa-ae6f-4b40be020974\",\n                \"specialist_id\": null,\n                \"treating_provider\": null,\n                \"referral_type\": null,\n                \"service_requested\": null,\n                \"reason_code\": null,\n                \"specialty\": null,\n                \"priority\": null,\n                \"notes\": null,\n                \"requester_name\": \"Alexander Patient\",\n                \"qualified_status\": \"none\",\n                \"treating_provider_id\": null,\n                \"treating_provider_name\": \"\",\n                \"treating_provider_first_name\": null,\n                \"treating_provider_last_name\": null,\n                \"treating_provider_salutation\": null,\n                \"treating_provider_billing_number\": null,\n                \"treating_provider_phone_number\": null,\n                \"treating_provider_fax_number\": null,\n                \"treating_provider_formatted_address\": null,\n                \"treating_provider_apt_suite_unit\": null,\n                \"treating_provider_address_lat\": null,\n                \"treating_provider_address_lng\": null,\n                \"treating_provider_type\": null,\n                \"service_languages\": [],\n                \"is_insurance\": false,\n                \"location_preference\": \"online\",\n                \"issue_description\": null,\n                \"preferred_provider_gender\": null,\n                \"healthcare_service_id\": null,\n                \"referral_status_id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                \"fee_type\": null,\n                \"gross_family_income\": null,\n                \"is_patient_insured\": null,\n                \"availability_preferences_detail\": \"\",\n                \"assigned_provider_id\": null,\n                \"created_at\": \"2021-05-27T07:37:15.339Z\",\n                \"updated_at\": \"2021-12-07T21:59:52.591Z\",\n                \"referral_title\": \"Alexander Patient referred by \",\n                \"patient_account_id\": \"49f23b9b-54f1-4ad0-ac3d-c7fcf46ece53\",\n                \"patient_full_name\": \"Alexander Patient\",\n                \"specialist_full_name\": null,\n                \"is_specialist\": null,\n                \"is_appointment_schedulable\": null,\n                \"healthcare_service_name\": null,\n                \"patient_public_id\": \"DYWZ3E\",\n                \"presenting_issue_ids\": []\n            },\n            \"relationships\": {\n                \"referral_status\": {\n                    \"data\": {\n                        \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n                        \"type\": \"referral_status\"\n                    }\n                },\n                \"referral_availability_preferences\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": null,\n        \"prev_page\": null,\n        \"total_pages\": 1,\n        \"total_count\": 6\n    }\n}"}],"_postman_id":"2a282c54-5178-4f87-b9d9-d008370e9b08"},{"name":"Update Status","id":"a4ea6cad-cee1-4cd8-90fb-bf9a4f1d558b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"referral_status_id\": \"77246fc3-36e6-4cc5-96ff-4376f2ec9f95\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/provider/referrals/{{referral_id}}/status","urlObject":{"path":["apis","v2","provider","referrals","{{referral_id}}","status"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4ea6cad-cee1-4cd8-90fb-bf9a4f1d558b"}],"id":"c1553352-0841-4d06-833d-5442a4195a10","_postman_id":"c1553352-0841-4d06-833d-5442a4195a10","description":""},{"name":"Create a Provider","id":"cc6cd672-3797-4133-9da5-ea5e2aa01e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"gender\": \"{{gender}}\",\n    \"salutation\": \"{{salutation}}\",\n    \"first_name\": \"{{firstName}}\",\n    \"last_name\": \"{{LastName}}\",\n    \"email\": \"{{emailAddress}}\",\n    \"birth_date\": \"{{birthDate}}\",\n    \"language\": \"{{language}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"access_role_id\": \"{{accessRoleId}}\",\n    \"clinic_number\": \"{{clinicNumber}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/organizations/{{organization_id}}/providers","description":"<p>** The access role id should be for an access role with code \"provider\". Refer to access roles endpoint to get a list of available access roles.</p>\n","urlObject":{"path":["apis","v2","organizations","{{organization_id}}","providers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc6cd672-3797-4133-9da5-ea5e2aa01e99"},{"name":"Get All Providers","id":"d1e1db83-9603-4158-9326-a1689c81026f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/providers?term=Noemie.Luettgen&page=486&limit=644","urlObject":{"path":["apis","v2","providers"],"host":["{{base_url}}"],"query":[{"key":"term","value":"Jovani.Leannon"},{"key":"page","value":"787"},{"key":"limit","value":"999"}],"variable":[]}},"response":[{"id":"7a5622ee-d407-4561-9a34-2f7a96d7629a","name":"Get All Providers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/providers?term=john","host":["{{base_url}}"],"path":["apis","v2","providers"],"query":[{"key":"term","value":"john"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"849fe8c7-9a9c-4321-a493-f391c32945fd\",\n            \"type\": \"provider\",\n            \"attributes\": {\n                \"first_name\": \"John\",\n                \"middle_name\": null,\n                \"last_name\": \"Doe\",\n                \"email\": \"example@adracare.com\",\n                \"salutation\": \"mr\",\n                \"status\": \"deactivated\",\n                \"gender\": \"male\",\n                \"role\": \"provider\",\n                \"activation_code\": null,\n                \"full_name\": \"Mr. John Doe\",\n                \"admin\": true,\n                \"provider_id\": \"831c99fd-fc19-4f8d-8a20-21dec9d0e2a3\",\n                \"access_role\": {\n                    \"id\": \"84c39595-97a4-4f2e-badc-30ec1be228a7\",\n                    \"organization_id\": \"e3173a0c-c012-4594-a7e1-ca8cde25dc00\",\n                    \"label_en\": \"Provider-Admin\",\n                    \"label_fr\": \"Administrateur du Fournisseur\",\n                    \"label_nl\": \"Provider-Admin\",\n                    \"code\": \"provider_admin\",\n                    \"features\": {},\n                    \"is_locked\": true,\n                    \"discarded_at\": null,\n                    \"created_at\": \"2020-05-19T14:54:05.628Z\",\n                    \"updated_at\": \"2020-06-19T17:08:18.977Z\",\n                    \"is_admin\": true,\n                    \"is_schedulable\": true\n                },\n                \"timezone\": \"America/Toronto\",\n                \"created_at\": \"2020-05-19T14:54:06.692Z\",\n                \"updated_at\": \"2020-09-03T13:11:33.078Z\",\n                \"birth_date\": \"2000-01-01\",\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"external_id\": null,\n                \"billing_code\": \"1231321\",\n                \"cpso_code\": null,\n                \"supervisor_id\": null,\n                \"degree_designation\": null,\n                \"college_name\": null,\n                \"college_province\": null,\n                \"association_name\": null,\n                \"is_schedulable\": true,\n                \"access_role_code\": \"provider_admin\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"location_ids\": []\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": null,\n        \"prev_page\": null,\n        \"total_pages\": 1,\n        \"total_count\": 1\n    }\n}"}],"_postman_id":"d1e1db83-9603-4158-9326-a1689c81026f"},{"name":"Get a Provider","id":"ffc34c97-fb41-43bb-a2f2-ecdcd6a137cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/providers/{{provider_account_id}}/profile","urlObject":{"path":["apis","v2","providers","{{provider_account_id}}","profile"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffc34c97-fb41-43bb-a2f2-ecdcd6a137cc"},{"name":"Update Online Booking Preferences","id":"2218f4e1-4868-401a-8121-b8017bd49536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"show_calendar_availability","value":"true","description":"<p>(Optional)</p>\n","type":"text"},{"key":"require_approval_for_appointment_requests","value":"false","description":"<p>(Optional)</p>\n","type":"text"},{"key":"require_approval_for_cancellation_requests","value":"true","description":"<p>(Optional)</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/providers/{{provider_id}}/online_booking_preferences","urlObject":{"path":["apis","v2","providers","{{provider_id}}","online_booking_preferences"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7b48b61a-6311-43c2-bc0a-007e436ff3e0","name":"Update Online Booking Preferences","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"show_calendar_availability","value":"true","description":"(Optional)","type":"text"},{"key":"require_approval_for_appointment_requests","value":"false","description":"(Optional)","type":"text"},{"key":"require_approval_for_cancellation_requests","value":"true","description":"(Optional)","type":"text"}]},"url":"{{base_url}}/apis/v2/providers/{{provider_id}}/online_booking_preferences"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"a09aa46c-a614-446b-9d8f-cad134d832aa\",\n        \"type\": \"account\",\n        \"attributes\": {\n            \"first_name\": \"Jayson\",\n            \"middle_name\": null,\n            \"last_name\": \"Sherry\",\n            \"email\": \"rr@gmail.com\",\n            \"salutation\": \"mr\",\n            \"status\": \"active\",\n            \"gender\": \"male\",\n            \"role\": \"provider\",\n            \"activation_code\": null,\n            \"full_name\": \"Mr. Jayson Sherry\",\n            \"admin\": true,\n            \"language\": \"en\",\n            \"timezone\": \"America/Toronto\",\n            \"meta\": {\n                \"civil_status\": null,\n                \"employment_status\": null\n            },\n            \"is_sms_consented\": false,\n            \"is_email_consented\": true,\n            \"is_call_consented\": false,\n            \"is_deleted\": false,\n            \"created_at\": \"2020-09-01T16:14:14.742Z\",\n            \"updated_at\": \"2022-03-14T14:24:03.854Z\",\n            \"birth_date\": \"2000-01-01\",\n            \"address\": null,\n            \"organization_id\": \"98960478-ac2a-4727-82bc-fdf81a540db1\",\n            \"deletable\": false,\n            \"access_role_id\": \"eaf3a4ee-caba-4033-8511-b3db17c8a821\",\n            \"access_role_label\": \"Provider-Admin\",\n            \"access_role_code\": \"provider_admin\",\n            \"description\": null,\n            \"created_by_name\": \"M. OrbCare Admin\",\n            \"provider_id\": \"5a0b7fbc-6d1a-40eb-93ee-061e08ab5d69\",\n            \"billing_code\": \"12345\",\n            \"cpso_code\": null,\n            \"supervisor_id\": null,\n            \"degree_designation\": null,\n            \"college_name\": null,\n            \"college_province\": null,\n            \"association_name\": null,\n            \"association_id\": null,\n            \"show_calendar_availability\": true,\n            \"require_approval_for_appointment_requests\": true,\n            \"require_approval_for_cancellation_requests\": true,\n            \"insurer_specialty_billing_code_id\": null,\n            \"patient_id\": null,\n            \"public_patient_id\": null\n        },\n        \"relationships\": {\n            \"phone_numbers\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"2218f4e1-4868-401a-8121-b8017bd49536"}],"id":"52979048-c2a2-4248-92b7-0cd077c8950d","_postman_id":"52979048-c2a2-4248-92b7-0cd077c8950d","description":""},{"name":"Billing ","item":[{"name":"ProviderConfigurations","item":[{"name":"Index","id":"7daf65c5-95fb-4bf9-bc75-f367084c6802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/billing_provider_configurations","urlObject":{"path":["apis","v2","billing_provider_configurations"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional search term</p>\n","type":"text/plain"},"key":"term","value":"first_name"}],"variable":[]}},"response":[{"id":"32175c8d-d8fa-45a1-a114-c8b9dc5a8af2","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/billing_provider_configurations","host":["{{base_url}}"],"path":["apis","v2","billing_provider_configurations"],"query":[{"key":"term","value":"first_name","description":"Optional search term","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 May 2022 17:44:52 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"X-Request-Id","value":"d5e2ded6-8d05-4d80-ba09-85886915eebe"},{"key":"X-Runtime","value":"0.001043"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"a9e67969-1b70-4eff-bea3-632d2e43d5fa\",\n            \"type\": \"billing_provider_configuration\",\n            \"attributes\": {\n                \"account_id\": \"3ea2ee6d-bbc9-4f91-b1b6-0b1f2467d9dd\",\n                \"organization_id\": \"c0c742cc-a1e3-449f-aa96-3d2fdf5f1b4d\",\n                \"description\": \"Some text\",\n                \"created_at\": \"2022-05-25T17:41:43.264Z\",\n                \"updated_at\": \"2022-05-25T17:41:43.264Z\",\n                \"taxes\": [\n                    {\n                        \"tax_id\": \"bf2871e7-3168-49b8-a2f4-d19ba5082a9e\",\n                        \"tax_id_text\": \"12345\"\n                    },\n                    {\n                        \"tax_id\": \"31eeeec7-204b-4520-9545-86697276220c\",\n                        \"tax_id_text\": \"54321\"\n                    }\n                ],\n                \"insurers\": [\n                    {\n                        \"insurer_id\": \"3c875448-2665-4d49-9f81-248b20b658e2\",\n                        \"code\": \"12345\"\n                    },\n                    {\n                        \"insurer_id\": \"96db8b17-37ad-4d3e-8e7a-dec1f65b311d\",\n                        \"code\": \"54321\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"bbca61a4-263a-4d99-a62e-1cdb2a253efd\",\n            \"type\": \"billing_provider_configuration\",\n            \"attributes\": {\n                \"account_id\": \"796e2513-0ea4-44b6-947f-a5cee33fc4e0\",\n                \"organization_id\": \"c0c742cc-a1e3-449f-aa96-3d2fdf5f1b4d\",\n                \"description\": \"Some text\",\n                \"created_at\": \"2022-05-25T17:41:43.483Z\",\n                \"updated_at\": \"2022-05-25T17:41:43.483Z\",\n                \"taxes\": [\n                    {\n                        \"tax_id\": \"bf2871e7-3168-49b8-a2f4-d19ba5082a9e\",\n                        \"tax_id_text\": \"12345\"\n                    },\n                    {\n                        \"tax_id\": \"31eeeec7-204b-4520-9545-86697276220c\",\n                        \"tax_id_text\": \"54321\"\n                    }\n                ],\n                \"insurers\": [\n                    {\n                        \"insurer_id\": \"3c875448-2665-4d49-9f81-248b20b658e2\",\n                        \"code\": \"12345\"\n                    },\n                    {\n                        \"insurer_id\": \"96db8b17-37ad-4d3e-8e7a-dec1f65b311d\",\n                        \"code\": \"54321\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"7daf65c5-95fb-4bf9-bc75-f367084c6802"},{"name":"Create","id":"76ab93fc-cf9d-46a4-a0da-15012afede58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"fe12f4df-11ac-4223-9b07-6862e8ee1e2e\",\n  \"description\": \"Some text\",\n  \"taxes\": [\n    {\n      \"tax_id\": \"00947e77-b283-42d8-9b2b-d5aff65aa4ce\",\n      \"tax_id_text\": \"12345\"\n    },\n    {\n      \"tax_id\": \"08a853bc-b17b-46c2-a29b-33de2dc21c65\",\n      \"tax_id_text\": \"54321\"\n    }\n  ],\n  \"insurers\": [\n    {\n      \"insurer_id\": \"1e85fcb2-5baf-4ea4-8fe7-4bc3ad096434\",\n      \"code\": \"12345\"\n    },\n    {\n      \"insurer_id\": \"d9f9781a-feab-485d-9fd4-24d0b57c4a0f\",\n      \"code\": \"54321\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/billing_provider_configurations","urlObject":{"path":["apis","v2","billing_provider_configurations"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c951fdb4-e536-4421-aba4-2a74c644d76d","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"fe12f4df-11ac-4223-9b07-6862e8ee1e2e\",\n  \"description\": \"Some text\",\n  \"taxes\": [\n    {\n      \"tax_id\": \"00947e77-b283-42d8-9b2b-d5aff65aa4ce\",\n      \"tax_id_text\": \"12345\"\n    },\n    {\n      \"tax_id\": \"08a853bc-b17b-46c2-a29b-33de2dc21c65\",\n      \"tax_id_text\": \"54321\"\n    }\n  ],\n  \"insurers\": [\n    {\n      \"insurer_id\": \"1e85fcb2-5baf-4ea4-8fe7-4bc3ad096434\",\n      \"code\": \"12345\"\n    },\n    {\n      \"insurer_id\": \"d9f9781a-feab-485d-9fd4-24d0b57c4a0f\",\n      \"code\": \"54321\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/billing_provider_configurations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"account_id\": \"fe12f4df-11ac-4223-9b07-6862e8ee1e2e\",\n  \"description\": \"Some text\",\n  \"taxes\": [\n    {\n      \"tax_id\": \"00947e77-b283-42d8-9b2b-d5aff65aa4ce\",\n      \"tax_id_text\": \"12345\"\n    },\n    {\n      \"tax_id\": \"08a853bc-b17b-46c2-a29b-33de2dc21c65\",\n      \"tax_id_text\": \"54321\"\n    }\n  ],\n  \"insurers\": [\n    {\n      \"insurer_id\": \"1e85fcb2-5baf-4ea4-8fe7-4bc3ad096434\",\n      \"code\": \"12345\"\n    },\n    {\n      \"insurer_id\": \"d9f9781a-feab-485d-9fd4-24d0b57c4a0f\",\n      \"code\": \"54321\"\n    }\n  ]\n}\n"}],"_postman_id":"76ab93fc-cf9d-46a4-a0da-15012afede58"}],"id":"bcdb6daf-cbba-4084-94fb-bbf567777804","_postman_id":"bcdb6daf-cbba-4084-94fb-bbf567777804","description":""},{"name":"Health Card Validation","id":"4b46789c-3e16-46e9-891d-4a900b51d827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"health_card_number\": \"{{health_card_numbder}}\",\n    \"version_code\": \"{{version_code}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patients/validate_health_card","urlObject":{"path":["apis","v2","patients","validate_health_card"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b46789c-3e16-46e9-891d-4a900b51d827"},{"name":"Create Appointment Invoice","id":"5660017a-602a-4e59-84cf-51806992450b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"patient_id\": \"{{patient_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}//apis/v2/appointments/{{appointment_id}}/invoices","urlObject":{"path":["","apis","v2","appointments","{{appointment_id}}","invoices"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5660017a-602a-4e59-84cf-51806992450b"},{"name":"Create Patient Invoice","id":"93372488-8f8b-4ed9-8592-0930d8f65b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"provider_account_id\": \"{{provider_account_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}//apis/v2/patients/{{patient_id}}/invoices","urlObject":{"path":["","apis","v2","patients","{{patient_id}}","invoices"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93372488-8f8b-4ed9-8592-0930d8f65b64"}],"id":"d6ebd2b7-95cb-414b-84d1-6fee93708c59","_postman_id":"d6ebd2b7-95cb-414b-84d1-6fee93708c59","description":""},{"name":"Fax","item":[{"name":"Send Fax","id":"888bf342-e096-41ef-b53a-426729ffec76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"notes\": \"\",\n    \"recipient_salutation\": \"prof\",\n    \"recipient_first_name\": \"\",\n    \"recipient_last_name\": \"\",\n    \"recipient_phone_number\": \"\",\n    \"recipient_fax_number\": \"\",\n    \"recipient_formatted_address\": \"\",\n    \"is_signature_included\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/diagnostic_reports/consult_report","urlObject":{"path":["apis","v2","patients","{{patient_id}}","diagnostic_reports","consult_report"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"888bf342-e096-41ef-b53a-426729ffec76"}],"id":"5ea3cf71-a5e1-4bf4-ab84-a1995d943eeb","_postman_id":"5ea3cf71-a5e1-4bf4-ab84-a1995d943eeb","description":""},{"name":"Encounter Notes","item":[{"name":"Get Encounter Note for Appointment","id":"60e7ce9e-09df-48bc-91f9-623538e7e121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/appointments/{{appointment_id}}/encounter_notes","urlObject":{"path":["apis","v2","appointments","{{appointment_id}}","encounter_notes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60e7ce9e-09df-48bc-91f9-623538e7e121"},{"name":"Get Encounter Note by ID","id":"fcd4d387-5784-4fe7-a959-0bb84e0b789a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/encounter_notes/{{encounter_note_id}}","urlObject":{"path":["apis","v2","patients","{{patient_id}}","encounter_notes","{{encounter_note_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcd4d387-5784-4fe7-a959-0bb84e0b789a"},{"name":"Get Encounter Note List for Patient","id":"571ff260-51e5-47f2-a90e-8d43ee65d1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patients/{{patient_id}}/encounter_notes","description":"<p>Returns a list of encounter notes for a patient.</p>\n","urlObject":{"path":["apis","v2","patients","{{patient_id}}","encounter_notes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"571ff260-51e5-47f2-a90e-8d43ee65d1a5"}],"id":"b8cfe6cb-c0b0-4f95-8cc5-2697b0f34dd5","_postman_id":"b8cfe6cb-c0b0-4f95-8cc5-2697b0f34dd5","description":""},{"name":"Organizations","item":[{"name":"Retrieve a list of all Organizations","id":"05b1a526-96eb-4a43-8947-ee86e4269658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/organizations","urlObject":{"path":["apis","v2","organizations"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05b1a526-96eb-4a43-8947-ee86e4269658"},{"name":"Create a new Organization","id":"12b252d9-0bb2-41dc-a27a-af5e373095e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owner\": {\n        \"gender\": \"{{gender}}\",\n        \"salutation\": \"{{salutation}}\",\n        \"first_name\": \"{{firstName}}\",\n        \"last_name\": \"{{lastName}}\",\n        \"email\": \"{{emailAddress}}\",\n        \"username\": \"{{username}}\",\n        \"password\": \"{{password}}\",\n        \"language\": \"{{language}}\",\n        \"timezone\": \"{{timezone}}\"\n    },\n    \"location\": {\n    \t\"name\": \"{{locationName}}\",\n    \t\"description\": \"{{locationDescription}}\",\n    \t\"address\": {\n    \t\t\"formatted_address\": \"{{locationAddress}}\"\n    \t}\n    },\n    \"display_name\": \"{{organizationName}}\",\n    \"description\": \"{{organizationDescription}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/organizations","description":"<p>When creating an organization, the attributes listed in body are required. \n<br /><br />\nAll Organization also have a \"Virtual\" location created for them as well. This is an initial location that gets setup to be used for online appointments.</p>\n<p>It can be retreived from the GET \"/apis/v2/locations\" endpoint using the authorization token of a provider in that organization.</p>\n","urlObject":{"path":["apis","v2","organizations"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12b252d9-0bb2-41dc-a27a-af5e373095e5"},{"name":"Update Organization","id":"8e943ce9-c2bd-4f98-ab6a-d2ea7a4ed440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{organizationName}}\",\n    \"appointment_participants_limit\": \"{{appointmentParticipantsLimit}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/organizations/{{organization_id}}/super_admin_update","urlObject":{"path":["apis","v2","organizations","{{organization_id}}","super_admin_update"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e943ce9-c2bd-4f98-ab6a-d2ea7a4ed440"}],"id":"cbb40e6a-1588-4357-b118-e09279bb86d8","description":"<p>NOTE: Only users with role \"api_user\" can use the organization endpoints.</p>\n","_postman_id":"cbb40e6a-1588-4357-b118-e09279bb86d8"},{"name":"Access Roles","item":[{"name":"Get a list of all Access Roles","id":"05f9c833-45f8-446b-9063-28e3a45d8ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/access_roles","description":"<p>Get all access roles for the organization of current user.</p>\n","urlObject":{"path":["apis","v2","access_roles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05f9c833-45f8-446b-9063-28e3a45d8ff9"}],"id":"f5b4507d-498d-4b95-97a6-8f6956a8c0d7","_postman_id":"f5b4507d-498d-4b95-97a6-8f6956a8c0d7","description":""},{"name":"Accounts","item":[{"name":"Get Current User","id":"255e215c-2da8-4398-91d6-050b1f870fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Get account information for current user.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"255e215c-2da8-4398-91d6-050b1f870fe8"},{"name":"Update account","id":"eb804107-45fb-40d9-8a08-b4dacc691b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"gender\": \"female\",\n    \"salutation\": \"\",\n    \"first_name\": \"Ricky\",\n    \"last_name\": \"Bobby\",\n    \"middle_name\": null,\n    \"birth_date\": \"2000-01-01\",\n    \"language\": \"en\",\n    \"timezone\": \"America/Vancouver\",\n    \"email\": \"toofast@numberone.com\",\n    \"preferred_name\": \"preferred name\",\n    \"meta\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/accounts/{{account_id}}","description":"<p>Get account information for current user.</p>\n","urlObject":{"path":["apis","v2","accounts","{{account_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a616743e-4e81-49ab-97be-65940a5a73fc","name":"Update account","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/accounts/current"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eb804107-45fb-40d9-8a08-b4dacc691b89"}],"id":"136cbbe4-1b04-4ecb-bf43-33eaedf74d28","_postman_id":"136cbbe4-1b04-4ecb-bf43-33eaedf74d28","description":""},{"name":"Locations","item":[{"name":"Get Organization Locations","id":"fbc32297-da8d-43ee-a87f-10fe31ba237d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/locations","description":"<p>Get Locations of the current organization</p>\n","urlObject":{"path":["apis","v2","locations"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5304cdf0-3c2b-4f11-8c53-8ed02948306f","name":"Get Organization Locations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWI323iIzMTFkNzQxNy05YzllLTQ5YzgtODZjMS01N2JmM2I4NGQwYmYifQ.Tv7tzeQSI_eXfrIZw2WWksAPOrmCSwoaltF2MmtQjvI","type":"text"}],"url":"{{base_url}}/apis/v2/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"8ee702b5-1d26-4575-9a18-aeb9ea0bf896\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"a260cc6d-e831-4de5-a922-843ccee2286f\",\n                \"name\": \"LA Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"1234567890\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T22:07:39.377Z\",\n                \"updated_at\": \"2020-08-13T18:55:22.565Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"STAPLES Center, 1111 S Figueroa St, Los Angeles, CA 90015, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 34.0430058,\n                    \"lng\": -118.2673597,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 34.0430058,\n                \"address_lng\": -118.2673597,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"5da9c43c-0ff6-4b69-8ee1-66c0a32b15d5\",\n                \"default_form_template_name\": \"QA Testing Form\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c9c51a53-18b0-40ae-9421-03ac0f60a6f4\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"2d8ea344-0efb-49a0-9b2e-e02c2c2ac668\",\n                \"name\": \"New Test Location\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"(905) 855 - 1907\",\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-06-05T19:09:18.999Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.587Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"2720 truscott drive mississauga on canada\",\n                    \"address_type\": \"office\",\n                    \"lat\": 43.5064773,\n                    \"lng\": -79.656197,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 43.5064773,\n                \"address_lng\": -79.656197,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"19:09\",\n                                \"end_time\": \"19:09\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3eee26aa-7bd7-4ed3-8bfb-48125754cded\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"d6ad9aa9-0218-44f6-aada-d7ffd919855f\",\n                \"name\": \"LA Office\",\n                \"status\": \"deactivated\",\n                \"description\": null,\n                \"primary_phone_number\": \"1234567890\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T22:07:48.581Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.598Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"STAPLES Center, 1111 S Figueroa St, Los Angeles, CA 90015, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 34.0430058,\n                    \"lng\": -118.2673597,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Deactivated\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 34.0430058,\n                \"address_lng\": -118.2673597,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"d5bd876a-11e0-4923-97a6-69edaf0fba6f\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"8a63535b-27f7-4489-b0ab-7d51ddf4c9bf\",\n                \"name\": \"LA Office\",\n                \"status\": \"deactivated\",\n                \"description\": null,\n                \"primary_phone_number\": \"1234567890\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T22:07:33.567Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.603Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"STAPLES Center, 1111 S Figueroa St, Los Angeles, CA 90015, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 34.0430058,\n                    \"lng\": -118.2673597,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Deactivated\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 34.0430058,\n                \"address_lng\": -118.2673597,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5bf27cbd-69d6-48e8-b34f-ca35b7e034af\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"9b4ee762-8273-4cd7-92ad-df7285878f62\",\n                \"name\": \"Montreal Office\",\n                \"status\": \"deactivated\",\n                \"description\": \"\",\n                \"primary_phone_number\": \"1111111111\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T22:08:39.444Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.608Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Montreal, QC, Canada\",\n                    \"address_type\": \"business\",\n                    \"lat\": 45.5016889,\n                    \"lng\": -73.567256,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Business\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Deactivated\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\",\n                    \"ec04f1fb-d445-4ca9-89f4-2c790a095c0d\"\n                ],\n                \"address_lat\": 45.5016889,\n                \"address_lng\": -73.567256,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5811716a-8ad0-4563-8df7-7a0c91540ce3\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"6f19c60e-c900-4feb-b72e-2b913dc3c110\",\n                \"name\": \"LA Office\",\n                \"status\": \"deactivated\",\n                \"description\": null,\n                \"primary_phone_number\": \"1234567890\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T22:00:42.298Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.613Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"STAPLES Center, 1111 S Figueroa St, Los Angeles, CA 90015, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 34.0430058,\n                    \"lng\": -118.2673597,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Deactivated\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 34.0430058,\n                \"address_lng\": -118.2673597,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"48c0d8be-b587-492c-872a-3f883407d96c\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"c6f04845-cbb6-4728-b54b-6ec72291f330\",\n                \"name\": \"Chicago Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"1234567890\",\n                \"email\": \"chicago@orbcare.com\",\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T21:58:32.709Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.623Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"123 W Chicago Ave, Chicago, IL 60654, USA\",\n                    \"address_type\": \"home\",\n                    \"lat\": 41.8963663,\n                    \"lng\": -87.6323651,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 41.8963663,\n                \"address_lng\": -87.6323651,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9dacf11e-fe06-4aa4-b4b7-da20f8e4b34a\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"d46aca25-3232-4048-8303-9f30d594703e\",\n                \"name\": \"Montreal Office\",\n                \"status\": \"active\",\n                \"description\": \"\",\n                \"primary_phone_number\": \"2222222222\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T22:08:58.599Z\",\n                \"updated_at\": \"2021-02-25T17:15:55.282Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Montreal, QC, Canada\",\n                    \"address_type\": \"business\",\n                    \"lat\": 45.5016889,\n                    \"lng\": -73.567256,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Business\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 45.5016889,\n                \"address_lng\": -73.567256,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"23:06\",\n                                \"end_time\": \"23:06\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"62d82344-adcf-4e1a-a4d4-8051493d81c7\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"a9106713-6dc2-409e-b8a1-572d3c41fcfc\",\n                \"name\": \"Austrailia office\",\n                \"status\": \"active\",\n                \"description\": \"test\",\n                \"primary_phone_number\": \"(416) 666 - 9999\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-03-21T14:36:45.777Z\",\n                \"updated_at\": \"2021-04-21T22:59:18.935Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"10 Queen St, Brisbane City QLD 4000, Australia\",\n                    \"address_type\": \"home\",\n                    \"lat\": -27.4709838,\n                    \"lng\": 153.0228648,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\",\n                    \"ec354ce8-c1d3-46dd-b85f-2bc85207adb0\"\n                ],\n                \"address_lat\": -27.4709838,\n                \"address_lng\": 153.0228648,\n                \"fax_number\": \"11111111111\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"20:04\",\n                                \"end_time\": \"20:04\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"98a1924d-134a-4b0c-8553-12759ca2f55b\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"dba6d19e-48b7-48ad-a323-67444a66290b\",\n                \"name\": \"New Test\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"(353) 245 - 4354\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-10-21T16:35:15.388Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.644Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Calle Acanto, 22, 28045 Madrid, Spain\",\n                    \"address_type\": \"home\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"16:35\",\n                                \"end_time\": \"16:35\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"faffcc1f-25eb-42bf-87e9-129ddb30d9cf\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"97a36255-5dd8-42af-83dc-0f75f8c558cb\",\n                \"name\": \"The Clinic\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-01-20T17:31:22.764Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.649Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"3085 Artesian Dr, Mississauga, ON L5M, Canada\",\n                    \"address_type\": \"home\",\n                    \"lat\": 43.5449072,\n                    \"lng\": -79.7160843,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\",\n                    \"ec354ce8-c1d3-46dd-b85f-2bc85207adb0\"\n                ],\n                \"address_lat\": 43.5449072,\n                \"address_lng\": -79.7160843,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7fccacae-cc01-4546-b5e7-fff1b8f9bccd\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"c590ce85-598e-423a-a64a-1751dbb38a34\",\n                \"name\": \"Test Location\",\n                \"status\": \"active\",\n                \"description\": \"test location\",\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-04T17:10:08.217Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.654Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"123 Test Rd, Sompting, Lancing BN15 0EP, UK\",\n                    \"address_type\": \"office\",\n                    \"lat\": 50.8303249,\n                    \"lng\": -0.3431575,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 50.8303249,\n                \"address_lng\": -0.3431575,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c6e70435-e3ac-47d7-a686-caccd32d118d\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"8d5eb28e-5c27-4e55-9b72-37d3595f1cb7\",\n                \"name\": \"San Fransisco Office 1\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"122344\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-04-16T16:50:17.544Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.660Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"San Francisco, CA, USA\",\n                    \"address_type\": \"billing\",\n                    \"lat\": 37.7749295,\n                    \"lng\": -122.4194155,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Billing\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 37.7749295,\n                \"address_lng\": -122.4194155,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6eeacfd3-a63d-41c8-ba82-474bad9332da\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"09a9f1aa-1b49-4221-91fb-6c6b50d489c8\",\n                \"name\": \"Toronto Office\",\n                \"status\": \"active\",\n                \"description\": \"toronto office\",\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-12-11T02:15:06.366Z\",\n                \"updated_at\": \"2021-02-25T17:15:55.289Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"21 Atlantic Ave, Toronto, ON M6K 3E7, Canada\",\n                    \"address_type\": \"business\",\n                    \"lat\": 43.6370158,\n                    \"lng\": -79.4199427,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Business\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\",\n                    \"48965f35-5c78-4856-89aa-dbc12625f15e\"\n                ],\n                \"address_lat\": 43.6370158,\n                \"address_lng\": -79.4199427,\n                \"fax_number\": \"(855) 927-2351\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f078af89-52b0-4c15-be92-a650bdb9ca36\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"Alberta Location\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-05-29T15:38:07.406Z\",\n                \"updated_at\": \"2021-02-25T17:21:25.543Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"15:38\",\n                                \"end_time\": \"15:38\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c94a1477-e87f-48d0-bbeb-ceae291b5b88\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"MISS.-U/S 5\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-05-24T15:10:57.593Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.665Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"ec354ce8-c1d3-46dd-b85f-2bc85207adb0\"\n                ],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"27f43c9c-e066-4be3-85c0-f4e0adb83ce8\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"e8afda79-ea47-436c-b792-f93c276a9e89\",\n                \"name\": \"Home\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-12-14T19:26:19.120Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.671Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"21 R Atlantic Ave, Toronto, ON M6K 3E7, Canada\",\n                    \"address_type\": \"home\",\n                    \"lat\": 43.6370158,\n                    \"lng\": -79.4199427,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\",\n                    \"ec354ce8-c1d3-46dd-b85f-2bc85207adb0\"\n                ],\n                \"address_lat\": 43.6370158,\n                \"address_lng\": -79.4199427,\n                \"fax_number\": \"(855) 921-1900\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"21:41\",\n                                \"end_time\": \"21:41\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a4a825eb-b12c-4dd8-a2ef-f7ab992c4370\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"15d43e83-fce5-448c-9b39-9b50ff9622cb\",\n                \"name\": \"Boston Office\",\n                \"status\": \"active\",\n                \"description\": \"Boston \",\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-02-01T15:04:24.300Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.677Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"31 Massachusetts Ave, Boston, MA 02115, USA\",\n                    \"address_type\": \"billing\",\n                    \"lat\": 42.3502888,\n                    \"lng\": -71.0894946,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Billing\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 42.3502888,\n                \"address_lng\": -71.0894946,\n                \"fax_number\": \"9999999999\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"19:13\",\n                                \"end_time\": \"19:13\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5148d927-6a9f-49c5-9965-fde62a3d93e1\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"WALKER-GENERAL\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-06-03T20:07:54.244Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.683Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"5e5adb6d-7090-4aac-9d1b-476f9408db6a\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"7f0c2d80-766c-4132-8d5d-0b1df0fefccb\",\n                \"name\": \"New York location\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-06-24T14:17:40.943Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.688Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"10th Ave, New York, NY, USA\",\n                    \"address_type\": \"business\",\n                    \"lat\": 40.7545893,\n                    \"lng\": -73.9991464,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Business\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 40.7545893,\n                \"address_lng\": -73.9991464,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"230e744a-6a58-4b8f-b4a7-dc2519cb522c\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"231dd57f-15cf-4653-a3cc-23159a9b757d\",\n                \"name\": \"Online\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-07-09T17:11:42.502Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.693Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"York University, 4700 Keele St, Toronto, ON M3J 1P3, Canada\",\n                    \"address_type\": \"home\",\n                    \"lat\": 43.7735368,\n                    \"lng\": -79.5019411,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 43.7735368,\n                \"address_lng\": -79.5019411,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {}\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {}\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"12473130-a327-4d4b-8fae-4e3a6bebbe3f\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"aea9d023-d99f-4e4c-a5d6-db5061185fa9\",\n                \"name\": \"Ohio Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-09-24T20:13:47.443Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.698Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Ohio, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"09af5d23-a91f-4e30-8348-e4b8466b7677\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"ed4f05a3-7a8b-4e0f-8e7b-e1adb4b5de19\",\n                \"name\": \"Ohio Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-09-24T20:13:47.675Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.711Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Ohio, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"20:13\",\n                                \"end_time\": \"20:13\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8004aab5-d932-4b6f-845b-bbd5d243eab5\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"6800cb0a-7624-4776-8bee-12ee7fedbb74\",\n                \"name\": \"Orbcare\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-09-27T17:55:37.094Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.717Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"The Platina, Banjara Basthi, Jayabheri Enclave, Gachibowli, Hyderabad, Telangana 500032, India\",\n                    \"address_type\": \"home\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3096571c-44f2-4a4f-a70b-eb15994f9e34\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"7ca2fb3d-7f7d-4ed4-bc2b-717effa6dc56\",\n                \"name\": \"Orbcare\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-09-27T17:55:37.169Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.736Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"The Platina, Banjara Basthi, Jayabheri Enclave, Gachibowli, Hyderabad, Telangana 500032, India\",\n                    \"address_type\": \"home\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"33a86707-8e25-405f-ac73-5657e4c84f17\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"acbc9aa6-630d-458f-be68-36310f107774\",\n                \"name\": \"Orbcare\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-09-27T17:55:37.319Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.741Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"The Platina, Banjara Basthi, Jayabheri Enclave, Gachibowli, Hyderabad, Telangana 500032, India\",\n                    \"address_type\": \"home\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"17:55\",\n                                \"end_time\": \"17:55\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"130b6a24-c2c9-48b2-b420-9839c9a09db2\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"6d52ddea-dccf-48d2-9029-ac2e7dc9f927\",\n                \"name\": \"BG Test\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-05-12T18:53:34.340Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.747Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"3301 Lake Cypress Rd, Kenansville, FL 34739, USA\",\n                    \"address_type\": \"billing\",\n                    \"lat\": 28.0839985,\n                    \"lng\": -81.3030689,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Billing\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 28.0839985,\n                \"address_lng\": -81.3030689,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"18:53\",\n                                \"end_time\": \"18:53\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"81ed2b54-af22-4dac-82e9-1ab3c297e678\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"4e57485c-c66a-4e56-bc16-38db0b7a1c1a\",\n                \"name\": \"Test\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"(123) 123 - 1234\",\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-07-28T15:26:32.277Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.752Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"21r Atlantic Ave, Toronto, ON M6K 3E7, Canada\",\n                    \"address_type\": \"office\",\n                    \"lat\": 43.6370158,\n                    \"lng\": -79.4199427,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 43.6370158,\n                \"address_lng\": -79.4199427,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"15:26\",\n                                \"end_time\": \"15:26\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"a4b24d31-eab4-4676-b154-33a00d0d8ba8\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"4b6fa41d-39b1-4b0c-affb-e6dbb026b86b\",\n                \"name\": \"qweqweqeqe\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"(123) 131 - 2313\",\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-06-05T20:29:59.127Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.763Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"qweqweqeqeqeqeqeqe\",\n                    \"address_type\": \"office\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"1231231313\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"20:29\",\n                                \"end_time\": \"20:29\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"dd9ed68d-a0d5-4113-98de-4e01aaceefe4\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"Test\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-07-28T19:19:31.287Z\",\n                \"updated_at\": \"2020-08-13T15:37:46.768Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"19:19\",\n                                \"end_time\": \"19:19\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"40bc34e0-15b9-4997-b292-bfedab941b66\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"bf94d48f-b829-4ebf-8f39-c2e6c18579df\",\n                \"name\": \"Taco Bell\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-08-13T20:47:30.259Z\",\n                \"updated_at\": \"2020-08-13T21:32:15.664Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Tacoma, WA, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 47.2528768,\n                    \"lng\": -122.4442906,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 47.2528768,\n                \"address_lng\": -122.4442906,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"20:47\",\n                                \"end_time\": \"20:47\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"43b389bd-94d6-4733-bf29-ae8d76116f02\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"No Wait Test\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-08-13T16:46:35.995Z\",\n                \"updated_at\": \"2020-08-13T20:00:02.315Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": \"6e99a03e-56f8-4520-b585-6039b5b79eb4\",\n                \"default_form_template_name\": \"Bug Test Flipping\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"16:46\",\n                                \"end_time\": \"16:46\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f13d24f9-0d4d-45d0-a78f-9060b3d3853b\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"e2aae67e-e869-4720-9bad-a3c150bd9043\",\n                \"name\": \"San Jose Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-08-21T16:48:47.669Z\",\n                \"updated_at\": \"2020-08-21T16:48:47.669Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"San Jose, CA, USA\",\n                    \"address_type\": \"home\",\n                    \"lat\": 37.3382082,\n                    \"lng\": -121.8863286,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 37.3382082,\n                \"address_lng\": -121.8863286,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"16:48\",\n                                \"end_time\": \"16:48\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f85eab96-3b1d-4183-bc27-7a21414cc0d1\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"FireFox\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-08-27T01:56:58.762Z\",\n                \"updated_at\": \"2020-08-27T01:56:58.762Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"01:56\",\n                                \"end_time\": \"01:56\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"b53edae2-fac4-4b65-81da-07400cd83455\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"c16877f6-b7b6-47e7-8b5d-216c678daae3\",\n                \"name\": \"Adracare Steakhouse\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-08-27T20:49:12.462Z\",\n                \"updated_at\": \"2020-08-27T20:49:42.721Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"21ysy\",\n                    \"address_type\": \"home\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"20:49\",\n                                \"end_time\": \"20:49\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"eb165926-434c-41ca-b5a9-1777a3cde2a5\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"1e47f60d-2e98-4497-8ea4-cf41e0502336\",\n                \"name\": \"jayson location\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"(647) 702 - 9541\",\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-09-24T21:32:40.697Z\",\n                \"updated_at\": \"2020-09-24T21:32:40.697Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"3253 ibbetson crescent\",\n                    \"address_type\": \"business\",\n                    \"lat\": 43.5619175,\n                    \"lng\": -79.6501009,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Business\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 43.5619175,\n                \"address_lng\": -79.6501009,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"21:32\",\n                                \"end_time\": \"21:32\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"eb4549fc-0e73-4e25-aa6f-77419ddac1ea\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"asdf\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2021-01-07T14:08:50.164Z\",\n                \"updated_at\": \"2021-01-07T14:08:50.164Z\",\n                \"on_demand\": false,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"14:08\",\n                                \"end_time\": \"14:08\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"fea0026a-9a93-4cf8-9cd2-f74e37ebd56f\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"50312143-ec16-4dd4-a40f-defe4be9f56d\",\n                \"name\": \"Alberta Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2020-05-29T15:10:21.132Z\",\n                \"updated_at\": \"2021-02-25T17:21:25.551Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"Alberta, Canada\",\n                    \"address_type\": \"home\",\n                    \"lat\": 53.9332706,\n                    \"lng\": -116.5765035,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Home\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 53.9332706,\n                \"address_lng\": -116.5765035,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"15:10\",\n                                \"end_time\": \"15:10\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"d8136edf-4f17-4895-b9bd-2da2effb44f2\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"Demand\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2021-05-05T16:51:30.618Z\",\n                \"updated_at\": \"2021-05-05T16:51:30.618Z\",\n                \"on_demand\": true,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"16:51\",\n                                \"end_time\": \"16:51\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"71debced-647f-4432-abe5-35ab5b25d287\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"Adracare Location\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": \"adracare.educator@gmail.com\",\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-05-12T18:56:16.680Z\",\n                \"updated_at\": \"2021-05-06T15:39:40.078Z\",\n                \"on_demand\": true,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"(888) 344-3333\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"35335125-a96d-4b77-9ae0-cce07c5ea67a\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"ODR Loc\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": true,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": false,\n                \"created_at\": \"2021-05-06T15:39:51.823Z\",\n                \"updated_at\": \"2021-05-06T15:39:51.823Z\",\n                \"on_demand\": true,\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"15:39\",\n                                \"end_time\": \"15:39\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"2a8c848a-89f3-45f8-a701-ff196452913e\",\n                \"name\": \"Virtual\",\n                \"status\": \"active\",\n                \"description\": \"Virtual location for online appointments\",\n                \"primary_phone_number\": \"(905) 855-1907\",\n                \"email\": \"virtual-email@google.com\",\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-09-20T22:55:10.299Z\",\n                \"updated_at\": \"2021-06-03T16:57:27.027Z\",\n                \"on_demand\": true,\n                \"address\": {\n                    \"formatted_address\": \"Edmonton, AB, Canada\",\n                    \"address_type\": \"office\",\n                    \"lat\": 53.5461245,\n                    \"lng\": -113.4938229,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": \"America/Edmonton\"\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 53.5461245,\n                \"address_lng\": -113.4938229,\n                \"fax_number\": \"(855) 921-1900\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"20:10\",\n                                \"end_time\": \"20:10\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"fbc32297-da8d-43ee-a87f-10fe31ba237d"}],"id":"0e2fb4f7-57ee-4006-bd03-da53585f10b8","_postman_id":"0e2fb4f7-57ee-4006-bd03-da53585f10b8","description":""},{"name":"Online Booking","item":[{"name":"Create Public Session","id":"9d45b339-3c4e-4731-90aa-ef0d2a6f7495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"oid\": \"44786ee0-dbef-42a4-af77-ae2ebed26d53\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/public_sessions","description":"<p>A Public Session is used to manage the Patient's session through the online booking flow. The expected params are:</p>\n<p>oid: Id of the organization the booking will be for. *required</p>\n","urlObject":{"path":["apis","v2","public_sessions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c9719b39-3db3-4d5b-af05-21855f67e568","name":"Create Public Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"oid\": \"24430e8f-b45e-4c3c-9110-fe9baa3d50b2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/public_sessions"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9d45b339-3c4e-4731-90aa-ef0d2a6f7495"},{"name":"Get Public Session","id":"e189f986-13dc-4ea5-a674-5b0354973f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/public_sessions/:public_session_id?patient_id=54f0e0ce-5e2a-449b-a783-3e8abf5d9b06","description":"<p>A Public Session is used to manage the Patient's session through the online booking flow. The expected params are:</p>\n<p>public_session_id: The id of the public session.\npatient_id: the patient id to set public session for. Only needs to be passed for existing patients. *optional</p>\n","urlObject":{"path":["apis","v2","public_sessions",":public_session_id"],"host":["{{base_url}}"],"query":[{"key":"patient_id","value":"b1ba2e9d-2644-4a2c-8773-5e0e7a3b34cd"}],"variable":[{"type":"string","value":"2fe30653-baab-4db8-9b95-79078dcebfde","key":"public_session_id"}]}},"response":[{"id":"2f433b04-078b-4205-bbfb-2e0ed494df01","name":"Setup Public Session for Existing Patient","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \n    \"oid\": \"e1d1c36c-4895-4404-a160-acb523e93203\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/apis/v2/public_sessions/{public_session_id}?patient_id=ed72a51f-fc14-4d6f-87c0-36a4558f4fb3","host":["{{base_url}}"],"path":["apis","v2","public_sessions","{public_session_id}"],"query":[{"key":"patient_id","value":"a1eb6930-f724-47e6-a10f-b7bd8f2f0668"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"dbc7bc3f-9fd5-4b0b-ac09-1b60382e8747\",\n        \"type\": \"public_session\",\n        \"attributes\": {\n            \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n            \"active\": true,\n            \"timezone\": \"America/Toronto\",\n            \"expires_at\": \"2020-10-16T14:27:45.474-04:00\",\n            \"created_at\": \"2020-10-16T13:27:45.475-04:00\",\n            \"updated_at\": \"2020-10-16T13:35:08.905-04:00\"\n        }\n    }\n}"},{"id":"9db29151-6e53-4c4c-9df3-b6d69c7c22f6","name":"Get Public Session","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{ \n    \"oid\": \"e735f58b-675a-4d0d-91ab-c5d71dc492c5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/public_sessions/{public_session_id}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"cf31cefc-19aa-49fc-aa55-70e5ce6317b4\",\n        \"type\": \"public_session\",\n        \"attributes\": {\n            \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n            \"active\": true,\n            \"timezone\": null,\n            \"expires_at\": \"2020-10-16T14:36:44.706-04:00\",\n            \"created_at\": \"2020-10-16T13:36:44.708-04:00\",\n            \"updated_at\": \"2020-10-16T13:36:44.708-04:00\"\n        }\n    }\n}"}],"_postman_id":"e189f986-13dc-4ea5-a674-5b0354973f86"},{"name":"Look up Patient","id":"6f735c60-0138-46d7-b343-b69183e37635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"birth_date\":\"2020-09-29\",\n    \"oid\":\"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n    \"email\":\"user@example.com\",\n    \"health_card_number\": \"111111111\",\n    \"health_care_province\": \"ON\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/patient_lookup?oid=0a80a656-c821-4868-a0eb-45b0ad2d33f0","description":"<p>Retrieve Patient Id and timezone for an organization:\nThe following patient identifiers can be sent to retrieve the patient:</p>\n<ul>\n<li>birth_date - The birth date of the patient in format YYYY-MM-DD. * required </li>\n<li>oid - The id of the Organization that you are retrieving the patient for. *required</li>\n<li>email - E-mail of the patient. * optional</li>\n<li>health_card_number - Health card number of the patient. * optional</li>\n<li>health_care_province - Province of the patient Health Card. * optional</li>\n</ul>\n<p>To identify the patient, we need the birth date &amp; the patient's email or health card information.</p>\n","urlObject":{"path":["apis","v2","online_bookings","patient_lookup"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Organization Id</p>\n","type":"text/plain"},"key":"oid","value":"5df30fbd-da6b-46eb-be4f-411a380f8e00"}],"variable":[]}},"response":[{"id":"8bc758fc-c731-4a70-aba9-0f22a82409d4","name":"Look up Patient","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"birth_date\":\"1990-01-01\",\n    \"oid\":\"a02c6f88-762e-44bf-aeec-2e0ebbfa9a55\",\n    \"email\":\"user@example.com\",\n    \"health_card_number\":\"111111111\",\n    \"health_care_province\":\"ON\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/patient_lookup"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"patient_id\":\"f7e5d79c-e0de-4235-a123-55f27eb5007a\"\n}"}],"_postman_id":"6f735c60-0138-46d7-b343-b69183e37635"},{"name":"Get Locations","id":"c26972a7-7e90-4ed2-a489-16ae46530e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/public_locations?filter_online_booking=true&oid=80c2e045-6a4d-49dc-b7cd-c85fc134d2c7","description":"<p>Retrieve Locations for Online Booking</p>\n","urlObject":{"path":["apis","v2","public_locations"],"host":["{{base_url}}"],"query":[{"key":"filter_online_booking","value":"true"},{"key":"oid","value":"7638eefb-5381-4abc-b653-906ec3b74469"}],"variable":[]}},"response":[{"id":"724aeac1-a57d-46b0-b84c-f14f540da9ae","name":"Get Locations","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/public_locations?filter_online_booking=true&oid=9ae7951e-58ea-4914-950f-f8a5571954bc","host":["{{base_url}}"],"path":["apis","v2","public_locations"],"query":[{"key":"filter_online_booking","value":"true"},{"key":"oid","value":"83326cf1-4063-4554-ae77-b88f637fe1e5"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"71debced-647f-4432-abe5-35ab5b25d287\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": null,\n                \"name\": \"Adracare Location\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": \"adracare.educator@gmail.com\",\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-05-12T10:56:16.680-08:00\",\n                \"updated_at\": \"2020-09-17T19:24:27.082-08:00\",\n                \"address\": {},\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": null,\n                \"address_lng\": null,\n                \"fax_number\": \"(888) 344-3333\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": \"395bb541-57e9-4870-b2f7-40fff9290441\",\n                \"default_form_template_name\": \"Canadian Cannabis Clinic Medical Document\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekend\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"weekdays\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sat\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            },\n                            \"sun\": {\n                                \"start_time\": \"18:56\",\n                                \"end_time\": \"18:56\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8ee702b5-1d26-4575-9a18-aeb9ea0bf896\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"a260cc6d-e831-4de5-a922-843ccee2286f\",\n                \"name\": \"LA Office\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": \"1234567890\",\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-03-05T13:07:39.377-09:00\",\n                \"updated_at\": \"2020-08-13T10:55:22.565-08:00\",\n                \"address\": {\n                    \"formatted_address\": \"STAPLES Center, 1111 S Figueroa St, Los Angeles, CA 90015, USA\",\n                    \"address_type\": \"office\",\n                    \"lat\": 34.0430058,\n                    \"lng\": -118.2673597,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [\n                    \"a8538a7b-7dfb-4054-aa41-bee8538e2d9f\"\n                ],\n                \"address_lat\": 34.0430058,\n                \"address_lng\": -118.2673597,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": \"5da9c43c-0ff6-4b69-8ee1-66c0a32b15d5\",\n                \"default_form_template_name\": \"QA Testing Form\",\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"18:55\",\n                                \"end_time\": \"18:55\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"c26972a7-7e90-4ed2-a489-16ae46530e68"},{"name":"Get Location Healthcare Services","id":"b0fbb448-71b1-4952-a98f-5bfbe1c75db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/public_locations/:location_id/healthcare_services?oid=b363cc79-72bb-4796-b06a-e15f0a8694a5&patient_type={{patient_type}}","description":"<p>Get Healthcare Services that can be booked for a given location. It expects the following params to be present:</p>\n<ul>\n<li>oid: Organization Id of the Healthcare Services. *required</li>\n<li>patient_type: Type of booking patient. It can have the following values <strong>existing</strong> or <strong>new</strong>. *required</li>\n</ul>\n","urlObject":{"path":["apis","v2","public_locations",":location_id","healthcare_services"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Organization Id</p>\n","type":"text/plain"},"key":"oid","value":"abf81e6b-eb71-429b-aa51-8ec2e890e807"},{"key":"patient_type","value":"{{patient_type}}"}],"variable":[{"type":"string","value":"1ff6bd2e-69b5-4d89-b0d5-c1c18ee888ac","key":"location_id"}]}},"response":[{"id":"4792149e-f5a4-49fe-92df-252ff7a07231","name":"Get Location Healthcare Services","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/public_locations/{{location_id}}/healthcare_services?oid=c85dc6a7-f463-4183-980d-33a65ab140d3&patient_type={{patient_type}}","host":["{{base_url}}"],"path":["apis","v2","public_locations","{{location_id}}","healthcare_services"],"query":[{"key":"oid","value":"c29ea8e6-db3f-4d10-9984-3e72826a46eb","description":"Organization Id"},{"key":"patient_type","value":"{{patient_type}}","description":"Optional (returns HCSs for both patient types)"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"882dfd49-5172-40a0-994a-0804723dffbe\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Séance de thérapie supplémentaire\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"patient_instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-10-10T13:04:56.259-08:00\",\n                \"updated_at\": \"2019-11-25T13:46:13.501-09:00\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": \"0.0\"\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"58d79071-c56c-4d67-89bd-280f80a127d0\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Other\",\n                \"description\": \"\",\n                \"service_type_id\": \"57940ce8-0fc6-4658-a1a0-19463bd25ec1\",\n                \"patient_instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-10-10T13:04:56.062-08:00\",\n                \"updated_at\": \"2020-08-06T07:54:56.749-08:00\",\n                \"service_type_label\": \"Aged Care Assessment\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": null\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e523df96-8eba-49f2-8c70-809fe6367d70\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 45,\n                \"name\": \"Psychiatry Assessment\",\n                \"description\": \"Description text for dsicovery\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"patient_instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3888f54b-5641-4263-a3ab-9e974d711602\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-10-10T13:04:56.002-08:00\",\n                \"updated_at\": \"2020-09-14T05:36:52.628-08:00\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": \"02\",\n                \"price_amount\": null\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"493fcbe7-e336-4b9f-9d27-a616dd63d06b\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"New app\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"patient_instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2018-11-06T11:54:57.512-09:00\",\n                \"updated_at\": \"2018-11-06T11:54:57.512-09:00\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\"\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"0dec5c4e-abf8-427f-a1c6-9405c811b36b\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 20,\n                \"name\": \"test\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"patient_instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2019-01-07T10:20:15.563-09:00\",\n                \"updated_at\": \"2019-01-07T10:20:15.563-09:00\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\"\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"b0fbb448-71b1-4952-a98f-5bfbe1c75db3"},{"name":"Get Available Appointment Timeslots","id":"0ccd574f-aa48-42fd-bca1-07888554563e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/public_locations/:location_id/providers_availability?oid=7c95f595-19a4-4414-ae34-28a90c8255b3&start={{start_time}}&end={{end_time}}&healthcare_service_id=fb79bcfa-0a6c-464a-8a83-824d82c2586d&provider_id=cab15a8a-d502-4b51-a087-80b70c34ae28&province=","description":"<p>Get available timeslots for a given location and healthcare service. The following params can be sent:</p>\n<ul>\n<li>healthcare_service_id: Booking Healthcare Service. *required</li>\n<li>oid: Organization Id. *required</li>\n<li>start: Timestamp for the start of the time range to retrieve available timeslots. The format needs to be in <strong>YYYY-MM-DDTHH:MM:SS Z</strong>. *required</li>\n<li>end: Timestamp for the end of the time range to retrieve available timeslots. The format needs to be in <strong>YYYY-MM-DDTHH:MM:SS Z</strong>. *required</li>\n</ul>\n","urlObject":{"path":["apis","v2","public_locations",":location_id","providers_availability"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Organization Id</p>\n","type":"text/plain"},"key":"oid","value":"4b4fc498-06f1-444c-aa83-fa729c3dbfc6"},{"key":"start","value":"{{start_time}}"},{"key":"end","value":"{{end_time}}"},{"key":"healthcare_service_id","value":"c9e61793-11fa-425f-b28c-3ee68ab0b4bd"},{"description":{"content":"<p>Provider Account Id (optional)</p>\n","type":"text/plain"},"key":"provider_id","value":"c14bcc93-bc32-4add-b34d-70e986a19477"},{"description":{"content":"<p>Billing Province Code (optional)</p>\n","type":"text/plain"},"key":"province","value":""}],"variable":[{"type":"string","value":"f87e86ae-19ae-4021-b406-2c4fe7b436ff","key":"location_id"}]}},"response":[{"id":"47fac223-57fd-48f3-b792-288576f23795","name":"Get Available Appointment Timeslots","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/public_locations/{location_id}/providers_availability?oid=acddc40a-ef96-4714-b492-ceffd23e82bd&start={{start_time}}&end={{end_time}}&healthcare_service_id=62a23b5f-5daf-49d2-aa80-a45545d6b2a6","host":["{{base_url}}"],"path":["apis","v2","public_locations","{location_id}","providers_availability"],"query":[{"key":"oid","value":"55f7e274-57bd-49cb-8546-823597b33a49","description":"Organization Id"},{"key":"start","value":"{{start_time}}"},{"key":"end","value":"{{end_time}}"},{"key":"healthcare_service_id","value":"fd7ddc73-7fea-465e-baa7-5025c4e00855"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"8992b012-f880-4c6b-b036-e4847f9e6fc3\",\n            \"type\": \"availability\",\n            \"attributes\": {\n                \"healthcare_service_id\": \"c28a0252-8231-458f-b555-fc9b99817c36\",\n                \"is_online\": true,\n                \"location_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n                \"start_time\": \"2020-09-30T13:00:00+00:00\",\n                \"end_time\": \"2020-09-30T13:15:00+00:00\",\n                \"id\": \"564cdf67-5c74-4f1f-b86e-d0bf3d5787b0\"\n            }\n        },\n        {\n            \"id\": \"333909c2-bb38-4564-91ca-a4ac9d4f8998\",\n            \"type\": \"availability\",\n            \"attributes\": {\n                \"healthcare_service_id\": \"c28a0252-8231-458f-b555-fc9b99817c36\",\n                \"is_online\": true,\n                \"location_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n                \"start_time\": \"2020-09-30T13:15:00+00:00\",\n                \"end_time\": \"2020-09-30T13:30:00+00:00\",\n                \"id\": \"e816687d-6103-4b0b-b468-2c8cb8081b70\"\n            }\n        },\n        {\n            \"id\": \"9fb4d46d-ce58-495b-90da-25c01fadb66f\",\n            \"type\": \"availability\",\n            \"attributes\": {\n                \"healthcare_service_id\": \"c28a0252-8231-458f-b555-fc9b99817c36\",\n                \"is_online\": true,\n                \"location_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n                \"start_time\": \"2020-09-30T13:30:00+00:00\",\n                \"end_time\": \"2020-09-30T13:45:00+00:00\",\n                \"id\": \"6927c7d1-cb28-4438-aa5f-569f7aa8543a\"\n            }\n        },\n        {\n            \"id\": \"82302ff0-70d1-4fe1-9524-09edfe81daf4\",\n            \"type\": \"availability\",\n            \"attributes\": {\n                \"healthcare_service_id\": \"c28a0252-8231-458f-b555-fc9b99817c36\",\n                \"is_online\": true,\n                \"location_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"provider_id\": \"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n                \"start_time\": \"2020-09-30T13:45:00+00:00\",\n                \"end_time\": \"2020-09-30T14:00:00+00:00\",\n                \"id\": \"77145a33-48bc-45fb-a780-5590dc16e98e\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0ccd574f-aa48-42fd-bca1-07888554563e"},{"name":"Get Pharmacies","id":"d8849b20-2875-43a0-8920-31b89daf79cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_bookings/pharmacy_records?oid=db75c35b-490c-43e4-a393-093909eb5881&page=479&limit=820","description":"<p>Retrieve Pharmacies for the Organization. The following params are expected:</p>\n<ul>\n<li>oid: Organization to retrieve Pharmacies for. *required</li>\n<li>page: Pagination, page size is set to 10. The param defaults to 1. *optional</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_bookings","pharmacy_records"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"54041580-bb78-4612-a65b-aeb17529b493"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":"917"},{"description":{"content":"<p>Optional (default value 10)</p>\n","type":"text/plain"},"key":"limit","value":"80"}],"variable":[]}},"response":[{"id":"243b2e04-0845-44f2-8c50-ab05f0d235f9","name":"Retreive Pharmacies","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_bookings/pharmacy_records?oid=690da285-6f20-4fbb-a5ed-00d027cc8d48&page=110","host":["{{base_url}}"],"path":["apis","v2","online_bookings","pharmacy_records"],"query":[{"key":"oid","value":"c3d72c2c-7246-43a4-991c-5fed80b0ac3c"},{"key":"page","value":"869"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7fee0075-d1e0-4318-a07a-fe5335519e3d\",\n            \"type\": \"provider_record\",\n            \"attributes\": {\n                \"first_name\": null,\n                \"last_name\": null,\n                \"created_at\": \"2020-08-28T13:48:14.451-04:00\",\n                \"updated_at\": \"2020-08-28T13:48:14.451-04:00\",\n                \"salutation\": null,\n                \"billing_code\": \"\",\n                \"full_name\": \"\",\n                \"is_external\": true,\n                \"formatted_address\": \"Jokkmokk, Sweden\",\n                \"apt_suite_unit\": null,\n                \"phone_number\": \"(111) 111 - 1111\",\n                \"fax_number\": \"(111) 111 - 1111\",\n                \"company_name\": \"Joke Pharmacy\",\n                \"provider_type\": \"pharmacy\",\n                \"organization_name\": null\n            }\n        },\n        {\n            \"id\": \"5f9aaf84-253f-4f46-92b3-207790475af2\",\n            \"type\": \"provider_record\",\n            \"attributes\": {\n                \"first_name\": null,\n                \"last_name\": null,\n                \"created_at\": \"2020-08-28T13:49:23.759-04:00\",\n                \"updated_at\": \"2020-08-28T13:49:23.759-04:00\",\n                \"salutation\": null,\n                \"billing_code\": \"\",\n                \"full_name\": \"\",\n                \"is_external\": true,\n                \"formatted_address\": \"Jokkmokk, Sweden\",\n                \"apt_suite_unit\": null,\n                \"phone_number\": \"(111) 111 - 1111\",\n                \"fax_number\": \"(111) 111 - 1111\",\n                \"company_name\": \"yy\",\n                \"provider_type\": \"pharmacy\",\n                \"organization_name\": null\n            }\n        },\n        {\n            \"id\": \"c4cf95f9-99a0-4393-8db7-39197141aeaa\",\n            \"type\": \"provider_record\",\n            \"attributes\": {\n                \"first_name\": null,\n                \"last_name\": null,\n                \"created_at\": \"2020-08-28T19:09:05.764-04:00\",\n                \"updated_at\": \"2020-08-28T19:09:05.764-04:00\",\n                \"salutation\": null,\n                \"billing_code\": \"\",\n                \"full_name\": \"\",\n                \"is_external\": true,\n                \"formatted_address\": \"21R Atlantic Ave, Toronto, ON M6K 3E7, Canada\",\n                \"apt_suite_unit\": null,\n                \"phone_number\": \"(123) 123 - 1232\",\n                \"fax_number\": \"(123) 123 - 1231\",\n                \"company_name\": \"Test\",\n                \"provider_type\": \"pharmacy\",\n                \"organization_name\": null\n            }\n        },\n        {\n            \"id\": \"a1f8c0cb-4730-40ae-a935-f0652140fb8c\",\n            \"type\": \"provider_record\",\n            \"attributes\": {\n                \"first_name\": null,\n                \"last_name\": null,\n                \"created_at\": \"2020-09-09T15:37:07.304-04:00\",\n                \"updated_at\": \"2020-09-09T15:37:07.304-04:00\",\n                \"salutation\": null,\n                \"billing_code\": \"\",\n                \"full_name\": \"\",\n                \"is_external\": true,\n                \"formatted_address\": null,\n                \"apt_suite_unit\": null,\n                \"phone_number\": null,\n                \"fax_number\": null,\n                \"company_name\": \"KristinaTest28\",\n                \"provider_type\": \"pharmacy\",\n                \"organization_name\": \"34989kdldk\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": null,\n        \"prev_page\": null,\n        \"total_pages\": 1,\n        \"total_count\": 4\n    }\n}"}],"_postman_id":"d8849b20-2875-43a0-8920-31b89daf79cd"},{"name":"Get External Providers","id":"8970c19b-b78d-4210-a3fa-0d9dd17844af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_bookings/provider_records?oid=a344d323-63a0-43dd-9f1a-ac43f3401b11&page=409&limit=341","description":"<p>Retrieve External Providers for the Organization. The following params are expected:</p>\n<ul>\n<li>oid: Organization to retrieve Pharamcies for. *required</li>\n<li>page: Pagination, page size is set to 10. The param defaults to 1. *optional</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_bookings","provider_records"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"409480db-cf6c-4ca4-b1ba-7dfe35b94a0c"},{"key":"page","value":"566"},{"description":{"content":"<p>Optional (default value 10)</p>\n","type":"text/plain"},"key":"limit","value":"932"}],"variable":[]}},"response":[{"id":"782b5680-c0cf-4424-b3b3-17c12dd56cad","name":"Retreive External Providers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_bookings/provider_records?oid=e206ea35-159a-4042-b3e9-2ffe8f68a95a&page=762","host":["{{base_url}}"],"path":["apis","v2","online_bookings","provider_records"],"query":[{"key":"oid","value":"b7e61ae6-bd2d-4206-aecb-eddf4088dd96"},{"key":"page","value":"6"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":[\n      {\n         \"id\":\"c952f8ca-5be7-47b9-bc2d-b52f98be6128\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":null,\n            \"last_name\":null,\n            \"created_at\":\"2019-11-04T15:12:58.224-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.463-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"\",\n            \"is_external\":true,\n            \"formatted_address\":null,\n            \"apt_suite_unit\":null,\n            \"phone_number\":null,\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"8663e90a-d648-4f0a-a26e-97b1a0170fd8\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":null,\n            \"last_name\":null,\n            \"created_at\":\"2019-11-07T13:52:28.262-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.470-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"\",\n            \"is_external\":true,\n            \"formatted_address\":null,\n            \"apt_suite_unit\":null,\n            \"phone_number\":null,\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"453c2ba0-a164-471c-927c-1a2e4a8ebbdd\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":null,\n            \"last_name\":null,\n            \"created_at\":\"2019-11-11T13:37:21.874-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.481-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"\",\n            \"is_external\":true,\n            \"formatted_address\":null,\n            \"apt_suite_unit\":null,\n            \"phone_number\":null,\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"08f046d1-cc10-4b36-8ddb-0736a6a94b40\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"rasafds\",\n            \"last_name\":\"sadsfd\",\n            \"created_at\":\"2019-11-11T14:17:09.532-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.488-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"rasafds sadsfd\",\n            \"is_external\":true,\n            \"formatted_address\":null,\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(514) 546 - 6813\",\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"1d34ad48-2851-4d26-adb5-65cb4209c42c\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"as\",\n            \"last_name\":\"hj\",\n            \"created_at\":\"2019-11-11T14:59:14.273-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.495-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"as hj\",\n            \"is_external\":true,\n            \"formatted_address\":\"123 William St, New York, NY 10038, USA\",\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(723) 727 - 3712\",\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"476a529d-fee7-4b4f-b6a0-eb1fdbbf097f\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"kjn\",\n            \"last_name\":\"kj\",\n            \"created_at\":\"2019-11-11T16:14:06.152-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.502-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"kjn kj\",\n            \"is_external\":true,\n            \"formatted_address\":\"12340 Boggy Creek Rd, Orlando, FL 32824, USA\",\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(121) 349 - 5959\",\n            \"fax_number\":\"(___) ___ - ____\",\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"9091e94a-5979-4baf-b3d6-c5b48c6b1e3c\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"czvc \",\n            \"last_name\":\"bb\",\n            \"created_at\":\"2019-11-11T16:16:52.391-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.509-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"czvc  bb\",\n            \"is_external\":true,\n            \"formatted_address\":null,\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(615) 151 - 2521\",\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"2b1b40f9-2a2e-4378-b9a4-7138761e7582\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"nbdhashd\",\n            \"last_name\":\"njasdjas\",\n            \"created_at\":\"2019-11-11T16:22:56.334-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.516-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"nbdhashd njasdjas\",\n            \"is_external\":true,\n            \"formatted_address\":null,\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(213) 123 - 0120\",\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"6e4becdf-e775-4559-9a65-23dae44f0460\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"adaQ\",\n            \"last_name\":\"SADA1\",\n            \"created_at\":\"2019-11-11T16:27:46.738-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.531-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"adaQ SADA1\",\n            \"is_external\":true,\n            \"formatted_address\":\"Eleuterio Ramírez 852, Santiago, Región Metropolitana, Chile\",\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(121) 232 - 1312\",\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      },\n      {\n         \"id\":\"effc85ac-90a0-49fa-a3a4-3319c9ea5bd6\",\n         \"type\":\"provider_record\",\n         \"attributes\":{\n            \"first_name\":\"ram\",\n            \"last_name\":\"ram\",\n            \"created_at\":\"2019-11-11T17:03:13.951-05:00\",\n            \"updated_at\":\"2020-08-28T11:10:08.547-04:00\",\n            \"salutation\":null,\n            \"billing_code\":\"\",\n            \"full_name\":\"ram ram\",\n            \"is_external\":true,\n            \"formatted_address\":\"312 W 34th St, New York, NY 10001, USA\",\n            \"apt_suite_unit\":null,\n            \"phone_number\":\"(213) 123 - 1231\",\n            \"fax_number\":null,\n            \"company_name\":null,\n            \"provider_type\":\"doctor\",\n            \"organization_name\":null\n         }\n      }\n   ],\n   \"meta\":{\n      \"current_page\":2,\n      \"next_page\":3,\n      \"prev_page\":1,\n      \"total_pages\":7,\n      \"total_count\":64\n   }\n}"}],"_postman_id":"8970c19b-b78d-4210-a3fa-0d9dd17844af"},{"name":"Create External Doctor or Pharmacy","id":"c040a8d6-34ed-4d23-b045-41c734691ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"company_name\":\"Shoppers Drugmart Oakville\",\n   \"organization_name\":\"Shoppers\",\n   \"phone_number\":\"(647) 777 - 1111\",\n   \"fax_number\":\"(905) 555 - 0000\",\n   \"formatted_address\":\"500 King St W, Toronto, ON M5V 1L8, Canada\",\n   \"oid\":\"67293eeb-ea63-4ee6-9862-5d99d0169fb7\",\n   \"provider_type\":\"doctor\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/external_provider","description":"<p>Create an External Doctor or a Pharmacy for an Organization. The following params are expected:</p>\n<ul>\n<li>oid: Organization to create an external doctor or a pharmacy record for. *required</li>\n<li>provider_type: Type of provider, valid values are <strong>doctor</strong> or <strong>pharmacy</strong>. *required </li>\n<li>phone_number: Phone number of Pharmacy, format (xxx) xxx - xxxx.</li>\n<li>fax_number: Fax number of Pharmacy, format (xxx) xxx - xxxx.</li>\n<li>formatted_address: Address of Pharamcy, format Street Address, City, Prov PostalCode, Country.</li>\n<li>company_name: Name of the Pharmacy.</li>\n<li>organization_name: Name of the Organization of the Pharmacy, e.g. Loblaw Companies.</li>\n</ul>\n<p>Doctor Only Fields:</p>\n<ul>\n<li>first_name: First name of Doctor</li>\n<li>last_name: Last name of Doctor</li>\n</ul>\n<p>The following params are required when provider_type is <strong>doctor</strong>:</p>\n<ul>\n<li>first_name</li>\n<li>last_name</li>\n<li>fax_number</li>\n</ul>\n<p>The following params are required when provider_type is <strong>pharmacy</strong>:</p>\n<ul>\n<li>company_name</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_bookings","external_provider"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"09b483af-98b6-45e2-8789-1cfb043bbd6d","name":"Create External Pharmacy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"company_name\":\"Shoppers Drugmart Oakville\",\n   \"organization_name\":\"Shoppers\",\n   \"phone_number\":\"(647) 777 - 1111\",\n   \"fax_number\":\"(905) 555 - 0000\",\n   \"formatted_address\":\"500 King St W, Toronto, ON M5V 1L8, Canada\",\n   \"oid\":\"6e59757f-f6a1-434c-b91c-2098219cd911\",\n   \"provider_type\":\"doctor\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/external_provider"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"90bac63d-430f-430a-98b6-aa2ca4f2fb60\",\n      \"type\":\"provider_record\",\n      \"attributes\":{\n         \"first_name\":null,\n         \"last_name\":null,\n         \"created_at\":\"2020-09-30T08:43:38.024-04:00\",\n         \"updated_at\":\"2020-09-30T08:43:38.024-04:00\",\n         \"salutation\":null,\n         \"billing_code\":\"\",\n         \"full_name\":\"\",\n         \"is_external\":true,\n         \"formatted_address\":\"500 King St W, Toronto, ON M5V 1L8, Canada\",\n         \"apt_suite_unit\":null,\n         \"phone_number\":\"(647) 777 - 1111\",\n         \"fax_number\":\"(905) 555 - 0000\",\n         \"company_name\":\"Shoppers Drugmart Oakville\",\n         \"provider_type\":\"pharmacy\",\n         \"organization_name\":\"Shoppers\"\n      }\n   }\n}"},{"id":"78b05a53-e042-4e09-964c-a07764d21cc4","name":"Create External Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"first_name\": \"John\",\n   \"last_name\": \"Doe\",\n   \"company_name\":\"Shoppers Drugmart Oakville\",\n   \"organization_name\":\"Shoppers\",\n   \"phone_number\":\"(647) 777 - 1111\",\n   \"fax_number\":\"(905) 555 - 0000\",\n   \"formatted_address\":\"500 King St W, Toronto, ON M5V 1L8, Canada\",\n   \"oid\":\"96f93d51-b3b8-4173-9a65-244baa0bd9dd\",\n   \"provider_type\":\"doctor\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/external_provider"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"d76c74ca-247b-4009-a415-868848e39de2\",\n        \"type\": \"provider_record\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"created_at\": \"2020-09-30T04:52:04.249-08:00\",\n            \"updated_at\": \"2020-09-30T04:52:04.249-08:00\",\n            \"salutation\": null,\n            \"billing_code\": \"\",\n            \"full_name\": \"John Doe\",\n            \"is_external\": true,\n            \"formatted_address\": \"129 N Park Blvd, Oakville, ON L6M 4J9, Canada\",\n            \"apt_suite_unit\": null,\n            \"phone_number\": \"6477012691\",\n            \"fax_number\": \"(222) 222 - 2222\",\n            \"company_name\": null,\n            \"provider_type\": \"doctor\",\n            \"organization_name\": null\n        }\n    }\n}"}],"_postman_id":"c040a8d6-34ed-4d23-b045-41c734691ce4"},{"name":"Reserve Appointment Timeslot","id":"6618a392-8853-4cb0-968d-bc506fdcd4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"start_date_time\":\"2020-09-30T10:30:00-04:00\",\n   \"end_date_time\":\"2020-09-30T10:45:00-04:00\",\n   \"location_id\":\"d01e77f6-10ad-45a3-9aff-9b630812ca29\",\n   \"provider_id\":\"e464d481-4a2c-4df6-8262-d703a2bb616d\",\n   \"oid\":\"c464821c-7b96-4944-92f3-c53529f314bb\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/reserve_timeslot","description":"<p>Reserve Appointment Timeslot for Patient for Online Booking. The following params are expected:</p>\n<ul>\n<li>start_date_time: Start Time for reserved appointment timeslot. *required</li>\n<li>end_date_time: End Time for reserved appointment timeslot. *required</li>\n<li>timezone: Timezone for the appointment. *required</li>\n<li>oid: Organization Id to book an appointment for. *required</li>\n<li>provider_account_id: Provider Account Id, can be retrieved from Available Timeslots. *required</li>\n<li>public_session_id: The public session being used for the booking. *required</li>\n<li>provider_id: Provider Id for Associated Provider Account, can be retrieved from Available Timeslots. *required</li>\n<li>location_id: Booking Location. *required</li>\n<li>healthcare_service_id: Booking Healthcare Service. *required</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_bookings","reserve_timeslot"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9020c921-84cf-4087-ac9b-f5d9999b536b","name":"Reserve Appointment Timeslot","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"start_date_time\":\"2020-09-30T10:30:00-04:00\",\n   \"end_date_time\":\"2020-09-30T10:45:00-04:00\",\n   \"room_id\":\"\",\n   \"location_id\":\"51f663bf-b2aa-4c35-b837-95ea384ea4d3\",\n   \"healthcare_service_id\":\"afda0a53-25f3-4965-8555-bfdd5161ee1e\",\n   \"provider_account_id\":\"c164b0f5-e012-421a-8fa7-584c2d5a9920\",\n   \"provider_id\":\"1ba0102c-f152-42e0-8057-f9bf728ff273\",\n   \"timezone\":\"America/Toronto\",\n   \"oid\":\"8401b2f7-9423-4fa0-9642-dc54d6525d6a\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/reserve_timeslot"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"41375f64-5f76-428b-a712-63d3b6e61cd0\",\n      \"type\":\"reserved_timeslot\",\n      \"attributes\":{\n         \"organization_id\":\"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n         \"provider_id\":\"29a00e07-326d-435c-9859-7c5da33f6ab0\",\n         \"start_date_time\":\"2020-09-30T09:00:00.000-08:00\",\n         \"end_date_time\":\"2020-09-30T09:15:00.000-08:00\",\n         \"created_at\":\"2020-09-29T08:57:38.165-08:00\",\n         \"updated_at\":\"2020-09-29T08:57:38.165-08:00\"\n      }\n   }\n}"}],"_postman_id":"6618a392-8853-4cb0-968d-bc506fdcd4ff"},{"name":"Request Appointment for New Patient","id":"2e1050c3-9b79-423d-b416-2d4e570a78df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"first_name\":\"John\",\n   \"last_name\":\"Doe\",\n   \"birth_date\":\"2000-01-01\",\n   \"email\":\"john@example.com\",\n   \"gender\":\"male\",\n   \"language\":\"en\",\n   \"formatted_address\":\"129 North Park Boulevard, Oakville, ON, Canada\",\n   \"phone_number\":\"(647) 111 - 0126\",\n   \"health_card_number\": \"1111111111\",\n   \"version_code\": \"JP\",\n   \"referral_source\": \"Family Doctor\",\n   \"emergency_description\": \"John, Doe, Father\",\n   \"emergency_phone_number\": \"(647) 222 - 0126\",\n   \"location_id\":\"8612bf2d-d006-4256-a3da-5cd0119a7afe\",\n   \"public_session_id\": \"395d9226-51ea-4464-9063-4f517531f6ea\",\n   \"existing_condition\": \"Existing Condition of the Patient\",\n   \"reason\":\"Test\",\n   \"healthcare_service_id\":\"be55a80d-eba2-4063-bf4b-569c21c63d70\",\n   \"start_date_time\":\"2020-09-30T10:45:00-04:00\",\n   \"end_date_time\":\"2020-09-30T11:00:00-04:00\",\n   \"room_id\":\"\",\n   \"provider_account_id\":\"651e1eb0-2b27-40f5-8ea8-1da8274de87c\",\n   \"provider_id\":\"3aa0a74e-13fa-42ed-9f0c-3b9da0430029\",\n   \"timezone\":\"America/Toronto\",\n   \"oid\":\"c833ca6a-7aca-4cf7-8fe5-c14293efee4f\",\n   \"reserved_timeslot_id\":\"60554655-aca9-4539-ad34-54b578ba70e2\",\n   \"is_email_consented\": true,\n   \"is_sms_consented\": true,\n   \"signature\":\"data:image/png;base64,iVBOR...\",\n   \"meta\":{\n      \"pharmacy_id\":\"662db91a-ab4a-48f5-955b-c32896ae4c9b\",\n      \"referring_physician_id\": \"8ea1fead-3952-4914-8583-57b7290c8bdf\",\n      \"veteran_id\": \"XXXXXX\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/appointment","description":"<p>Create an Appointment Request for a new patient. The following params are expected:</p>\n<ul>\n<li>start_date_time: Start Time for reserved appointment timeslot. *required</li>\n<li>end_date_time: End Time for reserved appointment timeslot. *required</li>\n<li>timezone: Timezone for the appointment. *required</li>\n<li>first_name: First Name of the Patient. *required</li>\n<li>last_name: Last Name of the Patient. *required</li>\n<li>email: Email of the Patient. *required</li>\n<li>phone_number: Phone Number of the Patient. *required</li>\n<li>formatted_address: Address of the Patient, the address should follow the structure of Street Address, City, Province, Country. *required</li>\n<li>health_card_number: The health card number of the Patient. *optional</li>\n<li>version_code: The version code the Patient's health card. *optional</li>\n<li>emergency_description: Emergency Contact of Patient, It is suggested to follow the structure (First Name, Last Name, Relationship). *optional</li>\n<li>emergency_phone_number: Phone number of Patient's Emergency Contact. *optional</li>\n<li>reason: Reason for Patient's Booking. *required</li>\n<li>existing_condition: Patient's existing conditon. *optional</li>\n<li>oid: Organization Id to book an appointment for. *required</li>\n<li>provider_account_id: Provider Account Id, can be retrieved from Timeslot. *required</li>\n<li>provider_id: Provider Id for Associated Provider Account, can be retrieved from Timeslot. *required</li>\n<li>location_id: Location the Patient is scheduling an appointment for, can be retreived from Get Locations. *required</li>\n<li>public_session_id: The public session used for the booking. *required</li>\n<li>healthcare_service_id: Healthcare Service the Patient is scheduling an appointment for, can be retreived from Get Location Healthcare Services. *required</li>\n<li>reserved_timeslot_id: Reserved Timeslot the Patient is booking, can be created with Reserve Appointment Timeslot. *required</li>\n<li>signature: Patient Signature in DataURI format. *optional</li>\n<li>meta.pharmacy_id: Patient's choice of Pharmacy, can be retreived from Get Pharmacies or created with Create External Doctor or Pharmacy. *optional</li>\n<li>meta.referring_physician_id: Patient's Referring Provider, can be retreived from Get External Providers or created with Create External Doctor or Pharmacy. *optional</li>\n<li>meta.veteran_id: Patient's Veteran Id. *optional</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_bookings","appointment"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"49732a9d-2103-4ee1-8533-57543cb7bf40","name":"Request Appointment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"first_name\":\"John\",\n   \"last_name\":\"Doe\",\n   \"email\":\"john@example.com\",\n   \"formatted_address\":\"129 North Park Boulevard, Oakville, ON, Canada\",\n   \"phone_number\":\"(647) 111 - 0126\",\n   \"birth_date\":\"2000-01-01\",\n   \"gender\":\"male\",\n   \"language\":\"en\",\n   \"location_id\":\"0d15d464-76e7-43c8-af3c-03563fcb4452\",\n   \"reason\":\"Test\",\n   \"healthcare_service_id\":\"3016989f-1ff8-40dd-8f93-fc1ce7809df0\",\n   \"start_date_time\":\"2020-09-30T10:45:00-04:00\",\n   \"end_date_time\":\"2020-09-30T11:00:00-04:00\",\n   \"room_id\":\"\",\n   \"provider_account_id\":\"4003cf2c-521b-4dcc-9d79-daf1248a9042\",\n   \"provider_id\":\"c615a8a5-0bc1-4d1c-a221-86b3c5d392a9\",\n   \"timezone\":\"America/Toronto\",\n   \"oid\":\"372e564e-8ab8-4cee-b2cc-40ad80772b40\",\n   \"reserved_timeslot_id\":\"61889ae4-9f95-44e0-83a8-64d1928e7e95\",\n   \"is_email_consented\": true,\n   \"is_sms_consented\": true,\n   \"signature\":\"data:image/png;base64,iVBOR...\",\n   \"meta\":{\n      \"pharmacy_id\":\"f2a7220b-9d8f-483b-8dc0-7685a150b810\",\n      \"referring_physician_id\": \"6d7a8ede-34b3-43df-b8dc-d8ba45dae8b1\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/appointment"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"8cb3955d-001c-4b28-84a2-24a6b2686b13\",\n        \"type\": \"appointment_secure\",\n        \"attributes\": {\n            \"online\": true,\n            \"patient_account_id\": \"7b683e69-03f7-41c3-b404-292d50cb7b29\",\n            \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n            \"reason\": \"Test\",\n            \"start_date_time\": \"Wednesday, September 30, 2020 @ 11:45 am (EDT)\",\n            \"online_booking_post_instruction\": null,\n            \"location_phone_number\": null,\n            \"provider_time_zone\": \"America/Toronto\",\n            \"patient_time_zone\": \"America/Toronto\",\n            \"location_address\": {\n                \"id\": \"2a8c848a-89f3-45f8-a701-ff196452913e\",\n                \"formatted_address\": \"Edmonton, AB, Canada\",\n                \"lat\": 53.5461245,\n                \"lng\": -113.4938229,\n                \"address_type\": \"office\",\n                \"primary\": false,\n                \"mappable_type\": \"Location\",\n                \"mappable_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"discarded_at\": null,\n                \"created_at\": \"2020-08-13T14:32:31.959-04:00\",\n                \"updated_at\": \"2020-09-09T17:40:03.450-04:00\",\n                \"apt_suite_unit\": null,\n                \"google_address\": \"Edmonton, AB, Canada\",\n                \"google_geo\": {\n                    \"ll\": \"53.5461245,-113.4938229\",\n                    \"tz\": \"America/Edmonton\",\n                    \"lat\": 53.5461245,\n                    \"lng\": -113.4938229,\n                    \"zip\": null,\n                    \"city\": \"Edmonton\",\n                    \"state\": \"AB\",\n                    \"is_us?\": false,\n                    \"success\": true,\n                    \"district\": \"Division No. 11\",\n                    \"provider\": \"google\",\n                    \"precision\": \"city\",\n                    \"block_fips\": null,\n                    \"state_fips\": null,\n                    \"sub_premise\": null,\n                    \"country_code\": \"CA\",\n                    \"full_address\": \"Edmonton, AB, Canada\",\n                    \"district_fips\": null,\n                    \"street_address\": null\n                }\n            },\n            \"formatted_address\": \"Online\",\n            \"organization_name\": \"Orbcare\",\n            \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n            \"status_code\": \"BOOKED\"\n        }\n    }\n}"}],"_postman_id":"2e1050c3-9b79-423d-b416-2d4e570a78df"},{"name":"Request Appointment for Existing Patient","id":"a769e45e-965e-42da-98e5-dc4ff4ec2550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"location_id\":\"338bd586-5429-494e-9d25-500115b18193\",\n   \"public_session_id\": \"94d2794f-0449-4662-8902-8619716a51b8\",\n   \"healthcare_service_id\":\"87df582d-5a91-4008-8244-643da883f91f\",\n   \"start_date_time\":\"2020-09-30T10:45:00-04:00\",\n   \"end_date_time\":\"2020-09-30T11:00:00-04:00\",\n   \"room_id\":\"\",\n   \"patient_id\": \"539f4a4f-6b20-496f-b2a6-d90c49484da3\",\n   \"provider_account_id\":\"21b850f4-c47b-41e5-b151-bd2d59369203\",\n   \"timezone\":\"America/Toronto\",\n   \"oid\":\"cab2e6a6-e2ec-440c-861e-34aeb4fa148a\",\n   \"reserved_timeslot_id\":\"62ae40e4-7f86-4039-adb7-2c75c2b5fb02\",\n   \"reason\":\"Test\",\n   \"existing_condition\":\"Test\",\n   \"recaptcha_token\":\"{{token}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/existing_patient_appointment","description":"<p>Create an Appointment Request for an existing patient. The following params are expected:</p>\n<ul>\n<li>start_date_time: Start Time for reserved appointment timeslot. *required</li>\n<li>end_date_time: End Time for reserved appointment timeslot. *required</li>\n<li>timezone: Timezone for the appointment. *required</li>\n<li>patient_id: Patient requesting an appointment. *required</li>\n<li>reason: Reason for Patient's Booking. *required</li>\n<li>existing_condition: Patient's Existing Condition. *required</li>\n<li>oid: Organization Id to book an appointment for. *required</li>\n<li>provider_account_id: Provider Account Id, can be retrieved from Timeslot. *required</li>\n<li>provider_id: Provider Id for Associated Provider Account, can be retrieved from Timeslot. *required</li>\n<li>public_session_id: The public session used for the booking. *required</li>\n<li>location_id: Location the Patient is scheduling an appointment for, can be retreived from Get Locations. *required\nhealthcare_service_id: Healthcare Service the Patient is scheduling an appointment for, can be retreived from Get Location Healthcare Services. *required\nreserved_timeslot_id: Reserved Timeslot the Patient is booking, can be created with Reserve Appointment Timeslot. *required</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_bookings","existing_patient_appointment"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"95291c42-2ca4-47f6-bb59-797979f869e6","name":"Request Appointment for Existing Appointment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"location_id\":\"29095e1e-7048-44ca-b3be-9985130a8f4d\",\n   \"healthcare_service_id\":\"76f0af7f-12dd-4a74-8450-9cdebed59e53\",\n   \"start_date_time\":\"2020-09-30T10:45:00-04:00\",\n   \"end_date_time\":\"2020-09-30T11:00:00-04:00\",\n   \"room_id\":\"\",\n   \"patient_id\": \"511a3475-be59-44c8-9b67-c45178692c4a\",\n   \"provider_account_id\":\"00a8ed3d-2585-4fd8-92dd-74c622373d89\",\n   \"provider_id\":\"b8adaaff-f63f-4a3b-a63a-062205ea225f\",\n   \"timezone\":\"America/Toronto\",\n   \"oid\":\"a595b7be-30c8-4029-ac03-d0338f852fa3\",\n   \"reserved_timeslot_id\":\"00eb44ba-42eb-4f88-b22a-8efdd8388687\",\n   \"reason\":\"Test\",\n   \"meta\":{\n      \"reason\":\"Test\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/existing_patient_appointment"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"4227b395-6310-4ade-b977-adfe0fb8760d\",\n        \"type\": \"appointment_secure\",\n        \"attributes\": {\n            \"online\": true,\n            \"patient_account_id\": \"90d5501c-bbc3-4dbc-b608-a49429741dbb\",\n            \"provider_account_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n            \"reason\": \"Test\",\n            \"start_date_time\": \"Wednesday, September 30, 2020 @ 11:30 am (EDT)\",\n            \"online_booking_post_instruction\": null,\n            \"location_phone_number\": null,\n            \"provider_time_zone\": \"America/Toronto\",\n            \"patient_time_zone\": \"America/Toronto\",\n            \"location_address\": {\n                \"id\": \"2a8c848a-89f3-45f8-a701-ff196452913e\",\n                \"formatted_address\": \"Edmonton, AB, Canada\",\n                \"lat\": 53.5461245,\n                \"lng\": -113.4938229,\n                \"address_type\": \"office\",\n                \"primary\": false,\n                \"mappable_type\": \"Location\",\n                \"mappable_id\": \"ddcd0c91-79b8-4b09-8aa4-2dcc8c19a662\",\n                \"discarded_at\": null,\n                \"created_at\": \"2020-08-13T14:32:31.959-04:00\",\n                \"updated_at\": \"2020-09-09T17:40:03.450-04:00\",\n                \"apt_suite_unit\": null,\n                \"google_address\": \"Edmonton, AB, Canada\",\n                \"google_geo\": {\n                    \"ll\": \"53.5461245,-113.4938229\",\n                    \"tz\": \"America/Edmonton\",\n                    \"lat\": 53.5461245,\n                    \"lng\": -113.4938229,\n                    \"zip\": null,\n                    \"city\": \"Edmonton\",\n                    \"state\": \"AB\",\n                    \"is_us?\": false,\n                    \"success\": true,\n                    \"district\": \"Division No. 11\",\n                    \"provider\": \"google\",\n                    \"precision\": \"city\",\n                    \"block_fips\": null,\n                    \"state_fips\": null,\n                    \"sub_premise\": null,\n                    \"country_code\": \"CA\",\n                    \"full_address\": \"Edmonton, AB, Canada\",\n                    \"district_fips\": null,\n                    \"street_address\": null\n                }\n            },\n            \"formatted_address\": \"Online\",\n            \"organization_name\": \"Orbcare\",\n            \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n            \"status_code\": \"BOOKED\"\n        }\n    }\n}"}],"_postman_id":"a769e45e-965e-42da-98e5-dc4ff4ec2550"},{"name":"Get Healthcare Service Providers","id":"1503dfe1-4b39-4cb2-b647-554986b4413f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/public_locations/:location_id/providers?oid=8cf3b46f-8407-4605-b74f-72964739ba30&healthcare_service_id=4a26653a-de6a-41ea-8d3d-9edbcf822c7f&province={{province_code}}","urlObject":{"path":["apis","v2","public_locations",":location_id","providers"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>*Required</p>\n","type":"text/plain"},"key":"oid","value":"1ee9614d-c1e4-4efe-86e5-e1e96f5504ff"},{"description":{"content":"<p>*Required</p>\n","type":"text/plain"},"key":"healthcare_service_id","value":"dbba8b54-375f-427c-bfda-16a85460dc56"},{"key":"province","value":"{{province_code}}"}],"variable":[{"type":"any","value":"","key":"location_id"}]}},"response":[{"id":"f875e431-6798-40a0-9440-a113bbeefee8","name":"Get Healthcare Service Providers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/public_locations/:location_id/providers?oid=09df3fce-4da3-4a04-a05b-b169cf4e5dd4&healthcare_service_id=2f2ec7d4-5e13-47a4-acbe-26c8ab5d28d3&province={{province_code}}","host":["{{base_url}}"],"path":["apis","v2","public_locations",":location_id","providers"],"query":[{"key":"oid","value":"68bf65d4-1e69-4445-93db-c1b46b7f23f8","description":"*Required"},{"key":"healthcare_service_id","value":"abae1310-0e54-4c30-9f5e-228da9e0d3c0","description":"*Required"},{"key":"province","value":"{{province_code}}"}],"variable":[{"key":"location_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"2a57a485-911a-42e8-9fe5-2d459399c440\",\n            \"type\": \"provider\",\n            \"attributes\": {\n                \"salutation\": \"dr\",\n                \"full_name\": \"Dr. Reed Richards\",\n                \"first_name\": \"Reed\",\n                \"last_name\": \"Richards\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1503dfe1-4b39-4cb2-b647-554986b4413f"},{"name":"Get Recent Provider","id":"3374b270-62e5-41a8-be25-ca2b8dec3485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_bookings/recent_provider?oid=472fe0e3-5e55-4488-801c-39cbd877ff50&patient_id=1863dec6-21bc-4ea5-ae1c-c155604f269c","urlObject":{"path":["apis","v2","online_bookings","recent_provider"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"0248a51f-a1ed-4136-bb47-915990c363e6"},{"key":"patient_id","value":"824e7f0c-dd7a-441a-a448-988287461788"}],"variable":[]}},"response":[{"id":"bc1d2fae-ed08-478f-b386-b6434488a012","name":"Get Recent Provider","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_bookings/recent_provider?oid=2c33a8f1-6baa-4b3d-b852-8e74b4858ffb&patient_id=5ee5e77c-9be4-452d-8975-48715babcc81","host":["{{base_url}}"],"path":["apis","v2","online_bookings","recent_provider"],"query":[{"key":"oid","value":"10a30f2e-99a3-40a5-aa7d-0ad76e64fc41"},{"key":"patient_id","value":"ca9f00a4-bc5a-4f0c-82c2-e1f4df6f61b3"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2a57a485-911a-42e8-9fe5-2d459399c440\",\n        \"type\": \"provider\",\n        \"attributes\": {\n            \"salutation\": \"dr\",\n            \"full_name\": \"Dr. Reed Richards\",\n            \"first_name\": \"Reed\",\n            \"last_name\": \"Richards\"\n        }\n    }\n}"}],"_postman_id":"3374b270-62e5-41a8-be25-ca2b8dec3485"},{"name":"Check Existing Demoraphics","id":"986855c6-f288-4e9e-94a0-2729821a2a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Storm\",\n    \"email\": \"js@ff.com\",\n    \"birth_date\": \"1940-03-03\",\n    \"phone_number\": \"(647) 111 - 0126\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/check_existing_demographics?oid=e1e7cc72-73ef-49fd-8da0-43472972de24","urlObject":{"path":["apis","v2","online_bookings","check_existing_demographics"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"dddab462-19e0-498f-b27d-353e7445f0e4"}],"variable":[]}},"response":[{"id":"15b4fd66-97ca-45fc-9094-488d3767f789","name":"Check Existing Demoraphics","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"oid\": \"b837baff-83b7-44b5-94ed-e3e08be5479d\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Storm\",\n    \"email\": \"js@ff.com\",\n    \"birth_date\": \"1940-03-03\",\n    \"phone_number\": \"(647) 111 - 0126\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/check_existing_demographics"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Some of your information matches existing records on file. Please check if you have been to our clinic before by searching Defender Doctors in your email client, or click here to continue as an existing patient.\"\n}"}],"_postman_id":"986855c6-f288-4e9e-94a0-2729821a2a2b"},{"name":"Validate Health Card","id":"e40243a7-ed71-4467-9430-104c9f07c183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"oid\": \"d20c8b8b-fe82-49b2-a0d9-bfd86153b8fd\",\n    \"health_card_number\": \"111111111\",\n    \"version_code\": \"AA\",\n    \"province\": \"ON\",\n    \"public_session_id\": \"cc83d0ae-152d-453b-9648-801368284436\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/validate_health_card","urlObject":{"path":["apis","v2","online_bookings","validate_health_card"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"450618a2-2f86-4784-9091-ea7646ebe4ed","name":"Validate Health Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"oid\": \"11c63bd8-725c-444f-93d0-2d6778703b2d\",\n    \"health_card_number\": \"111111111\",\n    \"version_code\": \"AA\",\n    \"province\": \"ON\",\n    \"public_session_id\": \"69d5406e-a4bd-4fc1-b4c5-9703bfd4512e\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/validate_health_card"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": \"valid\",\n        \"message\": null\n    }\n}"}],"_postman_id":"e40243a7-ed71-4467-9430-104c9f07c183"},{"name":"Get Public Organization","id":"60d5efc2-8f19-4115-a9f3-7f43ab464d75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_bookings/organization?oid=872145ce-49d5-44f4-b1af-f1daaa2d6d51","urlObject":{"path":["apis","v2","online_bookings","organization"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"872145ce-49d5-44f4-b1af-f1daaa2d6d51"}],"variable":[]}},"response":[{"id":"b1098e7b-9823-4c60-bdb1-db92c3fa8978","name":"Get Public Organization","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_bookings/organization?oid=872145ce-49d5-44f4-b1af-f1daaa2d6d51","host":["{{base_url}}"],"path":["apis","v2","online_bookings","organization"],"query":[{"key":"oid","value":"872145ce-49d5-44f4-b1af-f1daaa2d6d51"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"872145ce-49d5-44f4-b1af-f1daaa2d6d51\",\n        \"type\": \"public_organization\",\n        \"attributes\": {\n            \"display_name\": \"Defender Doctors\",\n            \"legal_name\": \"Marvel Doctors\",\n            \"description\": \"We fight disease in tights\",\n            \"online_booking_existing_patient_only\": true,\n            \"home_page\": null,\n            \"online_intake_footer\": \"By creating an account, you certify you are at least 18 years of age, and agree to Rocket Doctor’s<br>\",\n            \"online_booking_introduction\": null,\n            \"features\": {\n                \"forms\": true,\n                \"eforms\": true,\n                \"add_ons\": true,\n                \"billing\": true,\n                \"network\": true,\n                \"reports\": true,\n                \"wailist\": true,\n                \"messages\": true,\n                \"waitlist\": true,\n                \"dashboard\": true,\n                \"smart_sms\": true,\n                \"worksheet\": true,\n                \"audit_logs\": true,\n                \"scheduling\": true,\n                \"care_circle\": true,\n                \"integration\": true,\n                \"my_patients\": true,\n                \"my_providers\": true,\n                \"organization\": true,\n                \"registration\": true,\n                \"eform_builder\": true,\n                \"patient_merge\": true,\n                \"e_forms_update\": true,\n                \"is_schedulable\": true,\n                \"online_booking\": true,\n                \"patient_portal\": true,\n                \"patient_record\": true,\n                \"inbox_documents\": true,\n                \"provider_portal\": true,\n                \"ris_integration\": false,\n                \"smart_caller_id\": true,\n                \"billing_invoices\": true,\n                \"oscar_credential\": true,\n                \"patient_payments\": true,\n                \"accuro_credential\": true,\n                \"worksheet_manager\": true,\n                \"worksheet_mapping\": true,\n                \"accuro_integration\": true,\n                \"archiving_patients\": true,\n                \"external_providers\": true,\n                \"in_session_invites\": true,\n                \"allow_doublebooking\": true,\n                \"eform_configuration\": true,\n                \"integration_billing\": true,\n                \"oscar15_integration\": false,\n                \"video_call_feedback\": true,\n                \"video_consultations\": true,\n                \"scheduling_referrals\": true,\n                \"scheduling_scheduler\": true,\n                \"billing_billing_setup\": true,\n                \"organization_patients\": true,\n                \"on_demand_appointments\": true,\n                \"organization_locations\": true,\n                \"organization_providers\": true,\n                \"worksheet_form_builder\": true,\n                \"scheduling_appointments\": true,\n                \"session_note_completion\": true,\n                \"subscription_management\": true,\n                \"oscar_juno12_integration\": false,\n                \"sms_appointment_reminder\": true,\n                \"submerchant_configuration\": true,\n                \"billing_government_billing\": true,\n                \"bulk_reassign_appointments\": true,\n                \"passwordless_video_session\": true,\n                \"billing_third_party_billing\": true,\n                \"scheduling_template_manager\": true,\n                \"session_note_template_manager\": true,\n                \"organization_access_management\": true,\n                \"organization_service_templates\": true,\n                \"questionnaire_template_manager\": true,\n                \"patient_appointment_confirmation\": true,\n                \"organization_organization_settings\": true,\n                \"restrict_oop_patient_onlinebooking\": true,\n                \"video_session_on_hold_message_edit\": true,\n                \"organization_notification_templates\": true,\n                \"provider_passwordless_video_session\": true\n            },\n            \"online_booking_doc_enabled\": true,\n            \"online_intake_pharmacy_enabled\": false,\n            \"custom_form\": {\n                \"online_intake\": {\n                    \"documentation\": {\n                        \"label\": \"labels.upload_photo_of_your_health_card\"\n                    },\n                    \"referral_source\": {\n                        \"placeholder\": \"labels.how_did_you_hear_about_us\"\n                    },\n                    \"health_card_number\": {\n                        \"required\": true\n                    },\n                    \"referring_provider\": {\n                        \"label\": \"labels.if_you_have_any_previous_medical_condition\"\n                    },\n                    \"provide_my_own_document\": {\n                        \"labe\": \"labels.upload_photo_of_your_health_card\",\n                        \"label\": \"labels.upload_photo_of_your_health_card\"\n                    },\n                    \"provide_my_provider_information\": {\n                        \"label\": \"labels.if_you_have_any_previous_medical_condition\"\n                    }\n                }\n            },\n            \"minimum_age\": 19,\n            \"warning_age\": 15,\n            \"minimum_age_message\": null,\n            \"warning_age_message\": null,\n            \"online_booking_min_availability\": 1,\n            \"online_intake_url\": \"http://localhost:4200/surl?term=bh\",\n            \"branding\": {\n                \"primary\": \"#2421b5\",\n                \"sidebar\": \"#1F7D6C\",\n                \"secondary\": \"#5F5CD5\",\n                \"sidebar_nested\": \"#0B6857\",\n                \"sidebar_select\": \"#55AD9D\"\n            },\n            \"logo_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/logo\",\n            \"logo_small_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/icon\",\n            \"white_logo_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/logo_white\",\n            \"white_logo_small_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/icon_white\",\n            \"online_booking_availability_search_policy\": 120,\n            \"practice_type\": \"clinic\",\n            \"appointment_participants_limit\": 12,\n            \"trial_expired\": false,\n            \"video_session_on_hold_message\": \"<h4>Thanks for waiting (ENG)</h4>The Provider will be with you shortly.<br>Some additional text just to fill up more space for testing purposes.<br><b>bla-bla</b> <i>bla bla-bla</i> <u>bla bla-bla</u> <strike>bla bla</strike>-<sup>bla bla</sup> <span style=\\\"background-color: rgb(255, 255, 0);\\\">bla-bla bla&nbsp;</span><br>ReallllllllyLoooooooooooooooooooongggggggggWooooooooooord<br>- point 1<br>- point 2&nbsp;<br>- point 3\"\n        }\n    }\n}"}],"_postman_id":"60d5efc2-8f19-4115-a9f3-7f43ab464d75"},{"name":"Create on Demand Request","id":"66bea2e9-3390-4d53-961e-e07503c281fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"oid\": \"01aad8a5-1999-4619-b798-cc8748d318ec\",\n   \"location_id\": \"756429fb-2ebd-4f75-9c3c-f7fc0bc91089\",\n   \"patient_id\": \"743eb181-eb43-4b71-ada4-6307b3e71a39\",\n   \"healthcare_service_id\":\"8bd114fd-f099-47d1-89df-29ee1edb037b\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/on_demand","urlObject":{"path":["apis","v2","online_bookings","on_demand"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"984725ff-2e14-4829-8a1c-fe90fe54a689","name":"Create on Demand Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"oid\": \"929ec8a9-4633-4d88-9bf1-d833d66011a9\",\n   \"location_id\": \"bbab64a8-961c-4b00-af29-c126d9aebff2\",\n   \"patient_id\": \"4d02082e-5c11-47c3-9090-00d4f8be3f5e\",\n   \"healthcare_service_id\":\"f5eee1bd-b9fa-47ee-b22b-b18ca7d3ff19\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/on_demand"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c0f2df8a-2483-4b4d-9853-4c3f5ad3d0e3\",\n        \"type\": \"on_demand_request\",\n        \"attributes\": {\n            \"is_available\": true,\n            \"created_at\": \"2021-08-04T20:09:26.000Z\",\n            \"patient_name\": \"John Storm\",\n            \"patient_email\": \"js@ff.com\",\n            \"video_session_token_id\": null\n        },\n        \"relationships\": {\n            \"video_session_token\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"66bea2e9-3390-4d53-961e-e07503c281fe"},{"name":"Get on Demand Request","id":"a6a98785-8400-462c-a02d-ff9234b88bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_bookings/on_demand/:id?oid=93ec5606-447b-4a94-84fd-17450af8c475","urlObject":{"path":["apis","v2","online_bookings","on_demand",":id"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"2174b33d-fcfa-4dc5-bf01-4b358d5e6b9e"}],"variable":[{"type":"any","value":"899766f2-b877-45a3-8c54-a433e378bfda","key":"id"}]}},"response":[{"id":"bbce3312-b699-4c4e-803d-0589668dbc99","name":"Get on Demand Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_bookings/on_demand/:id?oid=7dc94516-4f08-43bc-a127-2ee981a77409","host":["{{base_url}}"],"path":["apis","v2","online_bookings","on_demand",":id"],"query":[{"key":"oid","value":"efcfd7a7-064b-4757-b16e-294ecad5adbf"}],"variable":[{"key":"id","value":"e7281eea-3f8a-4154-be13-b3ca9d67d988"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c0f2df8a-2483-4b4d-9853-4c3f5ad3d0e3\",\n        \"type\": \"on_demand_request\",\n        \"attributes\": {\n            \"is_available\": true,\n            \"created_at\": \"2021-08-04T20:09:26.000Z\",\n            \"patient_name\": \"John Storm\",\n            \"patient_email\": \"js@ff.com\",\n            \"video_session_token_id\": null\n        },\n        \"relationships\": {\n            \"video_session_token\": {\n                \"data\": null\n            }\n        }\n    },\n    \"included\": []\n}"}],"_postman_id":"a6a98785-8400-462c-a02d-ff9234b88bfd"},{"name":"Finish on Demand Request","id":"3398d148-9cd2-4c65-be1a-fcaad241fcde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"oid\": \"6428d241-12f1-4c8b-bc5a-5162eeb0bb9b\",\n   \"public_session_id\": \"b7b1bfc4-0b5f-44aa-b74b-bc0c0c7946a4\",\n   \"on_demand_request_id\": \"705b06c7-0201-4581-86f8-466f0d07acc7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/expire","urlObject":{"path":["apis","v2","online_bookings","expire"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e8e7855d-94a0-468f-858d-573108fd72fc","name":"Finish on Demand Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"oid\": \"91a247a4-0e38-4a0a-ae0e-626c68a0d72f\",\n   \"public_session_id\": \"148bced9-fc19-4fd4-99e3-9757deb108e3\",\n   \"on_demand_request_id\": \"f8b6d456-73b9-40a2-b86d-b5ba4cac0c99\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_bookings/expire"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3398d148-9cd2-4c65-be1a-fcaad241fcde"}],"id":"8e9c899d-db2c-423c-81b9-fa7c152fc072","description":"<p>The Online Booking Endpoints need to follow a certain flow. The flow can be broken out into the  following steps:</p>\n<ol>\n<li><p><strong>Create PublicSession</strong></p>\n<ul>\n<li>A public session needs to be created that will be used to track the guest user looking to request an appointment. Endpoint: Create Public Session</li>\n</ul>\n</li>\n<li><p><strong>Identify Patient</strong></p>\n<ul>\n<li>Determine if the person booking an appointment is an existing patient  or a new patient. Endpoint: Look up Patient</li>\n</ul>\n</li>\n<li><p><strong>Gather Location &amp; Healthcare Service (Service Template)</strong></p>\n<ul>\n<li>Get Locations available for booking using the Get Locations Endpoint</li>\n<li>Healthcare Services for a Location can be retrieved after retrieving locations. Using the Get Location Healthcare Services Endpoint</li>\n</ul>\n</li>\n<li><p><strong>Reserving</strong></p>\n<ul>\n<li>Available time slots can be retrieved using the location id and healthcare service id. Endpoint: Get Available Appointment Timeslots</li>\n<li>Timeslot can be reserved using the public session id and information from the available timeslot endpoint. Endpoint: Reserve Appointment Timeslot</li>\n</ul>\n</li>\n<li><p><strong>Gathering Provider &amp; Pharmacy Information (This step can be done before or after the Reserve)</strong></p>\n<ul>\n<li>User can select pharmacies or external doctors already in the system or create a new one. Endpoints: Get Pharmacies, Get External Providers, Create External Doctor or Pharmacy</li>\n</ul>\n</li>\n<li><p><strong>Book</strong></p>\n<ul>\n<li>Booking the appointment using the respective endpoint for the patient. Endpoints: Request Appointment for New Patient, Request Appointment for Existing Patient</li>\n</ul>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"30df0787-298d-48f9-90ae-a6f2602e1ddf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5475298f-129e-47db-8c6f-767472606b05","type":"text/javascript","exec":[""]}}],"_postman_id":"8e9c899d-db2c-423c-81b9-fa7c152fc072"},{"name":"Public Organizations","item":[{"name":"Get Public Organization","id":"829741fe-9f6d-42c9-88f7-a1334a81f097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/organizations_public/:oid","urlObject":{"path":["apis","v2","organizations_public",":oid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"8253d77c-b53c-4f26-96e6-0f1b7c4d4033","key":"oid"}]}},"response":[{"id":"aac66202-152f-4c58-8491-e7c0f4dea63c","name":"Get Public Organization","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/organizations_public/:oid","host":["{{base_url}}"],"path":["apis","v2","organizations_public",":oid"],"variable":[{"key":"oid","value":"c14b07ca-e162-4c93-ae52-86c1e05328c0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"872145ce-49d5-44f4-b1af-f1daaa2d6d51\",\n        \"type\": \"public_organization\",\n        \"attributes\": {\n            \"display_name\": \"Defender Doctors\",\n            \"legal_name\": \"Marvel Doctors\",\n            \"description\": \"We fight disease in tights\",\n            \"online_booking_existing_patient_only\": true,\n            \"home_page\": null,\n            \"online_intake_footer\": \"By creating an account, you certify you are at least 18 years of age, and agree to Rocket Doctor’s<br>\",\n            \"online_booking_introduction\": null,\n            \"features\": {\n                \"forms\": true,\n                \"eforms\": true,\n                \"add_ons\": true,\n                \"billing\": true,\n                \"network\": true,\n                \"reports\": true,\n                \"wailist\": true,\n                \"messages\": true,\n                \"waitlist\": true,\n                \"dashboard\": true,\n                \"smart_sms\": true,\n                \"worksheet\": true,\n                \"audit_logs\": true,\n                \"scheduling\": true,\n                \"care_circle\": true,\n                \"integration\": true,\n                \"my_patients\": true,\n                \"my_providers\": true,\n                \"organization\": true,\n                \"registration\": true,\n                \"eform_builder\": true,\n                \"patient_merge\": true,\n                \"e_forms_update\": true,\n                \"is_schedulable\": true,\n                \"online_booking\": true,\n                \"patient_portal\": true,\n                \"patient_record\": true,\n                \"inbox_documents\": true,\n                \"provider_portal\": true,\n                \"ris_integration\": false,\n                \"smart_caller_id\": true,\n                \"billing_invoices\": true,\n                \"oscar_credential\": true,\n                \"patient_payments\": true,\n                \"accuro_credential\": true,\n                \"worksheet_manager\": true,\n                \"worksheet_mapping\": true,\n                \"accuro_integration\": true,\n                \"archiving_patients\": true,\n                \"external_providers\": true,\n                \"in_session_invites\": true,\n                \"allow_doublebooking\": true,\n                \"eform_configuration\": true,\n                \"integration_billing\": true,\n                \"oscar15_integration\": false,\n                \"video_call_feedback\": true,\n                \"video_consultations\": true,\n                \"scheduling_referrals\": true,\n                \"scheduling_scheduler\": true,\n                \"billing_billing_setup\": true,\n                \"organization_patients\": true,\n                \"on_demand_appointments\": true,\n                \"organization_locations\": true,\n                \"organization_providers\": true,\n                \"worksheet_form_builder\": true,\n                \"scheduling_appointments\": true,\n                \"session_note_completion\": true,\n                \"subscription_management\": true,\n                \"oscar_juno12_integration\": false,\n                \"sms_appointment_reminder\": true,\n                \"submerchant_configuration\": true,\n                \"billing_government_billing\": true,\n                \"bulk_reassign_appointments\": true,\n                \"passwordless_video_session\": true,\n                \"billing_third_party_billing\": true,\n                \"scheduling_template_manager\": true,\n                \"session_note_template_manager\": true,\n                \"organization_access_management\": true,\n                \"organization_service_templates\": true,\n                \"questionnaire_template_manager\": true,\n                \"patient_appointment_confirmation\": true,\n                \"organization_organization_settings\": true,\n                \"restrict_oop_patient_onlinebooking\": true,\n                \"video_session_on_hold_message_edit\": true,\n                \"organization_notification_templates\": true,\n                \"provider_passwordless_video_session\": true\n            },\n            \"online_booking_doc_enabled\": true,\n            \"online_intake_pharmacy_enabled\": false,\n            \"custom_form\": {\n                \"online_intake\": {\n                    \"documentation\": {\n                        \"label\": \"labels.upload_photo_of_your_health_card\"\n                    },\n                    \"referral_source\": {\n                        \"placeholder\": \"labels.how_did_you_hear_about_us\"\n                    },\n                    \"health_card_number\": {\n                        \"required\": true\n                    },\n                    \"referring_provider\": {\n                        \"label\": \"labels.if_you_have_any_previous_medical_condition\"\n                    },\n                    \"provide_my_own_document\": {\n                        \"labe\": \"labels.upload_photo_of_your_health_card\",\n                        \"label\": \"labels.upload_photo_of_your_health_card\"\n                    },\n                    \"provide_my_provider_information\": {\n                        \"label\": \"labels.if_you_have_any_previous_medical_condition\"\n                    }\n                }\n            },\n            \"minimum_age\": 19,\n            \"warning_age\": 15,\n            \"minimum_age_message\": null,\n            \"warning_age_message\": null,\n            \"online_booking_min_availability\": 1,\n            \"online_intake_url\": \"http://localhost:4200/surl?term=bh\",\n            \"branding\": {\n                \"primary\": \"#2421b5\",\n                \"sidebar\": \"#1F7D6C\",\n                \"secondary\": \"#5F5CD5\",\n                \"sidebar_nested\": \"#0B6857\",\n                \"sidebar_select\": \"#55AD9D\"\n            },\n            \"logo_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/logo\",\n            \"logo_small_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/icon\",\n            \"white_logo_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/logo_white\",\n            \"white_logo_small_url\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/icon_white\",\n            \"online_booking_availability_search_policy\": 120,\n            \"practice_type\": \"clinic\",\n            \"appointment_participants_limit\": 12,\n            \"trial_expired\": false,\n            \"video_session_on_hold_message\": \"<h4>Thanks for waiting (ENG)</h4>The Provider will be with you shortly.<br>Some additional text just to fill up more space for testing purposes.<br><b>bla-bla</b> <i>bla bla-bla</i> <u>bla bla-bla</u> <strike>bla bla</strike>-<sup>bla bla</sup> <span style=\\\"background-color: rgb(255, 255, 0);\\\">bla-bla bla&nbsp;</span><br>ReallllllllyLoooooooooooooooooooongggggggggWooooooooooord<br>- point 1<br>- point 2&nbsp;<br>- point 3\"\n        }\n    }\n}"}],"_postman_id":"829741fe-9f6d-42c9-88f7-a1334a81f097"},{"name":"Get Default Branding","id":"ce88333e-c909-4606-873d-878065bcb856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/organizations_public/default_branding","urlObject":{"path":["apis","v2","organizations_public","default_branding"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"11330027-ca20-4031-b874-eba91454f31a","name":"Get Default Branding","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"logo\": \"https://adracare-public.s3.ca-central-1.amazonaws.com/public/assets/images/adracare_logo.png\",\n    \"icon\": \"https://adracare-public.s3.ca-central-1.amazonaws.com/public/assets/images/adracare_icon.png\",\n    \"white_icon\": \"https://adracare-public.s3.ca-central-1.amazonaws.com/public/assets/images/adracare_white_icon.png\",\n    \"white_logo\": \"https://adracare-public.s3.ca-central-1.amazonaws.com/public/assets/images/adracare_white_logo.png\",\n    \"background\": \"https://adracare-public.s3.ca-central-1.amazonaws.com/public/assets/images/adracare_background.png\",\n    \"platform\": \"https://adracare-public.s3.ca-central-1.amazonaws.com/public/assets/images/orbcare_logo.jpg\",\n    \"primary\": \"#3865D2\",\n    \"secondary\": \"#5E83FF\",\n    \"sidebar\": \"#1F7D6C\",\n    \"sidebar_nested\": \"#005E4D\",\n    \"sidebar_select\": \"#59B7A6\"\n}"}],"_postman_id":"ce88333e-c909-4606-873d-878065bcb856"},{"name":"Get Bussiness Profile","id":"d0b2fa44-3626-4426-b381-55caa7c80a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/organizations_public/:oid/business_profile","urlObject":{"path":["apis","v2","organizations_public",":oid","business_profile"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"64277c75-de18-422f-8cdc-63f33fd2da53","key":"oid"}]}},"response":[{"id":"7ed5551d-0adc-4d39-8915-394b00206fa4","name":"Get Bussiness Profile","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/organizations_public/:oid/business_profile","host":["{{base_url}}"],"path":["apis","v2","organizations_public",":oid","business_profile"],"variable":[{"key":"oid","value":"1360faa7-9e7f-4186-8818-07a75ec4b4c0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c9f07f23-4c13-478c-813e-d4da2b442e99\",\n        \"type\": \"merchant_profile\",\n        \"attributes\": {\n            \"business_name\": null,\n            \"business_description\": null,\n            \"business_email_address\": null,\n            \"business_phone_number\": null,\n            \"account_type\": null,\n            \"business_profile_url\": null,\n            \"merchant_category_code_id\": null,\n            \"default_statement_descriptor_prefix\": null,\n            \"default_statement_descriptor\": null,\n            \"created_at\": \"2021-08-06T16:02:16.799Z\",\n            \"updated_at\": \"2021-08-06T16:02:16.799Z\",\n            \"branding\": {\n                \"primary\": \"#2421b5\",\n                \"sidebar\": \"#1F7D6C\",\n                \"secondary\": \"#5F5CD5\",\n                \"sidebar_nested\": \"#0B6857\",\n                \"sidebar_select\": \"#55AD9D\",\n                \"logo\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/logo\",\n                \"icon\": \"https://orbcare-dev.s3.ca-central-1.amazonaws.com/public/assets/testing/872145ce-49d5-44f4-b1af-f1daaa2d6d51/icon\"\n            },\n            \"business_address\": null,\n            \"stripe_account_id\": null,\n            \"verification_status\": null\n        }\n    }\n}"}],"_postman_id":"d0b2fa44-3626-4426-b381-55caa7c80a88"}],"id":"ea546d0f-e07e-4252-91d7-a212a124613d","_postman_id":"ea546d0f-e07e-4252-91d7-a212a124613d","description":""},{"name":"Secure Messaging","item":[{"name":"Get Conversations","id":"405891db-9daa-44c7-a705-211bf452f6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/messages/inbox?page=1&per=25","description":"<p>Get Conversations for User sorted by latest message received</p>\n","urlObject":{"path":["apis","v2","messages","inbox"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>default value is 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>default value is 25</p>\n","type":"text/plain"},"key":"per","value":"25"}],"variable":[]}},"response":[{"id":"400582f4-a9c7-4d69-a27c-55fcc6093bdf","name":"Get Conversations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","type":"text"}],"url":{"raw":"{{base_url}}/apis/v2/messages/inbox?page=2&per=25","host":["{{base_url}}"],"path":["apis","v2","messages","inbox"],"query":[{"key":"page","value":"2"},{"key":"per","value":"25"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7df293e8-0441-45ea-8aa0-a91c8e918f09\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-09-29T15:46:32.295Z\",\n                \"updated_at\": \"2020-09-29T15:46:32.295Z\",\n                \"is_read\": true,\n                \"subject\": \"Hello\",\n                \"body\": \"Yes\",\n                \"conversation_id\": \"acf1d750-03c8-43d5-9629-ca6dad744400\",\n                \"sender_id\": \"7d534499-77b4-4514-886d-6d9e1c1c4649\",\n                \"participants\": \"Provider adracare\"\n            }\n        },\n        {\n            \"id\": \"85403c56-686b-421e-83c9-0c3f55328923\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-09-20T02:19:21.802Z\",\n                \"updated_at\": \"2020-09-20T02:19:21.802Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-09-19 10:19PM\",\n                \"body\": \"Dr. Dave Chaudhary is in the conversation\",\n                \"conversation_id\": \"a818f6ba-b95c-4b3a-9209-a417876aebcd\",\n                \"sender_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"participants\": \"Orbcare Demo\"\n            }\n        },\n        {\n            \"id\": \"164d387d-72cd-4bd0-92ee-d6e326117092\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-09-17T18:17:17.189Z\",\n                \"updated_at\": \"2020-09-17T18:17:17.189Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-09-17 02:00PM\",\n                \"body\": \"patient 2 \",\n                \"conversation_id\": \"e4d3b879-3995-4f6e-a07a-23e38628e475\",\n                \"sender_id\": \"c9313bcc-ab2a-4293-9b4c-84950ccb7296\",\n                \"participants\": \"Mr. Ray Allen, M. test adracare, Provider adracare, , Patient Adracare1, Orbcare Demo\"\n            }\n        },\n        {\n            \"id\": \"3a66ad37-ca35-4290-8a5e-6d0b2415979a\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-09-15T22:03:20.880Z\",\n                \"updated_at\": \"2020-09-15T22:03:20.880Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-09-15 05:59PM\",\n                \"body\": \"dfhdhj\\n\",\n                \"conversation_id\": \"fd3f1a95-3355-400b-a1e9-550b710ee787\",\n                \"sender_id\": \"5d6a71d7-f0fe-4bb1-aa8a-093270e8437e\",\n                \"participants\": \"Kristina T, Adracare Provider - admin\"\n            }\n        },\n        {\n            \"id\": \"8365a0dc-7b6b-4468-917b-cde32a8f5fc7\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-09-14T17:39:16.976Z\",\n                \"updated_at\": \"2020-09-14T17:39:16.976Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-09-14 01:30PM\",\n                \"body\": \"Dr. Dave Chaudhary is in the conversation\",\n                \"conversation_id\": \"a9a2a6a3-852a-4cb6-bef0-57ebcac2d2b1\",\n                \"sender_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"participants\": \", John Smith\"\n            }\n        },\n        {\n            \"id\": \"99497707-2a6a-4aa7-91e8-d24260d17939\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-09-10T15:33:31.095Z\",\n                \"updated_at\": \"2020-09-10T15:33:31.095Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-09-10 08:51AM\",\n                \"body\": \"Dr. Dave Chaudhary is in the conversation\",\n                \"conversation_id\": \"c6e6e98c-2d99-41c5-9a22-4f510be82007\",\n                \"sender_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"participants\": \"Brandon Gordon\"\n            }\n        },\n        {\n            \"id\": \"42717a1d-baac-4640-8432-0a0392812a0d\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-08-31T13:03:10.666Z\",\n                \"updated_at\": \"2020-08-31T13:03:10.666Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-08-31 09:00AM\",\n                \"body\": \"Dr. Dave Chaudhary is in the conversation\",\n                \"conversation_id\": \"3d7c7381-6936-472f-95eb-37a008205487\",\n                \"sender_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"participants\": \"Allan Grey, Taz Sheikhey\"\n            }\n        },\n        {\n            \"id\": \"27d57ca6-818d-47ed-bc47-fe79ebcc6d67\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-08-28T20:19:28.922Z\",\n                \"updated_at\": \"2020-08-28T20:19:28.922Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-08-28 02:50PM\",\n                \"body\": \"asas\",\n                \"conversation_id\": \"a9e8a80e-be09-41d7-bfa6-f43fcf26ea50\",\n                \"sender_id\": \"027a0980-5643-4171-8b18-f736fb38e723\",\n                \"participants\": \"Salman Khan, Esquith Copy, Salman In Use\"\n            }\n        },\n        {\n            \"id\": \"ef4af8ce-ee57-4c2b-a2ea-69788a72c512\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-08-28T17:32:14.427Z\",\n                \"updated_at\": \"2020-08-28T17:32:14.427Z\",\n                \"is_read\": false,\n                \"subject\": \"Appointment conversation - 2020-08-28 12:52PM\",\n                \"body\": \"No\",\n                \"conversation_id\": \"75ec9482-d10b-439e-8b24-160806b52247\",\n                \"sender_id\": \"9b982385-e0b6-4a52-b850-5e349696b30e\",\n                \"participants\": \"Nick Wright, tester  test\"\n            }\n        },\n        {\n            \"id\": \"7e27a807-3d50-4258-9ee8-94e88d428ada\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-08-28T16:54:06.041Z\",\n                \"updated_at\": \"2020-08-28T16:54:06.041Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-08-28 12:22PM\",\n                \"body\": \"Can't hear you either :(\",\n                \"conversation_id\": \"0b30f2b2-55a7-4458-a989-35ce6a8ee4a7\",\n                \"sender_id\": \"d88c27a8-3f12-47f8-a201-9c42339ffdd9\",\n                \"participants\": \"Nick Wright\"\n            }\n        },\n        {\n            \"id\": \"21d7d6e9-82fd-4cf7-996d-9da7cd297ae5\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-08-27T21:45:51.068Z\",\n                \"updated_at\": \"2020-08-27T21:45:51.068Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-08-27 05:17PM\",\n                \"body\": \"hi\\n\",\n                \"conversation_id\": \"80d2ccd1-1a52-43c4-a396-a6d125722283\",\n                \"sender_id\": \"d88c27a8-3f12-47f8-a201-9c42339ffdd9\",\n                \"participants\": \"Nick Wright\"\n            }\n        },\n        {\n            \"id\": \"c7a30f1b-ea79-44ee-ac6e-11b6f8a34269\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-08-06T14:33:45.139Z\",\n                \"updated_at\": \"2020-08-06T14:33:45.139Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-08-06 10:30AM\",\n                \"body\": \"Hello\",\n                \"conversation_id\": \"d3525ddd-e69f-430c-903d-61dd9fe7f641\",\n                \"sender_id\": \"1e7ba563-810c-4e31-aca3-fd613b0ff036\",\n                \"participants\": \"josue ziha\"\n            }\n        },\n        {\n            \"id\": \"9d7d5676-0e91-4b01-9a25-82e4413d3ab9\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-07-30T20:05:22.295Z\",\n                \"updated_at\": \"2020-07-30T20:05:22.295Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-07-30 04:00PM\",\n                \"body\": \"Hello kd \",\n                \"conversation_id\": \"6fab10b8-c674-496d-9048-c69316bc44b3\",\n                \"sender_id\": \"1e7ba563-810c-4e31-aca3-fd613b0ff036\",\n                \"participants\": \"josue ziha\"\n            }\n        },\n        {\n            \"id\": \"3df14692-dbde-453e-9d62-ef42f3faa52e\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-07-16T19:15:57.306Z\",\n                \"updated_at\": \"2020-07-16T19:15:57.306Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-07-16 03:10PM\",\n                \"body\": \"Hey\",\n                \"conversation_id\": \"2aa22ea7-b9b6-4041-acb2-bc32dfbc6554\",\n                \"sender_id\": \"1e7ba563-810c-4e31-aca3-fd613b0ff036\",\n                \"participants\": \"josue ziha, Bruce Banner\"\n            }\n        },\n        {\n            \"id\": \"592cb4f6-e6e2-46c9-abfd-b2bf3f5f9702\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-07-09T20:25:19.609Z\",\n                \"updated_at\": \"2020-07-09T20:25:19.609Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-07-09 04:13PM\",\n                \"body\": \"Test\\nM\",\n                \"conversation_id\": \"16ff1716-0f9e-4fbf-840a-346b8600c61e\",\n                \"sender_id\": \"1e7ba563-810c-4e31-aca3-fd613b0ff036\",\n                \"participants\": \"josue ziha\"\n            }\n        },\n        {\n            \"id\": \"a56cf581-028a-4e26-8a1b-4144dd6d16ea\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-07-08T13:04:12.267Z\",\n                \"updated_at\": \"2020-07-08T13:04:12.267Z\",\n                \"is_read\": false,\n                \"subject\": \"Appointment conversation - 2020-07-08 09:00AM\",\n                \"body\": \"hello provider 2\\n\",\n                \"conversation_id\": \"91d6d80b-41c1-4663-ae9d-44f7c5e80619\",\n                \"sender_id\": \"7d534499-77b4-4514-886d-6d9e1c1c4649\",\n                \"participants\": \"Provider adracare\"\n            }\n        },\n        {\n            \"id\": \"cf684ba9-2b2f-4d92-b8d7-07b2c73ddc23\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-21T02:10:37.046Z\",\n                \"updated_at\": \"2020-05-21T02:10:37.046Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-05-20 09:30PM\",\n                \"body\": \"sure\\n\",\n                \"conversation_id\": \"2d64a902-a69c-4cd3-bf37-3f705060b416\",\n                \"sender_id\": \"ee7aa2f7-8909-4c58-a6c7-ca301ffd1279\",\n                \"participants\": \", Provider Adra, Dae testtest, Patient Adracare1, sdfsd dsffq, Demopatient Orbcare, Orbcare Demo, Jeffrey Dsouza\"\n            }\n        },\n        {\n            \"id\": \"9cdce7c6-c07a-4c8e-8246-45354206c56e\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-20T17:46:44.823Z\",\n                \"updated_at\": \"2020-05-20T17:46:44.823Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-05-20 01:25PM\",\n                \"body\": \"joined through both\\n\",\n                \"conversation_id\": \"7c7860d6-5ad1-4c89-96f5-9cd16fe4fc3d\",\n                \"sender_id\": \"ee7aa2f7-8909-4c58-a6c7-ca301ffd1279\",\n                \"participants\": \"josue ziha, , Patient Adracare1, Jeffrey Dsouza\"\n            }\n        },\n        {\n            \"id\": \"6f0450bc-bbe1-4efc-bb90-68fadf8dd4e7\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-12T20:00:11.926Z\",\n                \"updated_at\": \"2020-05-12T20:00:11.926Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-05-12 03:53PM\",\n                \"body\": \"Hello good sir\\n\",\n                \"conversation_id\": \"b4b0f6a6-f66f-4877-86c4-acb4202655bf\",\n                \"sender_id\": \"f6b12fd0-2ffd-46be-86af-4df0353b93eb\",\n                \"participants\": \"Cal Kestis\"\n            }\n        },\n        {\n            \"id\": \"00f54cc2-93b4-4347-b382-4de51490f097\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-08T20:31:55.569Z\",\n                \"updated_at\": \"2020-05-08T20:31:55.569Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-05-08 04:00PM\",\n                \"body\": \"Are we the only ones here?\",\n                \"conversation_id\": \"860c96f6-dc6d-457a-a214-973f013b358e\",\n                \"sender_id\": \"7928656f-7a1e-4a52-9e1b-64f247c3a127\",\n                \"participants\": \"Jayson Sherry, Igor test, , Dr. Elise Willams, Mr. Nahid-Provider Lalji, Dr. thiv param, Carla Velastegui, Faiza S, KTTESTs KTTEST, josue ziha, Mr. Salman Khan, james jang, Alex Per, Cal Kestis, Dae Jeon\"\n            }\n        },\n        {\n            \"id\": \"aaa60f02-ac98-4fe0-8799-eff46c433287\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-08T19:08:50.728Z\",\n                \"updated_at\": \"2020-05-08T19:08:50.728Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-05-08 02:30PM\",\n                \"body\": \"i see all of them moving\\n\",\n                \"conversation_id\": \"8b88cda3-3236-45a2-bbfb-afb09a1b808c\",\n                \"sender_id\": \"362cb3f1-a885-4438-8d57-80dea3577445\",\n                \"participants\": \"Patient Adracare1, Cal Kestis, , Jeffrey Dsouza, Mr. Jayson TestProvider, Jayson Sherry\"\n            }\n        },\n        {\n            \"id\": \"edf8834f-2d3a-4340-8c98-76d7b5ba8aa5\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-07T19:29:32.880Z\",\n                \"updated_at\": \"2020-05-07T19:29:32.880Z\",\n                \"is_read\": false,\n                \"subject\": \"Appointment conversation - 2020-05-07 03:00PM\",\n                \"body\": \"so we dont actually need to test with 12?\",\n                \"conversation_id\": \"107c05e8-8ccc-4342-a1a1-397d7dc674e1\",\n                \"sender_id\": \"62a810f7-f582-4924-81f4-5fcae4e097e6\",\n                \"participants\": \"Cal Kestis, Mahammed Oonwala, Jayson Sherry, Patient Adracare1\"\n            }\n        },\n        {\n            \"id\": \"6a97562c-be7f-4c53-8b81-967531694b05\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-05-05T18:32:31.388Z\",\n                \"updated_at\": \"2020-05-05T18:32:31.388Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-05-05 02:30PM\",\n                \"body\": \"Dr. Dave Chaudhary is in the conversation\",\n                \"conversation_id\": \"1fe0a2a1-3ab7-4088-ad36-d711f48926dd\",\n                \"sender_id\": \"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n                \"participants\": \"Cheryl Chan\"\n            }\n        },\n        {\n            \"id\": \"7f21c166-d351-4150-86b9-8fdb9a43b64f\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-04-29T21:47:15.115Z\",\n                \"updated_at\": \"2020-04-29T21:47:15.115Z\",\n                \"is_read\": false,\n                \"subject\": \"(no subject)\",\n                \"body\": \"secure message patient\",\n                \"conversation_id\": \"58064fb2-46a2-40e7-8351-6e2e6776ac47\",\n                \"sender_id\": \"82442ae2-b77a-4900-a22d-52e575b703db\",\n                \"participants\": \"Jayson Sherry\"\n            }\n        },\n        {\n            \"id\": \"26eb8f46-858d-452f-86d3-91229810b852\",\n            \"type\": \"message\",\n            \"attributes\": {\n                \"created_at\": \"2020-04-29T21:45:05.132Z\",\n                \"updated_at\": \"2020-04-29T21:45:05.132Z\",\n                \"is_read\": true,\n                \"subject\": \"Appointment conversation - 2020-04-29 05:50PM\",\n                \"body\": \"patient message 3\\n\",\n                \"conversation_id\": \"103cf35f-b281-42fa-a4cd-8367c1b86564\",\n                \"sender_id\": \"82442ae2-b77a-4900-a22d-52e575b703db\",\n                \"participants\": \"Jayson Sherry\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"unread_count\": 378,\n        \"total\": 63,\n        \"page\": 2,\n        \"is_first\": false,\n        \"is_last\": false,\n        \"total_pages\": 3,\n        \"range\": \"26-50\"\n    }\n}"}],"_postman_id":"405891db-9daa-44c7-a705-211bf452f6fb"},{"name":"Reply to All","id":"8f2b354d-7719-41ac-b16b-4a02f9f47404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"body","value":"<p>Hello</p>","type":"text"},{"key":"files","value":"","type":"text"}]},"url":"{{base_url}}/apis/v2/messages/:message_id/reply_all","description":"<p>create message for a conversation. A message is composed of a body and attachments.</p>\n<p>Body - Html Text</p>\n<p>Files - an Array of Files</p>\n","urlObject":{"path":["apis","v2","messages",":message_id","reply_all"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"message_id"}]}},"response":[{"id":"d3b54085-b7e9-439b-b331-18dc592aeb24","name":"Reply to All","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"body","value":"<p>Hello</p>","type":"text"},{"key":"files","type":"file","src":"/Users/salman/Pictures/logo.png"}],"options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/messages/5c2d22aa-ed4d-418b-abe4-5954b64a1018/reply_all"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"97825a0a-0335-48b9-ab7a-0735e24908ac\",\n      \"type\":\"message\",\n      \"attributes\":{\n         \"created_at\":\"2021-10-05T18:46:39.183Z\",\n         \"updated_at\":\"2021-10-05T18:46:39.183Z\",\n         \"is_read\":true,\n         \"subject\":\"Appointment conversation - 2021-06-09 02:09PM\",\n         \"body\":\"asdsdasddasda\",\n         \"conversation_id\":\"cafc303f-bd4d-4671-a9f5-7d9cab006ad6\",\n         \"sender_id\":\"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n         \"participants\":\"me\"\n      }\n   }\n}"}],"_postman_id":"8f2b354d-7719-41ac-b16b-4a02f9f47404"},{"name":"Get Conversation","id":"43644902-3a8b-429f-9e75-b86224342533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/messages/:conversation_id","description":"<p>Get Conversation and all it's messages.</p>\n","urlObject":{"path":["apis","v2","messages",":conversation_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"conversation_id"}]}},"response":[{"id":"0ed651e5-8e80-407f-8e7a-0af44cbd09f3","name":"Get Conversation","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","type":"text"}],"url":"{{base_url}}/apis/v2/messages/cafc303f-bd4d-4671-a9f5-7d9cab006ad6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"cafc303f-bd4d-4671-a9f5-7d9cab006ad6\",\n      \"type\":\"message_detail\",\n      \"attributes\":{\n         \"subject\":\"Appointment conversation - 2021-06-09 02:09PM\",\n         \"created_at\":\"2021-06-09T18:10:24.474Z\",\n         \"updated_at\":\"2021-10-05T18:46:39.203Z\",\n         \"messages\":[\n            {\n               \"body\":\"Your provider has sent you a questionnaire. Please click Documents to view.\",\n               \"subject\":\"Appointment conversation - 2021-06-09 02:09PM\",\n               \"created_at\":\"2021-06-09T18:16:28.813Z\",\n               \"id\":\"5c2d22aa-ed4d-418b-abe4-5954b64a1018\",\n               \"recipients\":\"Adracare Patient, \",\n               \"reply_all\":\"Adracare Patient, \",\n               \"sender_id\":\"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n               \"sender\":\"Dr. Dave Chaudhary\",\n               \"sender_initial\":\"C\",\n               \"is_system\":false,\n               \"attachments\":[\n                  \n               ]\n            },\n            {\n               \"body\":\"\\u003cp\\u003easdsdasddasda\\u003c/p\\u003e\",\n               \"subject\":\"Appointment conversation - 2021-06-09 02:09PM\",\n               \"created_at\":\"2021-10-05T18:46:39.176Z\",\n               \"id\":\"0739eac4-aa5d-4d3a-a558-fb2afde15b63\",\n               \"recipients\":\"me\",\n               \"reply_all\":\"me\",\n               \"sender_id\":\"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n               \"sender\":\"Dr. Dave Chaudhary\",\n               \"sender_initial\":\"C\",\n               \"is_system\":false,\n               \"attachments\":[\n                  {\n                     \"id\":\"45805197-ce41-4753-9114-8e6ad5ebca66\",\n                     \"name\":\"Personal Software Process.pdf\"\n                  }\n               ]\n            }\n         ]\n      }\n   }\n}"}],"_postman_id":"43644902-3a8b-429f-9e75-b86224342533"},{"name":"Download Attachment for Message","id":"cadadbd3-8dd0-4c3f-b88a-111999abf294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/messages/:message_id/attachments/:attachment_id","description":"<p>Get the File Content for an Attachment</p>\n","urlObject":{"path":["apis","v2","messages",":message_id","attachments",":attachment_id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"message_id"},{"type":"any","value":"","key":"attachment_id"}]}},"response":[{"id":"1d519f6f-2ea6-445c-a1eb-a33305d3b1d5","name":"Download Attachment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","type":"text"}],"url":"{{base_url}}/apis/v2/messages/0739eac4-aa5d-4d3a-a558-fb2afde15b63/attachments/45805197-ce41-4753-9114-8e6ad5ebca66"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cadadbd3-8dd0-4c3f-b88a-111999abf294"},{"name":"Web Socket - COMING SOON","id":"7ba2558d-59f3-4d05-9063-85540f542b08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Real Time Notifications of New Messages Received</p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"7ba2558d-59f3-4d05-9063-85540f542b08"}],"id":"25e172d6-e0d8-4cee-a298-f4f9c6ff3913","_postman_id":"25e172d6-e0d8-4cee-a298-f4f9c6ff3913","description":""},{"name":"Intake Configuration Managment","item":[{"name":"Get Online Booking Configuration","id":"9aab474f-6986-4460-902c-e38109deba5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/configurations/online_booking_configuration","urlObject":{"path":["apis","v2","configurations","online_booking_configuration"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"498df4ec-9ec9-49c4-8c98-b3faddbd2d00","name":"Get Online Booking Configuration","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/configurations/online_booking_configuration"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"b7d5cb3c-e306-4f97-8b67-ce572fe1a403\",\n        \"type\": \"configuration\",\n        \"attributes\": {\n            \"configuration_type\": \"online_booking\",\n            \"updated_at\": \"2022-01-26T15:00:35.425Z\",\n            \"published_at\": \"2022-01-26T15:00:35.419Z\",\n            \"updated_by_id\": \"e21fa85c-a858-4099-81d6-c6465c17a3c0\",\n            \"published_by_id\": \"e21fa85c-a858-4099-81d6-c6465c17a3c0\",\n            \"published_data\": [\n                {\n                    \"id\": \"71333b1c-0a1c-4971-bb7a-49e09db01a3b\",\n                    \"code\": \"first_name\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"first_name\": \"First Name\"\n                        },\n                        \"es\": {\n                            \"first_name\": \"Nombre\"\n                        },\n                        \"fr\": {\n                            \"first_name\": \"Prénom\"\n                        },\n                        \"nl\": {\n                            \"first_name\": \"Voornaam\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"e0f69b05-369c-4b7f-a858-b0b07c00dceb\",\n                    \"code\": \"last_name\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"last_name\": \"Last Name\"\n                        },\n                        \"es\": {\n                            \"last_name\": \"Apellido\"\n                        },\n                        \"fr\": {\n                            \"last_name\": \"Nom\"\n                        },\n                        \"nl\": {\n                            \"last_name\": \"Achternaam\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"76687634-8668-42b9-a203-420effa7960f\",\n                    \"code\": \"birth_date\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"birth_date\": \"Birth Date\"\n                        },\n                        \"es\": {\n                            \"birth_date\": \"Birth Date\"\n                        },\n                        \"fr\": {\n                            \"birth_date\": \"Birth Date\"\n                        },\n                        \"nl\": {\n                            \"birth_date\": \"Birth Date\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"00fc9c78-e387-4982-9818-c4d7b30a7f56\",\n                    \"code\": \"formatted_address\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"formatted_address\": \"Formatted Address\"\n                        },\n                        \"es\": {\n                            \"formatted_address\": \"Dirección formateada\"\n                        },\n                        \"fr\": {\n                            \"formatted_address\": \"Adresse formatée\"\n                        },\n                        \"nl\": {\n                            \"formatted_address\": \"Geformatteerd adres\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"148633d5-a11f-47cb-ab53-001c86b58103\",\n                    \"code\": \"email\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"email\": \"Email\"\n                        },\n                        \"es\": {\n                            \"email\": \"Correo electrónico\"\n                        },\n                        \"fr\": {\n                            \"email\": \"Courriel\"\n                        },\n                        \"nl\": {\n                            \"email\": \"E-mailadres\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"88894d26-b3a1-4b22-816e-4757104128c6\",\n                    \"code\": \"mobile_number\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"mobile_number\": \"Mobile Number\"\n                        },\n                        \"es\": {\n                            \"mobile_number\": \"Número de teléfono celular\"\n                        },\n                        \"fr\": {\n                            \"mobile_number\": \"Numéro de cellulaire\"\n                        },\n                        \"nl\": {\n                            \"mobile_number\": \"Mobile Number\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"0ccd187d-5b67-4d19-8dc4-140d2cf105b5\",\n                    \"code\": \"home_number\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"home_number\": \"Home Number\"\n                        },\n                        \"es\": {\n                            \"home_number\": \"Home Number\"\n                        },\n                        \"fr\": {\n                            \"home_number\": \"Numéro à domicile\"\n                        },\n                        \"nl\": {\n                            \"home_number\": \"Home Number\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"4f0c8741-570e-4000-96d4-d1fc829808c0\",\n                    \"code\": \"civil_status\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"civil_status\": \"Civil Status\"\n                        },\n                        \"es\": {\n                            \"civil_status\": \"Civil Status\"\n                        },\n                        \"fr\": {\n                            \"civil_status\": \"Status civil\"\n                        },\n                        \"nl\": {\n                            \"civil_status\": \"Civil Status\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"501e8709-868b-422a-ba85-9c09d9d4115e\",\n                    \"code\": \"employment_status\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"employment_status\": \"Employment\"\n                        },\n                        \"es\": {\n                            \"employment_status\": \"Employment\"\n                        },\n                        \"fr\": {\n                            \"employment_status\": \"Emploi\"\n                        },\n                        \"nl\": {\n                            \"employment_status\": \"Employment\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"dac57e07-374a-419d-add5-4837ee313096\",\n                    \"code\": \"healthcare_service_id\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"healthcare_service_id\": \"Healthcare Service ID\"\n                        },\n                        \"es\": {\n                            \"healthcare_service_id\": \"Healthcare Service ID\"\n                        },\n                        \"fr\": {\n                            \"healthcare_service_id\": \"Healthcare Service ID\"\n                        },\n                        \"nl\": {\n                            \"healthcare_service_id\": \"Healthcare Service ID\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"c1cfb2b4-18b5-439f-95dd-661720230363\",\n                    \"code\": \"service_languages\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"service_languages\": \"translation missing: en.labels.service_languages\"\n                        },\n                        \"es\": {\n                            \"service_languages\": \"translation missing: es.labels.service_languages\"\n                        },\n                        \"fr\": {\n                            \"service_languages\": \"translation missing: fr.labels.service_languages\"\n                        },\n                        \"nl\": {\n                            \"service_languages\": \"translation missing: nl.labels.service_languages\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"b5e05d3c-e555-4560-88a8-3bf39c4f1c2d\",\n                    \"code\": \"presenting_issue_ids\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                        },\n                        \"es\": {\n                            \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                        },\n                        \"fr\": {\n                            \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                        },\n                        \"nl\": {\n                            \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"77234059-e152-41be-82af-232ab0118a50\",\n                    \"code\": \"preferred_provider_gender\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                        },\n                        \"es\": {\n                            \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                        },\n                        \"fr\": {\n                            \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                        },\n                        \"nl\": {\n                            \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"325916a3-6efb-4d71-85f9-5127bf30ab57\",\n                    \"code\": \"timezone\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"timezone\": \"Timezone\"\n                        },\n                        \"es\": {\n                            \"timezone\": \"Zona horaria\"\n                        },\n                        \"fr\": {\n                            \"timezone\": \"Fuseau horaire\"\n                        },\n                        \"nl\": {\n                            \"timezone\": \"Tijdzone\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"adfc7f29-7a43-4a4b-b87c-006be2f3ecfa\",\n                    \"code\": \"location_preference\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"location_preference\": \"Location Preference\"\n                        },\n                        \"es\": {\n                            \"location_preference\": \"Location Preference\"\n                        },\n                        \"fr\": {\n                            \"location_preference\": \"Préférence d’emplacement\"\n                        },\n                        \"nl\": {\n                            \"location_preference\": \"Location Preference\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"fb6b5827-930d-498d-9b69-8ecd3cf40e1c\",\n                    \"code\": \"availability_preferences_detail\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                        },\n                        \"es\": {\n                            \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                        },\n                        \"fr\": {\n                            \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                        },\n                        \"nl\": {\n                            \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"665a95e7-55d3-4157-987e-1c0fca2bd7c7\",\n                    \"code\": \"fee_type\",\n                    \"section\": \"fees\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"fee_type\": \"Fee Type\"\n                        },\n                        \"es\": {\n                            \"fee_type\": \"Fee Type\"\n                        },\n                        \"fr\": {\n                            \"fee_type\": \"Type de frais\"\n                        },\n                        \"nl\": {\n                            \"fee_type\": \"Fee Type\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"95fc6aac-e30d-47ad-8a9d-1822eaad0f94\",\n                    \"code\": \"is_patient_insured\",\n                    \"section\": \"fees\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"is_patient_insured\": \"Is Patient Insured\"\n                        },\n                        \"es\": {\n                            \"is_patient_insured\": \"Is Patient Insured\"\n                        },\n                        \"fr\": {\n                            \"is_patient_insured\": \"Is Patient Insured\"\n                        },\n                        \"nl\": {\n                            \"is_patient_insured\": \"Is Patient Insured\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"a7c8f31c-cef2-4075-9188-90f22814d990\",\n                    \"code\": \"morning_availability_preferences\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": false,\n                    \"translations\": {\n                        \"en\": {\n                            \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                        },\n                        \"es\": {\n                            \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                        },\n                        \"fr\": {\n                            \"morning_availability_preferences\": \"Morning (5h00 - 12h00)\"\n                        },\n                        \"nl\": {\n                            \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"41a8d016-830c-4e2d-aa31-2739fd70621c\",\n                    \"code\": \"afternoon_availability_preferences\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": false,\n                    \"translations\": {\n                        \"en\": {\n                            \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                        },\n                        \"es\": {\n                            \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                        },\n                        \"fr\": {\n                            \"afternoon_availability_preferences\": \"Afternoon (12h00 - 17h00)\"\n                        },\n                        \"nl\": {\n                            \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"34101d55-b27d-41f1-a7ad-6dfff956d899\",\n                    \"code\": \"evening_availability_preferences\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": false,\n                    \"translations\": {\n                        \"en\": {\n                            \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                        },\n                        \"es\": {\n                            \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                        },\n                        \"fr\": {\n                            \"evening_availability_preferences\": \"Evening (17h00 - 21h00)\"\n                        },\n                        \"nl\": {\n                            \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                        }\n                    },\n                    \"is_configurable\": true\n                }\n            ],\n            \"discarded_at\": null,\n            \"has_unpublished_changes\": false\n        },\n        \"relationships\": {\n            \"fields\": {\n                \"data\": [\n                    {\n                        \"id\": \"71333b1c-0a1c-4971-bb7a-49e09db01a3b\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"e0f69b05-369c-4b7f-a858-b0b07c00dceb\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"76687634-8668-42b9-a203-420effa7960f\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"00fc9c78-e387-4982-9818-c4d7b30a7f56\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"148633d5-a11f-47cb-ab53-001c86b58103\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"88894d26-b3a1-4b22-816e-4757104128c6\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"0ccd187d-5b67-4d19-8dc4-140d2cf105b5\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"4f0c8741-570e-4000-96d4-d1fc829808c0\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"501e8709-868b-422a-ba85-9c09d9d4115e\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"dac57e07-374a-419d-add5-4837ee313096\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"c1cfb2b4-18b5-439f-95dd-661720230363\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"b5e05d3c-e555-4560-88a8-3bf39c4f1c2d\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"77234059-e152-41be-82af-232ab0118a50\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"325916a3-6efb-4d71-85f9-5127bf30ab57\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"adfc7f29-7a43-4a4b-b87c-006be2f3ecfa\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"fb6b5827-930d-498d-9b69-8ecd3cf40e1c\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"665a95e7-55d3-4157-987e-1c0fca2bd7c7\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"95fc6aac-e30d-47ad-8a9d-1822eaad0f94\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"a7c8f31c-cef2-4075-9188-90f22814d990\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"41a8d016-830c-4e2d-aa31-2739fd70621c\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"34101d55-b27d-41f1-a7ad-6dfff956d899\",\n                        \"type\": \"field\"\n                    }\n                ]\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"71333b1c-0a1c-4971-bb7a-49e09db01a3b\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"first_name\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"first_name\": \"First Name\"\n                    },\n                    \"es\": {\n                        \"first_name\": \"Nombre\"\n                    },\n                    \"fr\": {\n                        \"first_name\": \"Prénom\"\n                    },\n                    \"nl\": {\n                        \"first_name\": \"Voornaam\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"e0f69b05-369c-4b7f-a858-b0b07c00dceb\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"last_name\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"last_name\": \"Last Name\"\n                    },\n                    \"es\": {\n                        \"last_name\": \"Apellido\"\n                    },\n                    \"fr\": {\n                        \"last_name\": \"Nom\"\n                    },\n                    \"nl\": {\n                        \"last_name\": \"Achternaam\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"76687634-8668-42b9-a203-420effa7960f\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"birth_date\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"birth_date\": \"Birth Date\"\n                    },\n                    \"es\": {\n                        \"birth_date\": \"Birth Date\"\n                    },\n                    \"fr\": {\n                        \"birth_date\": \"Birth Date\"\n                    },\n                    \"nl\": {\n                        \"birth_date\": \"Birth Date\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"00fc9c78-e387-4982-9818-c4d7b30a7f56\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"formatted_address\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"formatted_address\": \"Formatted Address\"\n                    },\n                    \"es\": {\n                        \"formatted_address\": \"Dirección formateada\"\n                    },\n                    \"fr\": {\n                        \"formatted_address\": \"Adresse formatée\"\n                    },\n                    \"nl\": {\n                        \"formatted_address\": \"Geformatteerd adres\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"148633d5-a11f-47cb-ab53-001c86b58103\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"email\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"email\": \"Email\"\n                    },\n                    \"es\": {\n                        \"email\": \"Correo electrónico\"\n                    },\n                    \"fr\": {\n                        \"email\": \"Courriel\"\n                    },\n                    \"nl\": {\n                        \"email\": \"E-mailadres\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"88894d26-b3a1-4b22-816e-4757104128c6\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"mobile_number\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"mobile_number\": \"Mobile Number\"\n                    },\n                    \"es\": {\n                        \"mobile_number\": \"Número de teléfono celular\"\n                    },\n                    \"fr\": {\n                        \"mobile_number\": \"Numéro de cellulaire\"\n                    },\n                    \"nl\": {\n                        \"mobile_number\": \"Mobile Number\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"0ccd187d-5b67-4d19-8dc4-140d2cf105b5\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"home_number\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"home_number\": \"Home Number\"\n                    },\n                    \"es\": {\n                        \"home_number\": \"Home Number\"\n                    },\n                    \"fr\": {\n                        \"home_number\": \"Numéro à domicile\"\n                    },\n                    \"nl\": {\n                        \"home_number\": \"Home Number\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"4f0c8741-570e-4000-96d4-d1fc829808c0\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"civil_status\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"civil_status\": \"Civil Status\"\n                    },\n                    \"es\": {\n                        \"civil_status\": \"Civil Status\"\n                    },\n                    \"fr\": {\n                        \"civil_status\": \"Status civil\"\n                    },\n                    \"nl\": {\n                        \"civil_status\": \"Civil Status\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"501e8709-868b-422a-ba85-9c09d9d4115e\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"employment_status\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"employment_status\": \"Employment\"\n                    },\n                    \"es\": {\n                        \"employment_status\": \"Employment\"\n                    },\n                    \"fr\": {\n                        \"employment_status\": \"Emploi\"\n                    },\n                    \"nl\": {\n                        \"employment_status\": \"Employment\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"dac57e07-374a-419d-add5-4837ee313096\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"healthcare_service_id\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    },\n                    \"es\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    },\n                    \"fr\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    },\n                    \"nl\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"c1cfb2b4-18b5-439f-95dd-661720230363\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"service_languages\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"service_languages\": \"translation missing: en.labels.service_languages\"\n                    },\n                    \"es\": {\n                        \"service_languages\": \"translation missing: es.labels.service_languages\"\n                    },\n                    \"fr\": {\n                        \"service_languages\": \"translation missing: fr.labels.service_languages\"\n                    },\n                    \"nl\": {\n                        \"service_languages\": \"translation missing: nl.labels.service_languages\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"b5e05d3c-e555-4560-88a8-3bf39c4f1c2d\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"presenting_issue_ids\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    },\n                    \"es\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    },\n                    \"fr\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    },\n                    \"nl\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"77234059-e152-41be-82af-232ab0118a50\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"preferred_provider_gender\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    },\n                    \"es\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    },\n                    \"fr\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    },\n                    \"nl\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"325916a3-6efb-4d71-85f9-5127bf30ab57\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"timezone\",\n                \"section\": \"appointment_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"timezone\": \"Timezone\"\n                    },\n                    \"es\": {\n                        \"timezone\": \"Zona horaria\"\n                    },\n                    \"fr\": {\n                        \"timezone\": \"Fuseau horaire\"\n                    },\n                    \"nl\": {\n                        \"timezone\": \"Tijdzone\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"adfc7f29-7a43-4a4b-b87c-006be2f3ecfa\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"location_preference\",\n                \"section\": \"appointment_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"location_preference\": \"Location Preference\"\n                    },\n                    \"es\": {\n                        \"location_preference\": \"Location Preference\"\n                    },\n                    \"fr\": {\n                        \"location_preference\": \"Préférence d’emplacement\"\n                    },\n                    \"nl\": {\n                        \"location_preference\": \"Location Preference\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"fb6b5827-930d-498d-9b69-8ecd3cf40e1c\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"availability_preferences_detail\",\n                \"section\": \"appointment_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    },\n                    \"es\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    },\n                    \"fr\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    },\n                    \"nl\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"665a95e7-55d3-4157-987e-1c0fca2bd7c7\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"fee_type\",\n                \"section\": \"fees\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"fee_type\": \"Fee Type\"\n                    },\n                    \"es\": {\n                        \"fee_type\": \"Fee Type\"\n                    },\n                    \"fr\": {\n                        \"fee_type\": \"Type de frais\"\n                    },\n                    \"nl\": {\n                        \"fee_type\": \"Fee Type\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"95fc6aac-e30d-47ad-8a9d-1822eaad0f94\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"is_patient_insured\",\n                \"section\": \"fees\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    },\n                    \"es\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    },\n                    \"fr\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    },\n                    \"nl\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"a7c8f31c-cef2-4075-9188-90f22814d990\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"morning_availability_preferences\",\n                \"section\": \"appointment_details\",\n                \"subsection\": \"availability_preferences\",\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": false,\n                \"is_show_required\": false,\n                \"translations\": {\n                    \"en\": {\n                        \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                    },\n                    \"es\": {\n                        \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                    },\n                    \"fr\": {\n                        \"morning_availability_preferences\": \"Morning (5h00 - 12h00)\"\n                    },\n                    \"nl\": {\n                        \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"41a8d016-830c-4e2d-aa31-2739fd70621c\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"afternoon_availability_preferences\",\n                \"section\": \"appointment_details\",\n                \"subsection\": \"availability_preferences\",\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": false,\n                \"is_show_required\": false,\n                \"translations\": {\n                    \"en\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                    },\n                    \"es\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                    },\n                    \"fr\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12h00 - 17h00)\"\n                    },\n                    \"nl\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"34101d55-b27d-41f1-a7ad-6dfff956d899\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"evening_availability_preferences\",\n                \"section\": \"appointment_details\",\n                \"subsection\": \"availability_preferences\",\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": false,\n                \"is_show_required\": false,\n                \"translations\": {\n                    \"en\": {\n                        \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                    },\n                    \"es\": {\n                        \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                    },\n                    \"fr\": {\n                        \"evening_availability_preferences\": \"Evening (17h00 - 21h00)\"\n                    },\n                    \"nl\": {\n                        \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"9aab474f-6986-4460-902c-e38109deba5b"},{"name":"Get Configuration Fields","id":"a228bae4-29dc-4f4e-89f8-61bb50e379a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/configurations/{{configuration_id}}/configuration_fields","urlObject":{"path":["apis","v2","configurations","{{configuration_id}}","configuration_fields"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e6221e64-65f0-41ff-af8d-41567e96b6ec","name":"Get Configuration Fields","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/configurations/{{configuration_id}}/configuration_fields"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"71333b1c-0a1c-4971-bb7a-49e09db01a3b\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"first_name\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"first_name\": \"First Name\"\n                    },\n                    \"es\": {\n                        \"first_name\": \"Nombre\"\n                    },\n                    \"fr\": {\n                        \"first_name\": \"Prénom\"\n                    },\n                    \"nl\": {\n                        \"first_name\": \"Voornaam\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"e0f69b05-369c-4b7f-a858-b0b07c00dceb\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"last_name\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"last_name\": \"Last Name\"\n                    },\n                    \"es\": {\n                        \"last_name\": \"Apellido\"\n                    },\n                    \"fr\": {\n                        \"last_name\": \"Nom\"\n                    },\n                    \"nl\": {\n                        \"last_name\": \"Achternaam\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"76687634-8668-42b9-a203-420effa7960f\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"birth_date\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"birth_date\": \"Birth Date\"\n                    },\n                    \"es\": {\n                        \"birth_date\": \"Birth Date\"\n                    },\n                    \"fr\": {\n                        \"birth_date\": \"Birth Date\"\n                    },\n                    \"nl\": {\n                        \"birth_date\": \"Birth Date\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"00fc9c78-e387-4982-9818-c4d7b30a7f56\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"formatted_address\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"formatted_address\": \"Formatted Address\"\n                    },\n                    \"es\": {\n                        \"formatted_address\": \"Dirección formateada\"\n                    },\n                    \"fr\": {\n                        \"formatted_address\": \"Adresse formatée\"\n                    },\n                    \"nl\": {\n                        \"formatted_address\": \"Geformatteerd adres\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"148633d5-a11f-47cb-ab53-001c86b58103\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"email\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"email\": \"Email\"\n                    },\n                    \"es\": {\n                        \"email\": \"Correo electrónico\"\n                    },\n                    \"fr\": {\n                        \"email\": \"Courriel\"\n                    },\n                    \"nl\": {\n                        \"email\": \"E-mailadres\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"88894d26-b3a1-4b22-816e-4757104128c6\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"mobile_number\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"mobile_number\": \"Mobile Number\"\n                    },\n                    \"es\": {\n                        \"mobile_number\": \"Número de teléfono celular\"\n                    },\n                    \"fr\": {\n                        \"mobile_number\": \"Numéro de cellulaire\"\n                    },\n                    \"nl\": {\n                        \"mobile_number\": \"Mobile Number\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"0ccd187d-5b67-4d19-8dc4-140d2cf105b5\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"home_number\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"home_number\": \"Home Number\"\n                    },\n                    \"es\": {\n                        \"home_number\": \"Home Number\"\n                    },\n                    \"fr\": {\n                        \"home_number\": \"Numéro à domicile\"\n                    },\n                    \"nl\": {\n                        \"home_number\": \"Home Number\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"4f0c8741-570e-4000-96d4-d1fc829808c0\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"civil_status\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"civil_status\": \"Civil Status\"\n                    },\n                    \"es\": {\n                        \"civil_status\": \"Civil Status\"\n                    },\n                    \"fr\": {\n                        \"civil_status\": \"Status civil\"\n                    },\n                    \"nl\": {\n                        \"civil_status\": \"Civil Status\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"501e8709-868b-422a-ba85-9c09d9d4115e\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"employment_status\",\n                \"section\": \"client_information\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"employment_status\": \"Employment\"\n                    },\n                    \"es\": {\n                        \"employment_status\": \"Employment\"\n                    },\n                    \"fr\": {\n                        \"employment_status\": \"Emploi\"\n                    },\n                    \"nl\": {\n                        \"employment_status\": \"Employment\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"dac57e07-374a-419d-add5-4837ee313096\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"healthcare_service_id\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    },\n                    \"es\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    },\n                    \"fr\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    },\n                    \"nl\": {\n                        \"healthcare_service_id\": \"Healthcare Service ID\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"c1cfb2b4-18b5-439f-95dd-661720230363\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"service_languages\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"service_languages\": \"translation missing: en.labels.service_languages\"\n                    },\n                    \"es\": {\n                        \"service_languages\": \"translation missing: es.labels.service_languages\"\n                    },\n                    \"fr\": {\n                        \"service_languages\": \"translation missing: fr.labels.service_languages\"\n                    },\n                    \"nl\": {\n                        \"service_languages\": \"translation missing: nl.labels.service_languages\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"b5e05d3c-e555-4560-88a8-3bf39c4f1c2d\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"presenting_issue_ids\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    },\n                    \"es\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    },\n                    \"fr\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    },\n                    \"nl\": {\n                        \"presenting_issue_ids\": \"Presenting Issue IDs\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"77234059-e152-41be-82af-232ab0118a50\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"preferred_provider_gender\",\n                \"section\": \"service_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    },\n                    \"es\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    },\n                    \"fr\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    },\n                    \"nl\": {\n                        \"preferred_provider_gender\": \"Preferred Provider Gender\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"325916a3-6efb-4d71-85f9-5127bf30ab57\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"timezone\",\n                \"section\": \"appointment_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": false,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"timezone\": \"Timezone\"\n                    },\n                    \"es\": {\n                        \"timezone\": \"Zona horaria\"\n                    },\n                    \"fr\": {\n                        \"timezone\": \"Fuseau horaire\"\n                    },\n                    \"nl\": {\n                        \"timezone\": \"Tijdzone\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"adfc7f29-7a43-4a4b-b87c-006be2f3ecfa\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"location_preference\",\n                \"section\": \"appointment_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"location_preference\": \"Location Preference\"\n                    },\n                    \"es\": {\n                        \"location_preference\": \"Location Preference\"\n                    },\n                    \"fr\": {\n                        \"location_preference\": \"Préférence d’emplacement\"\n                    },\n                    \"nl\": {\n                        \"location_preference\": \"Location Preference\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"fb6b5827-930d-498d-9b69-8ecd3cf40e1c\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"availability_preferences_detail\",\n                \"section\": \"appointment_details\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    },\n                    \"es\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    },\n                    \"fr\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    },\n                    \"nl\": {\n                        \"availability_preferences_detail\": \"Availability Preferences Detail\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"665a95e7-55d3-4157-987e-1c0fca2bd7c7\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"fee_type\",\n                \"section\": \"fees\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"fee_type\": \"Fee Type\"\n                    },\n                    \"es\": {\n                        \"fee_type\": \"Fee Type\"\n                    },\n                    \"fr\": {\n                        \"fee_type\": \"Type de frais\"\n                    },\n                    \"nl\": {\n                        \"fee_type\": \"Fee Type\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"95fc6aac-e30d-47ad-8a9d-1822eaad0f94\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"is_patient_insured\",\n                \"section\": \"fees\",\n                \"subsection\": null,\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": true,\n                \"is_show_required\": true,\n                \"translations\": {\n                    \"en\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    },\n                    \"es\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    },\n                    \"fr\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    },\n                    \"nl\": {\n                        \"is_patient_insured\": \"Is Patient Insured\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"a7c8f31c-cef2-4075-9188-90f22814d990\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"morning_availability_preferences\",\n                \"section\": \"appointment_details\",\n                \"subsection\": \"availability_preferences\",\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": false,\n                \"is_show_required\": false,\n                \"translations\": {\n                    \"en\": {\n                        \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                    },\n                    \"es\": {\n                        \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                    },\n                    \"fr\": {\n                        \"morning_availability_preferences\": \"Morning (5h00 - 12h00)\"\n                    },\n                    \"nl\": {\n                        \"morning_availability_preferences\": \"Morning (5:00 AM - 12:00 PM)\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"41a8d016-830c-4e2d-aa31-2739fd70621c\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"afternoon_availability_preferences\",\n                \"section\": \"appointment_details\",\n                \"subsection\": \"availability_preferences\",\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": false,\n                \"is_show_required\": false,\n                \"translations\": {\n                    \"en\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                    },\n                    \"es\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                    },\n                    \"fr\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12h00 - 17h00)\"\n                    },\n                    \"nl\": {\n                        \"afternoon_availability_preferences\": \"Afternoon (12:00 PM - 5:00 PM)\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        },\n        {\n            \"id\": \"34101d55-b27d-41f1-a7ad-6dfff956d899\",\n            \"type\": \"field\",\n            \"attributes\": {\n                \"code\": \"evening_availability_preferences\",\n                \"section\": \"appointment_details\",\n                \"subsection\": \"availability_preferences\",\n                \"is_enabled\": true,\n                \"is_configurable\": true,\n                \"is_required\": false,\n                \"is_show_required\": false,\n                \"translations\": {\n                    \"en\": {\n                        \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                    },\n                    \"es\": {\n                        \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                    },\n                    \"fr\": {\n                        \"evening_availability_preferences\": \"Evening (17h00 - 21h00)\"\n                    },\n                    \"nl\": {\n                        \"evening_availability_preferences\": \"Evening (5:00 PM - 9:00 PM)\"\n                    }\n                },\n                \"discarded_at\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"a228bae4-29dc-4f4e-89f8-61bb50e379a3"},{"name":"Update Configuration Fields","id":"d836048d-ca17-4e48-8cfc-0fad99112324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"fields\": [\n       {\n            \"id\": \"8190f5e7-06da-4354-b7a8-71d6a3bab932\",\n            \"is_enabled\": true,\n            \"is_requred\": true\n       },\n        {\n            \"id\": \"86efd7a0-4742-47fd-aff4-a634561417fd\",\n            \"is_enabled\": false,\n            \"is_requred\": true\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/configurations/{{configuration_id}}","urlObject":{"path":["apis","v2","configurations","{{configuration_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d836048d-ca17-4e48-8cfc-0fad99112324"}],"id":"6a6553f6-e21f-49a5-b5bf-fcce6884e313","event":[{"listen":"prerequest","script":{"id":"e9c6fceb-22cf-4650-a80e-14db32de7a90","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed80f4af-f82a-411a-8697-8a619c90f492","type":"text/javascript","exec":[""]}}],"_postman_id":"6a6553f6-e21f-49a5-b5bf-fcce6884e313","description":""},{"name":"Online Intake","item":[{"name":"Create Patient and Referral","id":"a95ba792-4d59-4455-9c96-69f7914bdfa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"first_name\":\"Ricky\",\n   \"last_name\":\"Bobby\",\n   \"email\":\"toofast@numberone.com\",\n   \"mobile_number\":\"+16479671111\",\n   \"home_number\":\"+16479671112\",\n   \"birth_date\":\"1999-01-01\",\n   \"formatted_address\":\"500 King St W, Toronto, ON M5V 1L8, Canada\",\n   \"timezone\":\"America/Vancouver\",\n   \"language\":\"en\",\n   \"healthcare_service_id\":\"b0f4709f-e094-4f28-b1c8-ef799fd36876\",\n   \"gross_family_income\": \"less_than_25000\",\n   \"is_sms_consented\":true,\n   \"is_email_consented\":true,\n   \"is_call_consented\":true,\n   \"morning_availability_preferences\":[\n      \n   ],\n   \"afternoon_availability_preferences\":[\n      1\n   ],\n   \"evening_availability_preferences\":[\n      3,\n      5\n   ],\n   \"service_languages\":[\n      \"en\",\n      \"fr\"\n   ],\n   \"location_preference\":\"online\",\n   \"is_patient_insured\":true,\n   \"fee_type\":\"regular_fees\",\n   \"preferred_provider_gender\":\"male\",\n   \"presenting_issue\": \"Headache\",\n   \"availability_preferences_detail\": \"Test availability preferences detail\",\n   \"presenting_issue_ids\":[\n      \"4202ffbb-bfb2-4adf-a779-1b4c9ce18be3\",\n      \"3bfb7983-fc76-4234-b230-2add92ff9047\"\n   ],\n   \"civil_status\":\"in_relationship\",\n   \"employment_status\":\"part_time_employment\",\n   \"stripe_client_secret\": \"seti_1KyeNNBCYxc3xeOmhFOaSDL0_secret_Lg0OC6L9BuAYdiGned5ZNI8dmHXgVCg\",\n   \"preferred_name\": \"hello\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/online_intake?oid=98960478-ac2a-4727-82bc-fdf81a540db1","description":"<p>The fields submitted should be based on the online intake configurations. Below is more information about specific fields.</p>\n<ul>\n<li>birth_date: The expected format is YYYY-MM-DD.</li>\n<li>formatted_address: The address string should be follow the same patterns as returned by Google GeoLocation API.</li>\n<li>is_email_consented: always required</li>\n<li>is_sms_consented: required if mobile number is present</li>\n<li>is_call_consented: required if home number is present</li>\n<li>gross_family_income: Accepts one of:<ul>\n<li>less_than_25000</li>\n<li>between_25000_and_49999</li>\n<li>between_50000_and_84,999</li>\n<li>over_85000</li>\n</ul>\n</li>\n<li>issue_description: Presenting Issue Description, just a text field</li>\n<li>morning_availability_preferences: It accepts availability days as numbers, with sunday being the first with value 0</li>\n<li>afternoon_availability_preferences: It accepts availability days as numbers, with sunday being the first with value 0</li>\n<li>evening_availability_preferences: It accepts availability days as numbers, with sunday being the first with value 0</li>\n</ul>\n","urlObject":{"path":["apis","v2","online_intake"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"98960478-ac2a-4727-82bc-fdf81a540db1"}],"variable":[]}},"response":[{"id":"c6870204-f2df-495d-a894-d20ba19fb53a","name":"Create Patient and Referral","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"first_name\":\"Ricky\",\n   \"last_name\":\"Bobby\",\n   \"email\":\"toofast@numberone.com\",\n   \"mobile_number\":\"+16479671111\",\n   \"home_number\":\"+16479671112\",\n   \"birth_date\":\"1999-01-01\",\n   \"formatted_address\":\"500 King St W, Toronto, ON M5V 1L8, Canada\",\n   \"timezone\":\"America/Vancouver\",\n   \"language\":\"en\",\n   \"healthcare_service_id\":\"b0f4709f-e094-4f28-b1c8-ef799fd36876\",\n   \"gross_family_income\": \"less_than_25000\",\n   \"is_sms_consented\":true,\n   \"is_email_consented\":true,\n   \"is_call_consented\":true,\n   \"morning_availability_preferences\":[\n      \n   ],\n   \"afternoon_availability_preferences\":[\n      1\n   ],\n   \"evening_availability_preferences\":[\n      3,\n      5\n   ],\n   \"service_languages\":[\n      \"en\",\n      \"fr\"\n   ],\n   \"location_preference\":\"online\",\n   \"is_patient_insured\":true,\n   \"fee_type\":\"regular_fees\",\n   \"preferred_provider_gender\":\"male\",\n   \"presenting_issue\": \"Headache\",\n   \"availability_preferences_detail\": \"Test availability preferences detail\",\n   \"presenting_issue_ids\":[\n      \"4202ffbb-bfb2-4adf-a779-1b4c9ce18be3\",\n      \"3bfb7983-fc76-4234-b230-2add92ff9047\"\n   ],\n   \"civil_status\":\"in_relationship\",\n   \"employment_status\":\"part_time_employment\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/apis/v2/online_intake?oid=5f05e428-d332-4bae-a160-be1ee7f65197","host":["{{base_url}}"],"path":["apis","v2","online_intake"],"query":[{"key":"oid","value":"7b65f19b-9ef1-483a-a5aa-830221e92b5d"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"544827f1-2378-426d-b9ea-0dae35c87f53\",\n      \"type\":\"referral\",\n      \"attributes\":{\n         \"patient_id\":\"d87f73b2-96a7-41e8-bd17-b41a809cca1a\",\n         \"specialist_id\":null,\n         \"treating_provider\":null,\n         \"referral_type\":null,\n         \"service_requested\":null,\n         \"reason_code\":null,\n         \"specialty\":null,\n         \"priority\":null,\n         \"notes\":null,\n         \"status\":\"requested\",\n         \"requester_name\":\"Ricky Bobby\",\n         \"qualified_status\":\"none\",\n         \"treating_provider_id\":null,\n         \"treating_provider_name\":\"\",\n         \"treating_provider_first_name\":null,\n         \"treating_provider_last_name\":null,\n         \"treating_provider_salutation\":null,\n         \"treating_provider_billing_number\":null,\n         \"treating_provider_phone_number\":null,\n         \"treating_provider_fax_number\":null,\n         \"treating_provider_formatted_address\":null,\n         \"treating_provider_apt_suite_unit\":null,\n         \"treating_provider_address_lat\":null,\n         \"treating_provider_address_lng\":null,\n         \"treating_provider_type\":null,\n         \"service_languages\":[\n            \"en\",\n            \"fr\"\n         ],\n         \"is_insurance\":false,\n         \"location_preference\":\"online\",\n         \"issue_description\":\"Headache\",\n         \"preferred_provider_gender\":\"male\",\n         \"healthcare_service_id\":null,\n         \"fee_type\":\"regular_fees\",\n         \"gross_family_income\":\"less_than_25000\",\n         \"is_patient_insured\":true,\n         \"availability_preferences_detail\":\"Test availability preferences detail\",\n         \"assigned_provider_id\":null,\n         \"created_at\":\"2021-12-10T07:42:34.000Z\",\n         \"updated_at\":\"2021-12-10T07:42:34.000Z\",\n         \"referral_title\":\"Ricky Bobby referred by \",\n         \"patient_account_id\":\"b07c9550-ea80-4aaa-970a-12c220506f6f\",\n         \"patient_full_name\":\"Ricky Bobby\",\n         \"status_label\":\"Requested\",\n         \"specialist_full_name\":null,\n         \"is_specialist\":null,\n         \"is_appointment_schedulable\":null,\n         \"healthcare_service_name\":null,\n         \"patient_public_id\":\"TCWARU\",\n         \"presenting_issue_ids\":[\n            \"7501081b-0c0c-4855-ad4a-a2913dbfc4c1\",\n            \"808a5d36-5949-4082-9948-edb1110b8cd0\"\n         ]\n      },\n      \"relationships\":{\n         \"referral_availability_preferences\":{\n            \"data\":[\n               {\n                  \"id\":\"44610068-ea71-4d68-8708-ffb2eabe47f5\",\n                  \"type\":\"referral_availability_preference\"\n               },\n               {\n                  \"id\":\"09087060-3c79-4efc-a4d7-099e6d4d4ad6\",\n                  \"type\":\"referral_availability_preference\"\n               }\n            ]\n         }\n      }\n   }\n}"}],"_postman_id":"a95ba792-4d59-4455-9c96-69f7914bdfa3"},{"name":"Get healthcare services","id":"8701156e-35a8-4709-9b45-f3036a433161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_intake/healthcare_services","urlObject":{"path":["apis","v2","online_intake","healthcare_services"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cadab900-d662-41de-9ebd-375d84c3db72","name":"Get healthcare services","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_intake/healthcare_services"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8701156e-35a8-4709-9b45-f3036a433161"},{"name":"Get Online Intake Configuration ","id":"6424527b-0612-45a3-861c-60b24f547df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/online_bookings/configurations?oid=87310c30-be10-4733-8c57-2749695d07a7","description":"<p>Get the fields and form configurations for online booking intake</p>\n","urlObject":{"path":["apis","v2","online_bookings","configurations"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Can be ignored if coming from a registered Customer's Subdomain</p>\n","type":"text/plain"},"key":"oid","value":"11bf2720-45f3-4748-b2f0-3516a670c22c"}],"variable":[]}},"response":[{"id":"3c6b14da-c835-48b8-82c3-0ed06f5f38dc","name":"Get Online Booking Configuration ","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_bookings/configurations?oid=06cd446d-af24-44a1-8605-4021d6ba7ebc","host":["{{base_url}}"],"path":["apis","v2","online_bookings","configurations"],"query":[{"key":"oid","value":"06cd446d-af24-44a1-8605-4021d6ba7ebc","description":"Can be ignored if coming from a registered Customer's Subdomain"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"f00c6307-0f65-4db5-9931-6c3f3f0231df\",\n        \"type\": \"configuration\",\n        \"attributes\": {\n            \"configuration_type\": \"online_booking\",\n            \"updated_at\": \"2021-12-07T19:22:45.611Z\",\n            \"published_at\": \"2021-12-07T19:22:45.610Z\",\n            \"updated_by_id\": null,\n            \"published_by_id\": null,\n            \"published_data\": [\n                {\n                    \"id\": \"359d8f65-2908-449f-87b5-74cf5a9dd4dc\",\n                    \"code\": \"is_patient_insured\",\n                    \"section\": \"fees\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"is_patient_insured\": \"translation missing: en.labels.is_patient_insured\"\n                        },\n                        \"es\": {\n                            \"is_patient_insured\": \"translation missing: es.labels.is_patient_insured\"\n                        },\n                        \"fr\": {\n                            \"is_patient_insured\": \"translation missing: fr.labels.is_patient_insured\"\n                        },\n                        \"nl\": {\n                            \"is_patient_insured\": \"translation missing: nl.labels.is_patient_insured\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"d13d3b46-7e51-4576-938c-8c304ebeea1f\",\n                    \"code\": \"fee_type\",\n                    \"section\": \"fees\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"fee_type\": \"translation missing: en.labels.fee_type\"\n                        },\n                        \"es\": {\n                            \"fee_type\": \"translation missing: es.labels.fee_type\"\n                        },\n                        \"fr\": {\n                            \"fee_type\": \"translation missing: fr.labels.fee_type\"\n                        },\n                        \"nl\": {\n                            \"fee_type\": \"translation missing: nl.labels.fee_type\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"d047dedd-166d-40da-995b-097b66770cd2\",\n                    \"code\": \"location_preference\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"location_preference\": \"Location Preference\"\n                        },\n                        \"es\": {\n                            \"location_preference\": \"Location Preference\"\n                        },\n                        \"fr\": {\n                            \"location_preference\": \"Préférence d’emplacement\"\n                        },\n                        \"nl\": {\n                            \"location_preference\": \"Location Preference\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"84bd877c-4cf2-4cfc-ade7-2f3b858a312f\",\n                    \"code\": \"evening_availability_preferences\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": false,\n                    \"translations\": {\n                        \"en\": {\n                            \"evening_availability_preferences\": \"translation missing: en.labels.evening_availability_preferences\"\n                        },\n                        \"es\": {\n                            \"evening_availability_preferences\": \"translation missing: es.labels.evening_availability_preferences\"\n                        },\n                        \"fr\": {\n                            \"evening_availability_preferences\": \"translation missing: fr.labels.evening_availability_preferences\"\n                        },\n                        \"nl\": {\n                            \"evening_availability_preferences\": \"translation missing: nl.labels.evening_availability_preferences\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"66d0ad20-825d-4de3-8cb1-d02baed12e72\",\n                    \"code\": \"afternoon_availability_preferences\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": false,\n                    \"translations\": {\n                        \"en\": {\n                            \"afternoon_availability_preferences\": \"translation missing: en.labels.afternoon_availability_preferences\"\n                        },\n                        \"es\": {\n                            \"afternoon_availability_preferences\": \"translation missing: es.labels.afternoon_availability_preferences\"\n                        },\n                        \"fr\": {\n                            \"afternoon_availability_preferences\": \"translation missing: fr.labels.afternoon_availability_preferences\"\n                        },\n                        \"nl\": {\n                            \"afternoon_availability_preferences\": \"translation missing: nl.labels.afternoon_availability_preferences\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"c853ee4a-2fd5-4c5f-8db2-b7559ed99359\",\n                    \"code\": \"morning_availability_preferences\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": false,\n                    \"translations\": {\n                        \"en\": {\n                            \"morning_availability_preferences\": \"translation missing: en.labels.morning_availability_preferences\"\n                        },\n                        \"es\": {\n                            \"morning_availability_preferences\": \"translation missing: es.labels.morning_availability_preferences\"\n                        },\n                        \"fr\": {\n                            \"morning_availability_preferences\": \"translation missing: fr.labels.morning_availability_preferences\"\n                        },\n                        \"nl\": {\n                            \"morning_availability_preferences\": \"translation missing: nl.labels.morning_availability_preferences\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"06fcbce6-b341-435f-ab67-253e9814496e\",\n                    \"code\": \"timezone\",\n                    \"section\": \"appointment_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"timezone\": \"Timezone\"\n                        },\n                        \"es\": {\n                            \"timezone\": \"Zona horaria\"\n                        },\n                        \"fr\": {\n                            \"timezone\": \"Fuseau horaire\"\n                        },\n                        \"nl\": {\n                            \"timezone\": \"Tijdzone\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"08201d8d-07bd-4e8a-8783-6a3ac7a61f53\",\n                    \"code\": \"preferred_provider_gender\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"preferred_provider_gender\": \"translation missing: en.labels.preferred_provider_gender\"\n                        },\n                        \"es\": {\n                            \"preferred_provider_gender\": \"translation missing: es.labels.preferred_provider_gender\"\n                        },\n                        \"fr\": {\n                            \"preferred_provider_gender\": \"translation missing: fr.labels.preferred_provider_gender\"\n                        },\n                        \"nl\": {\n                            \"preferred_provider_gender\": \"translation missing: nl.labels.preferred_provider_gender\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"3fed8b5e-3744-451b-bd56-af9c1f6dba8f\",\n                    \"code\": \"presenting_issue_ids\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"presenting_issue_ids\": \"translation missing: en.labels.presenting_issue_ids\"\n                        },\n                        \"es\": {\n                            \"presenting_issue_ids\": \"translation missing: es.labels.presenting_issue_ids\"\n                        },\n                        \"fr\": {\n                            \"presenting_issue_ids\": \"translation missing: fr.labels.presenting_issue_ids\"\n                        },\n                        \"nl\": {\n                            \"presenting_issue_ids\": \"translation missing: nl.labels.presenting_issue_ids\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"b96f8e02-bf43-4199-9753-21ce87c03e6a\",\n                    \"code\": \"language\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"language\": \"Language\"\n                        },\n                        \"es\": {\n                            \"language\": \"Idioma\"\n                        },\n                        \"fr\": {\n                            \"language\": \"Langue\"\n                        },\n                        \"nl\": {\n                            \"language\": \"Taal\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"dd7bccce-2afb-411a-a5f6-40d271a2bcb9\",\n                    \"code\": \"healthcare_service_id\",\n                    \"section\": \"service_details\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"healthcare_service_id\": \"translation missing: en.labels.healthcare_service_id\"\n                        },\n                        \"es\": {\n                            \"healthcare_service_id\": \"translation missing: es.labels.healthcare_service_id\"\n                        },\n                        \"fr\": {\n                            \"healthcare_service_id\": \"translation missing: fr.labels.healthcare_service_id\"\n                        },\n                        \"nl\": {\n                            \"healthcare_service_id\": \"translation missing: nl.labels.healthcare_service_id\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"9f38cd85-59ff-416e-b0e7-cad2bf020807\",\n                    \"code\": \"employment_status\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"employment_status\": \"Employment\"\n                        },\n                        \"es\": {\n                            \"employment_status\": \"Employment\"\n                        },\n                        \"fr\": {\n                            \"employment_status\": \"Emploi\"\n                        },\n                        \"nl\": {\n                            \"employment_status\": \"Employment\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"3ad31742-2e67-4bb4-9130-152cf6f1526d\",\n                    \"code\": \"civil_status\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"civil_status\": \"Civil Status\"\n                        },\n                        \"es\": {\n                            \"civil_status\": \"Civil Status\"\n                        },\n                        \"fr\": {\n                            \"civil_status\": \"État civil\"\n                        },\n                        \"nl\": {\n                            \"civil_status\": \"Civil Status\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"3f11bf9d-e2c6-4cd4-9551-bc5560d838a3\",\n                    \"code\": \"home_number\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"home_number\": \"Home Number\"\n                        },\n                        \"es\": {\n                            \"home_number\": \"Home Number\"\n                        },\n                        \"fr\": {\n                            \"home_number\": \"Home Number\"\n                        },\n                        \"nl\": {\n                            \"home_number\": \"Home Number\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"901eba94-b2b8-48c6-bc68-d482feea5208\",\n                    \"code\": \"mobile_number\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"mobile_number\": \"Mobile Number\"\n                        },\n                        \"es\": {\n                            \"mobile_number\": \"Número de teléfono celular\"\n                        },\n                        \"fr\": {\n                            \"mobile_number\": \"N° de téléphone mobile\"\n                        },\n                        \"nl\": {\n                            \"mobile_number\": \"Mobile Number\"\n                        }\n                    },\n                    \"is_configurable\": true\n                },\n                {\n                    \"id\": \"d0fb542c-f4ea-4d21-98bc-c4bd9208a1f1\",\n                    \"code\": \"email\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"email\": \"Email\"\n                        },\n                        \"es\": {\n                            \"email\": \"Correo electrónico\"\n                        },\n                        \"fr\": {\n                            \"email\": \"Courriel\"\n                        },\n                        \"nl\": {\n                            \"email\": \"E-mailadres\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"90b3a619-0eb1-4cfc-b843-514fc7d94b81\",\n                    \"code\": \"formatted_address\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"formatted_address\": \"Formatted Address\"\n                        },\n                        \"es\": {\n                            \"formatted_address\": \"Dirección formateada\"\n                        },\n                        \"fr\": {\n                            \"formatted_address\": \"Adresse formatée\"\n                        },\n                        \"nl\": {\n                            \"formatted_address\": \"Geformatteerd adres\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"b7c74d48-618c-49e9-a67d-faa0a2bccdf7\",\n                    \"code\": \"birth_date\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"birth_date\": \"translation missing: en.labels.birth_date\"\n                        },\n                        \"es\": {\n                            \"birth_date\": \"translation missing: es.labels.birth_date\"\n                        },\n                        \"fr\": {\n                            \"birth_date\": \"translation missing: fr.labels.birth_date\"\n                        },\n                        \"nl\": {\n                            \"birth_date\": \"translation missing: nl.labels.birth_date\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"908e6a23-af78-4f42-b8e7-ad8866d41eb9\",\n                    \"code\": \"last_name\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"last_name\": \"Last Name\"\n                        },\n                        \"es\": {\n                            \"last_name\": \"Apellido\"\n                        },\n                        \"fr\": {\n                            \"last_name\": \"Nom de famille\"\n                        },\n                        \"nl\": {\n                            \"last_name\": \"Achternaam\"\n                        }\n                    },\n                    \"is_configurable\": false\n                },\n                {\n                    \"id\": \"9875624f-68d6-49cc-be07-c69f2a34affc\",\n                    \"code\": \"first_name\",\n                    \"section\": \"client_information\",\n                    \"is_enabled\": true,\n                    \"is_required\": true,\n                    \"translations\": {\n                        \"en\": {\n                            \"first_name\": \"First Name\"\n                        },\n                        \"es\": {\n                            \"first_name\": \"Nombre\"\n                        },\n                        \"fr\": {\n                            \"first_name\": \"Prénom\"\n                        },\n                        \"nl\": {\n                            \"first_name\": \"Voornaam\"\n                        }\n                    },\n                    \"is_configurable\": false\n                }\n            ],\n            \"discarded_at\": null,\n            \"has_unpublished_changes\": false\n        },\n        \"relationships\": {\n            \"fields\": {\n                \"data\": [\n                    {\n                        \"id\": \"3ad31742-2e67-4bb4-9130-152cf6f1526d\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"9f38cd85-59ff-416e-b0e7-cad2bf020807\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"9875624f-68d6-49cc-be07-c69f2a34affc\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"908e6a23-af78-4f42-b8e7-ad8866d41eb9\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"b7c74d48-618c-49e9-a67d-faa0a2bccdf7\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"90b3a619-0eb1-4cfc-b843-514fc7d94b81\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"d0fb542c-f4ea-4d21-98bc-c4bd9208a1f1\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"901eba94-b2b8-48c6-bc68-d482feea5208\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"3f11bf9d-e2c6-4cd4-9551-bc5560d838a3\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"dd7bccce-2afb-411a-a5f6-40d271a2bcb9\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"b96f8e02-bf43-4199-9753-21ce87c03e6a\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"3fed8b5e-3744-451b-bd56-af9c1f6dba8f\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"08201d8d-07bd-4e8a-8783-6a3ac7a61f53\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"06fcbce6-b341-435f-ab67-253e9814496e\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"c853ee4a-2fd5-4c5f-8db2-b7559ed99359\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"66d0ad20-825d-4de3-8cb1-d02baed12e72\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"84bd877c-4cf2-4cfc-ade7-2f3b858a312f\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"d047dedd-166d-40da-995b-097b66770cd2\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"d13d3b46-7e51-4576-938c-8c304ebeea1f\",\n                        \"type\": \"field\"\n                    },\n                    {\n                        \"id\": \"359d8f65-2908-449f-87b5-74cf5a9dd4dc\",\n                        \"type\": \"field\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"6424527b-0612-45a3-861c-60b24f547df8"},{"name":"Setup Payment","id":"6d715a3e-9881-4b70-8854-81129c44c34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_url}}/apis/v2/online_intake/setup_payment?oid=98960478-ac2a-4727-82bc-fdf81a540db1","urlObject":{"path":["apis","v2","online_intake","setup_payment"],"host":["{{base_url}}"],"query":[{"key":"oid","value":"98960478-ac2a-4727-82bc-fdf81a540db1"}],"variable":[]}},"response":[{"id":"b256f9e1-0ff7-4827-a113-87d3eafa3b5d","name":"Create Stripe Customer and SetupIntent","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/apis/v2/online_intake/setup_payment?oid=98960478-ac2a-4727-82bc-fdf81a540db1","host":["{{base_url}}"],"path":["apis","v2","online_intake","setup_payment"],"query":[{"key":"oid","value":"98960478-ac2a-4727-82bc-fdf81a540db1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"stripe_client_secret\": \"seti_1KyeNNBCYxc3xeOmhFOaSDL0_secret_Lg0OC6L9BuAYdiGned5ZNI8dmHXgVCg\"\n}"}],"_postman_id":"6d715a3e-9881-4b70-8854-81129c44c34a"}],"id":"9b5216f3-1d68-4e5e-b5cf-aa9b76789735","_postman_id":"9b5216f3-1d68-4e5e-b5cf-aa9b76789735","description":""},{"name":"Healthcare Services","item":[{"name":"Get Healthcare Services","id":"2b86f6a1-1184-4405-bcd8-f5ea4f6ecb67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/healthcare_services","urlObject":{"path":["apis","v2","healthcare_services"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4f9b0085-4c71-46c0-92e1-71f796b72134","name":"Get Healthcare Services","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/healthcare_services"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"cb4b8efa-f5a0-458e-8ee4-70d69abfb78d\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"Ultrasound for Abdomen\",\n                \"description\": \"\",\n                \"service_type_id\": \"5d89614b-c526-4c47-ae26-c7778ccfe152\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-03-21T15:10:09.113Z\",\n                \"updated_at\": \"2019-03-21T15:10:09.113Z\",\n                \"service_type_label\": \"Diagnostic Ultrasound\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e8c505b1-1ed6-4e7c-b6fa-273d4e46814f\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Évaluation psychiatrique\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.117Z\",\n                \"updated_at\": \"2019-09-15T16:29:38.424Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7638846d-0540-4573-8cf8-42c061587496\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"Diagnostic Assessment\",\n                \"description\": \"Adding \\nSome Description\\nHere\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-11T15:55:05.162Z\",\n                \"updated_at\": \"2019-09-16T20:52:14.917Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"b9866520-71d3-4585-9ea8-a17d25c71940\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"Therapy Session\",\n                \"description\": \"General Counselling\",\n                \"service_type_id\": \"67f95bc8-7a8e-41fb-96e7-4c297c7aecb5\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-01-31T17:57:26.318Z\",\n                \"updated_at\": \"2019-09-17T02:07:16.617Z\",\n                \"service_type_label\": \"Counselling\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3d847839-0f41-4fd1-9184-be9fcd3acc08\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Séance de thérapie\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.133Z\",\n                \"updated_at\": \"2019-09-17T14:23:06.617Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7de6a54a-ef19-4ec9-9870-b3adb383594d\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"66 - Behavioral Science\",\n                \"description\": \"Behavioral Science\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.723Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.723Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"66\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f3d35687-3052-4c43-8912-80ceb42066bb\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"X-Ray\",\n                \"description\": \"Description i\",\n                \"service_type_id\": \"57940ce8-0fc6-4658-a1a0-19463bd25ec1\",\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"7b692537-fb72-4b18-beff-7f1efa7fa6d2\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-01-31T14:08:50.355Z\",\n                \"updated_at\": \"2021-04-21T18:23:45.365Z\",\n                \"service_type_label\": \"Aged Care Assessment\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"33\",\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"76581b41-b342-47b0-9518-80e51bc13954\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 0,\n                \"name\": \"Autre\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.273Z\",\n                \"updated_at\": \"2019-10-16T14:43:33.436Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"65793eac-6cb1-48d6-8a7f-54ebc65ad9dc\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 45,\n                \"name\": \"51 - 45 Minute Appointment\",\n                \"description\": \"45 Minute Appointment\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.787Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.787Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"51\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"f980fd49-f70e-4a6c-b3a5-7fe386532aab\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"80 - Phone time\",\n                \"description\": \"Phone time\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.819Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.819Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"80\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"d4acec86-9c35-411a-bec1-d33ce4958b7e\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 60,\n                \"name\": \"54 - 60 Minute Appointment\",\n                \"description\": \"60 Minute Appointment\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.882Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.882Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"54\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2a94fafd-6c41-4794-a61d-e063c9ccc57c\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"82 - Rounds\",\n                \"description\": \"Rounds\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.914Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.914Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"82\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"d7680d54-6d06-4413-8c9e-1d026ca26267\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"69 - Study Leave\",\n                \"description\": \"Study Leave\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.949Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.949Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"69\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9b141272-ad64-4ae9-a68a-2cb46dc3364a\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"86 - Vacation\",\n                \"description\": \"Vacation\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.981Z\",\n                \"updated_at\": \"2019-09-23T18:20:56.981Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"86\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7a945503-8373-4114-99c3-289251cd091d\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"71 - PBSG Rounds\",\n                \"description\": \"PBSG Rounds\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.026Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.026Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"71\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"42c4c50a-b0b1-4928-9c11-d61386d33f83\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"72 - Hospital Rounds\",\n                \"description\": \"Hospital Rounds\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.056Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.056Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"72\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8856bee4-f832-4aa3-b9f1-cf5b2a5e305c\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"100 - Drug Rep (Chief)\",\n                \"description\": \"Drug Rep (Chief)\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.088Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.088Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"100\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2d73f93f-ba7b-4c7b-b41a-642e796f5d93\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"85 - Urgent\",\n                \"description\": \"Urgent\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.122Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.122Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"85\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1f2880c8-5fff-426d-9d0e-298a0739c583\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"97 - Administrative Work\",\n                \"description\": \"Administrative Work\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.152Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.152Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"97\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"eaac9968-86cc-4af8-8581-35540698e5e0\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 0,\n                \"name\": \"116 - Travel\",\n                \"description\": \"Travel\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.186Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.186Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"116\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"52e5b9db-c887-4453-a247-9f315ccca2fc\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 0,\n                \"name\": \"109 - Meeting\",\n                \"description\": \"Meeting\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.217Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.217Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"109\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"cf8bc0cb-0a38-4cd2-94fb-8d27b7bafa0d\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"49 - 15 Minute Appointment\",\n                \"description\": \"15 Minute Appointment\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.247Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.247Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"49\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1149af35-1ae3-4857-907b-13da2b3aae89\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"115 - Same Day\",\n                \"description\": \"Same Day\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.278Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.278Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"115\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6c36bd3b-9799-4fd5-9eaa-3244af355cf4\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"83 - Same Day - R1\",\n                \"description\": \"Same Day - R1\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.309Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.309Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"83\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"83853d36-a330-4e9e-8bd1-50e35c510233\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"50 - 30 Minute Appointment\",\n                \"description\": \"30 Minute Appointment\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.756Z\",\n                \"updated_at\": \"2020-08-13T16:59:00.646Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": \"50\",\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4aacbbb6-bb3f-4bd2-a308-e37ad16e4583\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"General Consultation\",\n                \"description\": \"\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": true,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-12-04T15:29:13.847Z\",\n                \"updated_at\": \"2021-04-15T15:42:13.221Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"50.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1eac3127-d20d-4960-ae27-b2c3e5e578fb\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"Video Call Assessment\",\n                \"description\": \"\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": \"Preparations instr\",\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-07-09T16:09:41.163Z\",\n                \"updated_at\": \"2021-02-26T19:02:50.096Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": \"Preparations instr\"\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"40194519-8d90-45d9-9cd3-80bd546b6aed\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Ultrasound\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"c9245283-a900-4236-8368-437cfbd15d72\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-05-24T15:10:57.636Z\",\n                \"updated_at\": \"2021-01-27T18:49:50.358Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"03\",\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4ffa6406-0557-4e1c-9c5f-8c394c288c11\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"Therapy Session With Approval\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.013Z\",\n                \"updated_at\": \"2021-02-17T20:31:20.693Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"393b34da-badd-42ef-9468-032baba64e57\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"87 - Same Week\",\n                \"description\": \"Same Week\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.340Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.340Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"87\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"90c6ab40-1f8a-415c-ac42-6fd601aacc7d\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"90 - Online Booking\",\n                \"description\": \"Online Booking\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.374Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.374Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"90\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1391ea43-9f4b-4973-8b74-04b787f8bb3a\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 20,\n                \"name\": \"67 - On Call Clinic\",\n                \"description\": \"On Call Clinic\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.435Z\",\n                \"updated_at\": \"2019-09-23T18:20:57.435Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"67\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9a66f2c1-8540-444c-bddc-2ea243cb1348\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"US\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-06-03T20:07:54.279Z\",\n                \"updated_at\": \"2020-06-12T00:43:32.329Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"60b7aaaf-4aca-419c-b5ad-7440d29f6d0e\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 0,\n                \"name\": \"65 - Academic\",\n                \"description\": \"Academic\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.651Z\",\n                \"updated_at\": \"2020-05-06T15:37:49.028Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"65\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"fa4849e2-d164-41c4-a0b2-65989cf3162d\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"X-Ray\",\n                \"description\": \"test\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"7b692537-fb72-4b18-beff-7f1efa7fa6d2\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-01-25T21:03:23.638Z\",\n                \"updated_at\": \"2019-11-25T22:19:23.033Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"33\",\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e4de522f-8957-45df-961d-03438890c423\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 10,\n                \"name\": \"Extra Therapy Session\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"#aa7942\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.024Z\",\n                \"updated_at\": \"2020-07-02T18:20:44.724Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8bfdd21d-1ff1-4330-81c8-5999424efbe2\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 45,\n                \"name\": \"Alex Test\",\n                \"description\": \"Desc\",\n                \"service_type_id\": \"f47a9191-9bb9-48bc-8f5a-5ee8318e5e33\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 2,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": \"#ff2600\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-07-02T18:57:08.318Z\",\n                \"updated_at\": \"2020-07-02T18:57:08.318Z\",\n                \"service_type_label\": \"Friendly Visiting\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 7200,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"01124281-5120-4035-999c-f78d74383159\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 0,\n                \"name\": \"77 - Monitoring\",\n                \"description\": \"Monitoring\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:56.851Z\",\n                \"updated_at\": \"2020-08-06T13:41:07.215Z\",\n                \"service_type_label\": null,\n                \"external_id\": \"77\",\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"230.55\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e82233dd-187b-4928-9734-7c725e78a669\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"HCBG\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-08-06T14:31:33.934Z\",\n                \"updated_at\": \"2020-08-06T14:31:33.934Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"de5c137c-c28e-4e95-bd8f-ad2ceeeb6487\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Blankedz\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-08-06T15:47:50.202Z\",\n                \"updated_at\": \"2020-08-06T15:48:59.059Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"26.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1de4f05b-6f0b-4afc-b5a2-1c6da839ba07\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 10,\n                \"name\": \"Certain Healthcare Service\",\n                \"description\": \"\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-11-29T19:55:06.503Z\",\n                \"updated_at\": \"2020-08-06T16:06:38.192Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.25\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"82d4d641-3a44-4543-80d9-7bd44e01fc39\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"No Wait Test\",\n                \"description\": \"\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-08-13T16:37:58.164Z\",\n                \"updated_at\": \"2020-08-13T16:37:58.164Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"120be728-f081-4be9-b464-1a1e9129a078\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"99 - No Wait 15\",\n                \"description\": \"\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": null,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-08-11T20:49:24.201Z\",\n                \"updated_at\": \"2020-08-13T21:57:25.557Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9c99e793-a2be-4e58-b8d2-a0ba627879ad\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 20,\n                \"name\": \"First Assessment\",\n                \"description\": \"\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-08-12T20:57:03.007Z\",\n                \"updated_at\": \"2020-09-25T15:25:47.019Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": \"20.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8d4c3ecf-42a6-4cc4-8230-0733d7447f49\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 45,\n                \"name\": \"General Consult\",\n                \"description\": \"Description\\n\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"cfd68d7d-56dc-4a74-af61-d7212955ce66\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-12-04T22:51:50.152Z\",\n                \"updated_at\": \"2020-09-18T17:46:37.228Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"06\",\n                \"price_amount\": \"20.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"bc7244ab-539b-4b41-8d6e-b3723c350dce\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 120,\n                \"name\": \"On Demand\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": \"Please make sure your device is connected to the internet and you are able to open up the video chat page.\",\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-16T18:05:16.887Z\",\n                \"updated_at\": \"2021-02-05T18:09:08.312Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": \"Please make sure your device is connected to the internet and you are able to open up the video chat page.\"\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"4d43895b-d0b8-413c-9c99-7a1ee6c383a3\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 100,\n                \"name\": \"whatever\",\n                \"description\": \"test\",\n                \"service_type_id\": null,\n                \"instructions\": \"aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaa\",\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-01-23T15:11:36.169Z\",\n                \"updated_at\": \"2021-02-05T18:09:08.444Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"0.0\",\n                \"international_patient_instructions\": {\n                    \"en\": \"aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaa aaaaaaa\"\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"58d79071-c56c-4d67-89bd-280f80a127d0\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Other\",\n                \"description\": \"\",\n                \"service_type_id\": \"57940ce8-0fc6-4658-a1a0-19463bd25ec1\",\n                \"instructions\": \"English INSTR\",\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.062Z\",\n                \"updated_at\": \"2021-02-10T19:39:31.108Z\",\n                \"service_type_label\": \"Aged Care Assessment\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"nl\": \"Ned instr\",\n                    \"fr\": \"French instructions\",\n                    \"en\": \"English INSTR\"\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"882dfd49-5172-40a0-994a-0804723dffbe\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Séance de thérapie supplémentaire\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": \"English instructions\",\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3a25cb5e-1b67-4790-9fd4-0e22992adeb1\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.259Z\",\n                \"updated_at\": \"2021-02-17T19:14:01.525Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"00\",\n                \"price_amount\": \"0.25\",\n                \"international_patient_instructions\": {\n                    \"en\": \"English instructions\",\n                    \"fr\": \"French instructions\"\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"0dec5c4e-abf8-427f-a1c6-9405c811b36b\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 20,\n                \"name\": \"test\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-01-07T19:20:15.563Z\",\n                \"updated_at\": \"2021-03-17T19:36:09.814Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"10.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"9172b9c5-eb8a-4df6-b295-a2be2e3c1243\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"First Assessment Test\",\n                \"description\": \"For new patients. Assessment with a healthcare practitioner and cannabis educator\\n\\nPour les nouveaux patients. Consultation avec un professionnel de la santé et un éducateur en cannabis médicinal\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": true,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-09-16T18:39:28.820Z\",\n                \"updated_at\": \"2021-03-17T19:38:10.025Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"63b914c2-763b-44be-a6e8-245458c8e190\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": null,\n                \"name\": \"Nahid Test Manual\",\n                \"description\": \"\",\n                \"service_type_id\": null,\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": true,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-10-02T15:15:44.576Z\",\n                \"updated_at\": \"2021-03-17T19:38:54.661Z\",\n                \"service_type_label\": null,\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"990d81be-34a4-42b5-91ba-0550ba1e986c\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 30,\n                \"name\": \"General Practice\",\n                \"description\": \"General Practice\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"c9245283-a900-4236-8368-437cfbd15d72\",\n                \"colour\": \"#950f0f\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2020-08-12T16:28:32.736Z\",\n                \"updated_at\": \"2021-04-15T15:35:04.692Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": \"03\",\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"c28a0252-8231-458f-b555-fc9b99817c36\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"General Consultation\",\n                \"description\": \"General Consultation. A sample description to fill up the table and make the text large enough to sample the dimensions of the table and text treatment. Not a actual description or anything relevant\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"19e8a2ee-05dd-4427-b009-714a00d95ae5\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": true,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2019-09-23T18:20:57.404Z\",\n                \"updated_at\": \"2021-04-15T15:42:07.360Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": \"89\",\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": \"22\",\n                \"price_amount\": \"100.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e523df96-8eba-49f2-8c70-809fe6367d70\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 45,\n                \"name\": \"Psychiatry Assessment\",\n                \"description\": \"Description text for dsicovery\",\n                \"service_type_id\": \"76c43f2c-216e-4d22-9ea9-f80b4ae8b87d\",\n                \"instructions\": null,\n                \"is_auto_accept\": false,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 1,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": \"3888f54b-5641-4263-a3ab-9e974d711602\",\n                \"colour\": null,\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2018-10-10T21:04:56.002Z\",\n                \"updated_at\": \"2021-04-20T13:59:38.214Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 3600,\n                \"specialty_billing_code\": \"02\",\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": null\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"ceb697cd-ec09-41b7-acd6-cdd3b0f1d7a6\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 15,\n                \"name\": \"Appointments portal\",\n                \"description\": \"This is description\",\n                \"service_type_id\": \"f47a9191-9bb9-48bc-8f5a-5ee8318e5e33\",\n                \"instructions\": \"These are instructions\",\n                \"is_auto_accept\": true,\n                \"organization_id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                \"appointment_buffer_hours\": 0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"#C0CEE0\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"created_at\": \"2021-10-26T13:44:32.605Z\",\n                \"updated_at\": \"2021-10-26T13:44:32.605Z\",\n                \"service_type_label\": \"Friendly Visiting\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 600,\n                \"specialty_billing_code\": null,\n                \"price_amount\": null,\n                \"international_patient_instructions\": {\n                    \"en\": \"These are instructions\"\n                }\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"06cd446d-af24-44a1-8605-4021d6ba7ebc\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"total\": 56\n    }\n}"}],"_postman_id":"2b86f6a1-1184-4405-bcd8-f5ea4f6ecb67"}],"id":"c82cce00-ce0e-43db-bda0-99d3109fe14f","_postman_id":"c82cce00-ce0e-43db-bda0-99d3109fe14f","description":""},{"name":"Video Session Tokens","item":[{"name":"Create Video Session Token","id":"8e269d6a-1ce1-4bec-8729-83c2f40fa08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appointment_id\": \"{{appointment_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/video_session_tokens","description":"<p>For creating a video session token the following attributes are required:</p>\n<ul>\n<li>appointment_id</li>\n</ul>\n","urlObject":{"path":["apis","v2","video_session_tokens"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c7ed03d1-7fb7-42b0-ac8a-ee3cd971b612","name":"Create Video Session Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appointment_id\": \"{{appointment_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/video_session_tokens"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0bbdb699-52c7-4d50-aedc-a1c89e441b73\",\n    \"type\": \"video_session_token\",\n    \"attributes\": {\n        \"twilio_session_token\": \"eyJ0.....\",\n        \"expires_at\": \"2021-11-19T08:18:00.000-05:00\",\n        \"account_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"video_session_id\": \"95f60fae-6a62-41c6-9ad6-6a94cd90e609\",\n        \"expired?\": false,\n        \"appointment_id\": \"9c65c241-57b2-484b-823e-dc53067a7d56\",\n        \"is_dial_in\": false,\n        \"created_at\": \"2021-11-19T07:34:05.613-05:00\",\n        \"updated_at\": \"2021-11-19T07:34:05.613-05:00\",\n        \"appointment_files_meta\": [],\n        \"conversation_id\": \"eb38db0b-fec8-4e23-914a-0df29b5974fb\",\n        \"twilio_chat_channel\": null,\n        \"participants\": {\n            \"252a02dc-a049-4d35-b27a-620fd3c7e97a\": {\n                \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n                \"name\": \"test test\",\n                \"call_status\": null,\n                \"role\": \"patient\",\n                \"is_dial_in\": null,\n                \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n                \"provider_id\": null\n            },\n            \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\": {\n                \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                \"name\": \"Mr. Mykola Panchenko\",\n                \"call_status\": false,\n                \"role\": \"primary_provider\",\n                \"is_dial_in\": false,\n                \"patient_id\": null,\n                \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\"\n            }\n        },\n        \"emergency_phone_number\": null,\n        \"emergency_description\": null,\n        \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n        \"account_role\": \"provider\",\n        \"account_full_name\": \"Mr. Mykola Panchenko\",\n        \"account_email\": \"mpanchenko@leobit.com\",\n        \"account_intercom_hmac\": \"b72dd086cc4577127065e570ba49544998c2e746b5ac81bf064188c6bbca52ce\",\n        \"patient_name\": \"test test\",\n        \"primary_provider_name\": \"Mr. Mykola Panchenko\",\n        \"primary_provider_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"patient_account_id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n        \"visit_reason\": \"\",\n        \"current_encounter_note\": null,\n        \"session_encounter_id\": \"ac68149d-7a85-4a9f-9de4-9a60d3709e96\",\n        \"organization_number\": \"+16473709754\",\n        \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n        \"account_access_number\": \"02400022\",\n        \"appointment_number\": \"28365968\",\n        \"session_access_code\": \"41\"\n    },\n    \"relationships\": {\n        \"account\": {\n            \"data\": {\n                \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                \"type\": \"account\"\n            }\n        },\n        \"video_session\": {\n            \"data\": {\n                \"id\": \"95f60fae-6a62-41c6-9ad6-6a94cd90e609\",\n                \"type\": \"video_session\"\n            }\n        }\n    }\n}"}],"_postman_id":"8e269d6a-1ce1-4bec-8729-83c2f40fa08d"},{"name":"Get Video Session Token","id":"22af6c81-9916-4e53-b5e0-c46719c54032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/video_session_tokens/{{id}}","urlObject":{"path":["apis","v2","video_session_tokens","{{id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d34f15c4-ce46-4cd5-8a0b-056690633d7a","name":"Get Video Session Token","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/video_session_tokens/{{id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0bbdb699-52c7-4d50-aedc-a1c89e441b73\",\n        \"type\": \"video_session_token\",\n        \"attributes\": {\n            \"twilio_session_token\": \"eyJ0e....\",\n            \"expires_at\": \"2021-11-19T13:18:00.000Z\",\n            \"account_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n            \"video_session_id\": \"95f60fae-6a62-41c6-9ad6-6a94cd90e609\",\n            \"expired?\": false,\n            \"appointment_id\": \"9c65c241-57b2-484b-823e-dc53067a7d56\",\n            \"is_dial_in\": false,\n            \"created_at\": \"2021-11-19T12:34:05.613Z\",\n            \"updated_at\": \"2021-11-19T12:34:05.613Z\",\n            \"appointment_files_meta\": [],\n            \"conversation_id\": \"eb38db0b-fec8-4e23-914a-0df29b5974fb\",\n            \"twilio_chat_channel\": null,\n            \"participants\": {\n                \"252a02dc-a049-4d35-b27a-620fd3c7e97a\": {\n                    \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n                    \"name\": \"test test\",\n                    \"call_status\": null,\n                    \"role\": \"patient\",\n                    \"is_dial_in\": null,\n                    \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n                    \"provider_id\": null\n                },\n                \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\": {\n                    \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                    \"name\": \"Mr. Mykola Panchenko\",\n                    \"call_status\": false,\n                    \"role\": \"primary_provider\",\n                    \"is_dial_in\": false,\n                    \"patient_id\": null,\n                    \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\"\n                }\n            },\n            \"emergency_phone_number\": null,\n            \"emergency_description\": null,\n            \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n            \"account_role\": \"provider\",\n            \"account_full_name\": \"Mr. Mykola Panchenko\",\n            \"account_email\": \"mpanchenko@leobit.com\",\n            \"account_intercom_hmac\": \"b72dd086cc4577127065e570ba49544998c2e746b5ac81bf064188c6bbca52ce\",\n            \"patient_name\": \"test test\",\n            \"primary_provider_name\": \"Mr. Mykola Panchenko\",\n            \"primary_provider_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n            \"patient_account_id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n            \"visit_reason\": \"\",\n            \"current_encounter_note\": null,\n            \"session_encounter_id\": \"ac68149d-7a85-4a9f-9de4-9a60d3709e96\",\n            \"organization_number\": \"+16473709754\",\n            \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n            \"account_access_number\": \"02400022\",\n            \"appointment_number\": \"28365968\",\n            \"session_access_code\": \"41\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"data\": {\n                    \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                    \"type\": \"account\"\n                }\n            },\n            \"video_session\": {\n                \"data\": {\n                    \"id\": \"95f60fae-6a62-41c6-9ad6-6a94cd90e609\",\n                    \"type\": \"video_session\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"22af6c81-9916-4e53-b5e0-c46719c54032"}],"id":"ccd738e1-1e12-49a3-b992-c5141d790c08","_postman_id":"ccd738e1-1e12-49a3-b992-c5141d790c08","description":""},{"name":"Direct Video Session Tokens","item":[{"name":"Create Direct Video Session Token","id":"653ba417-1bb8-46da-b796-fbd0cd96f38c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appointment_id\": \"{{appointment_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/direct_video_session_tokens","description":"<p>For creating a video token the following attributes are required:</p>\n<ul>\n<li>appointment_id</li>\n</ul>\n","urlObject":{"path":["apis","v2","direct_video_session_tokens"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e5f34a4d-ef34-4b18-bfbd-4142e3b3272a","name":"Create Video Session Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appointment_id\": \"{{appointment_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/direct_video_session_tokens"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0bbdb699-52c7-4d50-aedc-a1c89e441b73\",\n    \"type\": \"video_session_token\",\n    \"attributes\": {\n        \"twilio_session_token\": \"eyJ0.....\",\n        \"expires_at\": \"2021-11-19T08:18:00.000-05:00\",\n        \"account_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"video_session_id\": \"95f60fae-6a62-41c6-9ad6-6a94cd90e609\",\n        \"expired?\": false,\n        \"appointment_id\": \"9c65c241-57b2-484b-823e-dc53067a7d56\",\n        \"is_dial_in\": false,\n        \"created_at\": \"2021-11-19T07:34:05.613-05:00\",\n        \"updated_at\": \"2021-11-19T07:34:05.613-05:00\",\n        \"appointment_files_meta\": [],\n        \"conversation_id\": \"eb38db0b-fec8-4e23-914a-0df29b5974fb\",\n        \"twilio_chat_channel\": null,\n        \"participants\": {\n            \"252a02dc-a049-4d35-b27a-620fd3c7e97a\": {\n                \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n                \"name\": \"test test\",\n                \"call_status\": null,\n                \"role\": \"patient\",\n                \"is_dial_in\": null,\n                \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n                \"provider_id\": null\n            },\n            \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\": {\n                \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                \"name\": \"Mr. Mykola Panchenko\",\n                \"call_status\": false,\n                \"role\": \"primary_provider\",\n                \"is_dial_in\": false,\n                \"patient_id\": null,\n                \"provider_id\": \"ca68625e-c8ef-4376-a895-5a8b0f502244\"\n            }\n        },\n        \"emergency_phone_number\": null,\n        \"emergency_description\": null,\n        \"patient_id\": \"b328297f-9382-4bca-b5b4-15baf72f3401\",\n        \"account_role\": \"provider\",\n        \"account_full_name\": \"Mr. Mykola Panchenko\",\n        \"account_email\": \"mpanchenko@leobit.com\",\n        \"account_intercom_hmac\": \"b72dd086cc4577127065e570ba49544998c2e746b5ac81bf064188c6bbca52ce\",\n        \"patient_name\": \"test test\",\n        \"primary_provider_name\": \"Mr. Mykola Panchenko\",\n        \"primary_provider_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"patient_account_id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n        \"visit_reason\": \"\",\n        \"current_encounter_note\": null,\n        \"session_encounter_id\": \"ac68149d-7a85-4a9f-9de4-9a60d3709e96\",\n        \"organization_number\": \"+16473709754\",\n        \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n        \"account_access_number\": \"02400022\",\n        \"appointment_number\": \"28365968\",\n        \"session_access_code\": \"41\"\n    },\n    \"relationships\": {\n        \"account\": {\n            \"data\": {\n                \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                \"type\": \"account\"\n            }\n        },\n        \"video_session\": {\n            \"data\": {\n                \"id\": \"95f60fae-6a62-41c6-9ad6-6a94cd90e609\",\n                \"type\": \"video_session\"\n            }\n        }\n    }\n}"}],"_postman_id":"653ba417-1bb8-46da-b796-fbd0cd96f38c"},{"name":"Get Conversation","id":"57f6270f-e382-4787-9055-cfcfea528349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/conversation","urlObject":{"path":["apis","v2","direct_video_session_tokens","conversation"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8380582d-4e9d-4b7a-a62b-9b5b5b3ec2c9","name":"Get Conversation","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/video_session_tokens/{{id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"685b7fd0-fec7-4a01-aabf-8c06880ca1b7\",\n        \"type\": \"message_detail\",\n        \"attributes\": {\n            \"subject\": \"Appointment conversation - 2021-11-22 09:03AM\",\n            \"created_at\": \"2021-11-22T14:03:39.433Z\",\n            \"updated_at\": \"2021-11-22T14:03:39.433Z\",\n            \"messages\": []\n        },\n        \"relationships\": {\n            \"actors\": {\n                \"data\": [\n                    {\n                        \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                        \"type\": \"actor\"\n                    },\n                    {\n                        \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n                        \"type\": \"actor\"\n                    },\n                    {\n                        \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                        \"type\": \"actor\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"57f6270f-e382-4787-9055-cfcfea528349"},{"name":"View Documents","id":"7a0e07d9-d477-4675-ab5b-21a8a5d6ae7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/view_documents","urlObject":{"path":["apis","v2","direct_video_session_tokens","view_documents"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"36383ba7-b9ac-4116-980f-efb9a1e29cb5","name":"View Documents","originalRequest":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/view_documents"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"a7322db3-fc42-46c2-be82-714389eb44b0\",\n        \"type\": \"appointment_general_attachment\",\n        \"attributes\": {\n            \"attachments\": []\n        }\n    }\n}"}],"_postman_id":"7a0e07d9-d477-4675-ab5b-21a8a5d6ae7c"},{"name":"Download Document","id":"633fbf2b-f40e-4b78-bf9c-748ab9df434d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/download_document","urlObject":{"path":["apis","v2","direct_video_session_tokens","download_document"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c8047300-181a-4400-adc5-a78afaf2e13a","name":"Download Document","originalRequest":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/download_document"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"633fbf2b-f40e-4b78-bf9c-748ab9df434d"},{"name":"Upload Document","id":"a2e7cf1c-ecca-42cb-9376-214371357b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"raw","raw":"files","options":{"raw":{"language":"text"}}},"url":"{{base_url}}/apis/v2/upload_document","description":"<p>Upload file via <code>multipart/form-data</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Content-Type: multipart/form-data; boundary=AaB03x\n\n--AaB03x\nContent-Disposition: form-data; name=\"files\"; filename=\"file1.txt\"\nContent-Type: text/plain\n\n... contents of file1.txt ...\n--AaB03x--\n</code></pre>","urlObject":{"path":["apis","v2","upload_document"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7fa8a701-6712-434c-814e-d962e5ba0510","name":"Upload Document","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"Content-Type: multipart/form-data; boundary=AaB03x\n\n--AaB03x\nContent-Disposition: form-data; name=\"files\"; filename=\"file1.txt\"\nContent-Type: text/plain\n\n... contents of file1.txt ...\n--AaB03x--\n","options":{"raw":{"language":"text"}}},"url":"{{base_url}}/apis/v2/upload_document"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2e7cf1c-ecca-42cb-9376-214371357b1c"},{"name":"Reply Conversation","id":"2919c247-a578-4ebf-a1f9-ed17fbb7f0dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"body","value":"","description":"<p>Body of the message</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/reply_conversation","description":"<p>Post reply in conversation</p>\n","urlObject":{"path":["apis","v2","reply_conversation"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"93e237cb-3ad3-43c1-b1a7-a6d0c5a56dda","name":"Reply Conversation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"body","value":"Hello","description":"Body of the message","type":"text"}],"options":{"raw":{"language":"text"}}},"url":"{{base_url}}/apis/v2/reply_conversation"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d7feb162-fecf-4bd0-a169-a5af0d4e678f\",\n    \"type\": \"message\",\n    \"attributes\": {\n        \"created_at\": \"2021-11-19T14:45:00.407-05:00\",\n        \"updated_at\": \"2021-11-19T14:45:00.407-05:00\",\n        \"is_read\": true,\n        \"subject\": \"Appointment conversation - 2021-11-19 02:39PM\",\n        \"body\": \"Hello1\",\n        \"conversation_id\": \"f55f51d2-299f-44c8-a7ea-7c1c4db859da\",\n        \"sender_id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n        \"participants\": \"test test\"\n    },\n    \"relationships\": {\n        \"actors\": {\n            \"data\": [\n                {\n                    \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n                    \"type\": \"actor\"\n                },\n                {\n                    \"id\": \"de9fa8d7-7a13-4d14-84f6-8bfaa1408465\",\n                    \"type\": \"actor\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"2919c247-a578-4ebf-a1f9-ed17fbb7f0dc"},{"name":"Get Video Session 'end message'","id":"836679a8-daab-4115-8180-c11393536599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/video_session_end_message","description":"<p>Returns 'end message' of video session.</p>\n","urlObject":{"path":["apis","v2","direct_video_session_tokens","video_session_end_message"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e3c23f78-12df-49cb-90f8-7e1352d6fcfd","name":"Get Video Session 'end message'","originalRequest":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/download_document"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Video session end message\"\n}"}],"_postman_id":"836679a8-daab-4115-8180-c11393536599"},{"name":"Invite new participiant","id":"896751f4-ba08-488b-9a6e-fe4eb2ecbb46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"user@domain.com","description":"<p>Email of new participiant</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/invite","description":"<p>Invites new user to video session.</p>\n","urlObject":{"path":["apis","v2","direct_video_session_tokens","invite"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"896751f4-ba08-488b-9a6e-fe4eb2ecbb46"},{"name":"Set Call Status","id":"ac8b86fb-cc58-4289-a7dc-89e5e0542e5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"","description":"<p>New status of call (true/false)</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/call_status","description":"<p>Update call status</p>\n","urlObject":{"path":["apis","v2","direct_video_session_tokens","call_status"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6328d7cc-95f8-4740-af37-5113a18cee25","name":"Set Call Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/call_status"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"bad2d0fa-b92f-4b34-a741-d18bfda58cf2\",\n        \"type\": \"video_session_token\",\n        \"attributes\": {\n            \"twilio_session_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIiwidHdyIjpudWxsfQ.eyJqdGkiOiJTSzM2NTdmYTE2OTQ4ZmI1MjI4ZmZmZDUxOTI2Zjc4ZmRkLTE2Mzc2NzkyMzYiLCJncmFudHMiOnsiaWRlbnRpdHkiOiJlMjFmYTg1Yy1hODU4LTQwOTktODFkNi1jNjQ2NWMxN2EzYzAiLCJ2aWRlbyI6eyJyb29tIjoiM2U5ZDk3NDMtYzc2ZS00N2VhLWFlYjgtMWQxODFlOTc4ZTg1In0sImNoYXQiOnsic2VydmljZV9zaWQiOiJJUzljY2Q4ZTZmMjM2ZDQ1OGM5MjYxMjI1YjBiNjBjMjdmIn19LCJpc3MiOiJTSzM2NTdmYTE2OTQ4ZmI1MjI4ZmZmZDUxOTI2Zjc4ZmRkIiwibmJmIjoxNjM3Njc5MjM2LCJleHAiOjE2Mzc2OTI2MjAsInN1YiI6IkFDYjNjYzI3MjA1ODRhNWE3MzQ2MmUzNGIxNWQyOGU0ZTUifQ.lxM3EeClg2w4LhZv1DngXUPmZRwn1XFFbc0_1uzYplc\",\n            \"expires_at\": \"2021-11-23T18:37:00.000Z\",\n            \"account_id\": \"e21fa85c-a858-4099-81d6-c6465c17a3c0\",\n            \"video_session_id\": \"3e9d9743-c76e-47ea-aeb8-1d181e978e85\",\n            \"expired?\": false,\n            \"appointment_id\": \"fff56d67-a5b0-48e3-a025-1906c44844a3\",\n            \"is_dial_in\": false,\n            \"created_at\": \"2021-11-23T14:53:54.998Z\",\n            \"updated_at\": \"2021-11-23T15:01:57.215Z\",\n            \"appointment_files_meta\": [],\n            \"conversation_id\": \"ba98c5cb-e61d-42ee-a948-33c7a4d316ee\",\n            \"twilio_chat_channel\": null,\n            \"participants\": {\n                \"e21fa85c-a858-4099-81d6-c6465c17a3c0\": {\n                    \"id\": \"e21fa85c-a858-4099-81d6-c6465c17a3c0\",\n                    \"name\": \"Mr. Vlad M\",\n                    \"call_status\": false,\n                    \"role\": \"primary_provider\",\n                    \"is_dial_in\": false,\n                    \"patient_id\": null,\n                    \"provider_id\": \"f3637f6b-b969-444e-9c9e-ff49b484f090\"\n                },\n                \"49cb39ec-b6bb-4c56-b889-779eedca790d\": {\n                    \"id\": \"49cb39ec-b6bb-4c56-b889-779eedca790d\",\n                    \"name\": \"Janette Beahan\",\n                    \"call_status\": null,\n                    \"role\": \"patient\",\n                    \"is_dial_in\": null,\n                    \"patient_id\": \"fe04b5e9-8c0d-4e54-a970-70d3caa9b78b\",\n                    \"provider_id\": null\n                }\n            },\n            \"emergency_phone_number\": null,\n            \"emergency_description\": null,\n            \"patient_id\": \"fe04b5e9-8c0d-4e54-a970-70d3caa9b78b\",\n            \"account_role\": \"provider\",\n            \"account_full_name\": \"Mr. Vlad M\",\n            \"account_email\": \"devvlad@gmail.com\",\n            \"account_intercom_hmac\": \"71c61fa17d98d06b96d6a3c989c14bbc9cf48c8fc57ae71f93ef160b95e5c164\",\n            \"patient_name\": \"Janette Beahan\",\n            \"primary_provider_name\": \"Mr. Vlad M\",\n            \"primary_provider_id\": \"e21fa85c-a858-4099-81d6-c6465c17a3c0\",\n            \"patient_account_id\": \"49cb39ec-b6bb-4c56-b889-779eedca790d\",\n            \"visit_reason\": \"\",\n            \"current_encounter_note\": null,\n            \"session_encounter_id\": \"e013a7f6-687c-4eaf-8203-19ed0f76e047\",\n            \"organization_number\": \"+16477234341\",\n            \"organization_id\": \"42ca8633-5852-4ca7-b929-9d0bd7506e8e\",\n            \"account_access_number\": \"33829609\",\n            \"appointment_number\": \"57977559\",\n            \"session_access_code\": \"16\"\n        },\n        \"relationships\": {\n            \"account\": {\n                \"data\": {\n                    \"id\": \"e21fa85c-a858-4099-81d6-c6465c17a3c0\",\n                    \"type\": \"account\"\n                }\n            },\n            \"video_session\": {\n                \"data\": {\n                    \"id\": \"3e9d9743-c76e-47ea-aeb8-1d181e978e85\",\n                    \"type\": \"video_session\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ac8b86fb-cc58-4289-a7dc-89e5e0542e5d"},{"name":"Post Feedback","id":"a44d7510-bb83-433b-a301-729388e8b3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"","type":"text","description":"<p>Status of VideoCallFeedback: init, completed, skipped</p>\n"},{"key":"feedback_status","value":"","type":"text","description":"<p>Feedback status</p>\n"},{"key":"comments","value":"","type":"text"},{"key":"feedback_codes","value":"","type":"text","description":"<p>Array of feedback codes</p>\n"}]},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/feedback","description":"<ul>\n<li><code>status</code> :  enum of <code>{ 'init','completed', 'skipped' }</code></li>\n<li><code>feedback_status</code> : enum of <code>TRANSLATIONS('en.feedback_statuses')</code>:     <ul>\n<li><code>positive</code></li>\n<li><code>neutral</code></li>\n<li><code>negative</code></li>\n</ul>\n</li>\n<li><code>comments</code> : String</li>\n<li><code>feedback_codes</code> : enum of <code>TRANSLATIONS('en.feedback_options')</code><ul>\n<li><code>could_not_see</code></li>\n<li><code>could_not_hear</code></li>\n<li><code>sound_was_delayed</code></li>\n<li><code>call_was_dropped</code></li>\n<li><code>other</code></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["apis","v2","direct_video_session_tokens","feedback"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fbf8dc13-a836-41bd-a84a-64092f350581","name":"Post Feedback","originalRequest":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"completed","type":"text","description":"Status of VideoCallFeedback: init, completed, skipped"},{"key":"feedback_status","value":"negative","type":"text","description":"Feedback status"},{"key":"comments","value":"Test","type":"text"},{"key":"feedback_codes","value":"[other could_not_see]","type":"text","description":"Array of feedback codes"}]},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/feedback"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a44d7510-bb83-433b-a301-729388e8b3fa"},{"name":"Get feedback required status","id":"e9c98bc2-c507-4aa7-9dc7-b78e98c13e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/feedback_required","urlObject":{"path":["apis","v2","direct_video_session_tokens","feedback_required"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"96629072-8342-44b3-b534-41353a7eac63","name":"Get feedback required status","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/feedback_required"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"is_required\": \"true\"\n}"}],"_postman_id":"e9c98bc2-c507-4aa7-9dc7-b78e98c13e16"},{"name":"Get Accounts","id":"a5d587e5-1872-49ea-be35-8f53aff13bb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/accounts?page=0&limit=10&term=text","urlObject":{"path":["apis","v2","direct_video_session_tokens","accounts"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Number of page</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>Number of items</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Search term</p>\n","type":"text/plain"},"key":"term","value":"text"}],"variable":[]}},"response":[{"id":"8112372d-944d-4596-af71-0cc323352b82","name":"Get Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/direct_video_session_tokens/accounts?page=0&limit=10&term=text","host":["{{base_url}}"],"path":["apis","v2","direct_video_session_tokens","accounts"],"query":[{"key":"page","value":"0","description":"Number of page"},{"key":"limit","value":"10","description":"Number of items"},{"key":"term","value":"text","description":"Search term"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"f1ee3ff9-1724-40d4-bd36-8b85d40dc3cc\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"test  adr test m\",\n                \"email\": \"gidix63558@keagenan.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"9625606c-a996-4d7a-b143-2dbfa285eebd\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Temp adra test\",\n                \"email\": \"gidix63558@keagenan.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"44eb4638-e373-421a-94af-62f9f4103eee\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Adra P 2\",\n                \"email\": \"menefoj557@ineedsa.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"252a02dc-a049-4d35-b27a-620fd3c7e97a\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"test test\",\n                \"email\": \"mpanchenko+1@leobit.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"dc7923ef-0a47-4612-9632-c07d696c9701\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Ricky Bobby\",\n                \"email\": \"toofast@numberone.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"68a80b32-5dcd-4da2-9991-f17c4ad1fc7e\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Ricky Bobby\",\n                \"email\": \"toofast@numberone.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"8013549f-f40f-499b-9744-c771205cb627\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Ricky Bobby\",\n                \"email\": \"toofast@numberone.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"6c9ac869-e716-43ac-91b0-d0be396a213f\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Adra Patient\",\n                \"email\": \"adracare.patient@gmail.com\",\n                \"role\": \"patient\",\n                \"access_role_label\": \"Patient\",\n                \"birth_date\": \"2000-05-05\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"523487ca-92ef-44a9-91f8-82f8527fd513\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Mr. Adracare Provider\",\n                \"email\": \"test.provider.pp@gmail.com\",\n                \"role\": \"provider\",\n                \"access_role_label\": \"Provider-Admin\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"705f48ab-169d-4552-9167-ead793a6eb2d\",\n            \"type\": \"account\",\n            \"attributes\": {\n                \"full_name\": \"Mr. Abeer Kazi\",\n                \"email\": \"abeer.kazi@adracare.com\",\n                \"role\": \"provider\",\n                \"access_role_label\": \"Provider-Admin\",\n                \"birth_date\": \"2000-01-01\"\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": 2,\n        \"prev_page\": null,\n        \"total_pages\": 2,\n        \"total_count\": 13\n    }\n}"}],"_postman_id":"a5d587e5-1872-49ea-be35-8f53aff13bb7"},{"name":"Create room","id":"f4ce5ff3-ed56-4f98-9fcf-05cafed7182f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/create_room","urlObject":{"path":["apis","v2","direct_video_session_tokens","create_room"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b6be24b0-44dd-4865-b5f0-8ef3d15fdebc","name":"Create room","originalRequest":{"method":"POST","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/create_room"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f4ce5ff3-ed56-4f98-9fcf-05cafed7182f"},{"name":"View Questionnaire Package","id":"0462161a-6383-409b-8d8e-d7821c5784de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/view_questionnaire_package","urlObject":{"path":["apis","v2","direct_video_session_tokens","view_questionnaire_package"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"81808b80-53bd-4a72-bd33-343c93257586","name":"View Questionnaire Package","originalRequest":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"url":"{{base_url}}/apis/v2/direct_video_session_tokens/view_questionnaire_package"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {}\n}"}],"_postman_id":"0462161a-6383-409b-8d8e-d7821c5784de"},{"name":"Update Questionnaire Package","id":"0205712a-5a4b-4a3d-af86-b17d8c0538c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"questionnaire_response_id","value":"","type":"text"},{"key":"patient_id","value":"","type":"text"},{"key":"package_id","value":"","type":"text"},{"key":"form_data[question1][display_value]","value":"","type":"text"},{"key":"form_data[question1][value]","value":"","type":"text"},{"key":"form_data[question1][type]","value":"","type":"text"},{"key":"form_data[question2][display_value]","value":"","type":"text"},{"key":"form_data[question2][value]","value":"","type":"text"},{"key":"form_data[question2][type]","value":"","type":"text"}]},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/update_questionnaire_package","urlObject":{"path":["apis","v2","direct_video_session_tokens","update_questionnaire_package"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3f409f56-57b6-44ec-a6fa-78eba0a2bb20","name":"Update Questionnaire Package","originalRequest":{"method":"GET","header":[{"key":"Adracare-Session-Token","value":"","type":"text"},{"key":"Adracare-Session-Id","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"questionnaire_response_id","value":"22db545c-130c-4362-9e19-e8d7c79cf1eb","type":"text"},{"key":"patient_id","value":"d04ff1c7-6709-4386-9faa-24d83c2c07f7","type":"text"},{"key":"package_id","value":"77f13b25-379d-435e-a3be-3d6262b61bb4","type":"text"},{"key":"form_data[question1][display_value]","value":"false","type":"text"},{"key":"form_data[question1][value]","value":"false","type":"text"},{"key":"form_data[question1][type]","value":"boolean","type":"text"},{"key":"form_data[question2][display_value]","value":"Mad Sad","type":"text"},{"key":"form_data[question2][value]","value":"item1,item2","type":"text"},{"key":"form_data[question2][type]","value":"checkbox","type":"text"}]},"url":"{{base_url}}/apis/v2/direct_video_session_tokens/update_questionnaire_package"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0205712a-5a4b-4a3d-af86-b17d8c0538c6"}],"id":"6c575579-dc33-4c63-b81a-c9693321a76a","_postman_id":"6c575579-dc33-4c63-b81a-c9693321a76a","description":""},{"name":"Web Socket","item":[{"name":"Subscribe","id":"9d753d18-9d90-4886-8538-40af682992d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"channel\": \"SubscriptionChannel\",\n    \"jwt\": {{bearer_token}}\n}","options":{"raw":{"language":"json"}}},"url":"{{ws_base_url}}apis/v2/cable","urlObject":{"path":["v2","cable"],"host":["{{ws_base_url}}apis"],"query":[],"variable":[]}},"response":[{"id":"8f8a0b54-52f5-40c0-8c49-a4be6887fdd2","name":"Subscribe","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"channel\": \"SubscriptionChannel\",\n    \"jwt\": {{bearer_token}}\n}","options":{"raw":{"language":"json"}}},"url":"{{ws_base_url}}apis/v2/cable"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"message: {\n  status: 'success',\n  message: 'Secure Message Send',\n  response: {\n   \"data\":{\n      \"id\":\"97825a0a-0335-48b9-ab7a-0735e24908ac\",\n      \"type\":\"message\",\n      \"attributes\":{\n         \"created_at\":\"2021-10-05T18:46:39.183Z\",\n         \"updated_at\":\"2021-10-05T18:46:39.183Z\",\n         \"is_read\":true,\n         \"subject\":\"Appointment conversation - 2021-06-09 02:09PM\",\n         \"body\":\"asdsdasddasda\",\n         \"conversation_id\":\"cafc303f-bd4d-4671-a9f5-7d9cab006ad6\",\n         \"sender_id\":\"0a0845ba-b06a-409f-a5d5-50ed668bb5b7\",\n         \"participants\":\"me\"\n      }\n   }\n}\n}"}],"_postman_id":"9d753d18-9d90-4886-8538-40af682992d4"},{"name":"VideoSessionChannel","id":"c51c7e3e-3f55-42ce-a3ab-f4aaa6635c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{ws_base_url}}apis/v2/cable","description":"<h1 id=\"websocket-videosession-messages\">WebSocket VideoSession messages</h1>\n<h2 id=\"javascript-example\">Javascript example</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">videoConsumer = ActionCable.createConsumer(WEBSOCKET_HOST);\nvideoConnected = videoConsumer.subscriptions.create({\n      channel: `VideoCallChannel`,\n      session_id: sessionId,\n      token_id: tokenId,\n      account_id: accountId\n}, ...)\n\n</code></pre>\n<h2 id=\"file-attached-message-from-server\">File attached message (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"identifier\": \"{\\\"channel\\\":\\\"VideoCallChannel\\\",\\\"session_id\\\":\\\"16f7c1ed-ecc4-4c45-b3bd-fe1d7a78ae31\\\",\\\"token_id\\\":\\\"3e2ffaf4-b87f-4bc9-8de1-86b8b91c51f3\\\",\\\"account_id\\\":\\\"31d57c10-dfa6-4894-9865-d23deee53c2e\\\"}\",\n    \"message\": {\n        \"attachments\": {\n            \"data\": [\n                {\n                    \"id\": \"528aa500-92f0-4da0-94d0-210b2033d188\",\n                    \"type\": \"appointment_document\",\n                    \"attributes\": {\n                        \"created_at\": \"2022-01-20T13:34:07.363Z\",\n                        \"size\": 0.42,\n                        \"filename\": \"CLC_Grayslake_Zoom_Background.jpg\",\n                        \"content_type\": \"image/jpeg\",\n                        \"key\": \"vANarDRhgSq5ucYKMne989YL\",\n                        \"appointment_id\": \"c8fde384-d06e-40b0-b883-c6a68263ff96\",\n                        \"provider_title\": \"Appointment with John c2ds\"\n                    }\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>\n<h2 id=\"videosession-started-to-server\">VideoSession started (to server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"command\": \"message\",\n    \"identifier\": \"{\\\"channel\\\":\\\"VideoCallChannel\\\",\\\"session_id\\\":\\\"16f7c1ed-ecc4-4c45-b3bd-fe1d7a78ae31\\\",\\\"token_id\\\":\\\"3e2ffaf4-b87f-4bc9-8de1-86b8b91c51f3\\\",\\\"account_id\\\":\\\"31d57c10-dfa6-4894-9865-d23deee53c2e\\\"}\",\n    \"data\": \"{\\\"browser\\\":\\\"{\\\\\\\"ua\\\\\\\":\\\\\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\\\\\\\",\\\\\\\"browser\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"Chrome\\\\\\\",\\\\\\\"version\\\\\\\":\\\\\\\"97.0.4692.71\\\\\\\",\\\\\\\"major\\\\\\\":\\\\\\\"97\\\\\\\"},\\\\\\\"engine\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"Blink\\\\\\\",\\\\\\\"version\\\\\\\":\\\\\\\"97.0.4692.71\\\\\\\"},\\\\\\\"os\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"Linux\\\\\\\",\\\\\\\"version\\\\\\\":\\\\\\\"x86_64\\\\\\\"},\\\\\\\"device\\\\\\\":{},\\\\\\\"cpu\\\\\\\":{\\\\\\\"architecture\\\\\\\":\\\\\\\"amd64\\\\\\\"}}\\\",\\\"event\\\":\\\"attempting-join\\\",\\\"timestamp\\\":\\\"2022-01-20T13:41:03.841Z\\\"}\"\n}\n\n</code></pre>\n<h2 id=\"new-message-from-server\">New Message (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"identifier\": \"{\\\"channel\\\":\\\"VideoCallChannel\\\",\\\"session_id\\\":\\\"16f7c1ed-ecc4-4c45-b3bd-fe1d7a78ae31\\\",\\\"token_id\\\":\\\"3e2ffaf4-b87f-4bc9-8de1-86b8b91c51f3\\\",\\\"account_id\\\":\\\"31d57c10-dfa6-4894-9865-d23deee53c2e\\\"}\",\n  \"message\": {\n      \"messages\": {\n          \"data\": {\n              \"id\": \"542beb1d-3836-4ffb-9967-1eba14808696\",\n              \"type\": \"message\",\n              \"attributes\": {\n                  \"created_at\": \"2022-01-20T13:54:37.705Z\",\n                  \"updated_at\": \"2022-01-20T13:54:37.705Z\",\n                  \"is_read\": true,\n                  \"subject\": \"Appointment conversation - 2022-01-20 08:11AM\",\n                  \"body\": \"Message from client\",\n                  \"conversation_id\": \"64066ad2-9a25-442e-9f10-10f165811f8f\",\n                  \"sender_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                  \"participants\": \"John c2ds\"\n              },\n              \"relationships\": {\n                  \"actors\": {\n                      \"data\": [\n                          {\n                              \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                              \"type\": \"actor\"\n                          },\n                          {\n                              \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                              \"type\": \"actor\"\n                          }\n                      ]\n                  }\n              }\n          }\n      }\n  }\n}\n\n</code></pre>\n<h2 id=\"invited-new-participant\">Invited new participant</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"identifier\": \"{\\\"channel\\\":\\\"VideoCallChannel\\\",\\\"session_id\\\":\\\"16f7c1ed-ecc4-4c45-b3bd-fe1d7a78ae31\\\",\\\"token_id\\\":\\\"3e2ffaf4-b87f-4bc9-8de1-86b8b91c51f3\\\",\\\"account_id\\\":\\\"31d57c10-dfa6-4894-9865-d23deee53c2e\\\"}\",\n  \"online_status\": {\n    \"ACCOUNT_ID:\": {\n      \"id\": \"ACCOUNT_ID\",\n      \"name\":  \"Mr. Mykola Panchenko\",\n      \"call_status\": true,\n      \"role\": \"provider\",\n      \"is_dial_in\": true,\n      \"patient_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\",\n      \"provider_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\"\n    },\n    //...\n  }\n}\n</code></pre>\n<h2 id=\"questionnairepackage-sent\">QuestionnairePackage sent</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"identifier\": \"{\\\"channel\\\":\\\"VideoCallChannel\\\",\\\"session_id\\\":\\\"16f7c1ed-ecc4-4c45-b3bd-fe1d7a78ae31\\\",\\\"token_id\\\":\\\"3e2ffaf4-b87f-4bc9-8de1-86b8b91c51f3\\\",\\\"account_id\\\":\\\"31d57c10-dfa6-4894-9865-d23deee53c2e\\\"}\",\n  \"questionnaire_package\": {\n    \"data\": {\n      \"id\": \"5451d5ee-510b-441b-b729-5b9ef2620f4e\",\n      \"type\": \"questionnaire_package\",\n      \"attributes\": {\n        \"name\": \"QOne Questionnaire\",\n        \"patient_id\": \"43c1760a-ed15-4f60-a70d-45a894b809d7\",\n        \"encounter_id\": \"ff05d717-298e-40e5-b276-170c53036cb6\",\n        \"status_code\": \"outstanding\",\n        \"created_at\": \"2022-01-21T14:20:11Z\",\n        \"updated_at\": \"2022-01-21T14:20:11Z\",\n        \"sent_at\": \"2022-01-21T14:20:11Z\",\n        \"appointment_id\": \"5c46f133-5de9-4046-acf7-36a19936e506\",\n        \"appointment_start_date_time\": \"2022-01-21T14:20:11Z\",\n        \"recipient_email\": \"user11@adracare.com\",\n        \"is_completed\": false,\n        \"status\": \"Outstanding\",\n        \"is_attached\": false,\n        \"user_language\": \"en\"\n      },\n      \"relationships\": {\n        \"organization\": {\n          \"data\": {\n            \"id\": \"e9c75b9b-9178-4c27-a725-3d5dbc994f7e\",\n            \"type\": \"organization\"\n          }\n        },\n        \"patient\": {\n          \"data\": {\n            \"id\": \"43c1760a-ed15-4f60-a70d-45a894b809d7\",\n            \"type\": \"patient\"\n          }\n        },\n        \"encounter\": {\n          \"data\": {\n            \"id\": \"ff05d717-298e-40e5-b276-170c53036cb6\",\n            \"type\": \"encounter\"\n          }\n        },\n        \"questionnaire_responses\": {\n          \"data\": [\n            {\n              \"id\": \"22e96010-89b1-49bd-a5e2-87727ebab7e6\",\n              \"type\": \"questionnaire_response\"\n            },\n            {\n              \"id\": \"49222d01-acd6-4d39-95ed-ca81f64f442f\",\n              \"type\": \"questionnaire_response\"\n            }\n          ]\n        },\n        \"questionnaire_templates\": {\n          \"data\": [\n            {\n              \"id\": \"c565f91d-30a9-498d-9a06-901fbbb02c33\",\n              \"type\": \"questionnaire_template\"\n            },\n            {\n              \"id\": \"53dc81dd-76c6-4e8a-901f-aa6a33a56109\",\n              \"type\": \"questionnaire_template\"\n            }\n          ]\n        },\n        \"questionnaire_response_fields\": {\n          \"data\": [\n          ]\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v2","cable"],"host":["{{ws_base_url}}apis"],"query":[],"variable":[]}},"response":[],"_postman_id":"c51c7e3e-3f55-42ce-a3ab-f4aaa6635c96"},{"name":"SubscriptionChannel","id":"cbd1d109-57fd-47aa-b846-0bd18c880bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h1 id=\"messages\">Messages</h1>\n<h2 id=\"appointment-update-from-server\">Appointment update (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"identifier\": \"{\\\"channel\\\":\\\"SubscriptionChannel\\\",\\\"jwt\\\":\\\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ODkxYzg1NC01OTRmLTRjOWItYTgyNC01ZGE5ZDk0NDU3MTQifQ.wwuP1a8tAo0mUkwKtvLojj0EIt20FzGISUgnxVVdPkE\\\"}\",\n    \"message\": {\n        \"appointment\": {\n            \"data\": {\n                \"id\": \"c8fde384-d06e-40b0-b883-c6a68263ff96\",\n                \"type\": \"appointment\",\n                \"attributes\": {\n                    \"online\": true,\n                    \"start_date_time\": \"2022-01-20T13:11:00Z\",\n                    \"end_date_time\": \"2022-01-20T14:11:00Z\",\n                    \"reason\": \"\",\n                    \"is_reminder_sent\": true,\n                    \"is_confirmed\": false,\n                    \"colour\": \"#3865D2\",\n                    \"referral_id\": null,\n                    \"status\": null,\n                    \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n                    \"appointment_substatus_id\": null,\n                    \"is_emergency\": null,\n                    \"priority\": null,\n                    \"encounter_id\": \"e40b4a47-d83e-4061-a016-cecef37ef93c\",\n                    \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                    \"location_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                    \"room_name\": null,\n                    \"room_full_name\": \"Virtual-Online-Direct to Patient\",\n                    \"room_id\": null,\n                    \"healthcare_service_id\": \"fa91da22-7e85-4c32-8d38-3577ebacdb4e\",\n                    \"appointment_type_id\": null,\n                    \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                    \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\",\n                    \"patient_account_id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                    \"provider_account_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                    \"is_rescheduled\": false,\n                    \"is_billed\": false,\n                    \"confirmation_status\": \"unconfirmed\",\n                    \"appointment_recurrence_id\": null,\n                    \"provider_title\": \"Appointment with John c2ds\",\n                    \"provider_scheduler_title\": \"Counselling 60 with John c2ds @ Virtual-Online-Direct to Patient [Scheduled]\",\n                    \"healthcare_service_name\": \"Counselling 60\",\n                    \"patient_title\": \"Appointment with Vlad M\",\n                    \"patient_name\": \"John c2ds\",\n                    \"patient_alerts\": \"\",\n                    \"provider_name\": \"Vlad M\",\n                    \"status_label\": \"Scheduled\",\n                    \"status_code\": \"BOOKED\",\n                    \"online_label\": \"Online\",\n                    \"billing_plan_ids\": [],\n                    \"procedure_ids\": null,\n                    \"procedure_descriptions\": null,\n                    \"referral_doctor_name\": null,\n                    \"date_of_service\": \"2022-01-20T13:11:00Z\",\n                    \"patient_health_card_number\": null,\n                    \"patient_birth_date\": \"2013-02-06\",\n                    \"patient_phone_number\": \"+3453453453\",\n                    \"patient_email\": \"d@e.gh\",\n                    \"appointment_file_count\": 1,\n                    \"location_name\": \"Virtual-Online-Direct to Patient\",\n                    \"external_id\": null,\n                    \"preferred_contact\": \"Phone\",\n                    \"recent_problem\": null,\n                    \"referral_status\": null,\n                    \"referral_qualified_status\": null,\n                    \"invoice_status\": \"Incomplete\",\n                    \"substatus_label\": \"None\",\n                    \"substatus_code\": null,\n                    \"is_healthcare_service_auto_accept\": true,\n                    \"participant_ids\": [\n                        \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                        \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\"\n                    ],\n                    \"participants\": [\n                        {\n                            \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                            \"participant_id\": \"8b2d8db4-1770-412b-af13-0288c75b515b\",\n                            \"is_confirmed\": false\n                        },\n                        {\n                            \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                            \"participant_id\": \"f3b33869-a513-4cf7-9100-382d0cfbad2c\",\n                            \"is_confirmed\": false\n                        }\n                    ],\n                    \"is_patient_veteran\": false,\n                    \"created_at\": \"2022-01-20T13:12:26.639Z\",\n                    \"updated_at\": \"2022-01-20T13:34:07.372Z\",\n                    \"healthcare_service_colour\": \"#C0CEE0\",\n                    \"confirmation_status_label\": \"Unconfirmed\",\n                    \"location_form_template_id\": null\n                },\n                \"relationships\": {\n                    \"referral\": {\n                        \"data\": null\n                    },\n                    \"patient\": {\n                        \"data\": {\n                            \"id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                            \"type\": \"patient\"\n                        }\n                    },\n                    \"location\": {\n                        \"data\": {\n                            \"id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                            \"type\": \"location\"\n                        }\n                    },\n                    \"organization\": {\n                        \"data\": {\n                            \"id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                            \"type\": \"organization\"\n                        }\n                    },\n                    \"procedure_codes\": {\n                        \"data\": []\n                    },\n                    \"invoices\": {\n                        \"data\": []\n                    }\n                }\n            }\n        },\n        \"appointment_detail\": {\n            \"data\": {\n                \"id\": \"c8fde384-d06e-40b0-b883-c6a68263ff96\",\n                \"type\": \"appointment_detail\",\n                \"attributes\": {\n                    \"online\": true,\n                    \"encounter_id\": \"e40b4a47-d83e-4061-a016-cecef37ef93c\",\n                    \"start_date_time\": \"2022-01-20T13:11:00Z\",\n                    \"end_date_time\": \"2022-01-20T14:11:00Z\",\n                    \"colour\": \"#3865D2\",\n                    \"reason\": \"\",\n                    \"referral_id\": null,\n                    \"room_name\": null,\n                    \"room_full_name\": \"Virtual-Online-Direct to Patient\",\n                    \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n                    \"is_emergency\": null,\n                    \"priority\": null,\n                    \"is_confirmed\": false,\n                    \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                    \"patient_account_id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                    \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\",\n                    \"provider_account_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                    \"is_rescheduled\": false,\n                    \"location_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                    \"healthcare_service_id\": \"fa91da22-7e85-4c32-8d38-3577ebacdb4e\",\n                    \"is_billed\": false,\n                    \"direct_video_url\": \"https://qa.carenow.me/direct/appointments/c8fde384-d06e-40b0-b883-c6a68263ff96\",\n                    \"confirmation_status\": \"unconfirmed\",\n                    \"appointment_recurrence_id\": null,\n                    \"rescheduled_locked\": false,\n                    \"provider_title\": \"Appointment with John c2ds\",\n                    \"patient_title\": \"Appointment with Vlad M\",\n                    \"patient_name\": \"John c2ds\",\n                    \"patient_external_id\": null,\n                    \"patient_alert\": \"\",\n                    \"patient_phone_number\": \"+3453453453\",\n                    \"patient_birth_date\": \"2013-02-06\",\n                    \"patient_gender\": \"other\",\n                    \"patient_email\": \"d@e.gh\",\n                    \"patient_location\": null,\n                    \"provider_name\": \"Vlad M\",\n                    \"referral_doctor_name\": null,\n                    \"referral_qualified_status\": null,\n                    \"participants\": [\n                        {\n                            \"full_name\": \"Vlad M\",\n                            \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                            \"is_deleted\": false,\n                            \"participant_id\": \"8b2d8db4-1770-412b-af13-0288c75b515b\",\n                            \"account_role\": \"provider\",\n                            \"role\": \"primary_provider\",\n                            \"is_email_consented\": true,\n                            \"is_confirmed\": false,\n                            \"status\": \"active\",\n                            \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\"\n                        },\n                        {\n                            \"full_name\": \"John c2ds\",\n                            \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                            \"is_deleted\": false,\n                            \"participant_id\": \"f3b33869-a513-4cf7-9100-382d0cfbad2c\",\n                            \"account_role\": \"patient\",\n                            \"role\": \"patient\",\n                            \"is_email_consented\": true,\n                            \"is_confirmed\": false,\n                            \"health_card_number\": null,\n                            \"health_card_version_code\": null,\n                            \"status\": \"init\",\n                            \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\"\n                        }\n                    ],\n                    \"cancelled_by_name\": null,\n                    \"appointment_history\": null,\n                    \"provider_cancellable?\": true,\n                    \"patient_cancellable?\": false,\n                    \"cancellation_reason\": null,\n                    \"created_at\": \"2022-01-20T13:12:26.639Z\",\n                    \"updated_at\": \"2022-01-20T13:34:07.372Z\",\n                    \"healthcare_service_name\": \"Counselling 60\",\n                    \"is_session_enabled\": true,\n                    \"is_valid_video_status\": true,\n                    \"appointment_type_label\": null,\n                    \"status_label\": \"Scheduled\",\n                    \"status_code\": \"BOOKED\",\n                    \"notes\": \"\",\n                    \"location_name\": \"Virtual-Online-Direct to Patient\",\n                    \"location_address\": {\n                        \"id\": \"c47b9327-a4c1-47ae-ae04-27326bf23c84\",\n                        \"formatted_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n                        \"lat\": 49.2842096,\n                        \"lng\": -123.1094381,\n                        \"address_type\": \"business\",\n                        \"primary\": false,\n                        \"mappable_type\": \"Location\",\n                        \"mappable_id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                        \"discarded_at\": null,\n                        \"created_at\": \"2021-11-05T18:41:35.860Z\",\n                        \"updated_at\": \"2021-11-05T18:41:36.443Z\",\n                        \"apt_suite_unit\": null,\n                        \"google_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n                        \"google_geo\": {\n                            \"ll\": \"49.2842096,-123.1094381\",\n                            \"lat\": 49.2842096,\n                            \"lng\": -123.1094381,\n                            \"zip\": \"V6B 1B6\",\n                            \"city\": \"Vancouver\",\n                            \"state\": \"BC\",\n                            \"is_us?\": false,\n                            \"success\": true,\n                            \"district\": \"Metro Vancouver\",\n                            \"provider\": \"google\",\n                            \"precision\": \"building\",\n                            \"block_fips\": null,\n                            \"state_fips\": null,\n                            \"sub_premise\": \"Suite 200\",\n                            \"country_code\": \"CA\",\n﻿\n﻿\n                            \"full_address\": \"322 Water St Suite 200, Vancouver, BC V6B 1B6, Canada\",\n                            \"district_fips\": null,\n                            \"street_address\": \"322 Water Street\"\n                        },\n                        \"state\": \"BC\",\n                        \"country\": \"CA\"\n                    },\n                    \"location_phone_number\": null,\n                    \"organization_name\": \"Patient Portal Organization\",\n                    \"organization_video_policy_minutes\": 15,\n                    \"provider_account_timezone\": \"America/Toronto\",\n                    \"online_booking_post_instruction\": null,\n                    \"substatus_label\": \"None\",\n                    \"substatus_code\": null,\n                    \"status_colour\": \"#3865D2\",\n                    \"substatus_colour\": \"#546E7A\",\n                    \"healthcare_service_colour\": \"#C0CEE0\",\n                    \"billing_code\": \"\",\n                    \"confirmation_status_label\": \"Unconfirmed\",\n                    \"actual_video_call_duration\": 5.333333333333333,\n                    \"num_video_call_participants\": 1,\n                    \"files_meta\": [\n                        {\n                            \"key\": \"vANarDRhgSq5ucYKMne989YL\",\n                            \"content_type\": \"image/jpeg\",\n                            \"filename\": \"CLC_Grayslake_Zoom_Background.jpg\",\n                            \"size\": 0.42,\n                            \"created_at\": \"2022-01-20T13:34:07Z\",\n                            \"uploaded_by\": {\n                                \"current_user\": null,\n                                \"account_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                                \"first_name\": \"Vlad\",\n                                \"middle_name\": null,\n                                \"last_name\": \"M\",\n                                \"salutation\": \"\"\n                            }\n                        }\n                    ]\n                },\n                \"relationships\": {\n                    \"referral\": {\n                        \"data\": null\n                    },\n                    \"location\": {\n                        \"data\": {\n                            \"id\": \"17e3a02f-8131-4233-97d7-366a7c29e96a\",\n                            \"type\": \"location\"\n                        }\n                    },\n                    \"organization\": {\n                        \"data\": {\n                            \"id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                            \"type\": \"organization\"\n                        }\n                    },\n                    \"healthcare_service\": {\n                        \"data\": {\n                            \"id\": \"fa91da22-7e85-4c32-8d38-3577ebacdb4e\",\n                            \"type\": \"healthcare_service\"\n                        }\n                    },\n                    \"cancelled_by\": {\n                        \"data\": null\n                    }\n                }\n            }\n        },\n        \"message\": null\n    }\n}\n\n</code></pre>\n<h2 id=\"encouter-note-created-from-server\">Encouter note created (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"identifier\": \"{\\\"channel\\\":\\\"SubscriptionChannel\\\",\\\"jwt\\\":\\\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ODkxYzg1NC01OTRmLTRjOWItYTgyNC01ZGE5ZDk0NDU3MTQifQ.wwuP1a8tAo0mUkwKtvLojj0EIt20FzGISUgnxVVdPkE\\\"}\",\n    \"message\": {\n        \"encounter_note\": {\n            \"data\": {\n                \"id\": \"1b8160e8-8df8-4ad8-826d-b335b6668b72\",\n                \"type\": \"encounter_note\",\n                \"attributes\": {\n                    \"name\": null,\n                    \"notes\": \"Note created\",\n                    \"status\": \"init\",\n                    \"captured_at\": null,\n                    \"created_at\": \"2022-01-20T13:44:14.742Z\",\n                    \"created_by_name\": \"Vlad M\",\n                    \"last_updated_by_name\": \"Vlad M\",\n                    \"encounter_id\": \"e40b4a47-d83e-4061-a016-cecef37ef93c\",\n                    \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                    \"updated_at\": \"2022-01-20T13:44:14.755Z\",\n                    \"auto_save_minutes\": 1.5,\n                    \"active_editor_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                    \"start_date_time\": null,\n                    \"end_date_time\": null,\n                    \"duration\": null,\n                    \"patient_name\": \"John c2ds\",\n                    \"has_several_versions\": false\n                }\n            }\n        },\n        \"message\": null\n    }\n}\n\n</code></pre>\n<h2 id=\"document-added-from-server\">Document added (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"identifier\": \"{\\\"channel\\\":\\\"SubscriptionChannel\\\",\\\"jwt\\\":\\\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ODkxYzg1NC01OTRmLTRjOWItYTgyNC01ZGE5ZDk0NDU3MTQifQ.wwuP1a8tAo0mUkwKtvLojj0EIt20FzGISUgnxVVdPkE\\\"}\",\n    \"message\": {\n        \"patient_cpp\": {\n            \"data\": {\n                \"id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                \"type\": \"cumulative_patient_profile\",\n                \"attributes\": {\n                    \"documents\": [\n                        {\n                            \"id\": \"b7e360d8-5bb2-4837-8fb4-0944a4223f28\",\n                            \"name\": \"20-0291 Outrigger Virtual Backgrounds_Thailand_1.jpg\",\n                            \"source\": \"Vlad M\",\n                            \"created_at\": \"2022-01-20T13:47:34.885Z\",\n                            \"type\": \"Requisition\",\n                            \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\"\n                        }\n                    ]\n                },\n                \"relationships\": {\n                    \"allergies\": {\n                        \"data\": []\n                    },\n                    \"problems\": {\n                        \"data\": []\n                    },\n                    \"procedure_histories\": {\n                        \"data\": []\n                    },\n                    \"immunizations\": {\n                        \"data\": []\n                    },\n                    \"family_histories\": {\n                        \"data\": []\n                    },\n                    \"medications\": {\n                        \"data\": []\n                    },\n                    \"risk_factors\": {\n                        \"data\": []\n                    },\n                    \"vital_sign_events\": {\n                        \"data\": []\n                    },\n                    \"requisitions\": {\n                        \"data\": [\n                            {\n                                \"id\": \"51d173d3-fb69-45df-9871-5cdc34664c4d\",\n                                \"type\": \"requisition\"\n                            },\n                            {\n                                \"id\": \"18a27d9b-688b-487d-b8f9-bc6b374006e4\",\n                                \"type\": \"requisition\"\n                            }\n                        ]\n                    },\n                    \"e_form_responses\": {\n                        \"data\": []\n                    },\n                    \"appointments\": {\n                        \"data\": [\n                            {\n                                \"id\": \"c8fde384-d06e-40b0-b883-c6a68263ff96\",\n                                \"type\": \"appointment\"\n                            }\n                        ]\n                    },\n                    \"invoices\": {\n                        \"data\": []\n                    },\n                    \"questionnaire_packages\": {\n                        \"data\": []\n                    }\n                }\n            }\n        },\n        \"allergy\": {\n            \"data\": []\n        },\n        \"problem\": {\n            \"data\": []\n        },\n        \"procedure_history\": {\n            \"data\": []\n        },\n        \"immunization\": {\n            \"data\": []\n        },\n        \"family_history\": {\n            \"data\": []\n        },\n        \"medication\": {\n            \"data\": []\n        },\n        \"risk_factor\": {\n            \"data\": []\n        },\n        \"vital_sign_event\": {\n            \"data\": []\n        },\n        \"requisition\": {\n            \"data\": [\n                {\n                    \"id\": \"51d173d3-fb69-45df-9871-5cdc34664c4d\",\n                    \"type\": \"requisition\",\n                    \"attributes\": {\n                        \"patient_instructions\": null,\n                        \"notes\": \"undefined\",\n                        \"priority\": null,\n                        \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                        \"authored_at\": null,\n                        \"created_at\": \"2022-01-20T13:47:34.625Z\",\n                        \"updated_at\": \"2022-01-20T13:47:34.888Z\",\n                        \"file_identifier\": null,\n                        \"file_name\": \"20-0291 Outrigger Virtual Backgrounds_Thailand_1.jpg\",\n                        \"source\": \"Vlad M\"\n                    }\n                },\n                {\n                    \"id\": \"18a27d9b-688b-487d-b8f9-bc6b374006e4\",\n                    \"type\": \"requisition\",\n                    \"attributes\": {\n                        \"patient_instructions\": null,\n                        \"notes\": null,\n                        \"priority\": null,\n                        \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                        \"authored_at\": null,\n                        \"created_at\": \"2021-12-14T18:08:28.939Z\",\n                        \"updated_at\": \"2021-12-14T18:08:28.939Z\",\n                        \"file_identifier\": null,\n                        \"file_name\": null,\n                        \"source\": null\n                    }\n                }\n            ]\n        },\n        \"e_form_response\": {\n            \"data\": []\n        },\n        \"message\": null\n    }\n}\n\n</code></pre>\n<h2 id=\"new-appointment-added-from-server\">New appointment added (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"identifier\": \"{\\\"channel\\\":\\\"SubscriptionChannel\\\",\\\"jwt\\\":\\\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ODkxYzg1NC01OTRmLTRjOWItYTgyNC01ZGE5ZDk0NDU3MTQifQ.wwuP1a8tAo0mUkwKtvLojj0EIt20FzGISUgnxVVdPkE\\\"}\",\n  \"message\": {\n      \"appointment\": {\n          \"data\": {\n              \"id\": \"00ef8ea6-3d05-44c3-a32f-7b7ca7de1414\",\n              \"type\": \"appointment\",\n              \"attributes\": {\n                  \"online\": true,\n                  \"start_date_time\": \"2022-01-20T16:48:00Z\",\n                  \"end_date_time\": \"2022-01-20T17:48:00Z\",\n                  \"reason\": \"\",\n                  \"is_reminder_sent\": true,\n                  \"is_confirmed\": false,\n                  \"colour\": \"#3865D2\",\n                  \"referral_id\": null,\n                  \"status\": null,\n                  \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n                  \"appointment_substatus_id\": null,\n                  \"is_emergency\": null,\n                  \"priority\": null,\n                  \"encounter_id\": \"6e55f70b-4942-4d98-97cf-b3ef921daf75\",\n                  \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                  \"location_id\": \"9da95fb8-0037-459d-81b0-1abc6e069b75\",\n                  \"room_name\": null,\n                  \"room_full_name\": \"Virtual-Online-Hosted\",\n                  \"room_id\": null,\n                  \"healthcare_service_id\": \"fa91da22-7e85-4c32-8d38-3577ebacdb4e\",\n                  \"appointment_type_id\": null,\n                  \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                  \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\",\n                  \"patient_account_id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                  \"provider_account_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                  \"is_rescheduled\": false,\n                  \"is_billed\": false,\n                  \"confirmation_status\": \"unconfirmed\",\n                  \"appointment_recurrence_id\": null,\n                  \"provider_title\": \"Appointment with John c2ds\",\n                  \"provider_scheduler_title\": \"Counselling 60 with John c2ds @ Virtual-Online-Hosted [Scheduled]\",\n                  \"healthcare_service_name\": \"Counselling 60\",\n                  \"patient_title\": \"Appointment with Vlad M\",\n                  \"patient_name\": \"John c2ds\",\n                  \"patient_alerts\": \"\",\n                  \"provider_name\": \"Vlad M\",\n                  \"status_label\": \"Scheduled\",\n                  \"status_code\": \"BOOKED\",\n                  \"online_label\": \"Online\",\n                  \"billing_plan_ids\": [],\n                  \"procedure_ids\": null,\n                  \"procedure_descriptions\": null,\n                  \"referral_doctor_name\": null,\n                  \"date_of_service\": \"2022-01-20T16:48:00Z\",\n                  \"patient_health_card_number\": null,\n                  \"patient_birth_date\": \"2013-02-06\",\n                  \"patient_phone_number\": \"+3453453453\",\n                  \"patient_email\": \"d@e.gh\",\n                  \"appointment_file_count\": 0,\n                  \"location_name\": \"Virtual-Online-Hosted\",\n                  \"external_id\": null,\n                  \"preferred_contact\": \"Phone\",\n                  \"recent_problem\": null,\n                  \"referral_status\": null,\n                  \"referral_qualified_status\": null,\n                  \"invoice_status\": \"Incomplete\",\n                  \"substatus_label\": \"None\",\n                  \"substatus_code\": null,\n                  \"is_healthcare_service_auto_accept\": true,\n                  \"participant_ids\": [\n                      \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                      \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\"\n                  ],\n                  \"participants\": [\n                      {\n                          \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                          \"participant_id\": \"32d3696f-b9ee-4d32-89c8-fe186ac0e28e\",\n                          \"is_confirmed\": false\n                      },\n                      {\n                          \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                          \"participant_id\": \"d06f1c71-3bd6-4331-82e3-26ceed967b74\",\n                          \"is_confirmed\": false\n                      }\n                  ],\n                  \"is_patient_veteran\": false,\n                  \"created_at\": \"2022-01-20T13:48:59.130Z\",\n                  \"updated_at\": \"2022-01-20T13:48:59.130Z\",\n                  \"healthcare_service_colour\": \"#C0CEE0\",\n                  \"confirmation_status_label\": \"Unconfirmed\",\n                  \"location_form_template_id\": null\n              },\n              \"relationships\": {\n                  \"referral\": {\n                      \"data\": null\n                  },\n                  \"patient\": {\n                      \"data\": {\n                          \"id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                          \"type\": \"patient\"\n                      }\n                  },\n                  \"location\": {\n                      \"data\": {\n                          \"id\": \"9da95fb8-0037-459d-81b0-1abc6e069b75\",\n                          \"type\": \"location\"\n                      }\n                  },\n                  \"organization\": {\n                      \"data\": {\n                          \"id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                          \"type\": \"organization\"\n                      }\n                  },\n                  \"procedure_codes\": {\n                      \"data\": []\n                  },\n                  \"invoices\": {\n                      \"data\": []\n                  }\n              }\n          }\n      },\n      \"appointment_detail\": {\n          \"data\": {\n              \"id\": \"00ef8ea6-3d05-44c3-a32f-7b7ca7de1414\",\n              \"type\": \"appointment_detail\",\n              \"attributes\": {\n                  \"online\": true,\n                  \"encounter_id\": \"6e55f70b-4942-4d98-97cf-b3ef921daf75\",\n                  \"start_date_time\": \"2022-01-20T16:48:00Z\",\n                  \"end_date_time\": \"2022-01-20T17:48:00Z\",\n                  \"colour\": \"#3865D2\",\n                  \"reason\": \"\",\n                  \"referral_id\": null,\n                  \"room_name\": null,\n                  \"room_full_name\": \"Virtual-Online-Hosted\",\n                  \"appointment_status_id\": \"c88c93a1-eca5-45f7-b261-c67fe161c009\",\n                  \"is_emergency\": null,\n                  \"priority\": null,\n                  \"is_confirmed\": false,\n                  \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                  \"patient_account_id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                  \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\",\n                  \"provider_account_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                  \"is_rescheduled\": false,\n                  \"location_id\": \"9da95fb8-0037-459d-81b0-1abc6e069b75\",\n                  \"healthcare_service_id\": \"fa91da22-7e85-4c32-8d38-3577ebacdb4e\",\n                  \"is_billed\": false,\n                  \"direct_video_url\": \"https://qa.carenow.me/direct/appointments/00ef8ea6-3d05-44c3-a32f-7b7ca7de1414\",\n                  \"confirmation_status\": \"unconfirmed\",\n                  \"appointment_recurrence_id\": null,\n                  \"rescheduled_locked\": false,\n                  \"provider_title\": \"Appointment with John c2ds\",\n                  \"patient_title\": \"Appointment with Vlad M\",\n                  \"patient_name\": \"John c2ds\",\n                  \"patient_external_id\": null,\n                  \"patient_alert\": \"\",\n                  \"patient_phone_number\": \"+3453453453\",\n                  \"patient_birth_date\": \"2013-02-06\",\n                  \"patient_gender\": \"other\",\n                  \"patient_email\": \"d@e.gh\",\n                  \"patient_location\": null,\n                  \"provider_name\": \"Vlad M\",\n                  \"referral_doctor_name\": null,\n                  \"referral_qualified_status\": null,\n                  \"participants\": [\n                      {\n                          \"full_name\": \"Vlad M\",\n                          \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                          \"is_deleted\": false,\n                          \"participant_id\": \"32d3696f-b9ee-4d32-89c8-fe186ac0e28e\",\n                          \"account_role\": \"provider\",\n                          \"role\": \"primary_provider\",\n                          \"is_email_consented\": true,\n                          \"is_confirmed\": false,\n                          \"status\": \"active\",\n                          \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\"\n                      },\n                      {\n                          \"full_name\": \"John c2ds\",\n                          \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                          \"is_deleted\": false,\n                          \"participant_id\": \"d06f1c71-3bd6-4331-82e3-26ceed967b74\",\n                          \"account_role\": \"patient\",\n                          \"role\": \"patient\",\n                          \"is_email_consented\": true,\n                          \"is_confirmed\": false,\n                          \"health_card_number\": null,\n                          \"health_card_version_code\": null,\n                          \"status\": \"init\",\n                          \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\"\n                      }\n                  ],\n                  \"cancelled_by_name\": null,\n                  \"appointment_history\": null,\n                  \"provider_cancellable?\": true,\n                  \"patient_cancellable?\": true,\n                  \"cancellation_reason\": null,\n                  \"created_at\": \"2022-01-20T13:48:59.130Z\",\n                  \"updated_at\": \"2022-01-20T13:48:59.130Z\",\n                  \"healthcare_service_name\": \"Counselling 60\",\n                  \"is_session_enabled\": false,\n                  \"is_valid_video_status\": true,\n                  \"appointment_type_label\": null,\n                  \"status_label\": \"Scheduled\",\n                  \"status_code\": \"BOOKED\",\n                  \"notes\": \"\",\n                  \"location_name\": \"Virtual-Online-Hosted\",\n                  \"location_address\": {\n                      \"id\": \"12313b4a-ce8c-4261-9e71-251627b2035e\",\n                      \"formatted_address\": \"322 Water St, Vancouver, BC V6B, Canada\",\n                      \"lat\": 49.2842096,\n                      \"lng\": -123.1094381,\n                      \"address_type\": \"business\",\n                      \"primary\": false,\n                      \"mappable_type\": \"Location\",\n                      \"mappable_id\": \"9da95fb8-0037-459d-81b0-1abc6e069b75\",\n                      \"discarded_at\": null,\n                      \"created_at\": \"2021-11-15T15:08:05.960Z\",\n                      \"updated_at\": \"2021-12-13T21:03:49.040Z\",\n                      \"apt_suite_unit\": null,\n                      \"google_address\": \"322 Water St, Vancouver, BC V6B 1B6, Canada\",\n                      \"google_geo\": {\n                          \"ll\": \"49.2842096,-123.1094381\",\n                          \"tz\": \"America/Vancouver\",\n                          \"lat\": 49.2842096,\n                          \"lng\": -123.1094381,\n                          \"zip\": \"V6B 1B6\",\n                          \"city\": \"Vancouver\",\n                          \"state\": \"BC\",\n                          \"is_us?\": false,\n                          \"success\": true,\n                          \"district\": \"Metro Vancouver\",\n                          \"provider\": \"google\",\n                          \"precision\": \"building\",\n                          \"block_fips\": null,\n                          \"state_fips\": null,\n                          \"sub_premise\": null,\n                          \"country_code\": \"CA\",\n                          \"full_address\": \"322 Water St, Vancouver, BC V6B 1B6, Canada\",\n                          \"district_fips\": null,\n                          \"street_address\": \"322 Water Street\"\n                      },\n                      \"state\": \"BC\",\n                      \"country\": \"CA\"\n                  },\n                  \"location_phone_number\": \"1 11111111111112\",\n                  \"organization_name\": \"Patient Portal Organization\",\n                  \"organization_video_policy_minutes\": 15,\n                  \"provider_account_timezone\": \"America/Toronto\",\n                  \"online_booking_post_instruction\": null,\n                  \"substatus_label\": \"None\",\n                  \"substatus_code\": null,\n                  \"status_colour\": \"#3865D2\",\n                  \"substatus_colour\": \"#546E7A\",\n                  \"healthcare_service_colour\": \"#C0CEE0\",\n                  \"billing_code\": \"\",\n                  \"confirmation_status_label\": \"Unconfirmed\",\n                  \"actual_video_call_duration\": null,\n                  \"num_video_call_participants\": null,\n                  \"files_meta\": []\n              },\n              \"relationships\": {\n                  \"referral\": {\n                      \"data\": null\n                  },\n                  \"location\": {\n                      \"data\": {\n                          \"id\": \"9da95fb8-0037-459d-81b0-1abc6e069b75\",\n                          \"type\": \"location\"\n                      }\n                  },\n                  \"organization\": {\n                      \"data\": {\n                          \"id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                          \"type\": \"organization\"\n                      }\n                  },\n                  \"healthcare_service\": {\n                      \"data\": {\n                          \"id\": \"fa91da22-7e85-4c32-8d38-3577ebacdb4e\",\n                          \"type\": \"healthcare_service\"\n                      }\n                  },\n                  \"cancelled_by\": {\n                      \"data\": null\n                  }\n              }\n          }\n      },\n      \"message\": null\n  }\n}\n\n</code></pre>\n<h2 id=\"secure-message-from-server\">Secure Message (from server)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n  \"identifier\": \"{\\\"channel\\\":\\\"SubscriptionChannel\\\",\\\"jwt\\\":\\\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0ODkxYzg1NC01OTRmLTRjOWItYTgyNC01ZGE5ZDk0NDU3MTQifQ.wwuP1a8tAo0mUkwKtvLojj0EIt20FzGISUgnxVVdPkE\\\"}\",\n  \"message\": {\n      \"message\": {\n          \"status\": \"success\",\n          \"message\": \"Secure Message Send\",\n          \"response\": {\n              \"data\": {\n                  \"id\": \"1fb4cafa-df1e-4640-be0a-258377c32aa9\",\n                  \"type\": \"message\",\n                  \"attributes\": {\n                      \"created_at\": \"2022-01-20T14:00:35.278Z\",\n                      \"updated_at\": \"2022-01-20T14:00:35.278Z\",\n                      \"is_read\": true,\n                      \"subject\": \"(no subject)\",\n                      \"body\": \"asdfasdf\",\n                      \"conversation_id\": \"a89b18c8-9e27-45a6-8905-d2d9c6d94ce1\",\n                      \"sender_id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                      \"participants\": \"John c2ds\"\n                  },\n                  \"relationships\": {\n                      \"actors\": {\n                          \"data\": [\n                              {\n                                  \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                                  \"type\": \"actor\"\n                              },\n                              {\n                                  \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                                  \"type\": \"actor\"\n                              }\n                          ]\n                      }\n                  }\n              },\n              \"included\": [\n                  {\n                      \"id\": \"afff8f00-2334-4542-9d4f-e5b8a36f8dd8\",\n                      \"type\": \"account\",\n                      \"attributes\": {\n                          \"first_name\": \"John\",\n                          \"middle_name\": null,\n                          \"last_name\": \"c2ds\",\n                          \"email\": \"d@e.gh\",\n                          \"salutation\": \"\",\n                          \"status\": \"init\",\n                          \"gender\": \"other\",\n                          \"role\": \"patient\",\n                          \"activation_code\": null,\n                          \"full_name\": \"John c2ds\",\n                          \"admin\": false,\n                          \"language\": \"en\",\n                          \"timezone\": \"America/Toronto\",\n                          \"meta\": {\n                              \"civil_status\": \"divorced\",\n                              \"employment_status\": \"student\"\n                          },\n                          \"is_sms_consented\": true,\n                          \"is_email_consented\": true,\n                          \"is_call_consented\": true,\n                          \"is_deleted\": false,\n                          \"created_at\": \"2021-12-14T18:08:28.719Z\",\n                          \"updated_at\": \"2021-12-14T18:08:28.719Z\",\n                          \"birth_date\": \"2013-02-06\",\n                          \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                          \"deletable\": false,\n                          \"access_role_label\": \"Patient\",\n                          \"access_role_id\": \"28746268-4033-46e7-a198-6e07b7ca3bee\",\n                          \"provider_id\": null,\n                          \"billing_code\": null,\n                          \"cpso_code\": null,\n                          \"supervisor_id\": null,\n                          \"degree_designation\": null,\n                          \"college_name\": null,\n                          \"college_province\": null,\n                          \"association_name\": null,\n                          \"association_id\": null,\n                          \"patient_id\": \"2e4c17ad-6129-4b2a-aa31-a6c8ebf4364a\",\n                          \"access_role_code\": \"patient\",\n                          \"description\": null,\n                          \"insurer_specialty_billing_code_id\": null,\n                          \"created_by_name\": null,\n                          \"public_patient_id\": \"FGBS54\"\n                      },\n                      \"relationships\": {\n                          \"phone_numbers\": {\n                              \"data\": [\n                                  {\n                                      \"id\": \"a7742869-6e7c-4a38-aa49-2677ff496b64\",\n                                      \"type\": \"phone_number\"\n                                  },\n                                  {\n                                      \"id\": \"2ac6d329-6d07-489d-bc4a-0265d6cae742\",\n                                      \"type\": \"phone_number\"\n                                  }\n                              ]\n                          }\n                      }\n                  },\n                  {\n                      \"id\": \"31d57c10-dfa6-4894-9865-d23deee53c2e\",\n                      \"type\": \"account\",\n                      \"attributes\": {\n                          \"first_name\": \"Vlad\",\n                          \"middle_name\": null,\n                          \"last_name\": \"M\",\n                          \"email\": \"devvlad@gmail.com\",\n                          \"salutation\": \"\",\n                          \"status\": \"active\",\n                          \"gender\": \"other\",\n                          \"role\": \"provider\",\n                          \"activation_code\": null,\n                          \"full_name\": \"Vlad M\",\n                          \"admin\": true,\n                          \"language\": \"en\",\n                          \"timezone\": \"America/Toronto\",\n                          \"meta\": null,\n                          \"is_sms_consented\": false,\n                          \"is_email_consented\": true,\n                          \"is_call_consented\": false,\n                          \"is_deleted\": false,\n                          \"created_at\": \"2022-01-20T13:04:42.750Z\",\n                          \"updated_at\": \"2022-01-20T13:06:40.385Z\",\n                          \"birth_date\": \"2000-01-01\",\n                          \"organization_id\": \"eaa285d7-bd09-4fbc-8845-1d5dc4de4d04\",\n                          \"deletable\": false,\n                          \"access_role_label\": \"Provider-Admin\",\n                          \"access_role_id\": \"2d814a22-d8af-4011-a37f-c10effd21992\",\n                          \"provider_id\": \"6d9b1381-d57d-4f75-b251-17ce80689ac9\",\n                          \"billing_code\": \"\",\n                          \"cpso_code\": null,\n                          \"supervisor_id\": null,\n                          \"degree_designation\": null,\n                          \"college_name\": null,\n                          \"college_province\": null,\n                          \"association_name\": null,\n                          \"association_id\": null,\n                          \"patient_id\": null,\n                          \"access_role_code\": \"provider_admin\",\n                          \"description\": null,\n                          \"insurer_specialty_billing_code_id\": null,\n                          \"created_by_name\": \"Mr. Mykola Panchenko\",\n                          \"public_patient_id\": null\n                      },\n                      \"relationships\": {\n                          \"phone_numbers\": {\n                              \"data\": []\n                          }\n                      }\n                  }\n              ]\n          }\n      }\n  }\n}\n</code></pre>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"cbd1d109-57fd-47aa-b846-0bd18c880bf9"},{"name":"New Request","id":"4cdae699-cfca-4285-a702-8d0ae60394c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4cdae699-cfca-4285-a702-8d0ae60394c2"}],"id":"9b95c1eb-969a-4ed5-aaf8-9ba8e9434ff5","_postman_id":"9b95c1eb-969a-4ed5-aaf8-9ba8e9434ff5","description":""},{"name":"Phone Numbers","item":[{"name":"Validate Phone Number","id":"055a802d-e710-435f-9783-a65b5f8e6733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"+1 647 967 1112\"\n} ","options":{"raw":{"language":"javascript"}}},"url":"{{base_url}}/apis/v2/phone_numbers/validate_number","description":"<p>Return 200 status code on valid phone number</p>\n","urlObject":{"path":["apis","v2","phone_numbers","validate_number"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"751969e8-1f67-4f1d-b659-871e61d97b93","name":"Validate Phone Number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"+1 647 967 1112\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/phone_numbers/validate_number"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"055a802d-e710-435f-9783-a65b5f8e6733"}],"id":"5fac9319-2b87-4ed9-a55e-8f0c09fd7c62","_postman_id":"5fac9319-2b87-4ed9-a55e-8f0c09fd7c62","description":""},{"name":"Referral Statuses","item":[{"name":"Get Referral Statuses","id":"a2e2db82-8102-42a4-a214-972d99e81401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/referral_statuses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"5fb422fa-a5bd-4bea-9505-1717048df282","id":"5fb422fa-a5bd-4bea-9505-1717048df282","name":"Referral Statuses","type":"folder"}},"urlObject":{"path":["apis","v2","referral_statuses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bc8e938a-c69e-42a3-99dc-33fe39d42964","name":"Get Referral Statuses","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/referral_statuses"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"9bc660ce-c581-4739-9096-ecc9f77c7f53\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"requested\",\n                \"color\": \"#FFFFEA\",\n                \"position\": 10,\n                \"label\": \"Requested\"\n            }\n        },\n        {\n            \"id\": \"f77cdf09-ad4a-4137-976e-f87a899ae1f0\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"need-more-information\",\n                \"color\": \"#54BDE1\",\n                \"position\": 20,\n                \"label\": \"Need More Information\"\n            }\n        },\n        {\n            \"id\": \"44f11027-9d89-4650-b2bc-df119b758d0a\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"ready-for-assignment\",\n                \"color\": \"#9CF945\",\n                \"position\": 30,\n                \"label\": \"Ready for Assignment\"\n            }\n        },\n        {\n            \"id\": \"4ae6b394-ba1c-448d-8a46-74346b3e3885\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"waitlist\",\n                \"color\": \"#FCBF49\",\n                \"position\": 40,\n                \"label\": \"Waitlist\"\n            }\n        },\n        {\n            \"id\": \"2f40eeaa-8606-41eb-9274-f46792987ab1\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"assignment-in-review\",\n                \"color\": \"#A7C6DC\",\n                \"position\": 50,\n                \"label\": \"Assignment in Review\"\n            }\n        },\n        {\n            \"id\": \"bc0478f0-e4e6-47cc-9cac-a16a5371eaaa\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"appointment-pending\",\n                \"color\": \"#A38FC4\",\n                \"position\": 60,\n                \"label\": \"Appointment Pending\"\n            }\n        },\n        {\n            \"id\": \"9be97139-3729-40f8-8a16-a83f238519b6\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"completed\",\n                \"color\": \"#3341A7\",\n                \"position\": 70,\n                \"label\": \"Completed\"\n            }\n        },\n        {\n            \"id\": \"ac376c38-bddc-419a-9d84-ff300691d398\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"rejected\",\n                \"color\": \"#F14E53\",\n                \"position\": 80,\n                \"label\": \"Rejected\"\n            }\n        },\n        {\n            \"id\": \"ff31d16e-b4bc-44ec-b502-1bae83c3e6bf\",\n            \"type\": \"referral_status\",\n            \"attributes\": {\n                \"code\": \"cancelled\",\n                \"color\": \"#495057\",\n                \"position\": 90,\n                \"label\": \"Cancelled\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a2e2db82-8102-42a4-a214-972d99e81401"}],"id":"5fb422fa-a5bd-4bea-9505-1717048df282","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d837b987-7c7e-4050-bdc8-946c651dfa9a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"43103791-5ab0-433a-805c-a7b6f40e62d0","type":"text/javascript","exec":[""]}}],"_postman_id":"5fb422fa-a5bd-4bea-9505-1717048df282","description":""},{"name":"Bookings","item":[{"name":"Get recent healthcare services","id":"1dd2020b-10ac-4cc4-90d7-6dbc96987f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date_time","value":"Tue, 01 Mar 2022 00:00:00 UTC +00:00","description":"<p>(Required)</p>\n","type":"text"},{"key":"end_date_time","value":"Tue, 29 Mar 2022 10:40:34 UTC +00:00","description":"<p>(Required)</p>\n","type":"text"},{"key":"is_rebooking_enabled","value":"true","description":"<p>(Optional)</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/recent_healthcare_services","urlObject":{"path":["apis","v2","patient","bookings","recent_healthcare_services"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"415b8706-d8e9-42a3-ae1d-d2d4e6868f49","name":"Get recent healthcare services","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date_time","value":"Tue, 01 Mar 2022 00:00:00 UTC +00:00","description":"(Required)","type":"text"},{"key":"end_date_time","value":"Tue, 29 Mar 2022 10:40:34 UTC +00:00","description":"(Required)","type":"text"},{"key":"is_rebooking_enabled","value":"true","description":"(Optional)","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/recent_healthcare_services"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"5062a006-9a06-487a-ab27-44917304bcdd\",\n            \"type\": \"healthcare_service\",\n            \"attributes\": {\n                \"duration_minute\": 5,\n                \"name\": \"Assessment 5\",\n                \"description\": \"\",\n                \"service_type_id\": \"9a0abb1a-be5b-499a-a3f7-f05d12dab6ab\",\n                \"instructions\": null,\n                \"is_auto_accept\": true,\n                \"organization_id\": \"98960478-ac2a-4727-82bc-fdf81a540db1\",\n                \"appointment_buffer_hours\": 0.0,\n                \"patient_type\": \"both_types\",\n                \"insurer_specialty_billing_code_id\": null,\n                \"colour\": \"#C0CEE0\",\n                \"is_online_booking_enabled\": true,\n                \"is_provider_prefill_enabled\": false,\n                \"is_provider_selection_enabled\": false,\n                \"price_currency\": \"CAD\",\n                \"is_rebooking_enabled\": true,\n                \"is_rebooking_for_primary_provider\": false,\n                \"created_at\": \"2020-09-01T16:14:15.044Z\",\n                \"updated_at\": \"2022-03-29T10:58:53.432Z\",\n                \"service_type_label\": \"General Practice\",\n                \"external_id\": null,\n                \"effective_buffer_time\": 0,\n                \"specialty_billing_code\": null,\n                \"price_amount\": \"15.0\",\n                \"international_patient_instructions\": {\n                    \"en\": null\n                },\n                \"last_location_id\": \"23723ef4-23a6-435b-a39b-a195759b9c65\"\n            },\n            \"relationships\": {\n                \"organization\": {\n                    \"data\": {\n                        \"id\": \"98960478-ac2a-4727-82bc-fdf81a540db1\",\n                        \"type\": \"organization\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"1dd2020b-10ac-4cc4-90d7-6dbc96987f56"},{"name":"Get Providers for Healthcare Service","id":"4732a413-7192-4b95-9aad-df193cc6d207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/patient/bookings/healthcare_service_providers?healthcare_service_id=00cd7038-30bb-41b7-abdc-05dc6d4bceb8&follow_up=false","description":"<p>Get Bookeable Providers for Given Healthcare Service.</p>\n","urlObject":{"path":["apis","v2","patient","bookings","healthcare_service_providers"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Healthcare Service to retreive providers for.  <em>required</em>  </p>\n","type":"text/plain"},"key":"healthcare_service_id","value":"e17e27ab-a788-474c-bdaa-2b627d472d73"},{"description":{"content":"<p>To retreive Providers to book follow up or all available providers</p>\n","type":"text/plain"},"key":"follow_up","value":"true"}],"variable":[]}},"response":[{"id":"09adde10-f8a8-49f6-b250-4083732002bd","name":"Get Providers Availabilities","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"provider_account_id","value":"a09aa46c-a614-446b-9d8f-cad134d832aa","description":"(Required)","type":"text"},{"key":"healthcare_service_id","value":"5062a006-9a06-487a-ab27-44917304bcdd","description":"(Required)","type":"text"},{"key":"location_id","value":"f13439ec-69aa-4f39-9536-c9942b0d3ea5","description":"(Required)","type":"text"},{"key":"start_date_time","value":"2022-03-23 00:00:00 -0400","description":"(Required)","type":"text"},{"key":"end_date_time","value":"2022-03-23 14:59:59 -0400","description":"(Required)","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/provider_availabilities"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"5a0b7fbc-6d1a-40eb-93ee-061e08ab5d69\",\n        \"type\": \"provider_availability\",\n        \"attributes\": {\n            \"availabilities\": [\n                {\n                    \"location_id\": \"f13439ec-69aa-4f39-9536-c9942b0d3ea5\",\n                    \"timeslots\": [\n                        {\n                            \"start\": \"2022-03-23T18:40:00Z\",\n                            \"end\": \"2022-03-23T18:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T18:45:00Z\",\n                            \"end\": \"2022-03-23T18:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T18:50:00Z\",\n                            \"end\": \"2022-03-23T18:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T18:55:00Z\",\n                            \"end\": \"2022-03-23T19:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:00:00Z\",\n                            \"end\": \"2022-03-23T19:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:05:00Z\",\n                            \"end\": \"2022-03-23T19:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:10:00Z\",\n                            \"end\": \"2022-03-23T19:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:15:00Z\",\n                            \"end\": \"2022-03-23T19:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:20:00Z\",\n                            \"end\": \"2022-03-23T19:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:25:00Z\",\n                            \"end\": \"2022-03-23T19:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:30:00Z\",\n                            \"end\": \"2022-03-23T19:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:35:00Z\",\n                            \"end\": \"2022-03-23T19:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:40:00Z\",\n                            \"end\": \"2022-03-23T19:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:45:00Z\",\n                            \"end\": \"2022-03-23T19:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:50:00Z\",\n                            \"end\": \"2022-03-23T19:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:55:00Z\",\n                            \"end\": \"2022-03-23T20:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:00:00Z\",\n                            \"end\": \"2022-03-23T20:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:05:00Z\",\n                            \"end\": \"2022-03-23T20:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:10:00Z\",\n                            \"end\": \"2022-03-23T20:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:15:00Z\",\n                            \"end\": \"2022-03-23T20:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:20:00Z\",\n                            \"end\": \"2022-03-23T20:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:25:00Z\",\n                            \"end\": \"2022-03-23T20:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:30:00Z\",\n                            \"end\": \"2022-03-23T20:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:35:00Z\",\n                            \"end\": \"2022-03-23T20:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:40:00Z\",\n                            \"end\": \"2022-03-23T20:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:45:00Z\",\n                            \"end\": \"2022-03-23T20:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:50:00Z\",\n                            \"end\": \"2022-03-23T20:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:55:00Z\",\n                            \"end\": \"2022-03-23T21:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:00:00Z\",\n                            \"end\": \"2022-03-23T21:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:05:00Z\",\n                            \"end\": \"2022-03-23T21:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:10:00Z\",\n                            \"end\": \"2022-03-23T21:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:15:00Z\",\n                            \"end\": \"2022-03-23T21:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:20:00Z\",\n                            \"end\": \"2022-03-23T21:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:25:00Z\",\n                            \"end\": \"2022-03-23T21:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:30:00Z\",\n                            \"end\": \"2022-03-23T21:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:35:00Z\",\n                            \"end\": \"2022-03-23T21:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:40:00Z\",\n                            \"end\": \"2022-03-23T21:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:45:00Z\",\n                            \"end\": \"2022-03-23T21:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:50:00Z\",\n                            \"end\": \"2022-03-23T21:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:55:00Z\",\n                            \"end\": \"2022-03-23T22:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:00:00Z\",\n                            \"end\": \"2022-03-23T22:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:05:00Z\",\n                            \"end\": \"2022-03-23T22:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:10:00Z\",\n                            \"end\": \"2022-03-23T22:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:15:00Z\",\n                            \"end\": \"2022-03-23T22:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:20:00Z\",\n                            \"end\": \"2022-03-23T22:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:25:00Z\",\n                            \"end\": \"2022-03-23T22:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:30:00Z\",\n                            \"end\": \"2022-03-23T22:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:35:00Z\",\n                            \"end\": \"2022-03-23T22:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:40:00Z\",\n                            \"end\": \"2022-03-23T22:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:45:00Z\",\n                            \"end\": \"2022-03-23T22:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:50:00Z\",\n                            \"end\": \"2022-03-23T22:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:55:00Z\",\n                            \"end\": \"2022-03-23T23:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:00:00Z\",\n                            \"end\": \"2022-03-23T23:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:05:00Z\",\n                            \"end\": \"2022-03-23T23:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:10:00Z\",\n                            \"end\": \"2022-03-23T23:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:15:00Z\",\n                            \"end\": \"2022-03-23T23:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:20:00Z\",\n                            \"end\": \"2022-03-23T23:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:25:00Z\",\n                            \"end\": \"2022-03-23T23:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:30:00Z\",\n                            \"end\": \"2022-03-23T23:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:35:00Z\",\n                            \"end\": \"2022-03-23T23:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:40:00Z\",\n                            \"end\": \"2022-03-23T23:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:45:00Z\",\n                            \"end\": \"2022-03-23T23:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:50:00Z\",\n                            \"end\": \"2022-03-23T23:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:55:00Z\",\n                            \"end\": \"2022-03-24T00:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:00:00Z\",\n                            \"end\": \"2022-03-24T00:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:05:00Z\",\n                            \"end\": \"2022-03-24T00:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:10:00Z\",\n                            \"end\": \"2022-03-24T00:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:15:00Z\",\n                            \"end\": \"2022-03-24T00:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:20:00Z\",\n                            \"end\": \"2022-03-24T00:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:25:00Z\",\n                            \"end\": \"2022-03-24T00:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:30:00Z\",\n                            \"end\": \"2022-03-24T00:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:35:00Z\",\n                            \"end\": \"2022-03-24T00:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:40:00Z\",\n                            \"end\": \"2022-03-24T00:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:45:00Z\",\n                            \"end\": \"2022-03-24T00:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:50:00Z\",\n                            \"end\": \"2022-03-24T00:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:55:00Z\",\n                            \"end\": \"2022-03-24T01:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        }\n                    ],\n                    \"is_online\": false,\n                    \"provider_account_id\": \"a09aa46c-a614-446b-9d8f-cad134d832aa\"\n                }\n            ],\n            \"account_id\": \"a09aa46c-a614-446b-9d8f-cad134d832aa\"\n        }\n    }\n}"}],"_postman_id":"4732a413-7192-4b95-9aad-df193cc6d207"},{"name":"Get Providers Availabilities","id":"ed454d54-346b-4fc7-b5ea-066b7528f629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"provider_account_id","value":"a09aa46c-a614-446b-9d8f-cad134d832aa","description":"<p>(Required)</p>\n","type":"text"},{"key":"healthcare_service_id","value":"5062a006-9a06-487a-ab27-44917304bcdd","description":"<p>(Required)</p>\n","type":"text"},{"key":"location_id","value":"f13439ec-69aa-4f39-9536-c9942b0d3ea5","description":"<p>(Required)</p>\n","type":"text"},{"key":"start_date_time","value":"2022-03-01 00:00:00 UTC","description":"<p>(Required)</p>\n","type":"text"},{"key":"end_date_time","value":"2022-03-31 23:59:59 UTC","description":"<p>(Required)</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/provider_availabilities","urlObject":{"path":["apis","v2","patient","bookings","provider_availabilities"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"96c00a11-2333-4a1d-9751-194849b07471","name":"Get Providers Availabilities","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"provider_account_id","value":"a09aa46c-a614-446b-9d8f-cad134d832aa","description":"(Required)","type":"text"},{"key":"healthcare_service_id","value":"5062a006-9a06-487a-ab27-44917304bcdd","description":"(Required)","type":"text"},{"key":"location_id","value":"f13439ec-69aa-4f39-9536-c9942b0d3ea5","description":"(Required)","type":"text"},{"key":"start_date_time","value":"2022-03-23 00:00:00 -0400","description":"(Required)","type":"text"},{"key":"end_date_time","value":"2022-03-23 14:59:59 -0400","description":"(Required)","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/provider_availabilities"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"5a0b7fbc-6d1a-40eb-93ee-061e08ab5d69\",\n        \"type\": \"provider_availability\",\n        \"attributes\": {\n            \"availabilities\": [\n                {\n                    \"location_id\": \"f13439ec-69aa-4f39-9536-c9942b0d3ea5\",\n                    \"timeslots\": [\n                        {\n                            \"start\": \"2022-03-23T18:40:00Z\",\n                            \"end\": \"2022-03-23T18:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T18:45:00Z\",\n                            \"end\": \"2022-03-23T18:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T18:50:00Z\",\n                            \"end\": \"2022-03-23T18:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T18:55:00Z\",\n                            \"end\": \"2022-03-23T19:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:00:00Z\",\n                            \"end\": \"2022-03-23T19:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:05:00Z\",\n                            \"end\": \"2022-03-23T19:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:10:00Z\",\n                            \"end\": \"2022-03-23T19:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:15:00Z\",\n                            \"end\": \"2022-03-23T19:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:20:00Z\",\n                            \"end\": \"2022-03-23T19:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:25:00Z\",\n                            \"end\": \"2022-03-23T19:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:30:00Z\",\n                            \"end\": \"2022-03-23T19:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:35:00Z\",\n                            \"end\": \"2022-03-23T19:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:40:00Z\",\n                            \"end\": \"2022-03-23T19:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:45:00Z\",\n                            \"end\": \"2022-03-23T19:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:50:00Z\",\n                            \"end\": \"2022-03-23T19:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T19:55:00Z\",\n                            \"end\": \"2022-03-23T20:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:00:00Z\",\n                            \"end\": \"2022-03-23T20:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:05:00Z\",\n                            \"end\": \"2022-03-23T20:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:10:00Z\",\n                            \"end\": \"2022-03-23T20:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:15:00Z\",\n                            \"end\": \"2022-03-23T20:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:20:00Z\",\n                            \"end\": \"2022-03-23T20:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:25:00Z\",\n                            \"end\": \"2022-03-23T20:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:30:00Z\",\n                            \"end\": \"2022-03-23T20:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:35:00Z\",\n                            \"end\": \"2022-03-23T20:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:40:00Z\",\n                            \"end\": \"2022-03-23T20:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:45:00Z\",\n                            \"end\": \"2022-03-23T20:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:50:00Z\",\n                            \"end\": \"2022-03-23T20:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T20:55:00Z\",\n                            \"end\": \"2022-03-23T21:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:00:00Z\",\n                            \"end\": \"2022-03-23T21:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:05:00Z\",\n                            \"end\": \"2022-03-23T21:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:10:00Z\",\n                            \"end\": \"2022-03-23T21:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:15:00Z\",\n                            \"end\": \"2022-03-23T21:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:20:00Z\",\n                            \"end\": \"2022-03-23T21:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:25:00Z\",\n                            \"end\": \"2022-03-23T21:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:30:00Z\",\n                            \"end\": \"2022-03-23T21:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:35:00Z\",\n                            \"end\": \"2022-03-23T21:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:40:00Z\",\n                            \"end\": \"2022-03-23T21:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:45:00Z\",\n                            \"end\": \"2022-03-23T21:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:50:00Z\",\n                            \"end\": \"2022-03-23T21:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T21:55:00Z\",\n                            \"end\": \"2022-03-23T22:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:00:00Z\",\n                            \"end\": \"2022-03-23T22:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:05:00Z\",\n                            \"end\": \"2022-03-23T22:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:10:00Z\",\n                            \"end\": \"2022-03-23T22:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:15:00Z\",\n                            \"end\": \"2022-03-23T22:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:20:00Z\",\n                            \"end\": \"2022-03-23T22:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:25:00Z\",\n                            \"end\": \"2022-03-23T22:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:30:00Z\",\n                            \"end\": \"2022-03-23T22:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:35:00Z\",\n                            \"end\": \"2022-03-23T22:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:40:00Z\",\n                            \"end\": \"2022-03-23T22:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:45:00Z\",\n                            \"end\": \"2022-03-23T22:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:50:00Z\",\n                            \"end\": \"2022-03-23T22:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T22:55:00Z\",\n                            \"end\": \"2022-03-23T23:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:00:00Z\",\n                            \"end\": \"2022-03-23T23:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:05:00Z\",\n                            \"end\": \"2022-03-23T23:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:10:00Z\",\n                            \"end\": \"2022-03-23T23:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:15:00Z\",\n                            \"end\": \"2022-03-23T23:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:20:00Z\",\n                            \"end\": \"2022-03-23T23:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:25:00Z\",\n                            \"end\": \"2022-03-23T23:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:30:00Z\",\n                            \"end\": \"2022-03-23T23:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:35:00Z\",\n                            \"end\": \"2022-03-23T23:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:40:00Z\",\n                            \"end\": \"2022-03-23T23:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:45:00Z\",\n                            \"end\": \"2022-03-23T23:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:50:00Z\",\n                            \"end\": \"2022-03-23T23:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-23T23:55:00Z\",\n                            \"end\": \"2022-03-24T00:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:00:00Z\",\n                            \"end\": \"2022-03-24T00:05:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:05:00Z\",\n                            \"end\": \"2022-03-24T00:10:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:10:00Z\",\n                            \"end\": \"2022-03-24T00:15:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:15:00Z\",\n                            \"end\": \"2022-03-24T00:20:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:20:00Z\",\n                            \"end\": \"2022-03-24T00:25:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:25:00Z\",\n                            \"end\": \"2022-03-24T00:30:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:30:00Z\",\n                            \"end\": \"2022-03-24T00:35:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:35:00Z\",\n                            \"end\": \"2022-03-24T00:40:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:40:00Z\",\n                            \"end\": \"2022-03-24T00:45:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:45:00Z\",\n                            \"end\": \"2022-03-24T00:50:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:50:00Z\",\n                            \"end\": \"2022-03-24T00:55:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        },\n                        {\n                            \"start\": \"2022-03-24T00:55:00Z\",\n                            \"end\": \"2022-03-24T01:00:00Z\",\n                            \"healthcare_service_id\": \"5062a006-9a06-487a-ab27-44917304bcdd\"\n                        }\n                    ],\n                    \"is_online\": false,\n                    \"provider_account_id\": \"a09aa46c-a614-446b-9d8f-cad134d832aa\"\n                }\n            ],\n            \"account_id\": \"a09aa46c-a614-446b-9d8f-cad134d832aa\"\n        }\n    }\n}"}],"_postman_id":"ed454d54-346b-4fc7-b5ea-066b7528f629"},{"name":"Get Providers Locations","id":"b5b898d0-f322-44c7-a189-2d6b27d7312f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"provider_account_id","value":"a09aa46c-a614-446b-9d8f-cad134d832aa","description":"<p>(Required)</p>\n","type":"text"},{"key":"healthcare_service_id","value":"5062a006-9a06-487a-ab27-44917304bcdd","description":"<p>(Required)</p>\n","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/provider_locations","urlObject":{"path":["apis","v2","patient","bookings","provider_locations"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cf35a4c8-3e8c-4533-b07a-15591a7e80ba","name":"Get Providers Locations","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"provider_account_id","value":"a09aa46c-a614-446b-9d8f-cad134d832aa","description":"(Required)","type":"text"},{"key":"healthcare_service_id","value":"5062a006-9a06-487a-ab27-44917304bcdd","description":"(Required)","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/provider_locations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"f13439ec-69aa-4f39-9536-c9942b0d3ea5\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"f77c2609-5d27-4b2b-8ae9-682076bdd4a0\",\n                \"name\": \"Toronto\",\n                \"status\": \"active\",\n                \"description\": null,\n                \"primary_phone_number\": null,\n                \"email\": null,\n                \"online\": false,\n                \"virtual_type\": null,\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-09-01T16:14:14.684Z\",\n                \"updated_at\": \"2020-12-17T16:04:38.680Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"2720 Truscott Dr, Mississauga, ON L5J 2B7, Canada\",\n                    \"address_type\": \"office\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"\",\n                \"virtual_type_label\": null,\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"16:04\",\n                                \"end_time\": \"16:04\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"23723ef4-23a6-435b-a39b-a195759b9c65\",\n            \"type\": \"location\",\n            \"attributes\": {\n                \"address_id\": \"3f8104b2-0337-4d54-b3b7-0fe29e288315\",\n                \"name\": \"virtual\",\n                \"status\": \"active\",\n                \"description\": \"Virtual location for online appointments\",\n                \"primary_phone_number\": \"(647) 702-9541\",\n                \"email\": \"email-address@gmail.com\",\n                \"online\": true,\n                \"virtual_type\": \"direct_to_patient\",\n                \"is_online_booking_enabled\": true,\n                \"created_at\": \"2020-09-01T16:14:14.502Z\",\n                \"updated_at\": \"2021-06-08T18:53:02.895Z\",\n                \"on_demand\": false,\n                \"address\": {\n                    \"formatted_address\": \"3253 Ibbetson Crescent, Mississauga, ON L5C 1Z1, Canada\",\n                    \"address_type\": \"office\",\n                    \"lat\": 0,\n                    \"lng\": 0,\n                    \"apt_suite_unit\": null,\n                    \"address_type_label\": \"Office\",\n                    \"timezone\": null\n                },\n                \"status_label\": \"Active\",\n                \"billing_group_ids\": [],\n                \"address_lat\": 0,\n                \"address_lng\": 0,\n                \"fax_number\": \"(647) 702-9541\",\n                \"virtual_type_label\": \"Direct to Patient\",\n                \"default_form_template_id\": null,\n                \"default_form_template_name\": null,\n                \"hours_of_operation\": {\n                    \"standard\": {\n                        \"is_active\": false,\n                        \"schedules\": {\n                            \"weekdays\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"weekend\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            }\n                        }\n                    },\n                    \"by_day\": {\n                        \"is_active\": true,\n                        \"schedules\": {\n                            \"sun\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"mon\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"tue\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"wed\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"thu\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"fri\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            },\n                            \"sat\": {\n                                \"start_time\": \"15:44\",\n                                \"end_time\": \"15:44\",\n                                \"closed\": false\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"b5b898d0-f322-44c7-a189-2d6b27d7312f"},{"name":"Book Appointment","id":"cad813d1-d5b6-4634-9211-245943e943c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"provider_account_id","value":"a09aa46c-a614-446b-9d8f-cad134d832aa","type":"text"},{"key":"healthcare_service_id","value":"5062a006-9a06-487a-ab27-44917304bcdd","type":"text"},{"key":"start_date_time","value":"Sat, 02 Apr 2022 2:44:54 UTC +00:00","type":"text"},{"key":"end_date_time","value":"Sat, 02 Apr 2022 3:15:15 UTC +00:00","type":"text"},{"key":"location_id","value":"23723ef4-23a6-435b-a39b-a195759b9c65","type":"text"},{"key":"reason_for_visit","value":"im not sure","type":"text"},{"key":"timezone","value":"Australia/Adelaide","type":"text"},{"key":"overbook","value":"true","type":"text"}]},"url":"{{base_url}}/apis/v2/patient/bookings/book_appointment","urlObject":{"path":["apis","v2","patient","bookings","book_appointment"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cad813d1-d5b6-4634-9211-245943e943c5"},{"name":"Request Appointment","id":"18f0525f-a70b-4a88-8fc6-c4d73f323532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"provider_account_id\":\"a09aa46c-a614-446b-9d8f-cad134d832aa\",\n   \"healthcare_service_id\":\"5062a006-9a06-487a-ab27-44917304bcdd\",\n   \"availability_preferences_detail\": \"hello\",\n   \"timezone\": \"US/Arizona\",\n   \"morning_timing\":[\n      \n   ],\n   \"afternoon_timing\":[\n      1\n   ],\n   \"evening_timing\":[\n      3,\n      5\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/patient/bookings/request_appointment","urlObject":{"path":["apis","v2","patient","bookings","request_appointment"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18f0525f-a70b-4a88-8fc6-c4d73f323532"}],"id":"9cb5da4e-2d76-4015-ab9f-773887b54e1a","_postman_id":"9cb5da4e-2d76-4015-ab9f-773887b54e1a","description":""},{"name":"Taxes","item":[{"name":"Create Tax","id":"19b275ae-6379-4311-b71a-b2b2e090d534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"hst","type":"text"},{"key":"rate","value":"13.5","type":"text"},{"key":"business_number","value":"33445","type":"text"}]},"url":"{{base_url}}/apis/v2/taxes","urlObject":{"path":["apis","v2","taxes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8493e11e-6671-44d2-aaf5-faf3aa80e7d0","name":"Create Tax","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"hst","type":"text"},{"key":"rate","value":"13.5","type":"text"},{"key":"business_number","value":"555888","type":"text"}]},"url":"{{base_url}}/apis/v2/taxes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ff3151fe-3171-4c28-a54c-94aeaab66a77\",\n        \"type\": \"tax\",\n        \"attributes\": {\n            \"name\": \"hst\",\n            \"rate\": 13.5,\n            \"business_number\": \"555888\",\n            \"updated_at\": \"2022-03-22T11:15:40.269Z\",\n            \"created_at\": \"2022-03-22T11:15:40.269Z\"\n        }\n    }\n}"}],"_postman_id":"19b275ae-6379-4311-b71a-b2b2e090d534"},{"name":"Get Taxes","id":"a02ef278-e0d3-4097-bc8e-dd3bc210407e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/taxes","urlObject":{"path":["apis","v2","taxes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e3b0b69f-83f7-4cf0-a55a-e8ba307cddd3","name":"Get Taxes","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/taxes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"a55cf888-28d1-4d3e-ac79-dcf4cf2b8090\",\n            \"type\": \"tax\",\n            \"attributes\": {\n                \"name\": \"HST\",\n                \"rate\": 99.99999,\n                \"business_number\": \"some name\",\n                \"status\": \"active\",\n                \"updated_at\": \"2022-03-31T16:41:49.880Z\",\n                \"created_at\": \"2022-03-31T15:45:31.955Z\"\n            }\n        },\n        {\n            \"id\": \"dbbd8488-9226-4a94-aa50-47c9e674b461\",\n            \"type\": \"tax\",\n            \"attributes\": {\n                \"name\": \"jay\",\n                \"rate\": 42.0,\n                \"business_number\": \"fff444\",\n                \"status\": \"active\",\n                \"updated_at\": \"2022-03-31T16:43:28.376Z\",\n                \"created_at\": \"2022-03-31T16:43:28.376Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": null,\n        \"prev_page\": null,\n        \"total_pages\": 1,\n        \"total_count\": 2\n    }\n}"}],"_postman_id":"a02ef278-e0d3-4097-bc8e-dd3bc210407e"},{"name":"Get Tax","id":"2d19e25f-e446-4b90-b2ab-e711c426a309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/taxes/{{tax_id}}","urlObject":{"path":["apis","v2","taxes","{{tax_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9b765698-26ef-4b23-9e1b-02d560123d40","name":"Get Tax","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/apis/v2/taxes/{{tax_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ff3151fe-3171-4c28-a54c-94aeaab66a77\",\n        \"type\": \"tax\",\n        \"attributes\": {\n            \"name\": \"hst\",\n            \"rate\": 13.5,\n            \"business_number\": \"555888\",\n            \"updated_at\": \"2022-03-22T11:15:40.269Z\",\n            \"created_at\": \"2022-03-22T11:15:40.269Z\"\n        }\n    }\n}"}],"_postman_id":"2d19e25f-e446-4b90-b2ab-e711c426a309"},{"name":"Update Tax","id":"5463d640-465d-4332-8792-78281558c4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"nameEdit","type":"text"},{"key":"rate","value":"69.69","type":"text"},{"key":"business_number","value":"12345","type":"text"}]},"url":"{{base_url}}/apis/v2/taxes/{{tax_id}}","urlObject":{"path":["apis","v2","taxes","{{tax_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a9a23c31-b921-40ba-b0bd-249584a809d2","name":"Update Tax","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"nameEdit","type":"text"},{"key":"rate","value":"69.69","type":"text"},{"key":"business_number","value":"12345","type":"text"}]},"url":"{{base_url}}/apis/v2/taxes/{{tax_id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ff3151fe-3171-4c28-a54c-94aeaab66a77\",\n        \"type\": \"tax\",\n        \"attributes\": {\n            \"name\": \"nameEdit\",\n            \"rate\": 69.69,\n            \"business_number\": \"12345\",\n            \"updated_at\": \"2022-03-22T11:37:45.653Z\",\n            \"created_at\": \"2022-03-22T11:15:40.269Z\"\n        }\n    }\n}"}],"_postman_id":"5463d640-465d-4332-8792-78281558c4a4"},{"name":"Discard Tax","id":"f314df5a-a6fb-467b-b025-60cb7623b06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/apis/v2/taxes/{{tax_id}}","urlObject":{"path":["apis","v2","taxes","{{tax_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"06fd5c13-bbed-4a73-bed5-f2a141eb3516","name":"Discard Tax","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/apis/v2/taxes/{{tax_id}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f314df5a-a6fb-467b-b025-60cb7623b06e"}],"id":"ba1248ae-bd12-4f4c-a244-fdbb11a4ff96","_postman_id":"ba1248ae-bd12-4f4c-a244-fdbb11a4ff96","description":""},{"name":"Insurer","item":[{"name":"Insurer Specialty Billing Code","item":[{"name":"Create Insurer Specialty Billing Code","id":"de6cecf6-bcd1-4119-9d43-b36f6efdfe12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"billing code name\",\n    \"description\": \"billing code description\",\n    \"billing_code\": \"billing code\",\n    \"is_enabled\": true,\n    \"area_of_practice_ids\": [\n        \"b7a4f4bb-c248-4f08-b40e-b5b5c1dc48f3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/insurers/{{insurer_id}}/insurer_specialty_billing_codes","urlObject":{"path":["apis","v2","insurers","{{insurer_id}}","insurer_specialty_billing_codes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"60a610fa-de51-4e74-a4e1-7508f31cc676","name":"Create Insurer Specialty Billing Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"billing code name\",\n    \"description\": \"billing code description\",\n    \"billing_code\": \"billing code\",\n    \"is_enabled\": true,\n    \"area_of_practice_ids\": [\n        \"b7a4f4bb-c248-4f08-b40e-b5b5c1dc48f3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/insurers/{{insurer_id}}/insurer_specialty_billing_codes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"17761026-6ba5-405d-9142-1e3b2159c5a1\",\n        \"type\": \"insurer_specialty_billing_code\",\n        \"attributes\": {\n            \"billing_code\": \"billing code\",\n            \"insurer_id\": \"511252d1-268d-4946-ac5c-cf4225e75bc0\",\n            \"created_at\": \"2022-05-18T16:16:01.206Z\",\n            \"updated_at\": \"2022-05-18T16:16:01.206Z\",\n            \"name\": \"billing code name\",\n            \"description\": \"billing code description\",\n            \"is_enabled\": true,\n            \"specialty_codes\": [\n                {\n                    \"id\": \"b7a4f4bb-c248-4f08-b40e-b5b5c1dc48f3\",\n                    \"code\": \"394577000\",\n                    \"description\": \"Anesthetics\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"de6cecf6-bcd1-4119-9d43-b36f6efdfe12"}],"id":"80b880ae-a8c2-4657-b98b-ed9c97d41567","_postman_id":"80b880ae-a8c2-4657-b98b-ed9c97d41567","description":""}],"id":"54094431-98bc-4c37-987d-33811b8e50d2","_postman_id":"54094431-98bc-4c37-987d-33811b8e50d2","description":""},{"name":"Labels","item":[{"name":"Create","id":"58277fe2-44a9-4c1f-a142-43127ea467f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"{{name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/labels","urlObject":{"path":["apis","v2","labels"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"43c9ea5b-8977-49c0-a771-f5df386ace65","name":"Create Label","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/apis/v2/labels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2a621f50-fa31-47ff-b588-68662cf1f1d7\",\n        \"type\": \"label\",\n        \"attributes\": {\n            \"name\": \"Test\"\n        }\n    }\n}"}],"_postman_id":"58277fe2-44a9-4c1f-a142-43127ea467f9"},{"name":"List","id":"8a983b39-6e90-4336-9558-705a66951f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/apis/v2/labels?name=et","urlObject":{"path":["apis","v2","labels"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Search by name</p>\n","type":"text/plain"},"key":"name","value":"et"}],"variable":[]}},"response":[{"id":"12679db1-922e-491c-825c-740e0b9ec85e","name":"List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/apis/v2/labels?name=te","host":["{{base_url}}"],"path":["apis","v2","labels"],"query":[{"key":"name","value":"te"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b99d206d-ef7b-459b-a873-ab32ddb68de6\",\n            \"type\": \"label\",\n            \"attributes\": {\n                \"name\": \"Testing\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": null,\n        \"prev_page\": null,\n        \"total_pages\": 1,\n        \"total_count\": 1\n    }\n}"},{"id":"5d7d175b-aa53-4ef7-8f74-4afd7454ad46","name":"List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base_url}}/apis/v2/labels?name=te","host":["{{base_url}}"],"path":["apis","v2","labels"],"query":[{"key":"name","value":"te","description":"Search by name"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b99d206d-ef7b-459b-a873-ab32ddb68de6\",\n            \"type\": \"label\",\n            \"attributes\": {\n                \"name\": \"Testing\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"next_page\": null,\n        \"prev_page\": null,\n        \"total_pages\": 1,\n        \"total_count\": 1\n    }\n}"}],"_postman_id":"8a983b39-6e90-4336-9558-705a66951f64"}],"id":"25f4df96-d13d-4e45-82c3-1de5e83ab4e6","_postman_id":"25f4df96-d13d-4e45-82c3-1de5e83ab4e6","description":""}],"event":[{"listen":"prerequest","script":{"id":"0faa3fca-aa4f-4ec3-8f56-09c1081ec6f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba6c41dc-e4a3-4209-a57f-f5f56b9783dd","type":"text/javascript","exec":[""]}}]}