{"info":{"_postman_id":"4244e206-2da8-4685-9216-98f0802c3d93","name":"HEALA API","description":"<html><head></head><body><p>Welcome to the HEALA Developer Documentation. Our APIs allows providers integrate with our application and provide seamless healthcare services.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>In other to make use of the API via the authentication you require an api_token and a providerId which can be retrieved from your <a href=\"https://partners.heala.io/\">partner dashboard</a>. If you do not have a HEALA partner account, <a href=\"https://heala.ng/contact-us/\">contact us</a> to get started.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>On your header pass <code>Authorization: Api-Key {{api_token}}</code></p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>400, 401</p>\n<h1 id=\"support\">Support</h1>\n<p>If you have questions, or would like to report an issue, please contact our support at <a href=\"https://mailto:tech@heala.ng\">tech@heala.ng</a>. Our team is eager to help you.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Support","slug":"support"}],"owner":"24735014","collectionId":"4244e206-2da8-4685-9216-98f0802c3d93","publishedId":"2s8YzTUhkU","public":true,"customColor":{"top-bar":"fff","right-sidebar":"303030","highlight":"3e5ea9"},"publishDate":"2022-12-12T06:19:23.000Z"},"item":[{"name":"Consultation","item":[{"name":"Create Consultation","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript","packages":{}}}],"id":"1b5262ae-f7cd-47f5-aeed-01f7713e555a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Api-Key f1e980bb63dc217a26ad7b2c65e4ea631c49df1677183dc15336d9f6c929a0a1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Head\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"Mild\",\r\n    \"firstNotice\": \"A few days ago\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"642ade3868f793001307fd21\",\r\n    \"contactMedium\": \"chat\",\r\n    \"patientData\": {\r\n        \"email\": \"Nnamdi.Onyeananam@pernod-ricard.com\",\r\n        \"firstName\": \"IFESOROCHI\",\r\n        \"lastName\": \"ONYEANANAM\",\r\n        \"phoneNumber\": \"09084985802\",\r\n        \"gender\": \"female\",\r\n        \"hmoId\": \"09084985802-2\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-15-12-45-156933.png\",\r\n        \"dob\": \"2017-08-11T00:00:00\",\r\n        \"expiryDate\": \"2026-06-30T00:00:00.000Z\",\r\n        \"companyId\": \"68679ec57b1b6913f961b9cd\"\r\n    },\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"weblink\",\r\n    \"address\": \"test, Fufore, Adamawa.\",\r\n    \"pharmacyCode\": \"WHP11645\",\r\n    \"pharmacyAddress\": \"Jimeta, yola, Adamawa, Jimeta, Yola South, Adamawa.\",\r\n    \"pharmacyName\": \"Hajjo Yawo Pharmacy\",\r\n    \"isDelivery\": false,\r\n    \"principalHmoId\": \"09084985802\"\r\n}"},"url":"localhost:4000/rest/consultations/create","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><p><strong>consultationOwner</strong> <code>(required)</code> - A <code>String</code> value of <code>Dependant</code>or <code>Myself</code>. <code>Dependant</code> value should be used when it is a <code>depdendant</code> consultation and <code>principalHmoId</code> should be added.</p>\n</li>\n<li><p><strong>patientData</strong> <code>(required)</code> - A <code>JSON Object</code> that includes details of the patient. eg- <code>firstName</code>, <code>lastName</code>, check the example body data for more properties.</p>\n</li>\n<li><p><strong>patientData.expiryDate</strong> <code>(required)</code> - A <code>Date String</code> for the patients plan.</p>\n</li>\n<li><p><strong>patientData.plan</strong> <code>(required)</code> - A String value of the name of plan the patient is subscribed to.</p>\n</li>\n<li><p><strong>patientData.companyId</strong> - A <code>String</code> of the company <code>ID</code> the patient works for. This is optional and can be retrieved from calling the <a href=\"https://developer.heala.io/#d1a3dc9a-bf0c-4073-abc0-be4a339211b1\">Get Companies</a> endpoint.</p>\n</li>\n<li><p><strong>symptoms -</strong> An <code>Array of Object</code> of symptoms. See Object struture in the example requests below. You can use the <a href=\"https://developer.heala.io/#283db0f1-340f-429c-8c78-7bcc9160c5b6\">Get Symptoms</a> endpoint to get popular symptoms.</p>\n</li>\n<li><p><strong>discomfortLevel</strong> <code>(required)</code> - A <code>String</code> or <code>Number</code> indication the discomfort level of the symptom(s) entered. This can be between 1 to 10.</p>\n</li>\n<li><p><strong>description</strong> <strong>-</strong> A <code>String</code> of addition information to describe illness(es) or reason for consultation.</p>\n</li>\n<li><p><strong>firstNotice</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> indicating when the symptom(s) was first noticed. This can be , <code>a few days ago</code>, <code>Last week</code>, <code>one Month ago</code>, <code>Last Year</code> and so on.</p>\n</li>\n<li><p><strong>type</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the type of consultation requested for. The value should be <code>instant</code>.</p>\n</li>\n<li><p><strong>status</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value showing the status of the consultation. This should be set to it's default value of <code>pending</code>.</p>\n</li>\n<li><p><strong>providerId</strong> <code>(required)</code> - A <code>String</code> value here should be your <code>providerId</code></p>\n</li>\n<li><p><strong>contactMedium</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value here should be <code>video</code> , <code>voice</code> or <code>chat</code></p>\n</li>\n<li><p><strong>address -</strong> This is a <code>String</code> value for the address of the patient for medication delivery or pick-up in the format \"Street, LGA, State\". <strong>NB:</strong> LGA and State will be concatenated to the Street based on the user's selection from the list provided.</p>\n</li>\n<li><p><strong>isDelivery -</strong> A <code>boolean</code> flag indicating whether the medication will be delivered to the address provided (true) or pickup up from a nearby pharmacy (false).</p>\n</li>\n<li><p><strong>pharmacyCode -</strong> A <code>unique identifier</code> as a <code>String</code> for the pharmacy where the medication will be picked up or delivered from, retrievable from the <a href=\"https://developer.heala.io/#e8bf3493-bf9f-4809-9f24-3f25712d1c43\">Get Pharmacies</a> endpoint.</p>\n</li>\n</ul>\n<h4 id=\"add-the-properties-below-for-a-follow-up-consultation\">Add the properties below for a <code>Follow-up</code> consultation:</h4>\n<ul>\n<li><p><strong>isFollowUp</strong> <code>(required)</code> <strong>-</strong> A <code>Boolean</code> flag to indicate that the consultation is a follow-up for a previous consultation.</p>\n</li>\n<li><p><strong>followUpConsultationId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value of the previous consultation <code>ID</code> the user wants to follow-up on. Previous consultations can be gotten from <a href=\"https://developer.heala.io/#390fd67c-6678-40f6-a7b1-363ca7d92cb7\">Get consultation</a> collection.</p>\n</li>\n<li><p><strong>doctor</strong> <code>(required)</code> <strong>-</strong> This is the <code>ID</code> of the doctor from the previous consultation that is selected for follow-up.</p>\n</li>\n</ul>\n<h4 id=\"add-the-property-below-for-a-dependant-consultation\">Add the property below for a <code>Dependant</code> consultation:</h4>\n<ul>\n<li><strong>principalHmoId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the HMO/Access ID for the Principal. This is required if <code>consultationOwner</code> is <code>Dependant</code>.</li>\n</ul>\n","urlObject":{"port":"4000","path":["rest","consultations","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df563aa1-88dd-42a6-9eac-0f7d5cee6e7d","name":"Instant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Maymie3@hotmail.com,\r\n        \"firstName\": Cindy,\r\n        \"lastName\": Bosco,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 89e297c0-4d2c-46d6-b351-cdc0c4645f30\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"663b6fa77852ee001aae971f\",\n        \"patient\": \"663a7a9216aeae001a06282e\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"voice\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"22481\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"00125\",\n        \"isDelivery\": true,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"663a7a9216aeae001a06282e\",\n            \"firstName\": \"Anderson\",\n            \"lastName\": \"Oriahi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08062242901\",\n            \"createdAt\": \"Tue May 07 2024 19:01:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-ONENRDSA\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"HEALA001\",\n            \"email\": \"tester@heala.ng\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://staging-consultation.heala.io/663b6fa77852ee001aae971f\",\n        \"paymentLink\": \"https://checkout.paystack.com/bnisx7ux1nu95bn\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"5b7f5d6d-0252-4037-b1ed-81d778205c5f","name":"Follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Claudine35@yahoo.com,\r\n        \"firstName\": Frieda,\r\n        \"lastName\": Schmeler,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 0750c27f-8cc1-45db-8d05-d5e6c67181cc\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": 744b95f1-88ee-4f91-beca-5ba2ef650ccb,\r\n    \"doctor\": 4cdcac79-aff0-4016-93a6-e5b810067474\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1455"},{"key":"ETag","value":"W/\"5af-h1OkEmGd+HP2/iONQ5qtdv0558M\""},{"key":"Date","value":"Fri, 19 Jan 2024 07:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"65aa29ba123ec500137aed4f\",\n        \"patient\": \"65aa29ba945e6b00121b1419\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"chat\",\n        \"joined\": false,\n        \"providerId\": \"642ade3868f793001307fd21\",\n        \"trackingId\": \"51048\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"65aa29ba945e6b00121b1419\",\n            \"firstName\": \"Manne\",\n            \"lastName\": \"Rivers\",\n            \"height\": 0,\n            \"weight\": 0,\n            \"bloodGroup\": \"\",\n            \"genotype\": \"\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08069704003\",\n            \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-THOIPSLA\",\n            \"dob\": \"Sat May 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"642ade3868f793001307fd21\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"BAST23445\",\n            \"email\": \"hospitaluser2000@mailinator.com\"\n        },\n        \"url\": \"https://localhost/65aa29ba123ec500137aed4f\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"35c2af1c-d956-46dc-a2bb-abe2f46b597c","name":"Dependant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Ansel_Harris@gmail.com,\r\n        \"firstName\": August,\r\n        \"lastName\": Kuphal,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 9f89ea4d-e5c9-4083-aa91-156aa241086d\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"76fd60f6-2219-4768-baaa-74256648107b","name":"Dependant follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Javier85@hotmail.com,\r\n        \"firstName\": Lucile,\r\n        \"lastName\": Pacocha,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 87ec0c3d-ed36-4dc2-882d-532265c354f5\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": \"65aa29ba123ec500137aed4f\",\r\n    \"doctor\": \"65aa29ba123ec500137aed4f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"}],"_postman_id":"1b5262ae-f7cd-47f5-aeed-01f7713e555a"},{"name":"testemails","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript","packages":{}}}],"id":"fdde117d-7e0b-4f08-ac56-82714e0d6673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"bradley@mailinator.com\",\n  \"firstName\": \"John\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/onboarding-emails/trigger/test/1","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><p><strong>consultationOwner</strong> <code>(required)</code> - A <code>String</code> value of <code>Dependant</code>or <code>Myself</code>. <code>Dependant</code> value should be used when it is a <code>depdendant</code> consultation and <code>principalHmoId</code> should be added.</p>\n</li>\n<li><p><strong>patientData</strong> <code>(required)</code> - A <code>JSON Object</code> that includes details of the patient. eg- <code>firstName</code>, <code>lastName</code>, check the example body data for more properties.</p>\n</li>\n<li><p><strong>patientData.expiryDate</strong> <code>(required)</code> - A <code>Date String</code> for the patients plan.</p>\n</li>\n<li><p><strong>patientData.plan</strong> <code>(required)</code> - A String value of the name of plan the patient is subscribed to.</p>\n</li>\n<li><p><strong>patientData.companyId</strong> - A <code>String</code> of the company <code>ID</code> the patient works for. This is optional and can be retrieved from calling the <a href=\"https://developer.heala.io/#d1a3dc9a-bf0c-4073-abc0-be4a339211b1\">Get Companies</a> endpoint.</p>\n</li>\n<li><p><strong>symptoms -</strong> An <code>Array of Object</code> of symptoms. See Object struture in the example requests below. You can use the <a href=\"https://developer.heala.io/#283db0f1-340f-429c-8c78-7bcc9160c5b6\">Get Symptoms</a> endpoint to get popular symptoms.</p>\n</li>\n<li><p><strong>discomfortLevel</strong> <code>(required)</code> - A <code>String</code> or <code>Number</code> indication the discomfort level of the symptom(s) entered. This can be between 1 to 10.</p>\n</li>\n<li><p><strong>description</strong> <strong>-</strong> A <code>String</code> of addition information to describe illness(es) or reason for consultation.</p>\n</li>\n<li><p><strong>firstNotice</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> indicating when the symptom(s) was first noticed. This can be , <code>a few days ago</code>, <code>Last week</code>, <code>one Month ago</code>, <code>Last Year</code> and so on.</p>\n</li>\n<li><p><strong>type</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the type of consultation requested for. The value should be <code>instant</code>.</p>\n</li>\n<li><p><strong>status</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value showing the status of the consultation. This should be set to it's default value of <code>pending</code>.</p>\n</li>\n<li><p><strong>providerId</strong> <code>(required)</code> - A <code>String</code> value here should be your <code>providerId</code></p>\n</li>\n<li><p><strong>contactMedium</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value here should be <code>video</code> , <code>voice</code> or <code>chat</code></p>\n</li>\n<li><p><strong>address -</strong> This is a <code>String</code> value for the address of the patient for medication delivery or pick-up in the format \"Street, LGA, State\". <strong>NB:</strong> LGA and State will be concatenated to the Street based on the user's selection from the list provided.</p>\n</li>\n<li><p><strong>isDelivery -</strong> A <code>boolean</code> flag indicating whether the medication will be delivered to the address provided (true) or pickup up from a nearby pharmacy (false).</p>\n</li>\n<li><p><strong>pharmacyCode -</strong> A <code>unique identifier</code> as a <code>String</code> for the pharmacy where the medication will be picked up or delivered from, retrievable from the <a href=\"https://developer.heala.io/#e8bf3493-bf9f-4809-9f24-3f25712d1c43\">Get Pharmacies</a> endpoint.</p>\n</li>\n</ul>\n<h4 id=\"add-the-properties-below-for-a-follow-up-consultation\">Add the properties below for a <code>Follow-up</code> consultation:</h4>\n<ul>\n<li><p><strong>isFollowUp</strong> <code>(required)</code> <strong>-</strong> A <code>Boolean</code> flag to indicate that the consultation is a follow-up for a previous consultation.</p>\n</li>\n<li><p><strong>followUpConsultationId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value of the previous consultation <code>ID</code> the user wants to follow-up on. Previous consultations can be gotten from <a href=\"https://developer.heala.io/#390fd67c-6678-40f6-a7b1-363ca7d92cb7\">Get consultation</a> collection.</p>\n</li>\n<li><p><strong>doctor</strong> <code>(required)</code> <strong>-</strong> This is the <code>ID</code> of the doctor from the previous consultation that is selected for follow-up.</p>\n</li>\n</ul>\n<h4 id=\"add-the-property-below-for-a-dependant-consultation\">Add the property below for a <code>Dependant</code> consultation:</h4>\n<ul>\n<li><strong>principalHmoId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the HMO/Access ID for the Principal. This is required if <code>consultationOwner</code> is <code>Dependant</code>.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"4000","path":["onboarding-emails","trigger","test","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce81abf7-c8ab-4b8d-b64a-c02f20979d39","name":"Instant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Rachelle_Paucek@hotmail.com,\r\n        \"firstName\": Weldon,\r\n        \"lastName\": Kuhic,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": c2f3252f-6099-4397-8050-e41e4568c33f\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"663b6fa77852ee001aae971f\",\n        \"patient\": \"663a7a9216aeae001a06282e\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"voice\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"22481\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"00125\",\n        \"isDelivery\": true,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"663a7a9216aeae001a06282e\",\n            \"firstName\": \"Anderson\",\n            \"lastName\": \"Oriahi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08062242901\",\n            \"createdAt\": \"Tue May 07 2024 19:01:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-ONENRDSA\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"HEALA001\",\n            \"email\": \"tester@heala.ng\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://staging-consultation.heala.io/663b6fa77852ee001aae971f\",\n        \"paymentLink\": \"https://checkout.paystack.com/bnisx7ux1nu95bn\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"e967ae0b-0dfb-446d-9c45-e91432e8b808","name":"Follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Alize_Renner@gmail.com,\r\n        \"firstName\": Ardith,\r\n        \"lastName\": Wyman,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": f52bf757-4e6d-4032-931d-301d186a1c3b\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": 96bcdbe7-5275-49f7-b05c-56e5ec991398,\r\n    \"doctor\": e9134a7f-e27f-4747-877a-c07e62b88f85\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1455"},{"key":"ETag","value":"W/\"5af-h1OkEmGd+HP2/iONQ5qtdv0558M\""},{"key":"Date","value":"Fri, 19 Jan 2024 07:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"65aa29ba123ec500137aed4f\",\n        \"patient\": \"65aa29ba945e6b00121b1419\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"chat\",\n        \"joined\": false,\n        \"providerId\": \"642ade3868f793001307fd21\",\n        \"trackingId\": \"51048\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"65aa29ba945e6b00121b1419\",\n            \"firstName\": \"Manne\",\n            \"lastName\": \"Rivers\",\n            \"height\": 0,\n            \"weight\": 0,\n            \"bloodGroup\": \"\",\n            \"genotype\": \"\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08069704003\",\n            \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-THOIPSLA\",\n            \"dob\": \"Sat May 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"642ade3868f793001307fd21\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"BAST23445\",\n            \"email\": \"hospitaluser2000@mailinator.com\"\n        },\n        \"url\": \"https://localhost/65aa29ba123ec500137aed4f\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"d5c4cbed-5dcf-4a6e-80de-2e407509b497","name":"Dependant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Marianna.Williamson57@hotmail.com,\r\n        \"firstName\": Marlee,\r\n        \"lastName\": Ryan,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": dcd7aaa9-fe93-4283-9d50-b693d9d4dd5b\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"36ebc52d-934f-4c44-b321-cc3401e0343e","name":"Dependant follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Cristal_Cassin@gmail.com,\r\n        \"firstName\": Marlon,\r\n        \"lastName\": Littel,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 582bd447-2e8c-4b1e-9266-ebcad9b5c605\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": \"65aa29ba123ec500137aed4f\",\r\n    \"doctor\": \"65aa29ba123ec500137aed4f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"}],"_postman_id":"fdde117d-7e0b-4f08-ac56-82714e0d6673"},{"name":"Mark consultation as Paid","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript","packages":{}}}],"id":"1928eb49-249b-46d6-9371-cbb0939e44d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationId\" : \"675fd391e4d627e0432253de\"\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/external/mark-as-paid","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><p><strong>consultationOwner</strong> <code>(required)</code> - A <code>String</code> value of <code>Dependant</code>or <code>Myself</code>. <code>Dependant</code> value should be used when it is a <code>depdendant</code> consultation and <code>principalHmoId</code> should be added.</p>\n</li>\n<li><p><strong>patientData</strong> <code>(required)</code> - A <code>JSON Object</code> that includes details of the patient. eg- <code>firstName</code>, <code>lastName</code>, check the example body data for more properties.</p>\n</li>\n<li><p><strong>patientData.expiryDate</strong> <code>(required)</code> - A <code>Date String</code> for the patients plan.</p>\n</li>\n<li><p><strong>patientData.plan</strong> <code>(required)</code> - A String value of the name of plan the patient is subscribed to.</p>\n</li>\n<li><p><strong>patientData.companyId</strong> - A <code>String</code> of the company <code>ID</code> the patient works for. This is optional and can be retrieved from calling the <a href=\"https://developer.heala.io/#d1a3dc9a-bf0c-4073-abc0-be4a339211b1\">Get Companies</a> endpoint.</p>\n</li>\n<li><p><strong>symptoms -</strong> An <code>Array of Object</code> of symptoms. See Object struture in the example requests below. You can use the <a href=\"https://developer.heala.io/#283db0f1-340f-429c-8c78-7bcc9160c5b6\">Get Symptoms</a> endpoint to get popular symptoms.</p>\n</li>\n<li><p><strong>discomfortLevel</strong> <code>(required)</code> - A <code>String</code> or <code>Number</code> indication the discomfort level of the symptom(s) entered. This can be between 1 to 10.</p>\n</li>\n<li><p><strong>description</strong> <strong>-</strong> A <code>String</code> of addition information to describe illness(es) or reason for consultation.</p>\n</li>\n<li><p><strong>firstNotice</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> indicating when the symptom(s) was first noticed. This can be , <code>a few days ago</code>, <code>Last week</code>, <code>one Month ago</code>, <code>Last Year</code> and so on.</p>\n</li>\n<li><p><strong>type</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the type of consultation requested for. The value should be <code>instant</code>.</p>\n</li>\n<li><p><strong>status</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value showing the status of the consultation. This should be set to it's default value of <code>pending</code>.</p>\n</li>\n<li><p><strong>providerId</strong> <code>(required)</code> - A <code>String</code> value here should be your <code>providerId</code></p>\n</li>\n<li><p><strong>contactMedium</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value here should be <code>video</code> , <code>voice</code> or <code>chat</code></p>\n</li>\n<li><p><strong>address -</strong> This is a <code>String</code> value for the address of the patient for medication delivery or pick-up in the format \"Street, LGA, State\". <strong>NB:</strong> LGA and State will be concatenated to the Street based on the user's selection from the list provided.</p>\n</li>\n<li><p><strong>isDelivery -</strong> A <code>boolean</code> flag indicating whether the medication will be delivered to the address provided (true) or pickup up from a nearby pharmacy (false).</p>\n</li>\n<li><p><strong>pharmacyCode -</strong> A <code>unique identifier</code> as a <code>String</code> for the pharmacy where the medication will be picked up or delivered from, retrievable from the <a href=\"https://developer.heala.io/#e8bf3493-bf9f-4809-9f24-3f25712d1c43\">Get Pharmacies</a> endpoint.</p>\n</li>\n</ul>\n<h4 id=\"add-the-properties-below-for-a-follow-up-consultation\">Add the properties below for a <code>Follow-up</code> consultation:</h4>\n<ul>\n<li><p><strong>isFollowUp</strong> <code>(required)</code> <strong>-</strong> A <code>Boolean</code> flag to indicate that the consultation is a follow-up for a previous consultation.</p>\n</li>\n<li><p><strong>followUpConsultationId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value of the previous consultation <code>ID</code> the user wants to follow-up on. Previous consultations can be gotten from <a href=\"https://developer.heala.io/#390fd67c-6678-40f6-a7b1-363ca7d92cb7\">Get consultation</a> collection.</p>\n</li>\n<li><p><strong>doctor</strong> <code>(required)</code> <strong>-</strong> This is the <code>ID</code> of the doctor from the previous consultation that is selected for follow-up.</p>\n</li>\n</ul>\n<h4 id=\"add-the-property-below-for-a-dependant-consultation\">Add the property below for a <code>Dependant</code> consultation:</h4>\n<ul>\n<li><strong>principalHmoId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the HMO/Access ID for the Principal. This is required if <code>consultationOwner</code> is <code>Dependant</code>.</li>\n</ul>\n","urlObject":{"path":["rest","consultations","external","mark-as-paid"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"e8ebad79-8838-4184-b3e4-226484f8ba96","name":"Instant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Ari_McDermott@hotmail.com,\r\n        \"firstName\": Amara,\r\n        \"lastName\": Jacobson,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 30c0100a-29a9-4a18-baf0-890ef8ce64ff\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"663b6fa77852ee001aae971f\",\n        \"patient\": \"663a7a9216aeae001a06282e\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"voice\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"22481\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"00125\",\n        \"isDelivery\": true,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"663a7a9216aeae001a06282e\",\n            \"firstName\": \"Anderson\",\n            \"lastName\": \"Oriahi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08062242901\",\n            \"createdAt\": \"Tue May 07 2024 19:01:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-ONENRDSA\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"HEALA001\",\n            \"email\": \"tester@heala.ng\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://staging-consultation.heala.io/663b6fa77852ee001aae971f\",\n        \"paymentLink\": \"https://checkout.paystack.com/bnisx7ux1nu95bn\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"368f66e4-3d95-444e-8703-30d82ae88af8","name":"Follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Magali.Halvorson22@gmail.com,\r\n        \"firstName\": Isaias,\r\n        \"lastName\": Heaney,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": db944d58-5422-49a0-a2aa-7087946f8e54\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": 11364713-c1b9-4b79-a017-0b24b71f25d0,\r\n    \"doctor\": 63384c43-5bf0-4025-ba25-f88e48aa9dc2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1455"},{"key":"ETag","value":"W/\"5af-h1OkEmGd+HP2/iONQ5qtdv0558M\""},{"key":"Date","value":"Fri, 19 Jan 2024 07:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"65aa29ba123ec500137aed4f\",\n        \"patient\": \"65aa29ba945e6b00121b1419\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"chat\",\n        \"joined\": false,\n        \"providerId\": \"642ade3868f793001307fd21\",\n        \"trackingId\": \"51048\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"65aa29ba945e6b00121b1419\",\n            \"firstName\": \"Manne\",\n            \"lastName\": \"Rivers\",\n            \"height\": 0,\n            \"weight\": 0,\n            \"bloodGroup\": \"\",\n            \"genotype\": \"\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08069704003\",\n            \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-THOIPSLA\",\n            \"dob\": \"Sat May 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"642ade3868f793001307fd21\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"BAST23445\",\n            \"email\": \"hospitaluser2000@mailinator.com\"\n        },\n        \"url\": \"https://localhost/65aa29ba123ec500137aed4f\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"5819ea88-5564-471c-aefd-2fd267f44aaf","name":"Dependant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Rahsaan95@yahoo.com,\r\n        \"firstName\": Nettie,\r\n        \"lastName\": Wiza,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": fc2db435-bf8a-4371-bce2-390e6beae7ae\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"9d4cd220-e153-4045-801b-e5e404b82a77","name":"Dependant follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Cooper84@hotmail.com,\r\n        \"firstName\": Dave,\r\n        \"lastName\": Gislason,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 736562e2-1563-4e78-80bd-87dc07c8a956\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": \"65aa29ba123ec500137aed4f\",\r\n    \"doctor\": \"65aa29ba123ec500137aed4f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"5984e79d-1778-4084-b543-56e84514c07c","name":"Mark Consultation as paid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationId\" : \"675fd391e4d627e0432253de\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/external/mark-as-paid"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1117"},{"key":"ETag","value":"W/\"45d-h+a5sXknyY80j+/gN4j1bMI2JJg\""},{"key":"Date","value":"Mon, 16 Dec 2024 08:33:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successfully\",\n    \"statusCode\": 201,\n    \"data\": {\n        \"data\": {\n            \"_id\": \"675fd391e4d627e0432253de\",\n            \"doctor\": \"675bdfa2758e0ba1d76f5fb6\",\n            \"patient\": \"674ee50cce057045a07c229c\",\n            \"consultationOwner\": \"myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Flu\",\n                    \"_id\": \"675fd391e4d627e0432253df\"\n                }\n            ],\n            \"discomfortLevel\": \"medium\",\n            \"firstNotice\": \"last week\",\n            \"description\": \"nil\",\n            \"trackingId\": \"50760\",\n            \"status\": \"pending\",\n            \"disputeStatus\": \"pending\",\n            \"type\": \"scheduled\",\n            \"time\": \"2024-12-16T10:00:00.000Z\",\n            \"serverTime\": \"2024-12-16T10:00:00.000Z\",\n            \"contactMedium\": \"chat\",\n            \"isDelivery\": false,\n            \"joined\": false,\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"priority\": 3,\n            \"retries\": 0,\n            \"inQueue\": false,\n            \"companyId\": null,\n            \"providerId\": \"636238571a907b0012a1d4d8\",\n            \"createdThrough\": \"hospital_direct\",\n            \"paid\": true,\n            \"isDisputed\": false,\n            \"wasDisputed\": false,\n            \"isFollowUp\": false,\n            \"patientJoined\": false,\n            \"doctorJoined\": false,\n            \"fee\": 0,\n            \"isExternal\": false,\n            \"diagnosis\": [],\n            \"prescription\": [],\n            \"notificationSchedules\": [],\n            \"createdAt\": \"2024-12-16T07:15:29.459Z\",\n            \"updatedAt\": \"2024-12-16T08:33:11.468Z\",\n            \"__v\": 0\n        },\n        \"message\": \"Consultation marked as paid successfully\"\n    },\n    \"path\": \"/rest/consultations/external/mark-as-paid\"\n}"}],"_postman_id":"1928eb49-249b-46d6-9371-cbb0939e44d3"},{"name":"Update consultation status","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript","packages":{}}}],"id":"4c416e51-5b4c-4796-ac4c-57a5dcf08639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationId\" : \"675fd391e4d627e0432253de\",\r\n    \"status\" : \"cancelled\"\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/external/update-status","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><p><strong>consultationOwner</strong> <code>(required)</code> - A <code>String</code> value of <code>Dependant</code>or <code>Myself</code>. <code>Dependant</code> value should be used when it is a <code>depdendant</code> consultation and <code>principalHmoId</code> should be added.</p>\n</li>\n<li><p><strong>patientData</strong> <code>(required)</code> - A <code>JSON Object</code> that includes details of the patient. eg- <code>firstName</code>, <code>lastName</code>, check the example body data for more properties.</p>\n</li>\n<li><p><strong>patientData.expiryDate</strong> <code>(required)</code> - A <code>Date String</code> for the patients plan.</p>\n</li>\n<li><p><strong>patientData.plan</strong> <code>(required)</code> - A String value of the name of plan the patient is subscribed to.</p>\n</li>\n<li><p><strong>patientData.companyId</strong> - A <code>String</code> of the company <code>ID</code> the patient works for. This is optional and can be retrieved from calling the <a href=\"https://developer.heala.io/#d1a3dc9a-bf0c-4073-abc0-be4a339211b1\">Get Companies</a> endpoint.</p>\n</li>\n<li><p><strong>symptoms -</strong> An <code>Array of Object</code> of symptoms. See Object struture in the example requests below. You can use the <a href=\"https://developer.heala.io/#283db0f1-340f-429c-8c78-7bcc9160c5b6\">Get Symptoms</a> endpoint to get popular symptoms.</p>\n</li>\n<li><p><strong>discomfortLevel</strong> <code>(required)</code> - A <code>String</code> or <code>Number</code> indication the discomfort level of the symptom(s) entered. This can be between 1 to 10.</p>\n</li>\n<li><p><strong>description</strong> <strong>-</strong> A <code>String</code> of addition information to describe illness(es) or reason for consultation.</p>\n</li>\n<li><p><strong>firstNotice</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> indicating when the symptom(s) was first noticed. This can be , <code>a few days ago</code>, <code>Last week</code>, <code>one Month ago</code>, <code>Last Year</code> and so on.</p>\n</li>\n<li><p><strong>type</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the type of consultation requested for. The value should be <code>instant</code>.</p>\n</li>\n<li><p><strong>status</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value showing the status of the consultation. This should be set to it's default value of <code>pending</code>.</p>\n</li>\n<li><p><strong>providerId</strong> <code>(required)</code> - A <code>String</code> value here should be your <code>providerId</code></p>\n</li>\n<li><p><strong>contactMedium</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value here should be <code>video</code> , <code>voice</code> or <code>chat</code></p>\n</li>\n<li><p><strong>address -</strong> This is a <code>String</code> value for the address of the patient for medication delivery or pick-up in the format \"Street, LGA, State\". <strong>NB:</strong> LGA and State will be concatenated to the Street based on the user's selection from the list provided.</p>\n</li>\n<li><p><strong>isDelivery -</strong> A <code>boolean</code> flag indicating whether the medication will be delivered to the address provided (true) or pickup up from a nearby pharmacy (false).</p>\n</li>\n<li><p><strong>pharmacyCode -</strong> A <code>unique identifier</code> as a <code>String</code> for the pharmacy where the medication will be picked up or delivered from, retrievable from the <a href=\"https://developer.heala.io/#e8bf3493-bf9f-4809-9f24-3f25712d1c43\">Get Pharmacies</a> endpoint.</p>\n</li>\n</ul>\n<h4 id=\"add-the-properties-below-for-a-follow-up-consultation\">Add the properties below for a <code>Follow-up</code> consultation:</h4>\n<ul>\n<li><p><strong>isFollowUp</strong> <code>(required)</code> <strong>-</strong> A <code>Boolean</code> flag to indicate that the consultation is a follow-up for a previous consultation.</p>\n</li>\n<li><p><strong>followUpConsultationId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value of the previous consultation <code>ID</code> the user wants to follow-up on. Previous consultations can be gotten from <a href=\"https://developer.heala.io/#390fd67c-6678-40f6-a7b1-363ca7d92cb7\">Get consultation</a> collection.</p>\n</li>\n<li><p><strong>doctor</strong> <code>(required)</code> <strong>-</strong> This is the <code>ID</code> of the doctor from the previous consultation that is selected for follow-up.</p>\n</li>\n</ul>\n<h4 id=\"add-the-property-below-for-a-dependant-consultation\">Add the property below for a <code>Dependant</code> consultation:</h4>\n<ul>\n<li><strong>principalHmoId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the HMO/Access ID for the Principal. This is required if <code>consultationOwner</code> is <code>Dependant</code>.</li>\n</ul>\n","urlObject":{"path":["rest","consultations","external","update-status"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"63f417a4-a730-434b-bb3a-1900f4e6cc9b","name":"Instant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Alvah.Collins@yahoo.com,\r\n        \"firstName\": Dillan,\r\n        \"lastName\": Fritsch,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": a6ac8056-7b8d-4b1f-9896-26996a26cc55\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"663b6fa77852ee001aae971f\",\n        \"patient\": \"663a7a9216aeae001a06282e\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"voice\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"22481\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"00125\",\n        \"isDelivery\": true,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"663a7a9216aeae001a06282e\",\n            \"firstName\": \"Anderson\",\n            \"lastName\": \"Oriahi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08062242901\",\n            \"createdAt\": \"Tue May 07 2024 19:01:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-ONENRDSA\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"HEALA001\",\n            \"email\": \"tester@heala.ng\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://staging-consultation.heala.io/663b6fa77852ee001aae971f\",\n        \"paymentLink\": \"https://checkout.paystack.com/bnisx7ux1nu95bn\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"09c83b1f-ce24-4eb4-b8df-cab93a33854a","name":"Follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Rachel_Torphy8@hotmail.com,\r\n        \"firstName\": Selmer,\r\n        \"lastName\": Schultz,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": e94536de-30d0-4a60-8b91-92ec2df2aad0\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": 62fcca8e-d05b-4e15-ac85-57b77cdb82e7,\r\n    \"doctor\": 826f676e-dfa1-46f4-80de-097b77711488\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1455"},{"key":"ETag","value":"W/\"5af-h1OkEmGd+HP2/iONQ5qtdv0558M\""},{"key":"Date","value":"Fri, 19 Jan 2024 07:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"65aa29ba123ec500137aed4f\",\n        \"patient\": \"65aa29ba945e6b00121b1419\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"chat\",\n        \"joined\": false,\n        \"providerId\": \"642ade3868f793001307fd21\",\n        \"trackingId\": \"51048\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"65aa29ba945e6b00121b1419\",\n            \"firstName\": \"Manne\",\n            \"lastName\": \"Rivers\",\n            \"height\": 0,\n            \"weight\": 0,\n            \"bloodGroup\": \"\",\n            \"genotype\": \"\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08069704003\",\n            \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-THOIPSLA\",\n            \"dob\": \"Sat May 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"642ade3868f793001307fd21\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"BAST23445\",\n            \"email\": \"hospitaluser2000@mailinator.com\"\n        },\n        \"url\": \"https://localhost/65aa29ba123ec500137aed4f\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"c0aad548-e4f5-43f3-b6f8-32f4bc791669","name":"Dependant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Jakob.Bode95@gmail.com,\r\n        \"firstName\": Fabian,\r\n        \"lastName\": Hodkiewicz,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": e1151e30-e05e-4996-a67c-0cdd1cc42998\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"805cd9d1-215e-4f77-a9db-ed6eb910b27d","name":"Dependant follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Pauline.Sporer@gmail.com,\r\n        \"firstName\": Sterling,\r\n        \"lastName\": Rogahn,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": c7303c48-645b-45b4-8458-e0d78c6df7a5\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": \"65aa29ba123ec500137aed4f\",\r\n    \"doctor\": \"65aa29ba123ec500137aed4f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"57ef33f3-d548-4507-86f7-c22fbd846924","name":"Mark Consultation as paid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationId\" : \"675fd391e4d627e0432253de\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/external/mark-as-paid"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1117"},{"key":"ETag","value":"W/\"45d-h+a5sXknyY80j+/gN4j1bMI2JJg\""},{"key":"Date","value":"Mon, 16 Dec 2024 08:33:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successfully\",\n    \"statusCode\": 201,\n    \"data\": {\n        \"data\": {\n            \"_id\": \"675fd391e4d627e0432253de\",\n            \"doctor\": \"675bdfa2758e0ba1d76f5fb6\",\n            \"patient\": \"674ee50cce057045a07c229c\",\n            \"consultationOwner\": \"myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Flu\",\n                    \"_id\": \"675fd391e4d627e0432253df\"\n                }\n            ],\n            \"discomfortLevel\": \"medium\",\n            \"firstNotice\": \"last week\",\n            \"description\": \"nil\",\n            \"trackingId\": \"50760\",\n            \"status\": \"pending\",\n            \"disputeStatus\": \"pending\",\n            \"type\": \"scheduled\",\n            \"time\": \"2024-12-16T10:00:00.000Z\",\n            \"serverTime\": \"2024-12-16T10:00:00.000Z\",\n            \"contactMedium\": \"chat\",\n            \"isDelivery\": false,\n            \"joined\": false,\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"priority\": 3,\n            \"retries\": 0,\n            \"inQueue\": false,\n            \"companyId\": null,\n            \"providerId\": \"636238571a907b0012a1d4d8\",\n            \"createdThrough\": \"hospital_direct\",\n            \"paid\": true,\n            \"isDisputed\": false,\n            \"wasDisputed\": false,\n            \"isFollowUp\": false,\n            \"patientJoined\": false,\n            \"doctorJoined\": false,\n            \"fee\": 0,\n            \"isExternal\": false,\n            \"diagnosis\": [],\n            \"prescription\": [],\n            \"notificationSchedules\": [],\n            \"createdAt\": \"2024-12-16T07:15:29.459Z\",\n            \"updatedAt\": \"2024-12-16T08:33:11.468Z\",\n            \"__v\": 0\n        },\n        \"message\": \"Consultation marked as paid successfully\"\n    },\n    \"path\": \"/rest/consultations/external/mark-as-paid\"\n}"}],"_postman_id":"4c416e51-5b4c-4796-ac4c-57a5dcf08639"},{"name":"Create External Consultation","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript","packages":{}}}],"id":"19ecce08-a121-4fd3-8a7b-12b008df0735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Api-Key https://api-staging.heala.io"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": \"byarrows@gmail.com\",\r\n        \"firstName\": \"Bradley\",\r\n        \"lastName\": \"Yarrow\",\r\n        \"phoneNumber\": \"08118022308\",\r\n        \"gender\": \"Male\",\r\n        \"dob\" : \"10/10/1990\"\r\n    },\r\n    \"doctorData\": {\r\n        \"email\": \"bdoctors@gmail.com\",\r\n        \"firstName\": \"Doctor\",\r\n        \"lastName\": \"Heala\",\r\n        \"phoneNumber\": \"08118022308\",\r\n        \"gender\": \"Male\",\r\n        \"hospital\": \"Doren hospital\",\r\n        \"specialization\": \"Dental\",\r\n        \"dob\": \"1978-10-27\",\r\n        \"cadre\": \"5\"\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"providerId\" : {{providerId}}\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/external/create","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><p><strong>consultationOwner</strong> <code>(required)</code> - A <code>String</code> value of <code>Dependant</code>or <code>Myself</code>. <code>Dependant</code> value should be used when it is a <code>depdendant</code> consultation and <code>principalHmoId</code> should be added.</p>\n</li>\n<li><p><strong>patientData</strong> <code>(required)</code> - A <code>JSON Object</code> that includes details of the patient. eg- <code>firstName</code>, <code>lastName</code>, check the example body data for more properties.</p>\n</li>\n<li><p><strong>patientData.expiryDate</strong> <code>(required)</code> - A <code>Date String</code> for the patients plan.</p>\n</li>\n<li><p><strong>patientData.plan</strong> <code>(required)</code> - A String value of the name of plan the patient is subscribed to.</p>\n</li>\n<li><p><strong>patientData.companyId</strong> - A <code>String</code> of the company <code>ID</code> the patient works for. This is optional and can be retrieved from calling the <a href=\"https://developer.heala.io/#d1a3dc9a-bf0c-4073-abc0-be4a339211b1\">Get Companies</a> endpoint.</p>\n</li>\n<li><p><strong>symptoms -</strong> An <code>Array of Object</code> of symptoms. See Object struture in the example requests below. You can use the <a href=\"https://developer.heala.io/#283db0f1-340f-429c-8c78-7bcc9160c5b6\">Get Symptoms</a> endpoint to get popular symptoms.</p>\n</li>\n<li><p><strong>discomfortLevel</strong> <code>(required)</code> - A <code>String</code> or <code>Number</code> indication the discomfort level of the symptom(s) entered. This can be between 1 to 10.</p>\n</li>\n<li><p><strong>description</strong> <strong>-</strong> A <code>String</code> of addition information to describe illness(es) or reason for consultation.</p>\n</li>\n<li><p><strong>firstNotice</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> indicating when the symptom(s) was first noticed. This can be , <code>a few days ago</code>, <code>Last week</code>, <code>one Month ago</code>, <code>Last Year</code> and so on.</p>\n</li>\n<li><p><strong>type</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the type of consultation requested for. The value should be <code>instant</code>.</p>\n</li>\n<li><p><strong>status</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value showing the status of the consultation. This should be set to it's default value of <code>pending</code>.</p>\n</li>\n<li><p><strong>providerId</strong> <code>(required)</code> - A <code>String</code> value here should be your <code>providerId</code></p>\n</li>\n<li><p><strong>contactMedium</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value here should be <code>video</code> , <code>voice</code> or <code>chat</code></p>\n</li>\n<li><p><strong>address -</strong> This is a <code>String</code> value for the address of the patient for medication delivery or pick-up in the format \"Street, LGA, State\". <strong>NB:</strong> LGA and State will be concatenated to the Street based on the user's selection from the list provided.</p>\n</li>\n<li><p><strong>isDelivery -</strong> A <code>boolean</code> flag indicating whether the medication will be delivered to the address provided (true) or pickup up from a nearby pharmacy (false).</p>\n</li>\n<li><p><strong>pharmacyCode -</strong> A <code>unique identifier</code> as a <code>String</code> for the pharmacy where the medication will be picked up or delivered from, retrievable from the <a href=\"https://developer.heala.io/#e8bf3493-bf9f-4809-9f24-3f25712d1c43\">Get Pharmacies</a> endpoint.</p>\n</li>\n</ul>\n<h4 id=\"add-the-properties-below-for-a-follow-up-consultation\">Add the properties below for a <code>Follow-up</code> consultation:</h4>\n<ul>\n<li><p><strong>isFollowUp</strong> <code>(required)</code> <strong>-</strong> A <code>Boolean</code> flag to indicate that the consultation is a follow-up for a previous consultation.</p>\n</li>\n<li><p><strong>followUpConsultationId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value of the previous consultation <code>ID</code> the user wants to follow-up on. Previous consultations can be gotten from <a href=\"https://developer.heala.io/#390fd67c-6678-40f6-a7b1-363ca7d92cb7\">Get consultation</a> collection.</p>\n</li>\n<li><p><strong>doctor</strong> <code>(required)</code> <strong>-</strong> This is the <code>ID</code> of the doctor from the previous consultation that is selected for follow-up.</p>\n</li>\n</ul>\n<h4 id=\"add-the-property-below-for-a-dependant-consultation\">Add the property below for a <code>Dependant</code> consultation:</h4>\n<ul>\n<li><strong>principalHmoId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the HMO/Access ID for the Principal. This is required if <code>consultationOwner</code> is <code>Dependant</code>.</li>\n</ul>\n","urlObject":{"path":["rest","consultations","external","create"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"56bc612d-78d9-4423-8ef6-9592f10c11d7","name":"Instant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Juliet.Harber58@hotmail.com,\r\n        \"firstName\": Burley,\r\n        \"lastName\": Mann,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": bc9243be-a206-488a-90c9-9efa48ca8231\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"663b6fa77852ee001aae971f\",\n        \"patient\": \"663a7a9216aeae001a06282e\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"voice\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"22481\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"00125\",\n        \"isDelivery\": true,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"663a7a9216aeae001a06282e\",\n            \"firstName\": \"Anderson\",\n            \"lastName\": \"Oriahi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08062242901\",\n            \"createdAt\": \"Tue May 07 2024 19:01:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-ONENRDSA\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"HEALA001\",\n            \"email\": \"tester@heala.ng\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://staging-consultation.heala.io/663b6fa77852ee001aae971f\",\n        \"paymentLink\": \"https://checkout.paystack.com/bnisx7ux1nu95bn\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"b4378a58-b340-47a3-b990-2835efeebee1","name":"Follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Rusty45@gmail.com,\r\n        \"firstName\": Robb,\r\n        \"lastName\": King,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": a41d5fd3-3c64-49e4-80f3-1dfeb90497e5\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": 919fbb68-a588-4db7-8221-e7bc14bbf5ea,\r\n    \"doctor\": b12762f9-78f3-4226-a16b-59ac76ccfca2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1455"},{"key":"ETag","value":"W/\"5af-h1OkEmGd+HP2/iONQ5qtdv0558M\""},{"key":"Date","value":"Fri, 19 Jan 2024 07:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"65aa29ba123ec500137aed4f\",\n        \"patient\": \"65aa29ba945e6b00121b1419\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"chat\",\n        \"joined\": false,\n        \"providerId\": \"642ade3868f793001307fd21\",\n        \"trackingId\": \"51048\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"65aa29ba945e6b00121b1419\",\n            \"firstName\": \"Manne\",\n            \"lastName\": \"Rivers\",\n            \"height\": 0,\n            \"weight\": 0,\n            \"bloodGroup\": \"\",\n            \"genotype\": \"\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08069704003\",\n            \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-THOIPSLA\",\n            \"dob\": \"Sat May 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"642ade3868f793001307fd21\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"BAST23445\",\n            \"email\": \"hospitaluser2000@mailinator.com\"\n        },\n        \"url\": \"https://localhost/65aa29ba123ec500137aed4f\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"57b3c623-89d7-4c20-8914-ad7d030b3fd5","name":"Dependant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Delphine.Smitham@hotmail.com,\r\n        \"firstName\": Quinn,\r\n        \"lastName\": Walter,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 8acbab70-c9cd-4d7d-98cc-c415a3eeb964\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"ad416b8a-f84d-4fea-8b18-9776f0ff4cc0","name":"Dependant follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Assunta_Emard7@yahoo.com,\r\n        \"firstName\": Katelynn,\r\n        \"lastName\": Mosciski,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 1d80f4be-95bb-4bc5-96fb-6107a8cc2ee0\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": \"65aa29ba123ec500137aed4f\",\r\n    \"doctor\": \"65aa29ba123ec500137aed4f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"}],"_postman_id":"19ecce08-a121-4fd3-8a7b-12b008df0735"},{"name":"Create Hospital Consultation","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript","packages":{}}}],"id":"7d2bd54d-1714-403e-9ab1-93d710b3c570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Api-Key f1e980bb63dc217a26ad7b2c65e4ea631c49df1677183dc15336d9f6c929a0a1"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Clementina.Feeney34@hotmail.com,\r\n        \"firstName\": Vivienne,\r\n        \"lastName\": Wuckert,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": \"8e65b275-a525-4507-b64d-699670debeba\"\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"scheduled\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"doctor\": \"b2676d2f-bd43-4f4b-b87f-83392a14cd59\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/hospital/create","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation with a preferred hospital. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><p><strong>consultationOwner</strong> <code>(required)</code> - A <code>String</code> value of <code>Dependant</code>or <code>Myself</code>. <code>Dependant</code> value should be used when it is a <code>depdendant</code> consultation and <code>principalHmoId</code> should be added.</p>\n</li>\n<li><p><strong>patientData</strong> <code>(required)</code> - A <code>JSON Object</code> that includes details of the patient. eg- <code>firstName</code>, <code>lastName</code>, check the example body data for more properties.</p>\n</li>\n<li><p><strong>patientData.expiryDate</strong> <code>(required)</code> - A <code>Date String</code> for the patients plan.</p>\n</li>\n<li><p><strong>patientData.plan</strong> <code>(required)</code> - A String value of the name of plan the patient is subscribed to.</p>\n</li>\n<li><p><strong>patientData.companyId</strong> - A <code>String</code> of the company <code>ID</code> the patient works for. This is optional and can be retrieved from calling the <a href=\"https://developer.heala.io/#d1a3dc9a-bf0c-4073-abc0-be4a339211b1\">Get Companies</a> endpoint.</p>\n</li>\n<li><p><strong>symptoms -</strong> An <code>Array of Object</code> of symptoms. See Object struture in the example requests below. You can use the <a href=\"https://developer.heala.io/#283db0f1-340f-429c-8c78-7bcc9160c5b6\">Get Symptoms</a> endpoint to get popular symptoms.</p>\n</li>\n<li><p><strong>discomfortLevel</strong> <code>(required)</code> - A <code>String</code> or <code>Number</code> indication the discomfort level of the symptom(s) entered. This can be between 1 to 10.</p>\n</li>\n<li><p><strong>description</strong> <strong>-</strong> A <code>String</code> of addition information to describe illness(es) or reason for consultation.</p>\n</li>\n<li><p><strong>firstNotice</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> indicating when the symptom(s) was first noticed. This can be , <code>a few days ago</code>, <code>Last week</code>, <code>one Month ago</code>, <code>Last Year</code> and so on.</p>\n</li>\n<li><p><strong>type</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the type of consultation requested for. The value should be <code>instant</code>.</p>\n</li>\n<li><p><strong>status</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value showing the status of the consultation. This should be set to it's default value of <code>pending</code>.</p>\n</li>\n<li><p><strong>providerId</strong> <code>(required)</code> - A <code>String</code> value here should be your <code>providerId</code></p>\n</li>\n<li><p><strong>contactMedium</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value here should be <code>video</code> , <code>voice</code> or <code>chat</code></p>\n</li>\n<li><p><strong>address -</strong> This is a <code>String</code> value for the address of the patient for medication delivery or pick-up in the format \"Street, LGA, State\". <strong>NB:</strong> LGA and State will be concatenated to the Street based on the user's selection from the list provided.</p>\n</li>\n<li><p><strong>isDelivery -</strong> A <code>boolean</code> flag indicating whether the medication will be delivered to the address provided (true) or pickup up from a nearby pharmacy (false).</p>\n</li>\n<li><p><strong>pharmacyCode -</strong> A <code>unique identifier</code> as a <code>String</code> for the pharmacy where the medication will be picked up or delivered from, retrievable from the <a href=\"https://developer.heala.io/#e8bf3493-bf9f-4809-9f24-3f25712d1c43\">Get Pharmacies</a> endpoint.</p>\n</li>\n</ul>\n<h4 id=\"add-the-properties-below-for-a-follow-up-consultation\">Add the properties below for a <code>Follow-up</code> consultation:</h4>\n<ul>\n<li><p><strong>isFollowUp</strong> <code>(required)</code> <strong>-</strong> A <code>Boolean</code> flag to indicate that the consultation is a follow-up for a previous consultation.</p>\n</li>\n<li><p><strong>followUpConsultationId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> value of the previous consultation <code>ID</code> the user wants to follow-up on. Previous consultations can be gotten from <a href=\"https://developer.heala.io/#390fd67c-6678-40f6-a7b1-363ca7d92cb7\">Get consultation</a> collection.</p>\n</li>\n<li><p><strong>doctor</strong> <code>(required)</code> <strong>-</strong> This is the <code>ID</code> of the doctor from the previous consultation that is selected for follow-up.</p>\n</li>\n</ul>\n<h4 id=\"add-the-property-below-for-a-dependant-consultation\">Add the property below for a <code>Dependant</code> consultation:</h4>\n<ul>\n<li><strong>principalHmoId</strong> <code>(required)</code> <strong>-</strong> A <code>String</code> of the HMO/Access ID for the Principal. This is required if <code>consultationOwner</code> is <code>Dependant</code>.</li>\n</ul>\n","urlObject":{"path":["rest","consultations","hospital","create"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"da5f59fb-6933-4378-93de-f0c412787cb8","name":"Scheduled consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Hattie48@gmail.com,\r\n        \"firstName\": Adella,\r\n        \"lastName\": Abernathy,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 8dc783bb-269d-4e83-b609-6ef5a9a87b94\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"663b6fa77852ee001aae971f\",\n        \"patient\": \"663a7a9216aeae001a06282e\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"voice\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"22481\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"00125\",\n        \"isDelivery\": true,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"ce75d5f9-333d-481c-a147-f88a0a5468e4\",\n            \"firstName\": \"Sammie\",\n            \"lastName\": \"Thompson\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08062242901\",\n            \"createdAt\": \"Tue May 07 2024 19:01:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed May 08 2024 12:27:19 GMT+0000 (Coordinated Universal Time)\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"http://hermina.name\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"HEALA001\",\n            \"email\": \"Unique.Jacobi@gmail.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://staging-consultation.heala.io/663b6fa77852ee001aae971f\",\n        \"paymentLink\": \"https://checkout.paystack.com/bnisx7ux1nu95bn\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"a8e9f5b8-882b-4158-8442-1b6574293390","name":"Follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Myself\",\r\n    \"patientData\": {\r\n        \"email\": Natasha.Schumm11@yahoo.com,\r\n        \"firstName\": Letitia,\r\n        \"lastName\": Wisozk,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 99518598-4d85-4864-81df-1a820b1838d9\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": b94c9d43-94be-457d-872b-bc1c2e1bad8c,\r\n    \"doctor\": 3b8d646e-4616-4f76-8501-d81e3cc46e53\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1455"},{"key":"ETag","value":"W/\"5af-h1OkEmGd+HP2/iONQ5qtdv0558M\""},{"key":"Date","value":"Fri, 19 Jan 2024 07:50:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"65aa29ba123ec500137aed4f\",\n        \"patient\": \"65aa29ba945e6b00121b1419\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"chat\",\n        \"joined\": false,\n        \"providerId\": \"642ade3868f793001307fd21\",\n        \"trackingId\": \"51048\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"65aa29ba945e6b00121b1419\",\n            \"firstName\": \"Manne\",\n            \"lastName\": \"Rivers\",\n            \"height\": 0,\n            \"weight\": 0,\n            \"bloodGroup\": \"\",\n            \"genotype\": \"\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08069704003\",\n            \"createdAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 19 2024 07:50:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-THOIPSLA\",\n            \"dob\": \"Sat May 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"642ade3868f793001307fd21\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"BAST23445\",\n            \"email\": \"hospitaluser2000@mailinator.com\"\n        },\n        \"url\": \"https://localhost/65aa29ba123ec500137aed4f\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"f69b6ae3-e60b-4b7d-bdef-f3b84130986c","name":"Dependant consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Cleve.Herzog27@gmail.com,\r\n        \"firstName\": Ursula,\r\n        \"lastName\": Sanford,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": deb81468-0965-48f4-83b0-c6e0de9b7424\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"},{"id":"c1f17d05-46fc-46eb-bacf-f0e8d381ad9f","name":"Dependant follow-up consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"consultationOwner\": \"Dependant\",\r\n    \"principalHmoId\": \"12345\",\r\n    \"patientData\": {\r\n        \"email\": Isaiah_Bernier45@hotmail.com,\r\n        \"firstName\": Coy,\r\n        \"lastName\": King,\r\n        \"phoneNumber\": \"08012345678\",\r\n        \"gender\": \"Male\",\r\n        \"hmoId\": \"1234\",\r\n        \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n        \"height\": \"175\",\r\n        \"weight\": \"80\",\r\n        \"bloodGroup\": \"A+\",\r\n        \"genotype\": \"AB\",\r\n        \"companyId\": 16e96bc5-189e-4055-9001-dee8d119286a\r\n    },\r\n    \"symptoms\": [\r\n        {\r\n            \"name\": \"Fever\"\r\n        },\r\n        {\r\n            \"name\": \"Headaches\"\r\n        }\r\n    ],\r\n    \"discomfortLevel\": \"1\",\r\n    \"description\": \"This is a serious something\",\r\n    \"firstNotice\": \"last week\",\r\n    \"type\": \"instant\",\r\n    \"providerId\": \"{{providerId}}\",\r\n    \"contactMedium\": \"video\", // voice or chat\r\n    \"timeOffset\": \"\",\r\n    \"createdThrough\": \"api\",\r\n    \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\r\n    \"isFollowUp\": true,\r\n    \"followUpConsultationId\": \"65aa29ba123ec500137aed4f\",\r\n    \"doctor\": \"65aa29ba123ec500137aed4f\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1615"},{"key":"ETag","value":"W/\"64f-s2Md6mqnSuYHL/hfctwpRx1pqRU\""},{"key":"Date","value":"Thu, 06 Jun 2024 11:17:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"66619ac38c725d001a5acaf4\",\n        \"patient\": \"6654ab0e55b3b7001a055170\",\n        \"consultationOwner\": \"Dependant\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"trackingId\": \"76616\",\n        \"createdThrough\": \"api\",\n        \"paid\": false,\n        \"fee\": 0,\n        \"patientJoined\": false,\n        \"doctorJoined\": false,\n        \"patientSatisfied\": true,\n        \"doctorSatisfied\": false,\n        \"isDisputed\": false,\n        \"isDisputeResolved\": false,\n        \"disputeStatus\": \"pending\",\n        \"wasDisputed\": false,\n        \"address\": \"25D, Cooper Road, Ikoyi, Eti-Osa, Lagos.\",\n        \"pharmacyCode\": \"WHP12170Test\",\n        \"isDelivery\": true,\n        \"principalHmoId\": \"HEALA000\",\n        \"pharmacyName\": \"Test pharmacyCode\",\n        \"pharmacyAddress\": \"No 12 Pharmacy Addres\",\n        \"doctorData\": {},\n        \"patientData\": {\n            \"_id\": \"6654ab0e55b3b7001a055170\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08012345678\",\n            \"createdAt\": \"Mon May 27 2024 15:47:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 06 2024 11:17:23 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-333TRSE3\",\n            \"dob\": \"Fri Jul 08 1960 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"DEP106\",\n            \"email\": \"tesr3333@nem-health.com\"\n        },\n        \"companyData\": {},\n        \"url\": \"https://localhost/66619ac38c725d001a5acaf4\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"}],"_postman_id":"7d2bd54d-1714-403e-9ab1-93d710b3c570"},{"name":"Get Profile By Email","event":[{"listen":"prerequest","script":{"id":"9d81289a-3eea-4e2f-8d26-f0374535deb3","exec":["const rawData = pm.request.body.toString();","const strippedData = rawData.replace(/\\\\\"|\"(?:\\\\\"|[^\"])*\"|(\\/\\/.*|\\/\\*[\\s\\S]*?\\*\\/)/g, (m, g) => g ? \"\" : m)","","pm.request.body.update(strippedData);"],"type":"text/javascript"}}],"id":"c16c6fae-dfbe-4edc-a760-a38d58db6b38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"email\" : \"bradley@mailinator.com\"\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/validate/email","description":"<blockquote>\n<p>Use this endpoint to create a video, voice or chat consultation. </p>\n</blockquote>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>consultationOwner</strong>(<em>required</em>) - value here should be <code>Myself</code></li>\n<li><strong>patientData</strong>(<em>required</em>) - This includes details of the patient as a JSON object eg- <code>firstName</code>, <code>lastName</code>, check the body data for more</li>\n<li><strong>symptoms</strong>: Array of Object symptoms - check body data</li>\n<li><strong>discomfortLevel</strong>(<em>required</em>) - This can be between 1 to 10</li>\n<li><strong>description</strong>(<em>required</em>) - Just string to describe illness</li>\n<li><strong>firstNotice</strong>(<em>required</em>) - When symptoms was first noticed, this can be , a few days ago, Last week, one Month ago, Last Year</li>\n<li><strong>type</strong>(<em>required</em>) - value here should be <code>instant</code></li>\n<li><strong>status</strong>(<em>required</em>) - value here should be pending</li>\n<li><strong>providerId</strong>(<em>required</em>) - value here should be your <code>providerId</code></li>\n<li><strong>contactMedium</strong>(<em>required</em>) - value here should be <code>video</code> , <code>voice</code> or <code>chat</code></li>\n</ul>\n","urlObject":{"path":["rest","consultations","validate","email"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"36118573-3883-46fa-8b45-588857f63fbb","name":"Create Consultation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"consultationOwner\": \"Myself\",\r\n      \"patientData\": {\r\n          \"email\" :\"anderson@mailinator.com\",\r\n          \"firstName\" : \"Anderson\",\r\n          \"lastName\" : \"Oriahi\",\r\n          \"phoneNumber\" : \"08118022308\",\r\n          \"gender\" : \"Male\",\r\n          \"hmoId\" :\"121234\",\r\n          \"image\" : \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\r\n          \"height\" : \"175\",\r\n          \"weight\" : \"80\",\r\n          \"bloodGroup\" : \"A+\",\r\n          \"genotype\" : \"AA\"\r\n      },\r\n      \"symptoms\": [{ \"name\": \"Fever\" }, { \"name\": \"Headaches\" }],\r\n      \"discomfortLevel\": \"1\",\r\n      \"description\": \"This is a serious something\",\r\n      \"firstNotice\": \"last week\",\r\n      //\"doctor\": \"<doctorId>\", pass doctorId from getAvailableDoctors\r\n      //\"time\": \"2022-08-07T23:48:00+01:00\", pass time for only scheduled consultations\r\n      \"type\": \"instant\",\r\n      \"status\": \"pending\",\r\n      \"providerId\": \"{{providerId}}\",\r\n      \"contactMedium\": \"video\",\r\n      \"timeOffset\" :\"\"\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 09:03:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2aa-5VRp0qWUNAoC2Ai5YLgbZA/acJI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"638c62692d3089001360d962\",\n        \"patient\": \"638994cbf86704001320a0e9\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Sun Dec 04 2022 09:03:37 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Sun Dec 04 2022 09:03:37 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"instant\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"providerId\": \"637ca3bc1e8cce001291fddc\",\n        \"trackingId\": \"52439\",\n        \"createdThrough\": \"api\",\n        \"url\": \"https://staging-consultation.heala.io/638c62692d3089001360d962\"\n    },\n    \"message\": \"Consultation created successfully\"\n}"}],"_postman_id":"c16c6fae-dfbe-4edc-a760-a38d58db6b38"},{"name":"Get Consultations","id":"390fd67c-6678-40f6-a7b1-363ca7d92cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key ADEJhI-F6WbPyl_XoSEK","type":"text"}],"url":"https://api-staging.heala.io/rest/consultations?page=1&email=shalom.mat40+12309@gmail.com&providerId={{providerId}}&hmoId=HEALA123","description":"<blockquote>\n<p><em>Retrieve all consultations of a user</em></p>\n</blockquote>\n","urlObject":{"path":["rest","consultations"],"host":["https://api-staging.heala.io"],"query":[{"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>putting - in front of the property you want to orderBy makes it descending</p>\n","type":"text/plain"},"key":"orderBy","value":"-created_at"},{"disabled":true,"description":{"content":"<p>Filter by \"ongoing\", \"pending\", \"cancelled\",\"completed\",\"accepted\"</p>\n","type":"text/plain"},"key":"filterBy[status]","value":"completed"},{"key":"email","value":"shalom.mat40+12309@gmail.com"},{"key":"providerId","value":"{{providerId}}"},{"key":"hmoId","value":"HEALA123"}],"variable":[]}},"response":[{"id":"82faa7d8-3451-4a35-98d6-40f7cd20d8ce","name":"Get Consultations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key ADEJhI-F6WbPyl_XoSEK","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/consultations?page=1&email=shalom.mat40+12309@gmail.com&providerId={{providerId}}&hmoId=HEALA123","host":["https://api-staging.heala.io"],"path":["rest","consultations"],"query":[{"key":"page","value":"1"},{"key":"orderBy","value":"-created_at","description":"putting - in front of the property you want to orderBy makes it descending","disabled":true},{"key":"filterBy[status]","value":"completed","description":"Filter by \"ongoing\", \"pending\", \"cancelled\",\"completed\",\"accepted\"","disabled":true},{"key":"email","value":"shalom.mat40+12309@gmail.com"},{"key":"providerId","value":"{{providerId}}"},{"key":"hmoId","value":"HEALA123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:27:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8593"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2191-u5UyKgqhrQ6Q3YAFdDsHm+n1sV0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"66b1f1abe9c181001395b695\",\n            \"patient\": \"66b1f1ab382f810013f4361d\",\n            \"consultationOwner\": \"Myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Headache\"\n                }\n            ],\n            \"discomfortLevel\": \"Mild\",\n            \"firstNotice\": \"Last Week\",\n            \"description\": \"\",\n            \"createdAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": \"pending\",\n            \"type\": \"instant\",\n            \"contactMedium\": \"voice\",\n            \"joined\": false,\n            \"providerId\": \"66b1e04ef50d2d001271f74d\",\n            \"trackingId\": \"36002\",\n            \"createdThrough\": \"weblink\",\n            \"paid\": false,\n            \"fee\": 0,\n            \"patientJoined\": false,\n            \"doctorJoined\": false,\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"isDisputed\": false,\n            \"isDisputeResolved\": false,\n            \"disputeStatus\": \"pending\",\n            \"wasDisputed\": false,\n            \"isDelivery\": false,\n            \"isFollowUp\": false,\n            \"doctorData\": {},\n            \"patientData\": {\n                \"_id\": \"66b1f1ab382f810013f4361d\",\n                \"firstName\": \"Shalom\",\n                \"lastName\": \"Mathew\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"08028418703\",\n                \"createdAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Aug 06 2024 10:15:39 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-5ALOSHMM\",\n                \"dob\": \"Tue Aug 13 2024 23:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-15-12-45-156933.png\",\n                \"providerId\": \"66b1e04ef50d2d001271f74d\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"HEALA123\",\n                \"email\": \"shalom.mat40+12309@gmail.com\"\n            }\n        },\n        {\n            \"_id\": \"66b1f1c0e9c181001395b69b\",\n            \"patient\": \"66b1f1ab382f810013f4361d\",\n            \"consultationOwner\": \"Myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Headache\"\n                }\n            ],\n            \"discomfortLevel\": \"Mild\",\n            \"firstNotice\": \"Last Week\",\n            \"description\": \"\",\n            \"createdAt\": \"Tue Aug 06 2024 09:49:52 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Aug 10 2024 08:43:39 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": \"pending\",\n            \"type\": \"instant\",\n            \"contactMedium\": \"voice\",\n            \"joined\": false,\n            \"providerId\": \"66b1e04ef50d2d001271f74d\",\n            \"trackingId\": \"62153\",\n            \"createdThrough\": \"weblink\",\n            \"paid\": false,\n            \"fee\": 0,\n            \"patientJoined\": true,\n            \"doctorJoined\": false,\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"patientSatisfactionReason\": \"My Reason\",\n            \"isDisputed\": false,\n            \"isDisputeResolved\": false,\n            \"disputeStatus\": \"pending\",\n            \"wasDisputed\": false,\n            \"isDelivery\": false,\n            \"isFollowUp\": false,\n            \"doctorData\": {},\n            \"patientData\": {\n                \"_id\": \"66b1f1ab382f810013f4361d\",\n                \"firstName\": \"Shalom\",\n                \"lastName\": \"Mathew\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"08028418703\",\n                \"createdAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Aug 06 2024 10:15:39 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-5ALOSHMM\",\n                \"dob\": \"Tue Aug 13 2024 23:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-15-12-45-156933.png\",\n                \"providerId\": \"66b1e04ef50d2d001271f74d\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"HEALA123\",\n                \"email\": \"shalom.mat40+12309@gmail.com\"\n            }\n        },\n        {\n            \"_id\": \"66b1f2a8e9c181001395b6b5\",\n            \"patient\": \"66b1f1ab382f810013f4361d\",\n            \"consultationOwner\": \"Myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Headache\"\n                }\n            ],\n            \"discomfortLevel\": \"Moderate\",\n            \"firstNotice\": \"Last Year\",\n            \"description\": \"\",\n            \"createdAt\": \"Tue Aug 06 2024 09:53:44 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 06 2024 09:53:44 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": \"pending\",\n            \"type\": \"instant\",\n            \"contactMedium\": \"chat\",\n            \"joined\": false,\n            \"providerId\": \"66b1e04ef50d2d001271f74d\",\n            \"trackingId\": \"31035\",\n            \"createdThrough\": \"weblink\",\n            \"paid\": false,\n            \"fee\": 0,\n            \"patientJoined\": false,\n            \"doctorJoined\": false,\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"isDisputed\": false,\n            \"isDisputeResolved\": false,\n            \"disputeStatus\": \"pending\",\n            \"wasDisputed\": false,\n            \"isDelivery\": false,\n            \"isFollowUp\": false,\n            \"doctorData\": {},\n            \"patientData\": {\n                \"_id\": \"66b1f1ab382f810013f4361d\",\n                \"firstName\": \"Shalom\",\n                \"lastName\": \"Mathew\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"08028418703\",\n                \"createdAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Aug 06 2024 10:15:39 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-5ALOSHMM\",\n                \"dob\": \"Tue Aug 13 2024 23:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-15-12-45-156933.png\",\n                \"providerId\": \"66b1e04ef50d2d001271f74d\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"HEALA123\",\n                \"email\": \"shalom.mat40+12309@gmail.com\"\n            }\n        },\n        {\n            \"_id\": \"66b1f792e9c181001395b7ac\",\n            \"patient\": \"66b1f1ab382f810013f4361d\",\n            \"consultationOwner\": \"Myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Headache\"\n                }\n            ],\n            \"discomfortLevel\": \"Moderate\",\n            \"firstNotice\": \"Last Year\",\n            \"description\": \"\",\n            \"createdAt\": \"Tue Aug 06 2024 10:14:42 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 06 2024 10:14:48 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": \"cancelled\",\n            \"type\": \"instant\",\n            \"contactMedium\": \"chat\",\n            \"joined\": false,\n            \"providerId\": \"66b1e04ef50d2d001271f74d\",\n            \"trackingId\": \"71259\",\n            \"createdThrough\": \"weblink\",\n            \"paid\": false,\n            \"fee\": 0,\n            \"patientJoined\": false,\n            \"doctorJoined\": false,\n            \"reason\": \"From waiting room: Wait time expired! No doctor joined consultation.\",\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"isDisputed\": false,\n            \"isDisputeResolved\": false,\n            \"disputeStatus\": \"pending\",\n            \"wasDisputed\": false,\n            \"isDelivery\": false,\n            \"isFollowUp\": false,\n            \"doctorData\": {},\n            \"patientData\": {\n                \"_id\": \"66b1f1ab382f810013f4361d\",\n                \"firstName\": \"Shalom\",\n                \"lastName\": \"Mathew\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"08028418703\",\n                \"createdAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Aug 06 2024 10:15:39 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-5ALOSHMM\",\n                \"dob\": \"Tue Aug 13 2024 23:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-15-12-45-156933.png\",\n                \"providerId\": \"66b1e04ef50d2d001271f74d\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"HEALA123\",\n                \"email\": \"shalom.mat40+12309@gmail.com\"\n            }\n        },\n        {\n            \"_id\": \"66b1f7cbe9c181001395b80f\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"66b1f1ab382f810013f4361d\",\n            \"consultationOwner\": \"Myself\",\n            \"symptoms\": [\n                {\n                    \"name\": \"Headache\"\n                }\n            ],\n            \"discomfortLevel\": \"Severe\",\n            \"firstNotice\": \"One Month ago\",\n            \"description\": \"\",\n            \"diagnosis\": [\n                {\n                    \"ailment\": \"Headache\",\n                    \"severity\": \"Moderate\"\n                }\n            ],\n            \"doctorNote\": \"demo session\",\n            \"createdAt\": \"Tue Aug 06 2024 10:15:39 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 06 2024 10:18:36 GMT+0000 (Coordinated Universal Time)\",\n            \"referralId\": \"VetoRGpRIB\",\n            \"status\": \"completed\",\n            \"type\": \"instant\",\n            \"contactMedium\": \"voice\",\n            \"joined\": false,\n            \"providerId\": \"66b1e04ef50d2d001271f74d\",\n            \"trackingId\": \"60455\",\n            \"appointmentAcceptedAt\": \"Tue Aug 06 2024 10:15:58 GMT+0000 (Coordinated Universal Time)\",\n            \"appointmentStartedAt\": \"Tue Aug 06 2024 10:16:03 GMT+0000 (Coordinated Universal Time)\",\n            \"consultationDuration\": \"48\",\n            \"createdThrough\": \"weblink\",\n            \"paid\": false,\n            \"fee\": 0,\n            \"patientJoined\": true,\n            \"doctorJoined\": true,\n            \"patientSatisfied\": true,\n            \"doctorSatisfied\": false,\n            \"patientEndCommunicationReason\": \"Patient ended the call.\",\n            \"isDisputed\": false,\n            \"isDisputeResolved\": false,\n            \"disputeStatus\": \"pending\",\n            \"wasDisputed\": false,\n            \"isDelivery\": false,\n            \"isFollowUp\": false,\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Stephen\",\n                \"lastName\": \"Curry A\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"08065230813\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Aug 10 2024 13:21:54 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"General Practitioner (GP)\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2024-08-05-18-29-560583.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"PocketApp-ESEOGHENE ANABEL OTOMEWO\",\n                    \"accountNumber\": \"1015365794\",\n                    \"bankName\": \"VFD Microfinance Bank Limited\",\n                    \"nuban\": \"566\",\n                    \"recipientCode\": \"RCP_1y4jlkzq756nx9m\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 98350,\n                \"email\": \"doctor@heala.ng\",\n                \"address\": \"Stephen\",\n                \"fee\": 500,\n                \"consultationReminderNotification\": false,\n                \"instantConsultationNotification\": true,\n                \"consultationRequestNotification\": true\n            },\n            \"patientData\": {\n                \"_id\": \"66b1f1ab382f810013f4361d\",\n                \"firstName\": \"Shalom\",\n                \"lastName\": \"Mathew\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"08028418703\",\n                \"createdAt\": \"Tue Aug 06 2024 09:49:31 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Aug 06 2024 10:15:39 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-5ALOSHMM\",\n                \"dob\": \"Tue Aug 13 2024 23:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-15-12-45-156933.png\",\n                \"providerId\": \"66b1e04ef50d2d001271f74d\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"HEALA123\",\n                \"email\": \"shalom.mat40+12309@gmail.com\"\n            }\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 5,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    },\n    \"message\": \"Consultations loaded successfully\"\n}"}],"_postman_id":"390fd67c-6678-40f6-a7b1-363ca7d92cb7"},{"name":"Get Single Consultation","id":"e83991f0-df78-473d-ba2d-7de47671ce04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"{{providerId}}\"\n    }"},"url":"https://api-staging.heala.io/rest/consultations/:id","description":"<blockquote>\n<p><em>Get details of a single consultation</em></p>\n</blockquote>\n","urlObject":{"path":["rest","consultations",":id"],"host":["https://api-staging.heala.io"],"query":[],"variable":[{"type":"any","value":"62bd9af2b0717b001ae3ee3b","key":"id"}]}},"response":[{"id":"b1f7c8b3-4c04-4e89-8443-c4af31678454","name":"Get Single Consultation","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\": \"61db6f8968b248001aec4fcb\"\r\n}"},"url":"https://api-staging.heala.io/rest/consultations/62bd9af2b0717b001ae3ee3b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 10:12:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2115"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"843-5V5fnfCfKThQHGuU6KcxOer2ojI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"62bd9af2b0717b001ae3ee3b\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"628a8d539991b700136bd9d2\",\n        \"consultationOwner\": \"Myself\",\n        \"symptoms\": [\n            {\n                \"name\": \"Fever\"\n            },\n            {\n                \"name\": \"Headaches\"\n            }\n        ],\n        \"discomfortLevel\": \"1\",\n        \"firstNotice\": \"last week\",\n        \"description\": \"This is a serious something\",\n        \"createdAt\": \"Thu Jun 30 2022 12:45:38 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jun 30 2022 12:45:38 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": \"pending\",\n        \"type\": \"scheduled\",\n        \"contactMedium\": \"video\",\n        \"joined\": false,\n        \"rating\": {},\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"time\": \"Fri Jul 01 2022 12:36:00 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"95565\",\n        \"createdThrough\": \"app\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 09:10:08 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\",\n            \"favourited\": true\n        },\n        \"patientData\": {\n            \"_id\": \"628a8d539991b700136bd9d2\",\n            \"firstName\": \"Ife\",\n            \"lastName\": \"Aribatise\",\n            \"height\": 156,\n            \"weight\": 80,\n            \"bloodGroup\": \"A+\",\n            \"genotype\": \"AA\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"12345678910\",\n            \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-PE7TINTA\",\n            \"pastIllness\": [\n                {\n                    \"id\": \"61fffb9ac75f8f001334ef68\"\n                },\n                {\n                    \"id\": \"61fffbfcc75f8f001334ef6e\"\n                }\n            ],\n            \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"null\"\n        },\n        \"prescription\": []\n    },\n    \"message\": \"Consultation loaded successfully\"\n}"}],"_postman_id":"e83991f0-df78-473d-ba2d-7de47671ce04"},{"name":"Get Symptoms","id":"283db0f1-340f-429c-8c78-7bcc9160c5b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/consultations/symptoms","description":"<p>Get List of Symptoms</p>\n","urlObject":{"path":["rest","consultations","symptoms"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"283db0f1-340f-429c-8c78-7bcc9160c5b6"}],"id":"538b70b4-6900-4649-ba50-0f26ed2e7b09","description":"<p>Retrieve information or create virtual consultations with a licenced independent doctor or a doctor at one of our partner hospitals.</p>\n","_postman_id":"538b70b4-6900-4649-ba50-0f26ed2e7b09"},{"name":"Medication","item":[{"name":"Get Pharmacy Drugs","id":"fb765fd3-c7f2-4fbe-9cad-0537ec419afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"consultationId\" : \"62f186e742ad3b001354e089\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions","description":"<blockquote>\n<p>Retrieve a list of available drugs at a pharmacy.</p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"7f5b2c2b-dbbf-4c1b-8485-940ceda0be07","name":"Get Prescriptions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"consultationId\" : \"63010636d777a800133cea0c\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions","host":["https://api-staging.heala.io"],"path":["rest","prescriptions"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Apr 2023 07:35:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8021"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"1f55-l73p/dTBMYg34Cy/9QWXucTA08g\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"63033c332c2ae7001a6ac10f\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"drugs\": [\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 1,\n                    \"drugName\": \"Panadol 500mg \",\n                    \"drugPrice\": 100,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"1\",\n                        \"duration\": 3\n                    },\n                    \"instructions\": \"Take before food\",\n                    \"drugForm\": \"syrup\",\n                    \"quantity\": 1\n                },\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"3\",\n                        \"duration\": 1\n                    },\n                    \"instructions\": \"Take after food with water at room temperature\",\n                    \"drugForm\": \"tablet\",\n                    \"quantity\": 1\n                }\n            ],\n            \"createdAt\": \"Mon Aug 22 2022 08:20:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Apr 13 2023 07:32:39 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        },\n        {\n            \"_id\": \"63033c332c2ae7001a6ac10e\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"drugs\": [\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 1,\n                    \"drugName\": \"Panadol 500mg \",\n                    \"drugPrice\": 100,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"1\",\n                        \"duration\": 3\n                    },\n                    \"instructions\": \"Take before food\"\n                },\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"3\",\n                        \"duration\": 1\n                    },\n                    \"instructions\": \"Take after food with water at room temperature\"\n                }\n            ],\n            \"createdAt\": \"Mon Aug 22 2022 08:20:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Mar 21 2023 10:30:29 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        },\n        {\n            \"_id\": \"631762debd87850019f9fd40\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"createdAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        },\n        {\n            \"_id\": \"631762debd87850019f9fd41\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"createdAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 4,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"fb765fd3-c7f2-4fbe-9cad-0537ec419afc"},{"name":"Get Drugs from Wellahealth","id":"28032407-5e5c-4e5b-b47d-97e0e45df6d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions/wella-health/drugs","description":"<blockquote>\n<p>Retrieve a list of available drugs from Wellahealth</p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions","wella-health","drugs"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"46aa1eec-75ab-4441-b8b9-95008ce004af","name":"Get Prescriptions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"consultationId\" : \"63010636d777a800133cea0c\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions","host":["https://api-staging.heala.io"],"path":["rest","prescriptions"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Apr 2023 07:35:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8021"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"1f55-l73p/dTBMYg34Cy/9QWXucTA08g\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"63033c332c2ae7001a6ac10f\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"drugs\": [\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 1,\n                    \"drugName\": \"Panadol 500mg \",\n                    \"drugPrice\": 100,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"1\",\n                        \"duration\": 3\n                    },\n                    \"instructions\": \"Take before food\",\n                    \"drugForm\": \"syrup\",\n                    \"quantity\": 1\n                },\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"3\",\n                        \"duration\": 1\n                    },\n                    \"instructions\": \"Take after food with water at room temperature\",\n                    \"drugForm\": \"tablet\",\n                    \"quantity\": 1\n                }\n            ],\n            \"createdAt\": \"Mon Aug 22 2022 08:20:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Apr 13 2023 07:32:39 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        },\n        {\n            \"_id\": \"63033c332c2ae7001a6ac10e\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"drugs\": [\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 1,\n                    \"drugName\": \"Panadol 500mg \",\n                    \"drugPrice\": 100,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"1\",\n                        \"duration\": 3\n                    },\n                    \"instructions\": \"Take before food\"\n                },\n                {\n                    \"dosageUnit\": \"4\",\n                    \"route\": \"oral\",\n                    \"amount\": 1500,\n                    \"markup\": 0,\n                    \"paid\": false,\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 3,\n                    \"dosageFrequency\": {\n                        \"timing\": \"3\",\n                        \"duration\": 1\n                    },\n                    \"instructions\": \"Take after food with water at room temperature\"\n                }\n            ],\n            \"createdAt\": \"Mon Aug 22 2022 08:20:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Mar 21 2023 10:30:29 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        },\n        {\n            \"_id\": \"631762debd87850019f9fd40\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"createdAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        },\n        {\n            \"_id\": \"631762debd87850019f9fd41\",\n            \"consultation\": \"63010636d777a800133cea0c\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fd345437ec9f0013320b87\",\n            \"createdAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 06 2022 15:10:22 GMT+0000 (Coordinated Universal Time)\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Thu Mar 30 2023 08:58:41 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 8000\n            },\n            \"patientData\": {\n                \"_id\": \"62fd345437ec9f0013320b87\",\n                \"firstName\": \"Bradley\",\n                \"lastName\": \"Lastname\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Wed Aug 17 2022 18:32:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-ENGDER9E\",\n                \"dob\": \"Mon Aug 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_acf5155a-7a80-497f-bf3d-0f799e63db007438708475266390819.jpg\",\n                \"providerId\": \"62f7c41e259fce0013e7bd0c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"12334455\"\n            }\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 4,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"28032407-5e5c-4e5b-b47d-97e0e45df6d8"},{"name":"Get Drug Order","id":"c863047f-f4e7-403f-86b6-15542bad5b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions/drug-order/:id","description":"<blockquote>\n<p>Retrieve a specific drug order details</p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions","drug-order",":id"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"791950d3-b951-49ad-b46c-e2ef3211fcc4","name":"Get Referral","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"61db6f8968b248001aec4fcb\"\n}","options":{"raw":{"language":"text"}}},"url":"https://api-staging.heala.io/rest/referral/D4puxhDaW9"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"D4puxhDaW9\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"63638f075b509100128d005c\",\n        \"type\": \"diagnostics\",\n        \"reason\": \"Diagnostics Test\",\n        \"note\": \"note\",\n        \"tests\": [\n            {\n                \"_id\": \"6374c9cb3b4edd001387500e\",\n                \"name\": \"Clotting Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\"\n            }\n        ],\n        \"consultationId\": \"63639513905d600012ae6487\",\n        \"createdAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"65126\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"provisionalDiagnosis\": \"\",\n        \"urgency\": \"Low\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 11 2022 19:47:32 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"63638f075b509100128d005c\",\n            \"firstName\": \"user\",\n            \"lastName\": \"Testing\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08169865308\",\n            \"createdAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-CO6LPAEJ\",\n            \"dob\": \"Tue Nov 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_afd74c3c-5cd4-4715-b8ad-c70e2e0435623291584608839620975.jpg\",\n            \"providerId\": \"635282f136fe230013af785c\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"WED2030\"\n        }\n    },\n    \"message\": \"Referral loaded successfully\"\n}"},{"id":"3b58613f-a4c2-46e5-93f2-f4bb5158ab1b","name":"Get Drug Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"consultationId\" : \"62f186e742ad3b001354e089\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions/drug-order/:id","host":["https://api-staging.heala.io"],"path":["rest","prescriptions","drug-order",":id"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}],"variable":[{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2685"},{"key":"ETag","value":"W/\"a7d-vlUrsYg7B1IGn/mkGMpa7lmkRn8\""},{"key":"Date","value":"Thu, 05 Jan 2023 09:16:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63b693f1fe0e840013abcb10\",\n        \"patient\": \"628a8d539991b700136bd9d2\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"consultationId\": \"62f186e742ad3b001354e089\",\n        \"orderId\": \"nNs-Ojp\",\n        \"deliveryOption\": \"home\",\n        \"status\": \"pending\",\n        \"createdAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"userLocation\": {\n            \"address\": \"Lekki\",\n            \"state\": \"Lagos\",\n            \"lga\": \"Ibeju/Lekki\",\n            \"landmark\": \"Danco filling station\",\n            \"lat\": 6.448151349333435,\n            \"lng\": 3.4727327375210715,\n            \"phoneNumber\": \"09055050958\"\n        },\n        \"partner\": \"628cd76ec5989500132b1cfe\",\n        \"prescriptions\": [\n            {\n                \"priceListId\": 554,\n                \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                \"drugPrice\": 500,\n                \"unitPrice\": 100,\n                \"markedUpDrugPrice\": 537.5,\n                \"drugPriceMarkUp\": 7.5,\n                \"notes\": \"vhggggvvhg\",\n                \"dosageQuantity\": 7,\n                \"dosageFrequency\": {\n                    \"timing\": \"1\",\n                    \"duration\": 7\n                }\n            }\n        ],\n        \"trackingId\": \"13282\",\n        \"pharmacyCode\": \"WHP10430\",\n        \"deliveryFee\": 1000,\n        \"total\": 537.5,\n        \"prescriptionDate\": \"Wed Nov 16 2022 13:24:57 GMT+0000 (Coordinated Universal Time)\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"628a8d539991b700136bd9d2\",\n            \"firstName\": \"Ife\",\n            \"lastName\": \"Aribatise\",\n            \"height\": 156,\n            \"weight\": 80,\n            \"bloodGroup\": \"A+\",\n            \"genotype\": \"AA\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"12345678910\",\n            \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-PE7TINTA\",\n            \"pastIllness\": [\n                {\n                    \"id\": \"61fffb9ac75f8f001334ef68\"\n                },\n                {\n                    \"id\": \"61fffbfcc75f8f001334ef6e\"\n                }\n            ],\n            \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"null\"\n        },\n        \"partnerData\": {\n            \"_id\": \"628cd76ec5989500132b1cfe\",\n            \"name\": \"WellaHealth\",\n            \"email\": \"hello@heala.ng\",\n            \"dociId\": \"HEALA-MO1K24NA\",\n            \"accountId\": \"628cd76e161f3d0013b7eef1\",\n            \"category\": \"pharmacy\",\n            \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\"\n        }\n    },\n    \"message\": \"Drug order fetched successfully\"\n}"}],"_postman_id":"c863047f-f4e7-403f-86b6-15542bad5b58"},{"name":"Get Drug Orders","id":"0b23f843-3668-48da-acc9-0fafce1c8470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\" : \"patient@heala.ng\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions/drug-orders","description":"<blockquote>\n<p>Retrieve details of all drug orders for a specific patient</p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions","drug-orders"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"b560ed5d-2e76-467b-bf9d-7d938a23668d","name":"Get Referral","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"61db6f8968b248001aec4fcb\"\n}","options":{"raw":{"language":"text"}}},"url":"https://api-staging.heala.io/rest/referral/D4puxhDaW9"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"D4puxhDaW9\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"63638f075b509100128d005c\",\n        \"type\": \"diagnostics\",\n        \"reason\": \"Diagnostics Test\",\n        \"note\": \"note\",\n        \"tests\": [\n            {\n                \"_id\": \"6374c9cb3b4edd001387500e\",\n                \"name\": \"Clotting Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\"\n            }\n        ],\n        \"consultationId\": \"63639513905d600012ae6487\",\n        \"createdAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"65126\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"provisionalDiagnosis\": \"\",\n        \"urgency\": \"Low\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 11 2022 19:47:32 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"63638f075b509100128d005c\",\n            \"firstName\": \"user\",\n            \"lastName\": \"Testing\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08169865308\",\n            \"createdAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-CO6LPAEJ\",\n            \"dob\": \"Tue Nov 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_afd74c3c-5cd4-4715-b8ad-c70e2e0435623291584608839620975.jpg\",\n            \"providerId\": \"635282f136fe230013af785c\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"WED2030\"\n        }\n    },\n    \"message\": \"Referral loaded successfully\"\n}"},{"id":"59994c7f-5dab-4a8f-9d0a-afa1073b1061","name":"Get Drug Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"consultationId\" : \"62f186e742ad3b001354e089\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions/drug-order/:id","host":["https://api-staging.heala.io"],"path":["rest","prescriptions","drug-order",":id"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}],"variable":[{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2685"},{"key":"ETag","value":"W/\"a7d-vlUrsYg7B1IGn/mkGMpa7lmkRn8\""},{"key":"Date","value":"Thu, 05 Jan 2023 09:16:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63b693f1fe0e840013abcb10\",\n        \"patient\": \"628a8d539991b700136bd9d2\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"consultationId\": \"62f186e742ad3b001354e089\",\n        \"orderId\": \"nNs-Ojp\",\n        \"deliveryOption\": \"home\",\n        \"status\": \"pending\",\n        \"createdAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"userLocation\": {\n            \"address\": \"Lekki\",\n            \"state\": \"Lagos\",\n            \"lga\": \"Ibeju/Lekki\",\n            \"landmark\": \"Danco filling station\",\n            \"lat\": 6.448151349333435,\n            \"lng\": 3.4727327375210715,\n            \"phoneNumber\": \"09055050958\"\n        },\n        \"partner\": \"628cd76ec5989500132b1cfe\",\n        \"prescriptions\": [\n            {\n                \"priceListId\": 554,\n                \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                \"drugPrice\": 500,\n                \"unitPrice\": 100,\n                \"markedUpDrugPrice\": 537.5,\n                \"drugPriceMarkUp\": 7.5,\n                \"notes\": \"vhggggvvhg\",\n                \"dosageQuantity\": 7,\n                \"dosageFrequency\": {\n                    \"timing\": \"1\",\n                    \"duration\": 7\n                }\n            }\n        ],\n        \"trackingId\": \"13282\",\n        \"pharmacyCode\": \"WHP10430\",\n        \"deliveryFee\": 1000,\n        \"total\": 537.5,\n        \"prescriptionDate\": \"Wed Nov 16 2022 13:24:57 GMT+0000 (Coordinated Universal Time)\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"628a8d539991b700136bd9d2\",\n            \"firstName\": \"Ife\",\n            \"lastName\": \"Aribatise\",\n            \"height\": 156,\n            \"weight\": 80,\n            \"bloodGroup\": \"A+\",\n            \"genotype\": \"AA\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"12345678910\",\n            \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-PE7TINTA\",\n            \"pastIllness\": [\n                {\n                    \"id\": \"61fffb9ac75f8f001334ef68\"\n                },\n                {\n                    \"id\": \"61fffbfcc75f8f001334ef6e\"\n                }\n            ],\n            \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"null\"\n        },\n        \"partnerData\": {\n            \"_id\": \"628cd76ec5989500132b1cfe\",\n            \"name\": \"WellaHealth\",\n            \"email\": \"hello@heala.ng\",\n            \"dociId\": \"HEALA-MO1K24NA\",\n            \"accountId\": \"628cd76e161f3d0013b7eef1\",\n            \"category\": \"pharmacy\",\n            \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\"\n        }\n    },\n    \"message\": \"Drug order fetched successfully\"\n}"},{"id":"697924dc-d51e-4dcb-b4e1-acbe4461d32e","name":"Get Drug Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\" : \"patient@heala.ng\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions/drug-orders?filterBy=status","host":["https://api-staging.heala.io"],"path":["rest","prescriptions","drug-orders"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true},{"key":"filterBy","value":"status","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22501"},{"key":"ETag","value":"W/\"57e5-tiYcyqyz8NZiM4RSKWLAgGfU31s\""},{"key":"Date","value":"Sat, 07 Jan 2023 15:08:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"62c5794cadb9910012c7ac2d\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"LQR-Vbs\",\n            \"status\": \"pending\",\n            \"createdAt\": \"Wed Jul 06 2022 12:00:12 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jul 06 2022 12:00:12 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c57ebdadb9910012c7ac34\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"KEL-ce4\",\n            \"status\": \"pending\",\n            \"createdAt\": \"Wed Jul 06 2022 12:23:25 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jul 06 2022 12:23:25 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"oko awocd dcdcdvdvfrvrfvf\",\n                \"lat\": 37.4216863,\n                \"lng\": -122.0842771,\n                \"phoneNumber\": \"08169865308\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c580e3adb9910012c7ac39\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"1EC-XMG\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Wed Jul 06 2022 12:32:35 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jul 07 2022 14:18:08 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"11b oko awo stree, ewuprw\",\n                \"lat\": 37.4216863,\n                \"lng\": -122.0842771,\n                \"phoneNumber\": \"08169865308\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c58317adb9910012c7ac42\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"9OY-cAp\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Wed Jul 06 2022 12:41:59 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 17:44:56 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c58348adb9910012c7ac4b\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"m1k-vb6\",\n            \"status\": \"pending\",\n            \"createdAt\": \"Wed Jul 06 2022 12:42:48 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jul 06 2022 12:42:48 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c6e73fef8a3f0013252b73\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62c6e151c9ab5200123c0658\",\n            \"orderId\": \"s3D-0YX\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Thu Jul 07 2022 14:01:35 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jul 07 2022 14:33:07 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 oper street\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 569,\n                    \"drugName\": \"AMLODIPINE 5MG AMLONG/PACK \",\n                    \"drugPrice\": 29.17,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"46159\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62ca8af2f63ee3001333d747\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62c6e8d0c9ab5200123c077f\",\n            \"orderId\": \"bl9-dXD\",\n            \"status\": \"cancelled\",\n            \"createdAt\": \"Sun Jul 10 2022 08:16:50 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 17:43:03 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 rest street\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 569,\n                    \"drugName\": \"AMLODIPINE 5MG AMLONG/PACK \",\n                    \"drugPrice\": 29.17,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"35509\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62ca8b29f63ee3001333d754\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62c6e8d0c9ab5200123c077f\",\n            \"orderId\": \"Qij-nIy\",\n            \"status\": \"cancelled\",\n            \"createdAt\": \"Sun Jul 10 2022 08:17:45 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 17:45:12 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 abeke stereet\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 569,\n                    \"drugName\": \"AMLODIPINE 5MG AMLONG/PACK \",\n                    \"drugPrice\": 29.17,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"35509\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62cc1e7352a994001371f28f\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62cc1d8a2d4d590013a6a5c6\",\n            \"orderId\": \"G0e-j08\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Mon Jul 11 2022 12:58:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 19:40:20 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 jato street\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 554,\n                    \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                    \"drugPrice\": 500,\n                    \"unitPrice\": 100,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"54075\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62cdaabb0309b7001312310a\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62cc1d8a2d4d590013a6a5c6\",\n            \"orderId\": \"ogk-zRl\",\n            \"status\": \"cancelled\",\n            \"createdAt\": \"Tue Jul 12 2022 17:09:15 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 19:34:44 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 554,\n                    \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                    \"drugPrice\": 500,\n                    \"unitPrice\": 100,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"54075\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        }\n    ],\n    \"message\": \"Drug orders fetched successfully\"\n}"}],"_postman_id":"0b23f843-3668-48da-acc9-0fafce1c8470"},{"name":"Get LGA","id":"c7bfee0c-39fc-43b3-a50b-157195dd3a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"state\" : \"Lagos\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions/wella-health/lgas","description":"<blockquote>\n<p>Retrieve a list of Local Government Areas (LGAs) to filter pharmacies by location.</p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions","wella-health","lgas"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"dc716a01-d126-4ce4-9223-3359a0a213c1","name":"Get Referral","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"61db6f8968b248001aec4fcb\"\n}","options":{"raw":{"language":"text"}}},"url":"https://api-staging.heala.io/rest/referral/D4puxhDaW9"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"D4puxhDaW9\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"63638f075b509100128d005c\",\n        \"type\": \"diagnostics\",\n        \"reason\": \"Diagnostics Test\",\n        \"note\": \"note\",\n        \"tests\": [\n            {\n                \"_id\": \"6374c9cb3b4edd001387500e\",\n                \"name\": \"Clotting Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\"\n            }\n        ],\n        \"consultationId\": \"63639513905d600012ae6487\",\n        \"createdAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"65126\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"provisionalDiagnosis\": \"\",\n        \"urgency\": \"Low\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 11 2022 19:47:32 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"63638f075b509100128d005c\",\n            \"firstName\": \"user\",\n            \"lastName\": \"Testing\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08169865308\",\n            \"createdAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-CO6LPAEJ\",\n            \"dob\": \"Tue Nov 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_afd74c3c-5cd4-4715-b8ad-c70e2e0435623291584608839620975.jpg\",\n            \"providerId\": \"635282f136fe230013af785c\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"WED2030\"\n        }\n    },\n    \"message\": \"Referral loaded successfully\"\n}"},{"id":"42ceefb4-4306-46fe-ac9b-06e189620616","name":"Get Drug Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"consultationId\" : \"62f186e742ad3b001354e089\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions/drug-order/:id","host":["https://api-staging.heala.io"],"path":["rest","prescriptions","drug-order",":id"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}],"variable":[{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2685"},{"key":"ETag","value":"W/\"a7d-vlUrsYg7B1IGn/mkGMpa7lmkRn8\""},{"key":"Date","value":"Thu, 05 Jan 2023 09:16:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63b693f1fe0e840013abcb10\",\n        \"patient\": \"628a8d539991b700136bd9d2\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"consultationId\": \"62f186e742ad3b001354e089\",\n        \"orderId\": \"nNs-Ojp\",\n        \"deliveryOption\": \"home\",\n        \"status\": \"pending\",\n        \"createdAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"userLocation\": {\n            \"address\": \"Lekki\",\n            \"state\": \"Lagos\",\n            \"lga\": \"Ibeju/Lekki\",\n            \"landmark\": \"Danco filling station\",\n            \"lat\": 6.448151349333435,\n            \"lng\": 3.4727327375210715,\n            \"phoneNumber\": \"09055050958\"\n        },\n        \"partner\": \"628cd76ec5989500132b1cfe\",\n        \"prescriptions\": [\n            {\n                \"priceListId\": 554,\n                \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                \"drugPrice\": 500,\n                \"unitPrice\": 100,\n                \"markedUpDrugPrice\": 537.5,\n                \"drugPriceMarkUp\": 7.5,\n                \"notes\": \"vhggggvvhg\",\n                \"dosageQuantity\": 7,\n                \"dosageFrequency\": {\n                    \"timing\": \"1\",\n                    \"duration\": 7\n                }\n            }\n        ],\n        \"trackingId\": \"13282\",\n        \"pharmacyCode\": \"WHP10430\",\n        \"deliveryFee\": 1000,\n        \"total\": 537.5,\n        \"prescriptionDate\": \"Wed Nov 16 2022 13:24:57 GMT+0000 (Coordinated Universal Time)\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"628a8d539991b700136bd9d2\",\n            \"firstName\": \"Ife\",\n            \"lastName\": \"Aribatise\",\n            \"height\": 156,\n            \"weight\": 80,\n            \"bloodGroup\": \"A+\",\n            \"genotype\": \"AA\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"12345678910\",\n            \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-PE7TINTA\",\n            \"pastIllness\": [\n                {\n                    \"id\": \"61fffb9ac75f8f001334ef68\"\n                },\n                {\n                    \"id\": \"61fffbfcc75f8f001334ef6e\"\n                }\n            ],\n            \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"null\"\n        },\n        \"partnerData\": {\n            \"_id\": \"628cd76ec5989500132b1cfe\",\n            \"name\": \"WellaHealth\",\n            \"email\": \"hello@heala.ng\",\n            \"dociId\": \"HEALA-MO1K24NA\",\n            \"accountId\": \"628cd76e161f3d0013b7eef1\",\n            \"category\": \"pharmacy\",\n            \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\"\n        }\n    },\n    \"message\": \"Drug order fetched successfully\"\n}"},{"id":"6706024f-9679-4073-957c-321617d002e5","name":"Get Drug Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"email\" : \"patient@heala.ng\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions/drug-orders?filterBy=status","host":["https://api-staging.heala.io"],"path":["rest","prescriptions","drug-orders"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true},{"key":"filterBy","value":"status","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22501"},{"key":"ETag","value":"W/\"57e5-tiYcyqyz8NZiM4RSKWLAgGfU31s\""},{"key":"Date","value":"Sat, 07 Jan 2023 15:08:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"62c5794cadb9910012c7ac2d\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"LQR-Vbs\",\n            \"status\": \"pending\",\n            \"createdAt\": \"Wed Jul 06 2022 12:00:12 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jul 06 2022 12:00:12 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c57ebdadb9910012c7ac34\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"KEL-ce4\",\n            \"status\": \"pending\",\n            \"createdAt\": \"Wed Jul 06 2022 12:23:25 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jul 06 2022 12:23:25 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"oko awocd dcdcdvdvfrvrfvf\",\n                \"lat\": 37.4216863,\n                \"lng\": -122.0842771,\n                \"phoneNumber\": \"08169865308\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c580e3adb9910012c7ac39\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"1EC-XMG\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Wed Jul 06 2022 12:32:35 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jul 07 2022 14:18:08 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"11b oko awo stree, ewuprw\",\n                \"lat\": 37.4216863,\n                \"lng\": -122.0842771,\n                \"phoneNumber\": \"08169865308\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c58317adb9910012c7ac42\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"9OY-cAp\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Wed Jul 06 2022 12:41:59 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 17:44:56 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c58348adb9910012c7ac4b\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62a1b51bac28600013f1cc09\",\n            \"orderId\": \"m1k-vb6\",\n            \"status\": \"pending\",\n            \"createdAt\": \"Wed Jul 06 2022 12:42:48 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jul 06 2022 12:42:48 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 2,\n                    \"drugName\": \"Artesunate 40/480 \",\n                    \"drugPrice\": 1400,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"74510\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c6e73fef8a3f0013252b73\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62c6e151c9ab5200123c0658\",\n            \"orderId\": \"s3D-0YX\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Thu Jul 07 2022 14:01:35 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jul 07 2022 14:33:07 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 oper street\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 569,\n                    \"drugName\": \"AMLODIPINE 5MG AMLONG/PACK \",\n                    \"drugPrice\": 29.17,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"46159\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62ca8af2f63ee3001333d747\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62c6e8d0c9ab5200123c077f\",\n            \"orderId\": \"bl9-dXD\",\n            \"status\": \"cancelled\",\n            \"createdAt\": \"Sun Jul 10 2022 08:16:50 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 17:43:03 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 rest street\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 569,\n                    \"drugName\": \"AMLODIPINE 5MG AMLONG/PACK \",\n                    \"drugPrice\": 29.17,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"35509\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62ca8b29f63ee3001333d754\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62c6e8d0c9ab5200123c077f\",\n            \"orderId\": \"Qij-nIy\",\n            \"status\": \"cancelled\",\n            \"createdAt\": \"Sun Jul 10 2022 08:17:45 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 17:45:12 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 abeke stereet\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 569,\n                    \"drugName\": \"AMLODIPINE 5MG AMLONG/PACK \",\n                    \"drugPrice\": 29.17,\n                    \"unitPrice\": 0,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"35509\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62cc1e7352a994001371f28f\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62cc1d8a2d4d590013a6a5c6\",\n            \"orderId\": \"G0e-j08\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Mon Jul 11 2022 12:58:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 19:40:20 GMT+0000 (Coordinated Universal Time)\",\n            \"userLocation\": {\n                \"address\": \"12 jato street\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 554,\n                    \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                    \"drugPrice\": 500,\n                    \"unitPrice\": 100,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"54075\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62cdaabb0309b7001312310a\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"consultationId\": \"62cc1d8a2d4d590013a6a5c6\",\n            \"orderId\": \"ogk-zRl\",\n            \"status\": \"cancelled\",\n            \"createdAt\": \"Tue Jul 12 2022 17:09:15 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 08 2022 19:34:44 GMT+0000 (Coordinated Universal Time)\",\n            \"partner\": \"628cd76ec5989500132b1cfe\",\n            \"prescriptions\": [\n                {\n                    \"priceListId\": 554,\n                    \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                    \"drugPrice\": 500,\n                    \"unitPrice\": 100,\n                    \"dosageQuantity\": 1\n                }\n            ],\n            \"trackingId\": \"54075\",\n            \"pharmacyCode\": \"WHP10430\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd76ec5989500132b1cfe\",\n                \"name\": \"WellaHealth\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-MO1K24NA\",\n                \"accountId\": \"628cd76e161f3d0013b7eef1\",\n                \"category\": \"pharmacy\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        }\n    ],\n    \"message\": \"Drug orders fetched successfully\"\n}"}],"_postman_id":"c7bfee0c-39fc-43b3-a50b-157195dd3a33"},{"name":"Get Pharmacies","id":"e8bf3493-bf9f-4809-9f24-3f25712d1c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions/wella-health/pharmacies?state=Lagos&lga=ikeja","description":"<blockquote>\n<p>Retrieve a list of all pharmacies by location.</p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions","wella-health","pharmacies"],"host":["https://api-staging.heala.io"],"query":[{"key":"state","value":"Lagos"},{"key":"lga","value":"ikeja"}],"variable":[]}},"response":[{"id":"5125eecb-88e1-4320-ab63-7a4571cef9f3","name":"Get Pharmacies From Weala Health","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"state\" : \"Lagos\",\r\n  \"lga\" : \"Ikeja\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions/wella-health/pharmacies?state=Lagos&lga=Ikeja","host":["https://api-staging.heala.io"],"path":["rest","prescriptions","wella-health","pharmacies"],"query":[{"key":"state","value":"Lagos","type":"text"},{"key":"lga","value":"Ikeja","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1269"},{"key":"ETag","value":"W/\"4f5-V2Bj1hZS5WoGDHM0foX0SofnFeo\""},{"key":"Date","value":"Mon, 09 Jan 2023 10:06:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"data\": [\n            {\n                \"pharmacyCode\": \"WHP10430\",\n                \"pharmacyName\": \"Shushan Pharmacy\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10431\",\n                \"pharmacyName\": \"Healthtrust Pharmacy\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10433\",\n                \"pharmacyName\": \"Keek pharmacy\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10434\",\n                \"pharmacyName\": \"PSN\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10435\",\n                \"pharmacyName\": \"Mascot Pharmacy\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10436\",\n                \"pharmacyName\": \"Alcord Rx\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10437\",\n                \"pharmacyName\": \"Pandrah Rx\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            },\n            {\n                \"pharmacyCode\": \"WHP10438\",\n                \"pharmacyName\": \"Golden drugs Rx\",\n                \"state\": \"Lagos\",\n                \"lga\": \"IKeja\",\n                \"area\": \"Festac\",\n                \"address\": \"No B88, Awolowo drive Festac\"\n            }\n        ],\n        \"pageCount\": 1,\n        \"pageIndex\": 1,\n        \"pageSize\": 1\n    },\n    \"message\": \"Pharmacies fetched successfully\"\n}"}],"_postman_id":"e8bf3493-bf9f-4809-9f24-3f25712d1c43"},{"name":"Add Drug Order","id":"07f623d1-d70c-4b67-b74a-548f04297332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"deliveryOption\": \"home\",\r\n      \"consultationId\": \"62f186e742ad3b001354e089\",\r\n      \"pharmacyCode\": \"WHP10430\",\r\n      \"userLocation\": {\r\n        \"address\": \"Lekki\",\r\n        \"phoneNumber\": \"09055050958\",\r\n        \"state\": \"Lagos\",\r\n        \"lga\": \"Ibeju/Lekki\",\r\n        \"landmark\": \"Danco filling station\",\r\n        \"lat\": 6.448151349333435,\r\n        \"lng\": 3.4727327375210715\r\n      }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/prescriptions","description":"<blockquote>\n<p><em>Create a new drug order for a patient</em></p>\n</blockquote>\n","urlObject":{"path":["rest","prescriptions"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"4b247df2-aead-4aa6-9577-6690b1d6cd1b","name":"Add Drug Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"deliveryOption\": \"home\",\r\n      \"consultationId\": \"62f186e742ad3b001354e089\",\r\n      \"pharmacyCode\": \"WHP10430\",\r\n      \"userLocation\": {\r\n        \"address\": \"Lekki\",\r\n        \"phoneNumber\": \"09055050958\",\r\n        \"state\": \"Lagos\",\r\n        \"lga\": \"Ibeju/Lekki\",\r\n        \"landmark\": \"Danco filling station\",\r\n        \"lat\": 6.448151349333435,\r\n        \"lng\": 3.4727327375210715\r\n      }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/prescriptions","host":["https://api-staging.heala.io"],"path":["rest","prescriptions"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2685"},{"key":"ETag","value":"W/\"a7d-r/V6sU0z2lqPF0YM1/6X9s33Nag\""},{"key":"Date","value":"Thu, 05 Jan 2023 09:10:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63b693f1fe0e840013abcb10\",\n        \"patient\": \"628a8d539991b700136bd9d2\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"consultationId\": \"62f186e742ad3b001354e089\",\n        \"orderId\": \"nNs-Ojp\",\n        \"deliveryOption\": \"home\",\n        \"status\": \"pending\",\n        \"createdAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jan 05 2023 09:10:09 GMT+0000 (Coordinated Universal Time)\",\n        \"userLocation\": {\n            \"address\": \"Lekki\",\n            \"state\": \"Lagos\",\n            \"lga\": \"Ibeju/Lekki\",\n            \"landmark\": \"Danco filling station\",\n            \"lat\": 6.448151349333435,\n            \"lng\": 3.4727327375210715,\n            \"phoneNumber\": \"09055050958\"\n        },\n        \"partner\": \"628cd76ec5989500132b1cfe\",\n        \"prescriptions\": [\n            {\n                \"priceListId\": 554,\n                \"drugName\": \"Artemeter + Lumenfantrine X5 \",\n                \"drugPrice\": 500,\n                \"unitPrice\": 100,\n                \"markedUpDrugPrice\": 537.5,\n                \"drugPriceMarkUp\": 7.5,\n                \"notes\": \"vhggggvvhg\",\n                \"dosageQuantity\": 7,\n                \"dosageFrequency\": {\n                    \"timing\": \"1\",\n                    \"duration\": 7\n                }\n            }\n        ],\n        \"trackingId\": \"13282\",\n        \"pharmacyCode\": \"WHP10430\",\n        \"deliveryFee\": 1000,\n        \"total\": 537.5,\n        \"prescriptionDate\": \"Wed Nov 16 2022 13:24:57 GMT+0000 (Coordinated Universal Time)\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"628a8d539991b700136bd9d2\",\n            \"firstName\": \"Ife\",\n            \"lastName\": \"Aribatise\",\n            \"height\": 156,\n            \"weight\": 80,\n            \"bloodGroup\": \"A+\",\n            \"genotype\": \"AA\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"12345678910\",\n            \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-PE7TINTA\",\n            \"pastIllness\": [\n                {\n                    \"id\": \"61fffb9ac75f8f001334ef68\"\n                },\n                {\n                    \"id\": \"61fffbfcc75f8f001334ef6e\"\n                }\n            ],\n            \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"null\"\n        },\n        \"partnerData\": {\n            \"_id\": \"628cd76ec5989500132b1cfe\",\n            \"name\": \"WellaHealth\",\n            \"email\": \"hello@heala.ng\",\n            \"dociId\": \"HEALA-MO1K24NA\",\n            \"accountId\": \"628cd76e161f3d0013b7eef1\",\n            \"category\": \"pharmacy\",\n            \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/wella.png\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\"\n        }\n    },\n    \"message\": \"Prescription added successfully\"\n}"}],"_postman_id":"07f623d1-d70c-4b67-b74a-548f04297332"}],"id":"f4fab63f-3c4c-435c-8f23-3a35512d3e49","description":"<blockquote>\n<p>Retrieve and create drug orders using pickup or delivery options.</p>\n</blockquote>\n","_postman_id":"f4fab63f-3c4c-435c-8f23-3a35512d3e49"},{"name":"Tests","item":[{"name":"Get Referral","id":"ed81c5f3-6715-4c17-a24e-c87c8f605d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/referral/:id","description":"<blockquote>\n<p><em>Get details of a single test referral from a completed consultation</em></p>\n</blockquote>\n","urlObject":{"path":["rest","referral",":id"],"host":["https://api-staging.heala.io"],"query":[],"variable":[{"description":{"content":"<p>id is required to get the consultation (required)</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"bd0b43db-faad-4c41-b2fe-234b521dfdcc","name":"Get Referral","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"61db6f8968b248001aec4fcb\"\n}","options":{"raw":{"language":"text"}}},"url":"https://api-staging.heala.io/rest/referral/D4puxhDaW9"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"D4puxhDaW9\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"63638f075b509100128d005c\",\n        \"type\": \"diagnostics\",\n        \"reason\": \"Diagnostics Test\",\n        \"note\": \"note\",\n        \"tests\": [\n            {\n                \"_id\": \"6374c9cb3b4edd001387500e\",\n                \"name\": \"Clotting Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\"\n            }\n        ],\n        \"consultationId\": \"63639513905d600012ae6487\",\n        \"createdAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"65126\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"provisionalDiagnosis\": \"\",\n        \"urgency\": \"Low\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 11 2022 19:47:32 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"63638f075b509100128d005c\",\n            \"firstName\": \"user\",\n            \"lastName\": \"Testing\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08169865308\",\n            \"createdAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-CO6LPAEJ\",\n            \"dob\": \"Tue Nov 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_afd74c3c-5cd4-4715-b8ad-c70e2e0435623291584608839620975.jpg\",\n            \"providerId\": \"635282f136fe230013af785c\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"WED2030\"\n        }\n    },\n    \"message\": \"Referral loaded successfully\"\n}"}],"_postman_id":"ed81c5f3-6715-4c17-a24e-c87c8f605d05"},{"name":"Get Referrals","id":"bf35d533-db74-4be3-91cb-4570917ae567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/referral?providerId={{providerId}}&email=patient@heala.ng","description":"<blockquote>\n<p>Get details of multiple test referrals for a patient</p>\n</blockquote>\n","urlObject":{"path":["rest","referral"],"host":["https://api-staging.heala.io"],"query":[{"key":"providerId","value":"{{providerId}}"},{"key":"email","value":"patient@heala.ng"}],"variable":[]}},"response":[{"id":"ad8e7bd8-3a94-4c88-8c3b-f1e15c7d97fd","name":"Get Referrals","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/rest/referral?providerId=61db6f8968b248001aec4fcb&email=patient@heala.ng","host":["{{url}}"],"path":["rest","referral"],"query":[{"key":"providerId","value":"61db6f8968b248001aec4fcb"},{"key":"email","value":"patient@heala.ng"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21560"},{"key":"ETag","value":"W/\"5438-9nFPCv3ZSfDESTO6RrTVUWtkZUw\""},{"key":"Date","value":"Tue, 28 Mar 2023 11:22:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"fktktiVWts\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"reason\": \"Diagnostics Test\",\n            \"note\": \"note\",\n            \"tests\": [\n                {\n                    \"_id\": \"635d97840c79e80012ea125c\",\n                    \"name\": \"COOMBS Test Direct\",\n                    \"price\": 3700,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"635d09bb0c79e80012ea0950\",\n            \"createdAt\": \"Sat Oct 29 2022 21:13:40 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 29 2022 21:13:40 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"92935\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"\",\n            \"urgency\": \"Low\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"GDALhvMWWp\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"reason\": \"Diagnostics Test\",\n            \"note\": \"note\",\n            \"tests\": [\n                {\n                    \"_id\": \"635da4750c79e80012ea1420\",\n                    \"name\": \"COOMBS Test Direct\",\n                    \"price\": 3700,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"635d9e580c79e80012ea13a1\",\n            \"createdAt\": \"Sat Oct 29 2022 22:08:53 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Oct 29 2022 22:08:53 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"22142\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"\",\n            \"urgency\": \"Low\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"9hxuTcv8DN\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"specialization\": \"dentist\",\n            \"reason\": \"who knows\",\n            \"note\": \"Get better help\",\n            \"tests\": [\n                {\n                    \"_id\": \"6363b1a694f83a001ac95cc5\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\"\n                },\n                {\n                    \"_id\": \"6363b1a694f83a001ac95cc6\",\n                    \"name\": \"Cough\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"63639513905d600012ae6487\",\n            \"createdAt\": \"Thu Nov 03 2022 12:18:46 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 12:18:46 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"65126\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"Provisional diagnosis\",\n            \"urgency\": \"Max\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"PAQfJG27vd\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"specialization\": \"dentist\",\n            \"reason\": \"who knows\",\n            \"note\": \"Get better help\",\n            \"tests\": [\n                {\n                    \"_id\": \"6363b1ea94f83a001ac95ccd\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\"\n                },\n                {\n                    \"_id\": \"6363b1ea94f83a001ac95cce\",\n                    \"name\": \"Cough\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"63639513905d600012ae6487\",\n            \"createdAt\": \"Thu Nov 03 2022 12:19:54 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 12:19:54 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"65126\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"Provisional diagnosis\",\n            \"urgency\": \"Max\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"skLHf6c4UG\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"specialization\": \"dentist\",\n            \"reason\": \"who knows\",\n            \"note\": \"Get better help\",\n            \"tests\": [\n                {\n                    \"_id\": \"6363b2de94f83a001ac95cdb\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\"\n                },\n                {\n                    \"_id\": \"6363b2de94f83a001ac95cdc\",\n                    \"name\": \"Cough\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"63639513905d600012ae6487\",\n            \"createdAt\": \"Thu Nov 03 2022 12:23:58 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 12:23:58 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"65126\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"Provisional diagnosis\",\n            \"urgency\": \"Max\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"7mzj6hyM8K\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"specialization\": \"dentist\",\n            \"reason\": \"who knows\",\n            \"note\": \"Get better help\",\n            \"tests\": [\n                {\n                    \"_id\": \"6363b3d894f83a001ac95ce9\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\"\n                },\n                {\n                    \"_id\": \"6363b3d894f83a001ac95cea\",\n                    \"name\": \"Cough\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"63639513905d600012ae6487\",\n            \"createdAt\": \"Thu Nov 03 2022 12:28:08 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 12:28:08 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"65126\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"Provisional diagnosis\",\n            \"urgency\": \"Max\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"tDsur47lW0\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"specialization\": \"dentist\",\n            \"reason\": \"who knows\",\n            \"note\": \"Get better help\",\n            \"tests\": [\n                {\n                    \"_id\": \"6363b5c794f83a001ac95cfd\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\"\n                },\n                {\n                    \"_id\": \"6363b5c794f83a001ac95cfe\",\n                    \"name\": \"Cough\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"63639513905d600012ae6487\",\n            \"createdAt\": \"Thu Nov 03 2022 12:36:23 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 12:36:23 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"65126\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"Provisional diagnosis\",\n            \"urgency\": \"Max\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"qVsk5WUEO6\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"reason\": \"Diagnostics Test\",\n            \"note\": \"note\",\n            \"tests\": [\n                {\n                    \"_id\": \"6374d1b43b4edd0013875119\",\n                    \"name\": \"Clotting Time\",\n                    \"price\": 2400,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"635d99420c79e80012ea130b\",\n            \"createdAt\": \"Wed Nov 16 2022 12:04:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Nov 16 2022 12:04:04 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"19943\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"\",\n            \"urgency\": \"Low\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"ddNJC6D1iC\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"reason\": \"Diagnostics Test\",\n            \"note\": \"note\",\n            \"tests\": [\n                {\n                    \"_id\": \"6374d2273b4edd001387513f\",\n                    \"name\": \"Clotting Time\",\n                    \"price\": 2400,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"635d97e80c79e80012ea12ad\",\n            \"createdAt\": \"Wed Nov 16 2022 12:05:59 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Nov 16 2022 12:05:59 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"22827\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"\",\n            \"urgency\": \"Moderate\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        },\n        {\n            \"_id\": \"PbidH9rtH4\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"patient\": \"62fbc46a6ff10800130636b6\",\n            \"type\": \"diagnostics\",\n            \"reason\": \"Diagnostics Test\",\n            \"note\": \"note\",\n            \"tests\": [\n                {\n                    \"_id\": \"6374d2d33b4edd001387514e\",\n                    \"name\": \"Clotting Time\",\n                    \"price\": 2400,\n                    \"tat\": \"24 Hours\"\n                }\n            ],\n            \"consultationId\": \"635d97e80c79e80012ea12ad\",\n            \"createdAt\": \"Wed Nov 16 2022 12:08:51 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Nov 16 2022 12:08:51 GMT+0000 (Coordinated Universal Time)\",\n            \"trackingId\": \"22827\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"provisionalDiagnosis\": \"\",\n            \"urgency\": \"Low\",\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Mar 28 2023 08:29:21 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-03-12-20-23-022796.jpg\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {\n                    \"accountName\": \"Kehinde Oyewale\",\n                    \"accountNumber\": \"2100149094\",\n                    \"bankName\": \"United Bank For Africa\",\n                    \"nuban\": \"033\",\n                    \"recipientCode\": \"RCP_g4034hm6w0bj9of\"\n                },\n                \"timezoneOffset\": \"+01:00\",\n                \"balance\": 6500\n            },\n            \"patientData\": {\n                \"_id\": \"62fbc46a6ff10800130636b6\",\n                \"firstName\": \"Owen\",\n                \"lastName\": \"Forbes\",\n                \"height\": 0,\n                \"weight\": 0,\n                \"bloodGroup\": \"\",\n                \"genotype\": \"\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"0818022308\",\n                \"createdAt\": \"Tue Aug 16 2022 16:23:06 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Tue Nov 15 2022 17:15:11 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-K63GDOIO\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    },\n                    {\n                        \"id\": \"6217b82bbf955e00132b31a6\"\n                    }\n                ],\n                \"dob\": \"Sun Aug 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"providerId\": \"62e2399c2e8afb00139b325c\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"ABC123456\"\n            }\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 12,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": true,\n        \"page\": 1,\n        \"totalPages\": 2,\n        \"pagingCounter\": 1,\n        \"nextPage\": 2\n    },\n    \"message\": \"Referrals loaded successfully\"\n}"}],"_postman_id":"bf35d533-db74-4be3-91cb-4570917ae567"},{"name":"Get Diagnostics Test","id":"cc3b5778-dd4e-498c-886b-cae8fe29caac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/referral/diagnostics?filterBy[status]=cancelled&email=patient@heala.ng","description":"<blockquote>\n<p>Get details of multiple test referrals for a patient filtered by status</p>\n</blockquote>\n","urlObject":{"path":["rest","referral","diagnostics"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"},{"description":{"content":"<p>Possible statuses 'scheduled', 'completed', 'cancelled'</p>\n","type":"text/plain"},"key":"filterBy[status]","value":"cancelled"},{"key":"email","value":"patient@heala.ng"}],"variable":[]}},"response":[{"id":"1fb1116f-2e1b-4493-9777-5b718ec60b5e","name":"Get Referral","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"61db6f8968b248001aec4fcb\"\n}","options":{"raw":{"language":"text"}}},"url":"https://api-staging.heala.io/rest/referral/D4puxhDaW9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"D4puxhDaW9\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"63638f075b509100128d005c\",\n        \"type\": \"diagnostics\",\n        \"reason\": \"Diagnostics Test\",\n        \"note\": \"note\",\n        \"tests\": [\n            {\n                \"_id\": \"6374c9cb3b4edd001387500e\",\n                \"name\": \"Clotting Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\"\n            }\n        ],\n        \"consultationId\": \"63639513905d600012ae6487\",\n        \"createdAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"65126\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"provisionalDiagnosis\": \"\",\n        \"urgency\": \"Low\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 11 2022 19:47:32 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"63638f075b509100128d005c\",\n            \"firstName\": \"user\",\n            \"lastName\": \"Testing\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08169865308\",\n            \"createdAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-CO6LPAEJ\",\n            \"dob\": \"Tue Nov 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_afd74c3c-5cd4-4715-b8ad-c70e2e0435623291584608839620975.jpg\",\n            \"providerId\": \"635282f136fe230013af785c\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"WED2030\"\n        }\n    },\n    \"message\": \"Referral loaded successfully\"\n}"},{"id":"6a128a79-f1ca-4d96-afad-214fa85a92ee","name":"Get Diagnostics Test","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"patient@heala.ng\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/referral/diagnostics?fil","host":["https://api-staging.heala.io"],"path":["rest","referral","diagnostics"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true},{"key":"fil","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26691"},{"key":"ETag","value":"W/\"6843-udgotVHgHZgkxwjdNRL/d8bF7nY\""},{"key":"Date","value":"Sat, 07 Jan 2023 15:59:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"62b43aa67a36c50012cb6568\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"jCGNEwvjOG\",\n            \"testId\": \"CPr-kph\",\n            \"reason\": \"Confirm or exclude proposed diagnosis\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Thu Jun 23 2022 10:04:22 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 23 2022 10:38:25 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"Abuja\",\n                \"city\": \"City\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08069704003\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"This is a test tile\",\n                    \"file\": \"https://picsum.photos/200/300\"\n                },\n                {\n                    \"title\": \"This is a second test tile\",\n                    \"file\": \"https://picsum.photos/200/300\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"62a339523f482c00124c5496\",\n                    \"name\": \"Rubella IgG Antibody (Quantitative)\",\n                    \"price\": 8900,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"9818026283\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62b476057a36c50012cb684a\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"QkoONx4O11\",\n            \"testId\": \"hv5-q8z\",\n            \"reason\": \"Confirm or exclude proposed diagnosis\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Thu Jun 23 2022 14:17:41 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jun 23 2022 14:28:07 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"surulere\",\n                \"city\": \"surulere\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08139582802\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"test 1\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/BUK_1723.jpg\"\n                },\n                {\n                    \"title\": \"test 2\",\n                    \"file\": \"\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"62b474b762495c00132e6c54\",\n                    \"name\": \"Rheumatoid Factor (RF) - Latex\",\n                    \"price\": 5600,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"62b474b762495c00132e6c55\",\n                    \"name\": \"Varicella Zoster IgM (Quantitative)\",\n                    \"price\": 9800,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"59003\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c1e0660752d20013bfa881\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"jCGNEwvjOG\",\n            \"testId\": \"vSf-mro\",\n            \"reason\": \"Patient feels feverish\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Sun Jul 03 2022 18:31:02 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Aug 10 2022 07:15:44 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"Lekki\",\n                \"city\": \"Lagos\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"09055050958\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"PaultestR\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/Capturea.JPG\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"62a339523f482c00124c5496\",\n                    \"name\": \"Rubella IgG Antibody (Quantitative)\",\n                    \"price\": 8900,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"9818026283\",\n            \"scheduledAt\": \"Mon Jul 04 2022 13:48:33 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62c6e28def8a3f0013252b1b\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"wXCK60IRP0\",\n            \"testId\": \"gqI-LhR\",\n            \"reason\": \"Confirm or exclude proposed diagnosis\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Thu Jul 07 2022 13:41:33 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jul 07 2022 13:46:04 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"77 Ajah\",\n                \"city\": \"sapele\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08100599608\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"Result 1\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/font_rend%20%2830%29.jpg\"\n                },\n                {\n                    \"title\": \"Result 2\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/font_rend%20%2827%29.jpg\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"62c6e25dc9ab5200123c0698\",\n                    \"name\": \"Toxoplasma IgG Antibody (Quantitative)\",\n                    \"price\": 12600,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"62c6e25dc9ab5200123c0699\",\n                    \"name\": \"Toxoplasma IgM Antibody (Quantitative)\",\n                    \"price\": 12600,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"46159\",\n            \"scheduledAt\": \"Thu Jul 07 2022 13:44:25 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"62d65dab6e1efc00130c74d9\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"u07cGWjnlC\",\n            \"testId\": \"686-FXp\",\n            \"reason\": \"get tested\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Tue Jul 19 2022 07:30:51 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Jul 19 2022 07:34:05 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"25 Ikeja Road\",\n                \"city\": \"Ikeja\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"08069704003\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"Result 1\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/font_rend%20%2831%29.jpg\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"62d6526ccc63740013b3deee\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"62d6526ccc63740013b3deef\",\n                    \"name\": \"Cough\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"91943\",\n            \"scheduledAt\": \"Tue Jul 19 2022 07:32:54 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"632560e82accd90013a2892d\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"XmuVrPNMZb\",\n            \"testId\": \"llz-bTa\",\n            \"reason\": \"Diagnostics Test\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Sat Sep 17 2022 05:53:44 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Oct 20 2022 15:00:01 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"35, Abidan Street\",\n                \"city\": \"Lekki\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"09055050958\",\n                \"state\": \"Lagos\",\n                \"lga\": \"Eti-Osa\",\n                \"landmark\": \"FirstBank Ajah\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"Hello\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/tablet-preview.jpg\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"63255ec76c7b63001363e000\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"63255ec76c7b63001363e001\",\n                    \"name\": \"Malaria Test\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"68317\",\n            \"scheduledAt\": \"Thu Oct 20 2022 14:58:11 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"63256333d6e05c001352df1b\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"XmuVrPNMZb\",\n            \"testId\": \"Y4A-xbs\",\n            \"reason\": \"Diagnostics Test\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Sat Sep 17 2022 06:03:31 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Oct 25 2022 13:36:28 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"35, Abidan Street\",\n                \"city\": \"Lekki\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"09055050958\",\n                \"state\": \"Lagos\",\n                \"lga\": \"Eti-Osa\",\n                \"landmark\": \"FirstBank Ajah\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"stool \",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/screenshot-Samsung%20Galaxy%20S21-12.0.png\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"63255ec76c7b63001363e000\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"63255ec76c7b63001363e001\",\n                    \"name\": \"Malaria Test\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"68317\",\n            \"scheduledAt\": \"Mon Oct 24 2022 19:16:05 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"6326df78704c2b001a9e2c48\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"XmuVrPNMZb\",\n            \"testId\": \"vUG-RBR\",\n            \"reason\": \"Patient feels feverish\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Sun Sep 18 2022 09:06:00 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Oct 20 2022 16:23:02 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"Road 53, House E55B, VGC\",\n                \"city\": \"Lekki/Ajah\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"09055050958\",\n                \"state\": \"Lagos\",\n                \"lga\": \"Eti-Osa\",\n                \"landmark\": \"Beside Ikota Shopping Complex\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"hjuh dudhnj \",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/ro3.jpeg\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"63255ec76c7b63001363e000\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"63255ec76c7b63001363e001\",\n                    \"name\": \"Malaria Test\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"68317\",\n            \"scheduledAt\": \"Thu Oct 20 2022 16:20:16 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"6326e69356c655001218f406\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"XmuVrPNMZb\",\n            \"testId\": \"jSe-bVM\",\n            \"reason\": \"Patient feels feverish\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Sun Sep 18 2022 09:36:19 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Oct 21 2022 21:26:53 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"Road 53, House E55B, VGC\",\n                \"city\": \"Lekki/Ajah\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"09055050958\",\n                \"state\": \"Lagos\",\n                \"lga\": \"Eti-Osa\",\n                \"landmark\": \"Beside Ikota Shopping Complex\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"Malaria\",\n                    \"file\": \"\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"63255ec76c7b63001363e000\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"63255ec76c7b63001363e001\",\n                    \"name\": \"Malaria Test\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"68317\",\n            \"scheduledAt\": \"Sun Oct 09 2022 07:33:56 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        },\n        {\n            \"_id\": \"6326fe82303aed00127418c2\",\n            \"patient\": \"628a8d539991b700136bd9d2\",\n            \"doctor\": \"628a8ae8f37f9300130e6650\",\n            \"referralId\": \"XmuVrPNMZb\",\n            \"testId\": \"GFK-SYD\",\n            \"reason\": \"Patient feels feverish\",\n            \"status\": \"completed\",\n            \"createdAt\": \"Sun Sep 18 2022 11:18:26 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Oct 20 2022 14:48:09 GMT+0000 (Coordinated Universal Time)\",\n            \"sampleCollection\": \"home\",\n            \"userLocation\": {\n                \"address\": \"Road 53, House E55B, VGC\",\n                \"city\": \"Lekki/Ajah\",\n                \"lat\": 6.448151349333435,\n                \"lng\": 3.4727327375210715,\n                \"phoneNumber\": \"09055050958\",\n                \"state\": \"Lagos\",\n                \"lga\": \"Eti-Osa\",\n                \"landmark\": \"Beside Ikota Shopping Complex\"\n            },\n            \"testResults\": [\n                {\n                    \"title\": \"HEllo\",\n                    \"file\": \"https://dq1z5gvyi71s7.cloudfront.net/tablet-preview.jpg\"\n                }\n            ],\n            \"partner\": \"628cd9a4c5989500132b1d0c\",\n            \"tests\": [\n                {\n                    \"_id\": \"63255ec76c7b63001363e000\",\n                    \"name\": \"Fasting blood glucose\",\n                    \"price\": 1500,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                },\n                {\n                    \"_id\": \"63255ec76c7b63001363e001\",\n                    \"name\": \"Malaria Test\",\n                    \"price\": 2000,\n                    \"tat\": \"24 Hours\",\n                    \"paid\": true\n                }\n            ],\n            \"trackingId\": \"68317\",\n            \"scheduledAt\": \"Sun Oct 09 2022 04:52:44 GMT+0000 (Coordinated Universal Time)\",\n            \"patientData\": {\n                \"_id\": \"628a8d539991b700136bd9d2\",\n                \"firstName\": \"Ife\",\n                \"lastName\": \"Aribatise\",\n                \"height\": 156,\n                \"weight\": 80,\n                \"bloodGroup\": \"A+\",\n                \"genotype\": \"AA\",\n                \"gender\": \"Female\",\n                \"phoneNumber\": \"12345678910\",\n                \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-PE7TINTA\",\n                \"pastIllness\": [\n                    {\n                        \"id\": \"61fffb9ac75f8f001334ef68\"\n                    },\n                    {\n                        \"id\": \"61fffbfcc75f8f001334ef6e\"\n                    }\n                ],\n                \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"timezoneOffset\": \"+01:00\",\n                \"hmoId\": \"null\"\n            },\n            \"doctorData\": {\n                \"_id\": \"628a8ae8f37f9300130e6650\",\n                \"firstName\": \"Heala\",\n                \"lastName\": \"Doctor\",\n                \"gender\": \"Male\",\n                \"phoneNumber\": \"08065230812\",\n                \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n                \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n                \"dociId\": \"HEALA-RDHTOCO9\",\n                \"hospital\": \"Heala hospital\",\n                \"specialization\": \"Dental\",\n                \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n                \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n                \"cadre\": \"5\",\n                \"rating\": 4,\n                \"providerId\": \"61db6f8968b248001aec4fcb\",\n                \"accountDetails\": {},\n                \"timezoneOffset\": \"+01:00\"\n            },\n            \"partnerData\": {\n                \"_id\": \"628cd9a4c5989500132b1d0c\",\n                \"name\": \"HealthTracka\",\n                \"email\": \"hello@heala.ng\",\n                \"dociId\": \"HEALA-O24NK1AM\",\n                \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n                \"category\": \"diagnostics\",\n                \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n                \"providerId\": \"61db6f8968b248001aec4fcb\"\n            }\n        }\n    ],\n    \"message\": \"Diagnostics Referral fetched successfully\"\n}"}],"_postman_id":"cc3b5778-dd4e-498c-886b-cae8fe29caac"},{"name":"Book Diagnostic Test","id":"89108831-a708-4ec2-a898-7aa1d1ae3dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"consultationId\" : \"\", // not required,\r\n      \"provisionalDiagnosis\": \"Malaria\",\r\n      \"reason\": \"Patient feels feverish\",\r\n      \"referralId\": \"8Plui7eaVV\",\r\n      \"note\": \"This is a referral note\",\r\n      \"sampleCollection\": \"home\",\r\n      \"userLocation\": {\r\n        \"address\": \"Lekki\",\r\n        \"phoneNumber\": \"09055050958\",\r\n        \"city\": \"Lagos\",\r\n        \"state\": \"Lagos\",\r\n        \"lga\": \"Eti-Osa\",\r\n        \"landmark\": \"FirstBank Ajah\",\r\n        \"lat\": 6.448151349333435,\r\n        \"lng\": 3.4727327375210715\r\n      },\r\n      \"labInfo\": { \"name\": \"Wella health Lab\" },\r\n      \"providerId\" : \"{{providerId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/referral","description":"<blockquote>\n<p>Book a test using either home sample pickup or walk-in options</p>\n</blockquote>\n","urlObject":{"path":["rest","referral"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"056f30fe-0a7a-4a43-bc32-d1968e0eeac9","name":"Get Referral","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key a0ok7G36~lIJg1qu6mhq","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"providerId\" : \"61db6f8968b248001aec4fcb\"\n}","options":{"raw":{"language":"text"}}},"url":"https://api-staging.heala.io/rest/referral/D4puxhDaW9"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"D4puxhDaW9\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"patient\": \"63638f075b509100128d005c\",\n        \"type\": \"diagnostics\",\n        \"reason\": \"Diagnostics Test\",\n        \"note\": \"note\",\n        \"tests\": [\n            {\n                \"_id\": \"6374c9cb3b4edd001387500e\",\n                \"name\": \"Clotting Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\"\n            }\n        ],\n        \"consultationId\": \"63639513905d600012ae6487\",\n        \"createdAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Nov 16 2022 11:30:19 GMT+0000 (Coordinated Universal Time)\",\n        \"trackingId\": \"65126\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"provisionalDiagnosis\": \"\",\n        \"urgency\": \"Low\",\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 11 2022 19:47:32 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"63638f075b509100128d005c\",\n            \"firstName\": \"user\",\n            \"lastName\": \"Testing\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08169865308\",\n            \"createdAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Nov 03 2022 09:51:03 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-CO6LPAEJ\",\n            \"dob\": \"Tue Nov 02 2004 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_afd74c3c-5cd4-4715-b8ad-c70e2e0435623291584608839620975.jpg\",\n            \"providerId\": \"635282f136fe230013af785c\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"WED2030\"\n        }\n    },\n    \"message\": \"Referral loaded successfully\"\n}"},{"id":"65e03d8f-d1cc-4957-913b-68886c7885c4","name":"Add Diagnostic Referral","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"consultationId\" : \"\", // not required,\r\n      \"provisionalDiagnosis\": \"Malaria\",\r\n      \"reason\": \"Patient feels feverish\",\r\n      \"referralId\": \"8Plui7eaVV\",\r\n      \"note\": \"This is a referral note\",\r\n      \"sampleCollection\": \"home\",\r\n      \"userLocation\": {\r\n        \"address\": \"Lekki\",\r\n        \"phoneNumber\": \"09055050958\",\r\n        \"city\": \"Lagos\",\r\n        \"state\": \"Lagos\",\r\n        \"lga\": \"Eti-Osa\",\r\n        \"landmark\": \"FirstBank Ajah\",\r\n        \"lat\": 6.448151349333435,\r\n        \"lng\": 3.4727327375210715\r\n      },\r\n      \"labInfo\": { \"name\": \"Wella health Lab\" },\r\n      \"providerId\" : \"{{providerId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/referral","host":["https://api-staging.heala.io"],"path":["rest","referral"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2560"},{"key":"ETag","value":"W/\"a00-jIlrF9NY/3gHvFzUulrM4zKgfEo\""},{"key":"Date","value":"Thu, 05 Jan 2023 07:14:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"63b678c5aaa9a60013ad8097\",\n        \"patient\": \"628a8d539991b700136bd9d2\",\n        \"doctor\": \"628a8ae8f37f9300130e6650\",\n        \"referralId\": \"8Plui7eaVV\",\n        \"testId\": \"feG-SH8\",\n        \"reason\": \"Patient feels feverish\",\n        \"status\": \"pending\",\n        \"createdAt\": \"Thu Jan 05 2023 07:14:13 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Thu Jan 05 2023 07:14:13 GMT+0000 (Coordinated Universal Time)\",\n        \"sampleCollection\": \"home\",\n        \"userLocation\": {\n            \"address\": \"Lekki\",\n            \"city\": \"Lagos\",\n            \"lat\": 6.448151349333435,\n            \"lng\": 3.4727327375210715,\n            \"phoneNumber\": \"09055050958\",\n            \"state\": \"Lagos\",\n            \"lga\": \"Eti-Osa\",\n            \"landmark\": \"FirstBank Ajah\"\n        },\n        \"partner\": \"628cd9a4c5989500132b1d0c\",\n        \"tests\": [\n            {\n                \"_id\": \"63b401ab71c93c00133042db\",\n                \"name\": \"Bleeding Time\",\n                \"price\": 2400,\n                \"tat\": \"24 Hours\",\n                \"paid\": false,\n                \"testPriceMarkUp\": 10,\n                \"markedUpTestPrice\": 2640\n            }\n        ],\n        \"trackingId\": \"63227\",\n        \"testPickUpFee\": 5000,\n        \"provisionalDiagnosis\": \"Malaria\",\n        \"total\": 2640,\n        \"doctorData\": {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Dec 23 2022 09:47:52 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        \"patientData\": {\n            \"_id\": \"628a8d539991b700136bd9d2\",\n            \"firstName\": \"Ife\",\n            \"lastName\": \"Aribatise\",\n            \"height\": 156,\n            \"weight\": 80,\n            \"bloodGroup\": \"A+\",\n            \"genotype\": \"AA\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"12345678910\",\n            \"createdAt\": \"Sun May 22 2022 19:21:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sat Nov 19 2022 16:30:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-PE7TINTA\",\n            \"pastIllness\": [\n                {\n                    \"id\": \"61fffb9ac75f8f001334ef68\"\n                },\n                {\n                    \"id\": \"61fffbfcc75f8f001334ef6e\"\n                }\n            ],\n            \"dob\": \"Tue Sep 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"image\": \"https://dq1z5gvyi71s7.cloudfront.net/scaled_4d023db2-aa61-4fde-b101-0117f016f261788101224632941368.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"timezoneOffset\": \"+01:00\",\n            \"hmoId\": \"null\"\n        },\n        \"partnerData\": {\n            \"_id\": \"628cd9a4c5989500132b1d0c\",\n            \"name\": \"HealthTracka\",\n            \"email\": \"hello@heala.ng\",\n            \"dociId\": \"HEALA-O24NK1AM\",\n            \"accountId\": \"628cd9a4161f3d0013b7eefd\",\n            \"category\": \"diagnostics\",\n            \"logoImageUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-03-02-09-42-568795.png\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\"\n        }\n    },\n    \"message\": \"Referral created successfully\"\n}"}],"_postman_id":"89108831-a708-4ec2-a898-7aa1d1ae3dcf"}],"id":"61363e7c-d638-4ca8-b663-95e3451ddf9a","description":"<blockquote>\n<p>Retrieve and create test bookings using home sample collection or walk-in options.</p>\n</blockquote>\n","_postman_id":"61363e7c-d638-4ca8-b663-95e3451ddf9a"},{"name":"Enrollees","item":[{"name":"Upload Enrollees","id":"3f14280e-8bdb-435f-a5c6-03797b0eabff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"{{providerId}}\",\r\n    \"fileUrl\" : \"https://heala-media.s3.amazonaws.com/heala-file-2022-12-04-10-14-405991.csv\",\r\n    \"planId\" : \"{{planId}}\",\r\n    \"bucket\" : \"heala-media\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/upload-enrollees","description":"<blockquote>\n<p>Use this endpoint to upload your enrollee database</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees","upload-enrollees"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"de1e9ee1-5a06-4828-959a-57891ac5b2c1","name":"Upload Enrollees","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"{{providerId}}\",\r\n    \"fileUrl\" : \"https://heala-media.s3.amazonaws.com/heala-file-2022-12-04-10-14-405991.csv\",\r\n    \"planId\" : \"6311ecb1a9c245001362a6f8\",\r\n    \"bucket\" : \"heala-media\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/upload-enrollees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 10:15:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"8b-Up1rrLw1aUk/G2Rr1y5GYx2Y+BQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"fileUrl\": \"https://heala-media.s3.amazonaws.com/heala-file-2022-12-04-10-14-405991.csv\",\n        \"totalInserted\": 9,\n        \"bucket\": \"heala-media\"\n    }\n}"}],"_postman_id":"3f14280e-8bdb-435f-a5c6-03797b0eabff"},{"name":"Validate Enrollee","id":"76d06be8-0d59-460c-9e39-0dd3e460e35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"{{providerId}}\",\r\n    \"hmoId\" : \"AJ24680\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/validate","description":"<blockquote>\n<p>Validate enrollee expiry and benefit access</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees","validate"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"b919c543-859e-475a-8809-536c602c9024","name":"Validate Enrollee","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"637ca3bc1e8cce001291fddc\",\r\n    \"hmoId\" : \"AJ24680\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/validate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"638c733ff0b88400125ae2e2\",\n        \"firstName\": \"Kingsley\",\n        \"lastName\": \"James\",\n        \"email\": \"yarrowbradley@gmail.com\",\n        \"phone\": \"08118022308\",\n        \"hmoId\": \"AJ24680\",\n        \"noc\": 0,\n        \"plan\": \"Platinum\",\n        \"expiryDate\": \"Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": false,\n        \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"providerId\": \"637ca3bc1e8cce001291fddc\",\n        \"planId\": \"6311ecb1a9c245001362a6f8\"\n    },\n    \"message\": \"Enrollee\"\n}"}],"_postman_id":"76d06be8-0d59-460c-9e39-0dd3e460e35e"},{"name":"Validate Enrollee From External Api","id":"c5a3254a-7f02-4898-be8a-985b317a41be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"{{providerId}}\",\r\n    \"hmoId\" : \"HMOIDTEST\"\r\n}\r\n"},"url":"https://api-staging.heala.io/rest/enrollees/search","description":"<blockquote>\n<p>Validate enrollee expiry and benefit access</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees","search"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"f64a2e5d-1f40-445e-a08f-165b15356dfb","name":"Validate Enrollee","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"637ca3bc1e8cce001291fddc\",\r\n    \"hmoId\" : \"AJ24680\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/validate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"638c733ff0b88400125ae2e2\",\n        \"firstName\": \"Kingsley\",\n        \"lastName\": \"James\",\n        \"email\": \"yarrowbradley@gmail.com\",\n        \"phone\": \"08118022308\",\n        \"hmoId\": \"AJ24680\",\n        \"noc\": 0,\n        \"plan\": \"Platinum\",\n        \"expiryDate\": \"Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": false,\n        \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"providerId\": \"637ca3bc1e8cce001291fddc\",\n        \"planId\": \"6311ecb1a9c245001362a6f8\"\n    },\n    \"message\": \"Enrollee\"\n}"}],"_postman_id":"c5a3254a-7f02-4898-be8a-985b317a41be"},{"name":"Send Hmo Id","id":"bfbeec08-2099-4bee-9d55-f88a3ea0d70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"62ac545b7066cb00130eee97\",\r\n    \"phone\" : \"08118022308\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/send-sms","description":"<blockquote>\n<p>Validate enrollee expiry and benefit access</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees","send-sms"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"17cdf7a0-d955-4d0c-9073-05745a016a1f","name":"Validate Enrollee","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"providerId\" : \"637ca3bc1e8cce001291fddc\",\r\n    \"hmoId\" : \"AJ24680\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/validate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"638c733ff0b88400125ae2e2\",\n        \"firstName\": \"Kingsley\",\n        \"lastName\": \"James\",\n        \"email\": \"yarrowbradley@gmail.com\",\n        \"phone\": \"08118022308\",\n        \"hmoId\": \"AJ24680\",\n        \"noc\": 0,\n        \"plan\": \"Platinum\",\n        \"expiryDate\": \"Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": false,\n        \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"providerId\": \"637ca3bc1e8cce001291fddc\",\n        \"planId\": \"6311ecb1a9c245001362a6f8\"\n    },\n    \"message\": \"Enrollee\"\n}"}],"_postman_id":"bfbeec08-2099-4bee-9d55-f88a3ea0d70e"},{"name":"Get single Enrollee","id":"d21357e0-1d96-419c-923c-27af4f19c7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/enrollees/:id","description":"<blockquote>\n<p>Get details of an enrollee to display on a soft copy ID</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees",":id"],"host":["https://api-staging.heala.io"],"query":[],"variable":[{"description":{"content":"<p>Id is required to get single enrollee (required)</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"99048c07-34a5-4b30-9465-c5cb493800b4","name":"Get single Enrollee","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/enrollees/638c733ff0b88400125ae2e6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 10:23:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"547"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"223-zXJdro/2RjSPt8Ingb1v1kZ+yDQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"638c733ff0b88400125ae2e6\",\n        \"firstName\": \"Love\",\n        \"lastName\": \"Damini\",\n        \"email\": \"yarrowbradley@gmail.com\",\n        \"phone\": \"08118022308\",\n        \"hmoId\": \"TH56788\",\n        \"noc\": 0,\n        \"plan\": \"Platinum\",\n        \"expiryDate\": \"Mon Mar 31 2025 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n        \"status\": false,\n        \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n        \"providerId\": \"61db6f8968b248001aec4fcb\",\n        \"planId\": \"6311ecb1a9c245001362a6f8\",\n        \"accessPlanName\": \"Consultation Only Plan\"\n    }\n}"}],"_postman_id":"d21357e0-1d96-419c-923c-27af4f19c7c6"},{"name":"Get all enrollees","id":"1ad9bcfb-f429-4ae4-9a01-3cef10b062ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/enrollees?filterBy[providerId]={{providerId}}&orderBy=-createdAt&page=1","description":"<blockquote>\n<p>Retrieve details of all your enrollees</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees"],"host":["https://api-staging.heala.io"],"query":[{"key":"filterBy[providerId]","value":"{{providerId}}"},{"key":"orderBy","value":"-createdAt"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"70178a8f-832e-40ef-8756-0daf442121f3","name":"Get all enrollees","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/enrollees?filterBy[providerId]={{providerId}}&orderBy=-createdAt&page=1","host":["https://api-staging.heala.io"],"path":["rest","enrollees"],"query":[{"key":"filterBy[providerId]","value":"{{providerId}}"},{"key":"orderBy","value":"-createdAt"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Dec 2022 07:58:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3896"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"f38-aDySqFpso6WJXDhbT7Y5OeabU6A\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"638c733ff0b88400125ae2e7\",\n            \"firstName\": \"Samuel\",\n            \"lastName\": \"Smith\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"GT23456\",\n            \"noc\": 0,\n            \"plan\": \"Gold\",\n            \"expiryDate\": \"Tue Jan 31 2023 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        },\n        {\n            \"_id\": \"638c733ff0b88400125ae2e8\",\n            \"firstName\": \"Queen\",\n            \"lastName\": \"Vance\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"AR07654\",\n            \"noc\": 0,\n            \"plan\": \"Silver\",\n            \"expiryDate\": \"Mon Mar 31 2025 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        },\n        {\n            \"_id\": \"638c733ff0b88400125ae2e9\",\n            \"firstName\": \"Mercy\",\n            \"lastName\": \"Aigbe\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"AD47657\",\n            \"noc\": 0,\n            \"plan\": \"Gold\",\n            \"expiryDate\": \"Wed Aug 31 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        },\n        {\n            \"_id\": \"638c733ff0b88400125ae2ea\",\n            \"firstName\": \"Olivia\",\n            \"lastName\": \"Jones\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"RC34578\",\n            \"noc\": 0,\n            \"plan\": \"Diamond\",\n            \"expiryDate\": \"Wed Jul 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        },\n        {\n            \"_id\": \"638c733ff0b88400125ae2e2\",\n            \"firstName\": \"Kingsley\",\n            \"lastName\": \"James\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"AJ24680\",\n            \"noc\": 0,\n            \"plan\": \"Platinum\",\n            \"expiryDate\": \"Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        },\n        {\n            \"_id\": \"638c733ff0b88400125ae2e3\",\n            \"firstName\": \"Betty\",\n            \"lastName\": \"Butter\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"IG13579\",\n            \"noc\": 0,\n            \"plan\": \"Diamond\",\n            \"expiryDate\": \"Thu Jul 31 2025 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        },\n        {\n            \"_id\": \"638c733ff0b88400125ae2e4\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Grisham\",\n            \"email\": \"yarrowbradley@gmail.com\",\n            \"phone\": \"08118022308\",\n            \"hmoId\": \"MT45677\",\n            \"noc\": 0,\n            \"plan\": \"Silver\",\n            \"expiryDate\": \"Thu Jun 30 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"status\": false,\n            \"createdAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Sun Dec 04 2022 10:15:27 GMT+0000 (Coordinated Universal Time)\",\n            \"providerId\": \"637ca3bc1e8cce001291fddc\",\n            \"planId\": \"6311ecb1a9c245001362a6f8\",\n            \"accessPlanName\": \"Consultation Only Plan\"\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 7,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"1ad9bcfb-f429-4ae4-9a01-3cef10b062ac"},{"name":"Delete Enrollee","id":"e83a8ae6-b92b-4017-bc40-8001936f09e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/enrollees/delete/:id","description":"<blockquote>\n<p>Delete and enrollee from the database</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees","delete",":id"],"host":["https://api-staging.heala.io"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[{"id":"04680650-81b8-4329-b049-f7295c5a8e33","name":"Delete Enrollee","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/enrollees/delete/{{enrolleeId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Dec 2022 07:58:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"b-ch7MNww9+xUYoTgutbGr6VU0GaU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0\n}"}],"_postman_id":"e83a8ae6-b92b-4017-bc40-8001936f09e7"},{"name":"Update Enrollee","id":"0a730122-02f5-4392-ae41-9ef6ae3a3919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\":\"Bradley\",\r\n    \"lastName\" :\"Lastname\",\r\n    \"email\" :\"yarrowbradley@gmail.com\",\r\n    \"hmoId\" :\"12334455\",\r\n    \"phone\" :\"0818022308\",\r\n    \"photo\" :\"url\",\r\n    \"plan\":\"Gold\",\r\n    \"expiryDate\" :\"2022-12-01\",\r\n    \"providerId\" :\"{{providerId}}\",\r\n    \"planId\" :\"6212cb172ece3600138b4178\"\r\n}"},"url":"https://api-staging.heala.io/rest/enrollees/:id","description":"<blockquote>\n<p>Delete and enrollee from the database</p>\n</blockquote>\n","urlObject":{"path":["rest","enrollees",":id"],"host":["https://api-staging.heala.io"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"ee5f2060-0cd0-45e7-be60-33bc69ebe1ba","name":"Delete Enrollee","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/enrollees/delete/{{enrolleeId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Dec 2022 07:58:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"b-ch7MNww9+xUYoTgutbGr6VU0GaU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 0\n}"}],"_postman_id":"0a730122-02f5-4392-ae41-9ef6ae3a3919"}],"id":"743463a4-ad8b-4ec7-b740-2e2c46147f77","description":"<p>Upload, validate and retrieve verification details for HMO enrollees.</p>\n","_postman_id":"743463a4-ad8b-4ec7-b740-2e2c46147f77"},{"name":"Providers","item":[{"name":"Get Providers","id":"99d4c6d7-e497-4399-9199-d19172b0560a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/providers?page=1","urlObject":{"path":["rest","providers"],"host":["https://api-staging.heala.io"],"query":[{"key":"page","value":"1"},{"disabled":true,"key":"filterBy[userTypeId]","value":"61ed2b68e6091400135e3dba"}],"variable":[]}},"response":[{"id":"92941c5a-123c-47b9-8bea-a0c7ce08ac0f","name":"Get Providers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/providers?page=1","host":["https://api-staging.heala.io"],"path":["rest","providers"],"query":[{"key":"page","value":"1"},{"key":"filterBy[userTypeId]","value":"61ed2b68e6091400135e3dba","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 03 Dec 2022 10:48:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5456"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"1550-rnKvDU3JZiFOkdyOmCZ6iD2cCJE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"61ca53ea29e4de24a49d2636\",\n            \"name\": \"Paelon Memorial Hospital\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-04-01-17-35-101293.png\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/Layer%201.png\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Tue Dec 28 2021 00:01:46 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Nov 07 2022 17:45:50 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/UqORoSHHltb\",\n            \"rareCase\": true,\n            \"userCount\": 12,\n            \"doctorCount\": 3,\n            \"partnerCount\": 2,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"62ac545b7066cb00130eee97\",\n            \"name\": \"Reddignton\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/Image%20from%20iOS.jpg\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/Image%20from%20iOS.jpg\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Fri Jun 17 2022 10:15:55 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Sep 22 2022 09:21:18 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/Te3GDt8Lmtb\",\n            \"hmoPlans\": [\n                {\n                    \"name\": \"Big Boy Plan\",\n                    \"planId\": \"62aa8cebc9c63d0013463fb9\"\n                }\n            ],\n            \"userCount\": 4,\n            \"doctorCount\": 2,\n            \"partnerCount\": 1,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"62dab0680f3dca0014d8eab5\",\n            \"name\": \"Havillah Hospital\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/havilah.png\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/havilah.png\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Fri Jul 22 2022 14:12:56 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Sep 16 2022 09:53:50 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/8GVwqTvMmtb\",\n            \"userCount\": 5,\n            \"doctorCount\": 1,\n            \"partnerCount\": 0,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"61db6f8968b248001aec4fcb\",\n            \"name\": \"Heala\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-16-28-040765.png\",\n            \"userTypeId\": \"61ed231de6091400135e3d8a\",\n            \"createdAt\": \"Sun Jan 09 2022 23:28:09 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Sep 16 2022 09:22:53 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/AcJFHIiKmtb\",\n            \"userCount\": 64,\n            \"doctorCount\": 48,\n            \"partnerCount\": 24,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"62dc28ec0de9b2001a2c9a25\",\n            \"name\": \"Ololade Hospital\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/cert%20image.jpeg\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/cert%20image.jpeg\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Sat Jul 23 2022 16:59:24 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Sep 16 2022 09:51:16 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/O5ftBtkMmtb\",\n            \"userCount\": 0,\n            \"doctorCount\": 0,\n            \"partnerCount\": 0,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"62ebdf59b1f8ce0013082f17\",\n            \"name\": \"lee Hospital\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/Capture.JPG\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/Capture.JPG\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Thu Aug 04 2022 15:01:45 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Sep 19 2022 09:31:51 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/iojPWzEJrtb\",\n            \"userCount\": 1,\n            \"doctorCount\": 1,\n            \"partnerCount\": 0,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"62f7c41e259fce0013e7bd0c\",\n            \"name\": \"Alt HMO\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/hmo-logo-1alt.png\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/hmo-logo-1alt2.png\",\n            \"userTypeId\": \"61ed2b68e6091400135e3dba\",\n            \"createdAt\": \"Sat Aug 13 2022 15:32:46 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Nov 07 2022 18:14:56 GMT+0000 (Coordinated Universal Time)\",\n            \"email\": \"fakehmo@gmail.com\",\n            \"phone\": \"08645688454\",\n            \"address\": \"fake address in Nigeria\",\n            \"rareCase\": true,\n            \"userCount\": 7,\n            \"doctorCount\": 0,\n            \"partnerCount\": 0,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"6311d6d7cbf71700123d4e3d\",\n            \"name\": \"FORT MEDICAL LABORATORY\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/E1166225-E457-4EC6-B335-E7C0E31C3D5B.png\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/5DACFDD9-AF42-42B7-9F6B-C9E92423D1C6.png\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Fri Sep 02 2022 10:11:35 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Sep 16 2022 09:56:16 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/VMHDIEGMmtb\",\n            \"userCount\": 0,\n            \"doctorCount\": 2,\n            \"partnerCount\": 1,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"63121a41cbf71700123d5565\",\n            \"name\": \"GT DENTAL SPECIALIST LTD\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/04A1F110-6B46-4FA3-8196-CB0E4A69D904.png\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/2F0B51BB-DF1D-4E2A-973A-62E01A5BF542.png\",\n            \"userTypeId\": \"61ed2354e6091400135e3d94\",\n            \"createdAt\": \"Fri Sep 02 2022 14:59:13 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Sep 16 2022 09:48:15 GMT+0000 (Coordinated Universal Time)\",\n            \"profileUrl\": \"https://heala-io.test-app.link/Xzkol76Lmtb\",\n            \"userCount\": 0,\n            \"doctorCount\": 0,\n            \"partnerCount\": 1,\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"6315c1bacbf71700123d7ed3\",\n            \"name\": \"HealaHealth HMO\",\n            \"icon\": \"https://dq1z5gvyi71s7.cloudfront.net/hmo-logo-1.png\",\n            \"iconAlt\": \"https://dq1z5gvyi71s7.cloudfront.net/hmo-logo-2.png\",\n            \"userTypeId\": \"61ed2b68e6091400135e3dba\",\n            \"createdAt\": \"Mon Sep 05 2022 09:30:34 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Oct 11 2022 15:00:29 GMT+0000 (Coordinated Universal Time)\",\n            \"email\": \"healahealth@heala.ng\",\n            \"phone\": \"09087656789\",\n            \"address\": \"Lagos\",\n            \"profileUrl\": \"https://heala-io.test-app.link/P9uCSz1C2tb\",\n            \"userCount\": 3,\n            \"doctorCount\": 0,\n            \"partnerCount\": 0,\n            \"enrolleeCount\": 0\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 22,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": true,\n        \"page\": 1,\n        \"totalPages\": 3,\n        \"pagingCounter\": 1,\n        \"nextPage\": 2\n    }\n}"}],"_postman_id":"99d4c6d7-e497-4399-9199-d19172b0560a"}],"id":"bc89eef4-54e0-4a6c-8048-d5b1c0a1b08a","description":"<p>Retrieve information about providers on the HEALA network</p>\n","_postman_id":"bc89eef4-54e0-4a6c-8048-d5b1c0a1b08a"},{"name":"Companies","item":[{"name":"Get Companies","id":"d1a3dc9a-bf0c-4073-abc0-be4a339211b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/companies?page=1&filterBy[providerId]={{providerId}}","urlObject":{"path":["rest","companies"],"host":["https://api-staging.heala.io"],"query":[{"key":"page","value":"1"},{"key":"filterBy[providerId]","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"b34ef09d-a5e2-4210-bf10-d2a3532287c3","name":"Get Companies","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"localhost:5000/rest/companies?page=1&filterBy[providerId]=61db6f8968b248001aec4fcb","host":["localhost"],"port":"5000","path":["rest","companies"],"query":[{"key":"page","value":"1"},{"key":"filterBy[providerId]","value":"61db6f8968b248001aec4fcb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2634"},{"key":"ETag","value":"W/\"a4a-mrU03+uN7PZKPEYK6ekcR6ycGsY\""},{"key":"Date","value":"Thu, 14 Mar 2024 07:03:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"645e3995a96817001265c2f4\",\n            \"name\": \"Shell Plc.\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Fri May 12 2023 13:05:25 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri May 12 2023 14:41:32 GMT+0000 (Coordinated Universal Time)\",\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"6462214526d3ba001258b3de\",\n            \"name\": \"heala\",\n            \"phone\": \"08028418703\",\n            \"email\": \"shalom.mat40@gmail.com\",\n            \"logo\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-05-15-12-10-445045.jpg\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Mon May 15 2023 12:10:45 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon May 15 2023 12:10:45 GMT+0000 (Coordinated Universal Time)\",\n            \"address\": \"plot 88 fed housing state\",\n            \"enrolleeCount\": 2\n        },\n        {\n            \"_id\": \"646cbe7036e0d000139bf644\",\n            \"name\": \"Arsenal\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Tue May 23 2023 13:24:00 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue May 23 2023 13:24:00 GMT+0000 (Coordinated Universal Time)\",\n            \"enrolleeCount\": 3\n        },\n        {\n            \"_id\": \"646cc27736e0d000139bf66b\",\n            \"name\": \"Beta Testing Community \",\n            \"phone\": \"+2348093546694\",\n            \"email\": \"shalom.mat40@gmail.com\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Tue May 23 2023 13:41:11 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue May 23 2023 13:41:11 GMT+0000 (Coordinated Universal Time)\",\n            \"address\": \"plot 88 fed housing state\",\n            \"enrolleeCount\": 0\n        },\n        {\n            \"_id\": \"64da64349da6b3001288d5a5\",\n            \"name\": \"Tesla\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Mon Aug 14 2023 17:28:20 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Aug 14 2023 17:28:20 GMT+0000 (Coordinated Universal Time)\",\n            \"enrolleeCount\": 2\n        },\n        {\n            \"_id\": \"64da669d9da6b3001288d622\",\n            \"name\": \"Aero Contractors\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Mon Aug 14 2023 17:38:37 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Aug 14 2023 17:38:37 GMT+0000 (Coordinated Universal Time)\",\n            \"enrolleeCount\": 3\n        },\n        {\n            \"_id\": \"64e7610ee44f7700137d62ba\",\n            \"name\": \"BUA Sugar\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Thu Aug 24 2023 13:54:22 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Aug 24 2023 13:54:22 GMT+0000 (Coordinated Universal Time)\",\n            \"enrolleeCount\": 3\n        },\n        {\n            \"_id\": \"64faf40e55fee1001314dc3f\",\n            \"name\": \"Dezec Holdings\",\n            \"logo\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-09-08-10-14-367064.png\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"createdAt\": \"Fri Sep 08 2023 10:14:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Sep 08 2023 10:14:38 GMT+0000 (Coordinated Universal Time)\",\n            \"enrolleeCount\": 0\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 8,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"d1a3dc9a-bf0c-4073-abc0-be4a339211b1"}],"id":"766241a6-1b8f-4399-9df8-fb9ebda28c07","description":"<p>Retrieve information about companies on the HEALA network.</p>\n","_postman_id":"766241a6-1b8f-4399-9df8-fb9ebda28c07"},{"name":"Plans","item":[{"name":"Get all Plans","id":"19c26a1b-f22b-4a0b-888b-cdef413a5bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api-staging.heala.io/rest/plans?filterBy[provider]=61ca53ea29e4de24a49d2636","description":"<p>Get available plans for HMO</p>\n","urlObject":{"path":["rest","plans"],"host":["https://api-staging.heala.io"],"query":[{"description":{"content":"<p>Get hmo plans</p>\n","type":"text/plain"},"key":"filterBy[provider]","value":"61ca53ea29e4de24a49d2636"}],"variable":[]}},"response":[{"id":"68fde6c9-9586-4c15-bd71-588a74fbe0f1","name":"Get all Plans","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/plans?filterBy[type]=hmo","host":["https://api-staging.heala.io"],"path":["rest","plans"],"query":[{"key":"filterBy[type]","value":"hmo","description":"Get hmo plans"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 10:13:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1578"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"62a-+yQ98Mr+hRRMvyLLT39oCZ8DjSY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"plan\": [\n        {\n            \"_id\": \"630270c311414f0013f2bb65\",\n            \"name\": \"Sapphire\",\n            \"amount\": 0,\n            \"description\": \"One time consultation with a doctor\",\n            \"createdAt\": \"Sun Aug 21 2022 17:52:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 06 2022 16:23:04 GMT+0000 (Coordinated Universal Time)\",\n            \"provider\": \"62e2399c2e8afb00139b325c\",\n            \"duration\": \"Consultations\",\n            \"type\": \"hmo\",\n            \"allowedFeatures\": {\n                \"consultation\": \"unlimited\"\n            }\n        },\n        {\n            \"_id\": \"6311ecb1a9c245001362a6f8\",\n            \"name\": \"Consultation Only Plan\",\n            \"amount\": 0,\n            \"description\": \"Unlimited access to consultations\",\n            \"createdAt\": \"Fri Sep 02 2022 11:44:49 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Sep 15 2022 10:24:59 GMT+0000 (Coordinated Universal Time)\",\n            \"provider\": \"630c74c6460b4f00138998ee\",\n            \"type\": \"hmo\",\n            \"allowedFeatures\": {\n                \"consultation\": \"unlimited\"\n            }\n        },\n        {\n            \"_id\": \"6313aa86a9c245001362b206\",\n            \"name\": \"One-off Consultation\",\n            \"amount\": 0,\n            \"description\": \"For emergency consultations\",\n            \"createdAt\": \"Sat Sep 03 2022 19:27:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Sep 12 2022 18:48:57 GMT+0000 (Coordinated Universal Time)\",\n            \"type\": \"hmo\",\n            \"allowedFeatures\": {\n                \"consultation\": \"1\"\n            }\n        },\n        {\n            \"_id\": \"6315c425a9c245001362bd99\",\n            \"name\": \"Silver\",\n            \"amount\": 0,\n            \"description\": \"This plan allows you to have up to 40 consultations in a year\",\n            \"createdAt\": \"Mon Sep 05 2022 09:40:53 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Sep 05 2022 09:40:53 GMT+0000 (Coordinated Universal Time)\",\n            \"type\": \"hmo\",\n            \"allowedFeatures\": {\n                \"consultation\": \"40\"\n            }\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 4,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"19c26a1b-f22b-4a0b-888b-cdef413a5bf8"}],"id":"728679ab-61ca-4ef4-a5b9-afb6115b1d0c","description":"<blockquote>\n<p>Get HEALA access plans to assign to your users</p>\n</blockquote>\n","_postman_id":"728679ab-61ca-4ef4-a5b9-afb6115b1d0c"},{"name":"Upload","item":[{"name":"Upload Files","id":"e298ef9d-8065-4881-a891-fe839e4eaee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>A required field to upload csv files</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/andersonoriahi/Downloads/1681274217696.jpeg"],"value":null}]},"url":"https://api-staging.heala.io/rest/media/upload/api","description":"<blockquote>\n<p>Use this endpoint to upload file attachments</p>\n</blockquote>\n","urlObject":{"path":["rest","media","upload","api"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"81aef6d2-d2c5-45f5-b25d-0bf05967d4d8","name":"Upload Files","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"A required field to upload csv files","src":"/C:/Users/bradl/Downloads/hmobread.csv"}]},"url":"https://api-staging.heala.io/rest/media/upload/api"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Dec 2022 10:14:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Cache-Control","value":"no-cache,no-supplier,must-revalidate"},{"key":"ETag","value":"W/\"10d-r2sU9yyX0fy6QUIrqYsMCEkbEyU\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mediaUrl\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2022-12-04-10-14-405991.csv\",\n        \"s3Url\": \"https://heala-media.s3.amazonaws.com/heala-file-2022-12-04-10-14-405991.csv\",\n        \"bucket\": \"heala-media\",\n        \"ContentType\": \"text/csv\"\n    },\n    \"statusCode\": 200,\n    \"status\": \"success\"\n}"}],"_postman_id":"e298ef9d-8065-4881-a891-fe839e4eaee5"}],"id":"0bccd2ae-7902-4e36-8b0c-3076d51d6ecc","description":"<p>Upload files. Allowed file types include JPG, PNG, CSV JSON</p>\n","_postman_id":"0bccd2ae-7902-4e36-8b0c-3076d51d6ecc"},{"name":"Payment","item":[{"name":"Payment for services","id":"6848ad60-0920-40bc-b390-440d92f3f41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"email\" : \"balabluuu@mail.com\",\r\n     \"reason\" : \"consultation\",\r\n     \"itemId\" : \"640cb367d9c57f0014d941d1\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/payments","description":"<blockquote>\n<p><em>Get details of a test referral after a consultation has been created</em></p>\n</blockquote>\n<ul>\n<li><strong>email</strong> (required) - Email of patient used to add consultation</li>\n<li><strong>reason</strong> (required) - This can be \"drug_order\" or \"diagnostic_test\"</li>\n<li><strong>itemId</strong> (required) - This is the id gotten from the drug_order request or the id gotten from the addition of diagnostic referral</li>\n</ul>\n","urlObject":{"path":["rest","payments"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[{"id":"cdda00ee-1386-4a06-94b7-991e0640c18e","name":"Payment for Drug or test","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"email\" : \"patient@heala.ng\",\r\n     \"reason\" : \"drug_order\", // reason is \"drug_order\" or \"diagnostic_test\"\r\n     \"itemId\" : \"63b693f1fe0e840013abcb10\" // This is either the id for the drug order created or id of the diagnostic test created\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.heala.io/rest/payments","host":["https://api-staging.heala.io"],"path":["rest","payments"],"query":[{"key":"providerId","value":"{{providerId}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"ETag","value":"W/\"9c-4LPeMm84P8UsLDJT/DyL3xcpOsI\""},{"key":"Date","value":"Mon, 09 Jan 2023 08:52:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"authorization_url\": \"https://checkout.paystack.com/4xw9smcljwofw9y\",\n        \"reference\": \"ref-rj9k-qti7-cgbk\"\n    },\n    \"message\": \"Payment initialized successfully\"\n}"}],"_postman_id":"6848ad60-0920-40bc-b390-440d92f3f41b"},{"name":"Check Transaction Status","id":"83da5b8e-edb6-436d-9c11-b50a5ca3a424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\" : \"ref-rj9k-qti7-cgbk\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.heala.io/rest/payments/check-charge","description":"<blockquote>\n<p><em>Get details of a test referral after a consultation has been created</em></p>\n</blockquote>\n<ul>\n<li><strong>email</strong> (required) - Email of patient used to add consultation</li>\n<li><strong>reason</strong> (required) - This can be \"drug_order\" or \"diagnostic_test\"</li>\n<li><strong>itemId</strong> (required) - This is the id gotten from the drug_order request or the id gotten from the addition of diagnostic referral</li>\n</ul>\n","urlObject":{"path":["rest","payments","check-charge"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"providerId","value":"{{providerId}}"}],"variable":[]}},"response":[],"_postman_id":"83da5b8e-edb6-436d-9c11-b50a5ca3a424"}],"id":"d7d2b713-c730-4f04-93c3-101f130622d3","_postman_id":"d7d2b713-c730-4f04-93c3-101f130622d3","description":""},{"name":"Doctors","item":[{"name":"Get Available Doctors","id":"ce400ab4-fddb-4136-9e7a-527290c3b7e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key f1e980bb63dc217a26ad7b2c65e4ea631c49df1677183dc15336d9f6c929a0a1","type":"text"}],"url":"https://api-staging.heala.io/rest/doctors?date=2024-07-21&specialization=Nil","urlObject":{"path":["rest","doctors"],"host":["https://api-staging.heala.io"],"query":[{"disabled":true,"key":"filterBy[providerId]","value":"61ca53ea29e4de24a49d2636"},{"key":"date","value":"2024-07-21"},{"key":"specialization","value":"Nil"}],"variable":[]}},"response":[{"id":"8a2d4eb4-f23d-4136-89ed-ea1f96713ab7","name":"Get Available Doctors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/doctors?date=2023-02-01","host":["https://api-staging.heala.io"],"path":["rest","doctors"],"query":[{"key":"date","value":"2023-02-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Feb 2023 10:09:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6108"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"17dc-pir+0kgjgdQEUGwAJmGlJYFz2HA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6298bc4cbaf3d50013afc0ba\",\n            \"firstName\": \"Odun_Paelon\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Thu Jun 02 2022 13:34:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jun 22 2022 11:12:17 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-2OHUDEN3\",\n            \"hospital\": \"Paelon hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61ca53ea29e4de24a49d2636\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"62e2843e552ffa0013a07cd8\",\n            \"firstName\": \"Stranger\",\n            \"lastName\": \"Venom\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"09099887766\",\n            \"createdAt\": \"Thu Jul 28 2022 12:42:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 30 2022 15:23:47 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TE3RSTED\",\n            \"hospital\": \"Healer\",\n            \"specialization\": \"General Practitioner (GP)\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/free-logo.jpg\",\n            \"dob\": \"Thu Jul 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Consultant\",\n            \"rating\": 5,\n            \"providerId\": \"62dab0680f3dca0014d8eab5\",\n            \"accountDetails\": {\n                \"accountName\": \"Strange Venom\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"634d560f31b98a0013cba740\",\n            \"firstName\": \"Wotoyi\",\n            \"lastName\": \"Wotoyi\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"+2347062324456\",\n            \"createdAt\": \"Mon Oct 17 2022 13:18:07 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Oct 17 2022 13:38:37 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TOYW6O7I\",\n            \"hospital\": \"Freelance Doctor\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/screenshot-Samsung%20Galaxy%20S20-10.0.png\",\n            \"dob\": \"Wed Oct 17 2001 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"House Officer\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"Adedapo\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"6298bc11baf3d50013afc0b4\",\n            \"firstName\": \"Odun_Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Thu Jun 02 2022 13:33:05 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Feb 09 2023 10:56:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-HEAN1UDO\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"DPO\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"62e16b53552ffa0013a069a7\",\n            \"firstName\": \"Dammy\",\n            \"lastName\": \"Dee\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08190897867\",\n            \"createdAt\": \"Wed Jul 27 2022 16:44:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Oct 27 2022 15:50:43 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-BEADAEHS\",\n            \"hospital\": \"Freelance\",\n            \"specialization\": \"Dermatology\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/doctor%20image.jpeg\",\n            \"dob\": \"Tue Oct 01 2002 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"rating\": 3,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"Oluwadamilare Saheeb \",\n                \"accountNumber\": \"0115551450\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Feb 06 2023 08:48:42 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"tttt\",\n                \"accountNumber\": \"555000\",\n                \"bankName\": \"UBA\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"63c016a62c37b60012309c40\",\n            \"firstName\": \"Oluwatosin\",\n            \"lastName\": \"Oladokun\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348146149263\",\n            \"createdAt\": \"Thu Jan 12 2023 14:18:14 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 20 2023 10:44:10 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TIDSOIN3\",\n            \"hospital\": \"Nil\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-01-12-14-18-114421.jpg\",\n            \"dob\": \"Fri Aug 28 1998 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"rating\": 5,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"63d296a94a4458001245293a\",\n            \"firstName\": \"Dr. Dee\",\n            \"lastName\": \"DPO\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348012345656\",\n            \"createdAt\": \"Thu Jan 26 2023 15:05:13 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jan 26 2023 15:05:13 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-O4Y4GAIX\",\n            \"hospital\": \"DPO Hospital\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-01-26-15-05-041842.JPG\",\n            \"dob\": \"Thu Jan 25 1990 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"providerId\": \"634143ae2dc6510013be7628\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"6329a1e4628cd2001ad37a24\",\n            \"firstName\": \"Bright\",\n            \"lastName\": \"Mbanisi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348123497301\",\n            \"createdAt\": \"Tue Sep 20 2022 11:20:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 20 2022 11:20:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TDGBRIHR\",\n            \"hospital\": \"Freelance Doctor\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/16636727620033118521695700396074.jpg\",\n            \"dob\": \"Tue Apr 24 1984 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 9,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"ce400ab4-fddb-4136-9e7a-527290c3b7e8"},{"name":"Get Available Specializations","id":"ccfedee1-b9c1-473b-a494-0da237ce8a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/doctors/available-specializations","urlObject":{"path":["rest","doctors","available-specializations"],"host":["https://api-staging.heala.io"],"query":[],"variable":[]}},"response":[{"id":"0e56cceb-a2aa-44ae-b8e6-dd4ce127dd20","name":"Get Available Doctors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/doctors?date=2023-02-01","host":["https://api-staging.heala.io"],"path":["rest","doctors"],"query":[{"key":"date","value":"2023-02-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Feb 2023 10:09:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6108"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"17dc-pir+0kgjgdQEUGwAJmGlJYFz2HA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6298bc4cbaf3d50013afc0ba\",\n            \"firstName\": \"Odun_Paelon\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Thu Jun 02 2022 13:34:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jun 22 2022 11:12:17 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-2OHUDEN3\",\n            \"hospital\": \"Paelon hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61ca53ea29e4de24a49d2636\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"62e2843e552ffa0013a07cd8\",\n            \"firstName\": \"Stranger\",\n            \"lastName\": \"Venom\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"09099887766\",\n            \"createdAt\": \"Thu Jul 28 2022 12:42:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 30 2022 15:23:47 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TE3RSTED\",\n            \"hospital\": \"Healer\",\n            \"specialization\": \"General Practitioner (GP)\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/free-logo.jpg\",\n            \"dob\": \"Thu Jul 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Consultant\",\n            \"rating\": 5,\n            \"providerId\": \"62dab0680f3dca0014d8eab5\",\n            \"accountDetails\": {\n                \"accountName\": \"Strange Venom\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"634d560f31b98a0013cba740\",\n            \"firstName\": \"Wotoyi\",\n            \"lastName\": \"Wotoyi\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"+2347062324456\",\n            \"createdAt\": \"Mon Oct 17 2022 13:18:07 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Oct 17 2022 13:38:37 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TOYW6O7I\",\n            \"hospital\": \"Freelance Doctor\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/screenshot-Samsung%20Galaxy%20S20-10.0.png\",\n            \"dob\": \"Wed Oct 17 2001 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"House Officer\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"Adedapo\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"6298bc11baf3d50013afc0b4\",\n            \"firstName\": \"Odun_Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Thu Jun 02 2022 13:33:05 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Feb 09 2023 10:56:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-HEAN1UDO\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"DPO\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"62e16b53552ffa0013a069a7\",\n            \"firstName\": \"Dammy\",\n            \"lastName\": \"Dee\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08190897867\",\n            \"createdAt\": \"Wed Jul 27 2022 16:44:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Oct 27 2022 15:50:43 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-BEADAEHS\",\n            \"hospital\": \"Freelance\",\n            \"specialization\": \"Dermatology\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/doctor%20image.jpeg\",\n            \"dob\": \"Tue Oct 01 2002 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"rating\": 3,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"Oluwadamilare Saheeb \",\n                \"accountNumber\": \"0115551450\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Feb 06 2023 08:48:42 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"tttt\",\n                \"accountNumber\": \"555000\",\n                \"bankName\": \"UBA\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"63c016a62c37b60012309c40\",\n            \"firstName\": \"Oluwatosin\",\n            \"lastName\": \"Oladokun\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348146149263\",\n            \"createdAt\": \"Thu Jan 12 2023 14:18:14 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 20 2023 10:44:10 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TIDSOIN3\",\n            \"hospital\": \"Nil\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-01-12-14-18-114421.jpg\",\n            \"dob\": \"Fri Aug 28 1998 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"rating\": 5,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"63d296a94a4458001245293a\",\n            \"firstName\": \"Dr. Dee\",\n            \"lastName\": \"DPO\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348012345656\",\n            \"createdAt\": \"Thu Jan 26 2023 15:05:13 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jan 26 2023 15:05:13 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-O4Y4GAIX\",\n            \"hospital\": \"DPO Hospital\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-01-26-15-05-041842.JPG\",\n            \"dob\": \"Thu Jan 25 1990 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"providerId\": \"634143ae2dc6510013be7628\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"6329a1e4628cd2001ad37a24\",\n            \"firstName\": \"Bright\",\n            \"lastName\": \"Mbanisi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348123497301\",\n            \"createdAt\": \"Tue Sep 20 2022 11:20:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 20 2022 11:20:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TDGBRIHR\",\n            \"hospital\": \"Freelance Doctor\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/16636727620033118521695700396074.jpg\",\n            \"dob\": \"Tue Apr 24 1984 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 9,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"}],"_postman_id":"ccfedee1-b9c1-473b-a494-0da237ce8a40"},{"name":"Get Doctors Available Times","id":"2ec10aeb-5c2c-406b-a24f-97062d57b76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":"https://api-staging.heala.io/rest/doctors/availibility-for-date?date=2023-03-15&doctor=6298bc4cbaf3d50013afc0ba","urlObject":{"path":["rest","doctors","availibility-for-date"],"host":["https://api-staging.heala.io"],"query":[{"key":"date","value":"2023-03-15"},{"key":"doctor","value":"6298bc4cbaf3d50013afc0ba"}],"variable":[]}},"response":[{"id":"868fa08a-b696-4328-bd67-b8bca1a1b07a","name":"Get Available Doctors","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/doctors?date=2023-02-01","host":["https://api-staging.heala.io"],"path":["rest","doctors"],"query":[{"key":"date","value":"2023-02-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Feb 2023 10:09:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6108"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"17dc-pir+0kgjgdQEUGwAJmGlJYFz2HA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"6298bc4cbaf3d50013afc0ba\",\n            \"firstName\": \"Odun_Paelon\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Thu Jun 02 2022 13:34:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Wed Jun 22 2022 11:12:17 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-2OHUDEN3\",\n            \"hospital\": \"Paelon hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61ca53ea29e4de24a49d2636\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"62e2843e552ffa0013a07cd8\",\n            \"firstName\": \"Stranger\",\n            \"lastName\": \"Venom\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"09099887766\",\n            \"createdAt\": \"Thu Jul 28 2022 12:42:38 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Aug 30 2022 15:23:47 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TE3RSTED\",\n            \"hospital\": \"Healer\",\n            \"specialization\": \"General Practitioner (GP)\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/free-logo.jpg\",\n            \"dob\": \"Thu Jul 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Consultant\",\n            \"rating\": 5,\n            \"providerId\": \"62dab0680f3dca0014d8eab5\",\n            \"accountDetails\": {\n                \"accountName\": \"Strange Venom\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"634d560f31b98a0013cba740\",\n            \"firstName\": \"Wotoyi\",\n            \"lastName\": \"Wotoyi\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"+2347062324456\",\n            \"createdAt\": \"Mon Oct 17 2022 13:18:07 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Oct 17 2022 13:38:37 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TOYW6O7I\",\n            \"hospital\": \"Freelance Doctor\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/screenshot-Samsung%20Galaxy%20S20-10.0.png\",\n            \"dob\": \"Wed Oct 17 2001 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"House Officer\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"Adedapo\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"6298bc11baf3d50013afc0b4\",\n            \"firstName\": \"Odun_Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Female\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Thu Jun 02 2022 13:33:05 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Feb 09 2023 10:56:18 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-HEAN1UDO\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"DPO\",\n                \"accountNumber\": \"0149727243\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"62e16b53552ffa0013a069a7\",\n            \"firstName\": \"Dammy\",\n            \"lastName\": \"Dee\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08190897867\",\n            \"createdAt\": \"Wed Jul 27 2022 16:44:03 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Oct 27 2022 15:50:43 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-BEADAEHS\",\n            \"hospital\": \"Freelance\",\n            \"specialization\": \"Dermatology\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/doctor%20image.jpeg\",\n            \"dob\": \"Tue Oct 01 2002 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"rating\": 3,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"Oluwadamilare Saheeb \",\n                \"accountNumber\": \"0115551450\",\n                \"bankName\": \"GT Bank\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"628a8ae8f37f9300130e6650\",\n            \"firstName\": \"Heala\",\n            \"lastName\": \"Doctor\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"08065230812\",\n            \"createdAt\": \"Sun May 22 2022 19:11:36 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Mon Feb 06 2023 08:48:42 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-RDHTOCO9\",\n            \"hospital\": \"Heala hospital\",\n            \"specialization\": \"Dental\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/2022-01-17-15-29-246054.png\",\n            \"dob\": \"Fri Oct 27 1978 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"5\",\n            \"rating\": 4,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {\n                \"accountName\": \"tttt\",\n                \"accountNumber\": \"555000\",\n                \"bankName\": \"UBA\"\n            },\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"63c016a62c37b60012309c40\",\n            \"firstName\": \"Oluwatosin\",\n            \"lastName\": \"Oladokun\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348146149263\",\n            \"createdAt\": \"Thu Jan 12 2023 14:18:14 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Fri Jan 20 2023 10:44:10 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TIDSOIN3\",\n            \"hospital\": \"Nil\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-01-12-14-18-114421.jpg\",\n            \"dob\": \"Fri Aug 28 1998 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"rating\": 5,\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"63d296a94a4458001245293a\",\n            \"firstName\": \"Dr. Dee\",\n            \"lastName\": \"DPO\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348012345656\",\n            \"createdAt\": \"Thu Jan 26 2023 15:05:13 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Thu Jan 26 2023 15:05:13 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-O4Y4GAIX\",\n            \"hospital\": \"DPO Hospital\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/heala-file-2023-01-26-15-05-041842.JPG\",\n            \"dob\": \"Thu Jan 25 1990 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"providerId\": \"634143ae2dc6510013be7628\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        },\n        {\n            \"_id\": \"6329a1e4628cd2001ad37a24\",\n            \"firstName\": \"Bright\",\n            \"lastName\": \"Mbanisi\",\n            \"gender\": \"Male\",\n            \"phoneNumber\": \"+2348123497301\",\n            \"createdAt\": \"Tue Sep 20 2022 11:20:04 GMT+0000 (Coordinated Universal Time)\",\n            \"updatedAt\": \"Tue Sep 20 2022 11:20:04 GMT+0000 (Coordinated Universal Time)\",\n            \"dociId\": \"HEALA-TDGBRIHR\",\n            \"hospital\": \"Freelance Doctor\",\n            \"specialization\": \"Nil\",\n            \"picture\": \"https://dq1z5gvyi71s7.cloudfront.net/16636727620033118521695700396074.jpg\",\n            \"dob\": \"Tue Apr 24 1984 00:00:00 GMT+0000 (Coordinated Universal Time)\",\n            \"cadre\": \"Medical officer (MO)\",\n            \"providerId\": \"61db6f8968b248001aec4fcb\",\n            \"accountDetails\": {},\n            \"timezoneOffset\": \"+01:00\"\n        }\n    ],\n    \"pageInfo\": {\n        \"totalDocs\": 9,\n        \"limit\": 10,\n        \"hasPrevPage\": false,\n        \"hasNextPage\": false,\n        \"page\": 1,\n        \"totalPages\": 1,\n        \"pagingCounter\": 1\n    }\n}"},{"id":"4cfa791f-4767-4432-843e-c0258e9b5990","name":"Get Doctors Available Times","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Api-Key {{apiKey}}","type":"text"}],"url":{"raw":"https://api-staging.heala.io/rest/doctors/availibility-for-date?date=2023-03-15&doctor=6298bc4cbaf3d50013afc0ba","host":["https://api-staging.heala.io"],"path":["rest","doctors","availibility-for-date"],"query":[{"key":"date","value":"2023-03-15"},{"key":"doctor","value":"6298bc4cbaf3d50013afc0ba"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1729"},{"key":"ETag","value":"W/\"6c1-+4AEtIYBw5U2DHL9YdYJU/QiVRA\""},{"key":"Date","value":"Tue, 14 Mar 2023 13:36:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_id\": \"633d627198a186158d02467d\",\n        \"day\": \"Wednesday\",\n        \"available\": true,\n        \"times\": [\n            {\n                \"_id\": \"633d628764b8b50013695b43\",\n                \"start\": \"06:00\",\n                \"stop\": \"07:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b44\",\n                \"start\": \"07:00\",\n                \"stop\": \"08:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b45\",\n                \"start\": \"08:00\",\n                \"stop\": \"09:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b46\",\n                \"start\": \"09:00\",\n                \"stop\": \"10:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b47\",\n                \"start\": \"10:00\",\n                \"stop\": \"11:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b48\",\n                \"start\": \"11:00\",\n                \"stop\": \"12:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b49\",\n                \"start\": \"12:00\",\n                \"stop\": \"13:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b4a\",\n                \"start\": \"13:00\",\n                \"stop\": \"14:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b4b\",\n                \"start\": \"14:00\",\n                \"stop\": \"15:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b4c\",\n                \"start\": \"15:00\",\n                \"stop\": \"16:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b4d\",\n                \"start\": \"16:00\",\n                \"stop\": \"17:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b4e\",\n                \"start\": \"17:00\",\n                \"stop\": \"18:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b4f\",\n                \"start\": \"18:00\",\n                \"stop\": \"19:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b50\",\n                \"start\": \"19:00\",\n                \"stop\": \"20:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b51\",\n                \"start\": \"20:00\",\n                \"stop\": \"21:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b52\",\n                \"start\": \"21:00\",\n                \"stop\": \"22:00\",\n                \"available\": true\n            },\n            {\n                \"_id\": \"633d628764b8b50013695b53\",\n                \"start\": \"22:00\",\n                \"stop\": \"23:00\",\n                \"available\": true\n            }\n        ],\n        \"doctor\": \"6298bc4cbaf3d50013afc0ba\",\n        \"createdAt\": \"Wed Oct 05 2022 10:54:41 GMT+0000 (Coordinated Universal Time)\",\n        \"updatedAt\": \"Wed Oct 05 2022 10:55:03 GMT+0000 (Coordinated Universal Time)\",\n        \"providerId\": \"61ca53ea29e4de24a49d2636\"\n    }\n}"}],"_postman_id":"2ec10aeb-5c2c-406b-a24f-97062d57b76c"}],"id":"099fd5a1-a7d6-481e-8cf0-1ac04fb116b9","_postman_id":"099fd5a1-a7d6-481e-8cf0-1ac04fb116b9","description":""}],"event":[{"listen":"prerequest","script":{"id":"7a29e505-0e1a-4da2-b1de-4beb2a6f606e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2bd33d0b-f2d4-4515-b42e-a505c1b5c2af","type":"text/javascript","exec":[""]}}],"variable":[{"key":"apiUrl","value":"https://api-staging.heala.io","type":"string"},{"key":"apiKey","value":"{{apiKey}}","type":"string"},{"key":"providerId","value":"{{providerId}}","type":"string"},{"key":"enrolleeId","value":"{{enrolleeId}}"},{"key":"planId","value":"{{planId}}","type":"string"},{"key":"companyId","value":"{{companyId}}","type":"string"},{"key":"phoneNumber","value":"\"08012345678\"","type":"string"}]}