{"info":{"_postman_id":"76d446c4-9216-4354-865e-c1189565bba1","name":"USADoctorNetwork","description":"<html><head></head><body><p>USA Doctor Network is a healthcare company driven by<br>delivering the best healthcare to patients with the latest technology. With<br>multiple models and routes to patients in<br>the healthcare realm.</p>\n<p>A more detailed version (less examples) of this page is located here</p>\n<p><a href=\"https://backend.usadoctornetwork.com/swagger/\">https://backend.usadoctornetwork.com/swagger/</a></p>\n<p>Our terms of use is located here</p>\n<p><a href=\"https://portal.usadoctornetwork.com/ApiTerms\">https://portal.usadoctornetwork.com/ApiTerms</a></p>\n<p>You can contact support here</p>\n<p>mailto:<a href=\"https://mailto:Support@USADoctorNetwor.com\">Support@USADoctorNetwor.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5483251","collectionId":"76d446c4-9216-4354-865e-c1189565bba1","publishedId":"2sAYBViBmh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"3390ff"},"publishDate":"2024-11-26T21:53:33.000Z"},"item":[{"name":"Patient","item":[{"name":"AddPatient","id":"2b879e12-ab37-46dc-8bb2-a7193a541ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"newPatient\": [\r\n    {\r\n      \"clientPatientID\": \"string\",\r\n      \"firstName\": \"string\",\r\n      \"lastName\": \"string\",\r\n      \"address1\": \"string\",\r\n      \"city\": \"string\",\r\n      \"state\": \"string\",\r\n      \"zipCode\": \"string\",\r\n      \"dob\": \"2024-11-26T23:04:36.267Z\",\r\n      \"height\": \"string\",\r\n      \"weight\": \"string\",\r\n      \"email\": \"string\",\r\n      \"homePhone\": \"string\",\r\n      \"gender\": \"string\",\r\n      \"chiefComplaint\": \"string\",\r\n      \"pharmacy_Name\": \"string\",\r\n      \"pharmacy_Address\": \"string\",\r\n      \"pharmacy_City\": \"string\",\r\n      \"pharmacy_State\": \"string\",\r\n      \"pharmacy_Zip\": \"string\",\r\n      \"pharmacy_Phone\": \"string\",\r\n      \"rx1_PCN_Number\": \"string\",\r\n      \"is_Async\": \"string\",\r\n      \"dynamic_Questions\": {\r\n        \"sugestive\": [\r\n          {\r\n            \"main_Question\": \"string\",\r\n            \"answer_ID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/patient/addpatient","description":"<p>This lets you add a new patient to the system. Special notes is that the clientPatientId should be unique to your patient.</p>\n","urlObject":{"protocol":"https","path":["api","patient","addpatient"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"5d40f66a-650a-4c5a-8bd4-b92cb05945bd","name":"https://backend.usadoctornetwork.com/api/patient/addpatient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"newPatient\": [\r\n    {\r\n      \"clientPatientID\": \"string\",\r\n      \"firstName\": \"string\",\r\n      \"lastName\": \"string\",\r\n      \"address1\": \"string\",\r\n      \"city\": \"string\",\r\n      \"state\": \"string\",\r\n      \"zipCode\": \"string\",\r\n      \"dob\": \"2024-11-26T23:04:36.267Z\",\r\n      \"height\": \"string\",\r\n      \"weight\": \"string\",\r\n      \"email\": \"string\",\r\n      \"homePhone\": \"string\",\r\n      \"gender\": \"string\",\r\n      \"chiefComplaint\": \"string\",\r\n      \"pharmacy_Name\": \"string\",\r\n      \"pharmacy_Address\": \"string\",\r\n      \"pharmacy_City\": \"string\",\r\n      \"pharmacy_State\": \"string\",\r\n      \"pharmacy_Zip\": \"string\",\r\n      \"pharmacy_Phone\": \"string\",\r\n      \"rx1_PCN_Number\": \"string\",\r\n      \"is_Async\": \"string\",\r\n      \"dynamic_Questions\": {\r\n        \"sugestive\": [\r\n          {\r\n            \"main_Question\": \"string\",\r\n            \"answer_ID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/patient/addpatient"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"resultCode\": \"string\",\r\n    \"resultDescription\": \"string\",\r\n    \"patient_Id\": \"string\",\r\n    \"exam_Id\": \"string\",\r\n    \"firstName\": \"string\",\r\n    \"lastName\": \"string\"\r\n  }\r\n]"}],"_postman_id":"2b879e12-ab37-46dc-8bb2-a7193a541ec1"},{"name":"UpdatePatient","id":"d6b4af62-6b50-42b1-bca0-d81fad4c0c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\",\r\n  \"patientInfo\": [\r\n    {\r\n      \"firstName\": \"string\",\r\n      \"lastName\": \"string\",\r\n      \"address\": \"string\",\r\n      \"city\": \"string\",\r\n      \"state\": \"string\",\r\n      \"zip\": \"string\",\r\n      \"phone\": \"string\",\r\n      \"email\": \"string\",\r\n      \"dob\": \"2024-11-26T23:15:24.264Z\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Patient/UpdatePatient","description":"<p>This lets you update the patient demographics</p>\n","urlObject":{"protocol":"https","path":["Patient","UpdatePatient"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"84a4f770-de94-47d1-945e-bcd893ee29d4","name":"UpdatePatient","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\",\r\n  \"patientInfo\": [\r\n    {\r\n      \"firstName\": \"string\",\r\n      \"lastName\": \"string\",\r\n      \"address\": \"string\",\r\n      \"city\": \"string\",\r\n      \"state\": \"string\",\r\n      \"zip\": \"string\",\r\n      \"phone\": \"string\",\r\n      \"email\": \"string\",\r\n      \"dob\": \"2024-11-26T23:15:24.264Z\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/Patient/UpdatePatient"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"exam_Id\": \"string\",\r\n    \"resultCode\": \"string\",\r\n    \"resultDescription\": \"string\",\r\n    \"updatePatientResult\": [\r\n      {\r\n        \"exam_Id\": \"string\",\r\n        \"firstName\": \"string\",\r\n        \"lastName\": \"string\",\r\n        \"address\": \"string\",\r\n        \"city\": \"string\",\r\n        \"state\": \"string\",\r\n        \"zip\": \"string\",\r\n        \"phone\": \"string\",\r\n        \"email\": \"string\",\r\n        \"dob\": \"2024-11-26T23:15:24.267Z\"\r\n      }\r\n    ]\r\n  }\r\n]"}],"_postman_id":"d6b4af62-6b50-42b1-bca0-d81fad4c0c2b"},{"name":"CancelPatient","id":"54afd20e-549e-41bb-af2f-60790143e6b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Patient/CancelPatient","description":"<p>This lets you cancel a patient that has not been seen by a doctor yet.</p>\n","urlObject":{"protocol":"https","path":["Patient","CancelPatient"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"3559d150-5d3b-49a5-8314-81c251e350ab","name":"CancelPatient","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/Patient/UpdatePatient"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"exam_Id\": \"string\",\r\n    \"resultCode\": \"string\",\r\n    \"resultDescription\": \"string\"\r\n  }\r\n]"}],"_postman_id":"54afd20e-549e-41bb-af2f-60790143e6b5"},{"name":"Get Patient Scripts","id":"fab331a8-8739-4585-86d2-c3a0e01e65c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Patient/GetScript","description":"<p>This lets you get a list of current written scripts for the patient.</p>\n","urlObject":{"protocol":"https","path":["Patient","GetScript"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"ba3b49a7-190c-4ffb-a0f5-8cc53086e1b9","name":"Get Patient Scripts","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Patient/GetScript"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"result\": \"string\",\r\n    \"exam_Id\": \"string\",\r\n    \"items\": [\r\n      {\r\n        \"prescriptionId\": 0,\r\n        \"writtenDate\": \"2024-11-26T23:22:06.049Z\",\r\n        \"directions\": \"string\",\r\n        \"quantity\": \"string\",\r\n        \"dispenseUnitId\": 0,\r\n        \"dispenseUnitDescription\": \"string\",\r\n        \"refills\": \"string\",\r\n        \"daysSupply\": 0,\r\n        \"pharmacyId\": 0,\r\n        \"pharmacyNotes\": \"string\",\r\n        \"noSubstitutions\": true,\r\n        \"effectiveDate\": \"2024-11-26T23:22:06.049Z\",\r\n        \"lastFillDate\": \"2024-11-26T23:22:06.049Z\",\r\n        \"prescriberId\": 0,\r\n        \"prescriberAgentId\": 0,\r\n        \"rxReferenceNumber\": \"string\",\r\n        \"status\": 0,\r\n        \"formulary\": true,\r\n        \"eligibilityId\": 0,\r\n        \"type\": 0,\r\n        \"nonDoseSpotPrescriptionId\": 0,\r\n        \"errorIgnored\": true,\r\n        \"supplyId\": 0,\r\n        \"compoundId\": 0,\r\n        \"freeTextType\": 0,\r\n        \"clinicId\": 0,\r\n        \"supervisorId\": 0,\r\n        \"isUrgent\": true,\r\n        \"isRxRenewal\": true,\r\n        \"rxRenewalNote\": \"string\",\r\n        \"firstPrescriptionDiagnosis\": \"string\",\r\n        \"secondPrescriptionDiagnosis\": \"string\",\r\n        \"patientMedicationId\": 0,\r\n        \"medicationStatus\": 0,\r\n        \"comment\": \"string\",\r\n        \"dateInactive\": \"2024-11-26T23:22:06.049Z\",\r\n        \"encounter\": \"string\",\r\n        \"doseForm\": \"string\",\r\n        \"route\": \"string\",\r\n        \"strength\": \"string\",\r\n        \"genericProductName\": \"string\",\r\n        \"genericDrugName\": \"string\",\r\n        \"lexiGenProductId\": 0,\r\n        \"lexiDrugSynId\": 0,\r\n        \"lexiSynonymTypeId\": 0,\r\n        \"lexiGenDrugId\": \"string\",\r\n        \"rxCUI\": \"string\",\r\n        \"otc\": true,\r\n        \"ndc\": \"string\",\r\n        \"schedule\": \"string\",\r\n        \"displayName\": \"string\",\r\n        \"monographPath\": \"string\",\r\n        \"drugClassification\": \"string\",\r\n        \"stateSchedules\": \"string\",\r\n        \"brand\": true,\r\n        \"compoundIngredients\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n]"}],"_postman_id":"fab331a8-8739-4585-86d2-c3a0e01e65c2"},{"name":"Get Exam Status","id":"f8cbfe65-7dc2-4c1f-9f5c-b3813ca9e311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Patient/ExamStatus","description":"<p>This lets you check the current status of a patient</p>\n","urlObject":{"protocol":"https","path":["Patient","ExamStatus"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"1ee45f32-3062-48b1-8fd8-d9d0ae947d1b","name":"Get Exam Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"exam_Id\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Patient/GetScript"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"result\": \"string\",\r\n    \"exam_Id\": \"string\",\r\n    \"status\": [\r\n      {\r\n        \"firstName\": \"string\",\r\n        \"lastName\": \"string\",\r\n        \"address\": \"string\",\r\n        \"city\": \"string\",\r\n        \"state\": \"string\",\r\n        \"zip\": \"string\",\r\n        \"phone\": \"string\",\r\n        \"email\": \"string\",\r\n        \"postedDate\": \"2024-11-26T23:29:29.333Z\",\r\n        \"completedDate\": \"2024-11-26T23:29:29.333Z\",\r\n        \"status\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n]"}],"_postman_id":"f8cbfe65-7dc2-4c1f-9f5c-b3813ca9e311"},{"name":"Upload file to patient record","id":"a1d42a50-3c93-44a1-98e7-6dad8feef02b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://backend.usadoctornetwork.com/api/Patient/Uploadfile/?Exam_Id={Your Exam ID}","description":"<p>Upload file to patient record</p>\n","urlObject":{"protocol":"https","path":["api","Patient","Uploadfile",""],"host":["backend","usadoctornetwork","com"],"query":[{"key":"Exam_Id","value":"{Your Exam ID}"}],"variable":[]}},"response":[{"id":"ddbdd729-a58e-4bab-8a81-86bd47b3dda2","name":"Upload file to patient record","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":{"raw":"https://backend.usadoctornetwork.com/api/Patient/Uploadfile/?Exam_Id={Your Exam ID}","protocol":"https","host":["backend","usadoctornetwork","com"],"path":["api","Patient","Uploadfile",""],"query":[{"key":"Exam_Id","value":"{Your Exam ID}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"exam_Id\": \"string\",\r\n    \"resultCode\": \"string\",\r\n    \"resultDescription\": \"string\"\r\n  }\r\n]"}],"_postman_id":"a1d42a50-3c93-44a1-98e7-6dad8feef02b"}],"id":"3e5ba54c-c068-4924-b0e5-f15736e876af","description":"<p>Here are the APIs that refer to direct patient care</p>\n","_postman_id":"3e5ba54c-c068-4924-b0e5-f15736e876af"},{"name":"Comms","item":[{"name":"Send or Receive Text","id":"62aba544-79aa-4b77-af5e-fabe081a8be8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"chatRequest\": [\r\n    {\r\n      \"exam_Id\": \"string\",\r\n      \"message\": \"string\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Comms/APISMS","description":"<p>this lets you check for and or send text to patietns. The phone number isnted needed as they are provided via the system. \nLeave out the message if you are just checking for inbound messages. </p>\n","urlObject":{"protocol":"https","path":["Comms","APISMS"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"2051d22f-9a7b-493b-9806-21d6e8dcda36","name":"Send or Receive Text","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"chatRequest\": [\r\n    {\r\n      \"exam_Id\": \"string\",\r\n      \"message\": \"string\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/Comms/APISMS"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"resultCode\": \"string\",\r\n    \"resultDescription\": \"string\",\r\n    \"patient_Id\": \"string\",\r\n    \"exam_Id\": \"string\",\r\n    \"firstName\": \"string\",\r\n    \"lastName\": \"string\",\r\n    \"dob\": \"string\",\r\n    \"waitingRoom\": [\r\n      {\r\n        \"message_ID\": \"string\",\r\n        \"eventDate\": \"2024-11-26T23:34:32.811Z\",\r\n        \"name\": \"string\",\r\n        \"fromNumbe\": \"string\",\r\n        \"toNumber\": \"string\",\r\n        \"message\": \"string\",\r\n        \"exam_Id\": \"string\",\r\n        \"responded\": \"string\"\r\n      }\r\n    ],\r\n    \"messages\": [\r\n      {\r\n        \"eventDate\": \"2024-11-26T23:34:32.811Z\",\r\n        \"pName\": \"string\",\r\n        \"fromNumber\": \"string\",\r\n        \"toNumber\": \"string\",\r\n        \"message\": \"string\"\r\n      }\r\n    ]\r\n  }\r\n]"}],"_postman_id":"62aba544-79aa-4b77-af5e-fabe081a8be8"}],"id":"0cfcbfbe-6e9f-4b9b-9efc-752ce6c1fe22","description":"<p>These are meant to communicate between the patient and the patient support team or doctors.</p>\n","_postman_id":"0cfcbfbe-6e9f-4b9b-9efc-752ce6c1fe22"},{"name":"Brick & Mortor","item":[{"name":"AddPatient","id":"ba0813ac-ef95-497a-80ff-3811c534cc73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"newPatient\": [\r\n    {\r\n      \"clientPatientID\": \"string\",\r\n      \"firstName\": \"string\",\r\n      \"lastName\": \"string\",\r\n      \"address1\": \"string\",\r\n      \"city\": \"string\",\r\n      \"state\": \"string\",\r\n      \"zipCode\": \"string\",\r\n      \"dob\": \"2024-11-26T23:04:36.267Z\",\r\n      \"height\": \"string\",\r\n      \"weight\": \"string\",\r\n      \"email\": \"string\",\r\n      \"homePhone\": \"string\",\r\n      \"gender\": \"string\",\r\n      \"chiefComplaint\": \"string\",\r\n      \"pharmacy_Name\": \"string\",\r\n      \"pharmacy_Address\": \"string\",\r\n      \"pharmacy_City\": \"string\",\r\n      \"pharmacy_State\": \"string\",\r\n      \"pharmacy_Zip\": \"string\",\r\n      \"pharmacy_Phone\": \"string\",\r\n      \"rx1_PCN_Number\": \"string\",\r\n      \"is_Async\": \"string\",\r\n      \"dynamic_Questions\": {\r\n        \"sugestive\": [\r\n          {\r\n            \"main_Question\": \"string\",\r\n            \"answer_ID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/AddNewBandMPatient/addpatient","description":"<p>Adding new patient to system.</p>\n","urlObject":{"protocol":"https","path":["api","AddNewBandMPatient","addpatient"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"df8ec2b6-ae9e-4d77-ab3b-29fcdde63ef6","name":"https://backend.usadoctornetwork.com/api/AddNewBandMPatient/addpatient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"newPatient\": [\r\n    {\r\n      \"clientPatientID\": \"string\",\r\n      \"firstName\": \"string\",\r\n      \"lastName\": \"string\",\r\n      \"address1\": \"string\",\r\n      \"city\": \"string\",\r\n      \"state\": \"string\",\r\n      \"zipCode\": \"string\",\r\n      \"dob\": \"2024-11-26T23:04:36.267Z\",\r\n      \"height\": \"string\",\r\n      \"weight\": \"string\",\r\n      \"email\": \"string\",\r\n      \"homePhone\": \"string\",\r\n      \"gender\": \"string\",\r\n      \"chiefComplaint\": \"string\",\r\n      \"pharmacy_Name\": \"string\",\r\n      \"pharmacy_Address\": \"string\",\r\n      \"pharmacy_City\": \"string\",\r\n      \"pharmacy_State\": \"string\",\r\n      \"pharmacy_Zip\": \"string\",\r\n      \"pharmacy_Phone\": \"string\",\r\n      \"rx1_PCN_Number\": \"string\",\r\n      \"is_Async\": \"string\",\r\n      \"dynamic_Questions\": {\r\n        \"sugestive\": [\r\n          {\r\n            \"main_Question\": \"string\",\r\n            \"answer_ID\": \"string\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/addNewBandMPatient/addpatient"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"resultCode\": \"string\",\r\n    \"resultDescription\": \"string\",\r\n    \"patient_Id\": \"string\",\r\n    \"exam_Id\": \"string\",\r\n    \"firstName\": \"string\",\r\n    \"lastName\": \"string\"\r\n  }\r\n]"}],"_postman_id":"ba0813ac-ef95-497a-80ff-3811c534cc73"}],"id":"eee7e0c1-ad4b-41b2-93d1-92ea74f5483e","description":"<p>These are specific to clients that operate a brick &amp; mortor busniess</p>\n<p>An API Key is required</p>\n","_postman_id":"eee7e0c1-ad4b-41b2-93d1-92ea74f5483e"},{"name":"Authorization","id":"915a8e9b-950b-4245-9f9e-ca239496e9b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\": \"{Replace with your UserName}\",\r\n    \"Password\": \"{Replace with your Passeord}!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/Auth/token","description":"<p>Generate Token for Use</p>\n<p>Our Tokens are generated with a lifespan of 1 year unless revoked.</p>\n","urlObject":{"protocol":"https","path":["api","Auth","token"],"host":["backend","usadoctornetwork","com"],"query":[],"variable":[]}},"response":[{"id":"53b6fffc-b811-4cef-96b4-68b1b74346e3","name":"Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\": \"{Replace with your UserName}\",\r\n    \"Password\": \"{Replace with your Passeord}!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.usadoctornetwork.com/api/Auth/token"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"token\": \"The Token for Re-Use\"\r\n}"}],"_postman_id":"915a8e9b-950b-4245-9f9e-ca239496e9b9"}]}