{
	"info": {
		"_postman_id": "6eba25c2-e29c-4f84-bf99-7848d55e3443",
		"name": "New Collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "40946033",
		"_collection_link": "https://speeding-moon-1473.postman.co/workspace/Cybersoph~39e12470-281b-4fac-b6a3-c62d74f11f51/collection/40946033-6eba25c2-e29c-4f84-bf99-7848d55e3443?action=share&source=collection_link&creator=40946033"
	},
	"item": [
		{
			"name": "exam_list",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n   \"api_key\": \"128ca7111b465c2d4dbbf3937f64f4c1dcaba5e6\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_list",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_list"
					]
				}
			},
			"response": []
		},
		{
			"name": "lifefile_webhook",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "[\n//   {\n//     \"pharmacyLocation\": \"Hallandale\", // pharmacy location name\n//     \"fillId\": \"8866201\", // pharmacy fill id\n//     \"rxNumber\": \"6800722\", // pharmacy rx number\n//     \"foreignRxNumber\": \"242\", // our prescription id\n//     \"orderId\": \"95225172\", // pharmacy order id\n//     \"referenceId\": \"88005\", // our patient exam id\n//     \"practiceId\": \"1226003\", // integration added lifefile practice id for qualiphy\n//     \"providerId\": \"207389951\", // pharmacy provider\n//     \"patientId\": \"207620481\", // pharmacy patient id\n//     \"lfdrugId\": \"201211682\", // pharmacy entered product drug code\n//     \"rxStatus\": \"Shipping\",\n//     \"rxStatusDateTime\": \"2024-11-12T20:21:59\",\n//     \"deliveryService\": \"FedEx | Cold | Out-of-State | Ship Patient (STD OVERNIGHT)\",\n//     \"service\": \"7889\",\n//     \"trackingNumber\": \"281735414066\",\n//     \"shipAddressLine1\": \"3707 Spyglass Ln\",\n//     \"shipAddressLine2\": null,\n//     \"shipAddressLine3\": null,\n//     \"shipCity\": \"Turlock\",\n//     \"shipState\": \"CA\",\n//     \"shipZip\": \"95382\",\n//     \"shipCountry\": \"US\",\n//     \"shipCarrier\": \"FedEx\", // might be a different ship carrier\n//     \"patientEmail\": \"shargomes@msn.com\"\n//   }\n\n\n   {\n    \"pharmacyLocation\": \"Hallandale Pharmacy\",\n    \"shipCarrier\": \"FEDEX\",\n   \"fillId\": 14755193,\n    \"rxNumber\": 13170540,\n    \"foreignRxNumber\": 235,\n    \"orderId\": 100787621,\n    \"referenceId\": 89559,\n    \"practiceId\": 1199130,\n    \"providerId\": \"\",\n    \"patientId\": \"\",\n    \"lfdrugId\": 7963303,\n    \"rxStatus\": \"shipped\",\n    \"rxStatusDateTime\": \"11/5/24 17:20\",\n    \"deliveryService\": \"FEDEX-STANDARD OVERNIGHT\",\n    \"service\": 6230,\n    \"trackingNumber\": 281478001265\n   }\n]\n",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/lifefile_webhook",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"lifefile_webhook"
					]
				}
			},
			"response": []
		},
		{
			"name": "exam_invite",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_key\": \"128ca7111b465c2d4dbbf3937f64f4c1dcaba5e6\",\n    \"exams\": [\n        1148\n    ],\n    \"first_name\": \"\",\n    \"last_name\": \"\",\n    \"email\": \"\",\n    \"dob\": \"\",\n    \"webhook_url\": \"\",\n    \"additional_data\": \"\",\n    \"cc1_email\": \"\",\n    \"cc2_email\": \"\",\n    \"redirect_approve\": \"\",\n    \"redirect_reject\": \"\",\n    \"redirect_na\": \"\",\n    \"redirect_missed\": \"\",\n    \"dmv_license_number\": \"\",\n    \"address_line_1\": \"\",\n    \"address_line_2\": \"\",\n    \"city\": \"\",\n    \"zip_code\": \"\",\n    \"shipping_address_line_1\": \"\",\n    \"shipping_address_line_2\": \"\",\n    \"shipping_city\": \"\",\n    \"shipping_zip_code\":\"\",\n    \"pharmacy_id\":\"\",\n    \"exam_pos_id\":\"\",\n    \"external_smartscript_patient_id\":\"\",\n    \"ncpdpid\":\"\", \n    \"eazyscript_pharmacy_id\": \"\", \n    \"eazyscript_pharmacy_name\": \"\", \n    \"phone_number\": \"\", \n    \"patient_address_prefill\": \"\", \n    \"state\": \"\", \n    \"tele_state\": \"\", \n    \"shipping_state\": \"\", \n    \"gender\": \"\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_invite",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_invite"
					]
				}
			},
			"response": [
				{
					"name": "exam_invite",
					"originalRequest": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  // Required fields\n  \"api_key\": \"{{clinic_API_Key_Anil}}\",  // required\n  \"exams\": [1, 2],            // required\n  \"first_name\": \"John\",       // required\n  \"last_name\": \"Doe\",         // required\n  \"email\": \"anil+exam@qualiphy.me\", //required \n  \"dob\": \"1990-06-30\",        // required\n  \"phone_number\": \"+15552223344\" // required\n\n  // Optional fields\n//   \"webhook_url\": \"https://example.com/webhook\",  // optional\n//   \"additional_data\": \"{}\",   // optional\n//   \"redirect_approve\": \"https://example.com/approve\",  // optional\n//   \"redirect_reject\": \"https://example.com/reject\",  // optional\n//   \"redirect_na\": \"https://example.com/na\",  // optional\n//   \"redirect_missed\": \"https://example.com/missed\",  // optional\n//   \"dmv_license_number\": \"D1234567\",  // optional\n//   \"address_line_1\": \"123 Main St\",   // optional\n//   \"address_line_2\": \"Apt 4B\",        // optional\n//   \"city\": \"New York\",                // optional\n//   \"state\": \"NY\",                     // optional\n//   \"zip_code\": \"10001\",               // optional\n//   \"shipping_address_line_1\": \"123 Main St\",  // optional\n//   \"shipping_address_line_2\": \"Apt 4B\",       // optional\n//   \"shipping_city\": \"New York\",               // optional\n//   \"shipping_state\": \"NY\",                    // optional\n//   \"shipping_zip_code\": \"10001\",              // optional\n//   \"patient_address_prefill\": 1,              // optional\n//   \"gender\": 1,                               // optional\n//   \"tele_state\": \"NY\",                        // optional\n//   \"pharmacy_id\": 1,                          // optional\n//   \"exam_pos_id\": 1                           // optional\n}\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{qualiphy}}api/exam_invite",
							"host": [
								"{{qualiphy}}api"
							],
							"path": [
								"exam_invite"
							]
						}
					},
					"_postman_previewlanguage": "Text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "exam_invite_resend",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n  \n      \"api_key\": \"c69d25d054dc33be28a84aee5ed2123c8ced512f\",\n    \"meeting_uuid\": \"07e0f03e-b7d1-4528-8bc1-50e6e0bf5d5b\",\n    \"patient_exam_id\": 11810\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_invite_resend",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_invite_resend"
					]
				}
			},
			"response": []
		},
		{
			"name": "exam_questions",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_key\":\"128ca7111b465c2d4dbbf3937f64f4c1dcaba5e6\",\n    \"patient_exam_id\": 1715,\n    \"meeting_uuid\": \"7a3de16b-e241-4258-8c3f-1184af296a75\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_questions",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_questions"
					]
				}
			},
			"response": []
		},
		{
			"name": "exam_submit_answers",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_key\": \"c69d25d054dc33be28a84aee5ed2123c8ced512f\",\n    \"meeting_uuid\": \"07e0f03e-b7d1-4528-8bc1-50e6e0bf5d5b\",\n    \"patient_exam_id\": 11810,\n    \"answers\": [\n        {\n            \"question_id\": 5924,\n            \"answer\": \"Yes\",\n            \"exam_id\": 5924\n        }\n    ]\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_submit_answers",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_submit_answers"
					]
				}
			},
			"response": []
		},
		{
			"name": "NOT USED ANYMORE exam_attachment_complete",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "4e0e267305cd283dc0c4324545966ecaf52937a2",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"meeting_uuid\": \"c29ed77c-75fb-4719-aef5-794503f8ea0c\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_attachment_complete",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_attachment_complete"
					]
				}
			},
			"response": []
		},
		{
			"name": "partner_pharmacy_treatment_packages",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_key\":\"4e0e267305cd283dc0c4324545966ecaf52937a2\",\n    \"patient_state\": \"AZ\",\n    \"exam_ids\": [1148],\n    \"pharmacy_ids\": [3,4]\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/partner_pharmacy_treatment_packages",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"partner_pharmacy_treatment_packages"
					]
				}
			},
			"response": []
		},
		{
			"name": "partner_pharmacy_list",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"api_key\":\"4e0e267305cd283dc0c4324545966ecaf52937a2\",\n    \"patient_state\": \"AZ\",\n    \"exam_ids\": [1287]\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{qualiphy}}api/partner_pharmacy_list",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"partner_pharmacy_list"
					]
				}
			},
			"response": []
		},
		{
			"name": "exam_upload_attachment",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "4e0e267305cd283dc0c4324545966ecaf52937a2",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "meeting_uuid",
							"value": "961a7e72-39c8-423e-906c-26d4cf66f89e",
							"type": "text"
						},
						{
							"key": "file",
							"type": "file",
							"src": "/Users/liorgavra/Downloads/bg.jpeg"
						},
						{
							"key": "attachment_type",
							"value": "",
							"type": "text",
							"disabled": true
						}
					]
				},
				"url": {
					"raw": "{{qualiphy}}api/exam_upload_attachment",
					"host": [
						"{{qualiphy}}api"
					],
					"path": [
						"exam_upload_attachment"
					]
				}
			},
			"response": []
		}
	]
}