{"info":{"_postman_id":"7604f9db-e6a7-48c2-8ecb-190509265edc","name":"Developers Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19909102","collectionId":"7604f9db-e6a7-48c2-8ecb-190509265edc","publishedId":"2sA2xe6FJh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"594A9B"},"publishDate":"2024-03-06T16:14:11.000Z"},"item":[{"name":"LabSavvy Api Documentation","item":[{"name":"Authorization","item":[{"name":"OAuth","id":"420c96a1-1b06-4edf-9488-83287d50873c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"hc2uad\",\n    \"client_secret\": \"hc2uad\"\n}","options":{"raw":{"language":"json"}}},"url":"http://XX.XX.XX.XX/api/oauth/token/?client_id=string&client_secret=string","description":"<h2 id=\"oauth-token-generation\">OAuth Token Generation</h2>\n<p>Sends a POST request for authentication, expect a token to be used for Authorization</p>\n","urlObject":{"protocol":"http","path":["api","oauth","token",""],"host":["XX","XX","XX","XX"],"query":[{"key":"client_id","value":"string"},{"key":"client_secret","value":"string"}],"variable":[]}},"response":[{"id":"ded00dd2-3097-43cf-bbd7-ac516f457509","name":"OAuth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"clilentid\",\n    \"client_secret\": \"clientsecret\"\n}","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8100/api/oauth/token/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 29 Nov 2022 15:33:42 GMT"},{"key":"Content-Type","value":"text/plain;charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"293"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\"access_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiNjE5NjZkNGJhYmE5MmEwMDE4NDg4ZGRiIiwicGFydG5lciI6bnVsbCwicHJvamVjdF9pZCI6bnVsbCwiaWF0IjoxNjY5NzM2MDIzLCJleHAiOjE2NzAzNDA4MjN9.eodZwa-6vwGWMQUO1TPkPW_lgh7s5HSIdIIaN1wMpgU\",\"refresh_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiNjE5NjZkNGJhYmE5MmEwMDE4NDg4ZGRiIiwicGFydG5lciI6bnVsbCwicHJvamVjdF9pZCI6bnVsbCwiaWF0IjoxNjY5NzM2MDIzLCJleHAiOjE2NzIzMjgwMjN9.wL0ER_sj9F9-TN_fAGHkNv8z0nVxCe8qpgRANzx5yyk\",\"token_type\":\"Bearer\"}"}],"_postman_id":"420c96a1-1b06-4edf-9488-83287d50873c"}],"id":"6c46e582-8962-4ac2-8a67-c826321dc251","description":"<p>Bearer Token Generation and Authorization</p>\n","_postman_id":"6c46e582-8962-4ac2-8a67-c826321dc251"},{"name":"Lab Order","item":[{"name":"Create","item":[{"name":"Create Lab Order Package","id":"93727392-f5bc-4934-aa0f-43559e055758","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"patient\": { \n        \"name\": { \n            \"first\": \"Catherine\", \n            \"last\": \"Mouse\" \n        }, \n        \"dob\": \"1995-03-26\", \n        \"gender\": \"female\", \n        \"address\": { \n            \"street\": \"South Buena Vista\", \n            \"city\": \"Burbank\", \n            \"state\": \"California\", \n            \"zip\": \"91521\"\n        }, \n        \"email\": \"sample@labsavvy.com\", \n        \"phone\": \"09999999999\" \n    }, \n    \"lab_order\": { \n        \"name\": \"TSH\",\n        \"codes\": [\"899\"],\n        \"project_id\": \"601231231765746456451\"\n    },\n    \"lab_id\": \"601234564564563abcd\",\n    \"prescriptive_authority\": {\n        \"name\":{\n            \"first\": \"Jennifer\",\n            \"last\": \"Frangos\"\n        },\n        \"npi\": \"1043416696\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://XX.XX.XX.XX/api/laborder/package/create/","description":"<h1 id=\"lab-order-creation\">Lab Order Creation</h1>\n<p>How to create new lab orders. This can be done with existing patients, new patients, and with or without the prescribing authority.</p>\n<p>Sends a POST request which creates a Lab Order. Lab Order Packages are dependent on the available package configuration on the admin panel (Partner Level)</p>\n<h4 id=\"fields-for-request\">Fields for Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required / Conditional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>patient.id</td>\n<td>The unique ID generated by the LabSavvy System.  <br />  <br />Put Null if a new patient and provide patient details, else provide only this id and patient.partner_id</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.partner_id</td>\n<td>The unique ID generated from the partner</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.name.first</td>\n<td>First name of the patient</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.name.last</td>\n<td>Last name of the patient</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.dob</td>\n<td>Date of Birth of the patient  <br />  <br />Format: YYYY-MM-DD</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.gender</td>\n<td>Gender of patient  <br />  <br />Format: M/F or male/female</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.address.street</td>\n<td>Street address of patient</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.address.city</td>\n<td>City address of patient</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.address.state</td>\n<td>State address of patient</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>patient.address.zip</td>\n<td>Zip Code address of patient</td>\n<td>string</td>\n<td>conditional</td>\n</tr>\n<tr>\n<td>lab_order.package_id</td>\n<td>Lab Package Order ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>lab_id</td>\n<td>Laboratory ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>prescriptive_authority.name.first</td>\n<td>First name of the ordering physician</td>\n<td>string</td>\n<td>conditional; optional  <br />required if prescription_authority is present</td>\n</tr>\n<tr>\n<td>prescriptive_authority.name.last</td>\n<td>Last name of the ordering physician</td>\n<td>string</td>\n<td>conditional; optional  <br />required if prescription_authority is present</td>\n</tr>\n<tr>\n<td>prescriptive_authority.name.middle</td>\n<td>Middle name of the ordering physician</td>\n<td>string</td>\n<td>optional</td>\n</tr>\n<tr>\n<td>prescriptive_authority.name.npi</td>\n<td>The NPI number of the ordering physician</td>\n<td>string</td>\n<td>conditional;  <br />required if prescription_authority is present</td>\n</tr>\n<tr>\n<td>prescriptive_authority.name.dob</td>\n<td>Date of Birth of the ordering physician  <br />  <br />Format: YYYY-MM-DD</td>\n<td>string</td>\n<td>conditional; optional</td>\n</tr>\n<tr>\n<td>prescriptive_authority.name.email</td>\n<td>Email address of the orering physician</td>\n<td>string</td>\n<td>conditional; optional</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"fields-for-response\">Fields for Response</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required / Conditional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>patient_id</td>\n<td>The unique ID generated by LabSavvy for the patient</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>lab_order_id</td>\n<td>The unique ID generated by LabSavvy for the lab order</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","laborder","package","create",""],"host":["XX","XX","XX","XX"],"query":[],"variable":[]}},"response":[{"id":"50eadab9-6972-446b-8e76-8fd080749212","name":"Create Lab Order Package","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"patient\": { \n        \"name\": { \n            \"first\": \"Catherine\", \n            \"last\": \"Mouse\" \n        }, \n        \"dob\": \"1995-03-26\", \n        \"gender\": \"female\", \n        \"address\": { \n            \"street\": \"South Buena Vista\", \n            \"city\": \"Burbank\", \n            \"state\": \"California\", \n            \"zip\": \"91521\"\n        }, \n        \"email\": \"sample@labsavvy.com\", \n        \"phone\": \"09999999999\" \n    }, \n    \"lab_order\": { \n        \"package_id\": \"61f2fece7a03a00013d99c79\" \n    }\n\n    }","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8102/api/laborder/package/create/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Nov 2022 19:50:08 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"81"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"lab_order_id\": \"637d27f2662ffd00113df5c8\",\n    \"patient_id\": \"637d27f1662ffd00113df465\"\n}"},{"id":"21954542-8fc9-4380-b99c-f0203440c98a","name":"With Prescriptive Authority","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"patient\": { \n        \"name\": { \n            \"first\": \"Catherine\", \n            \"last\": \"Mouse\" \n        }, \n        \"dob\": \"1995-03-26\", \n        \"gender\": \"female\", \n        \"address\": { \n            \"street\": \"South Buena Vista\", \n            \"city\": \"Burbank\", \n            \"state\": \"California\", \n            \"zip\": \"91521\"\n        }, \n        \"email\": \"sample@labsavvy.com\", \n        \"phone\": \"09999999999\" \n    }, \n    \"lab_order\": { \n        \"package_id\": \"61f2fece7a03a00013d99c79\" \n    },\n    \"lab_id\": \"601234564564563abcd\",\n    \"prescriptive_authority\": {\n        \"name\":{\n            \"first\": \"Jennifer\",\n            \"last\": \"Frangos\"\n        },\n        \"npi\": \"1043416696\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8102/api/laborder/package/create/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Nov 2022 19:50:08 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"81"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"lab_order_id\": \"637d27f2662ffd00113df5c8\",\n    \"patient_id\": \"637d27f1662ffd00113df465\"\n}"},{"id":"67ced676-de06-4ac2-8e12-741d01a5c53e","name":"Without Package","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"patient\": { \n        \"name\": { \n            \"first\": \"Catherine\", \n            \"last\": \"Mouse\" \n        }, \n        \"dob\": \"1995-03-26\", \n        \"gender\": \"female\", \n        \"address\": { \n            \"street\": \"South Buena Vista\", \n            \"city\": \"Burbank\", \n            \"state\": \"California\", \n            \"zip\": \"91521\"\n        }, \n        \"email\": \"sample@labsavvy.com\", \n        \"phone\": \"09999999999\" \n    }, \n    \"lab_order\": { \n        \"name\": \"TSH\",\n        \"codes\": [\"899\"],\n        \"project_id\": \"601231231765746456451\"\n    },\n    \"lab_id\": \"601234564564563abcd\",\n    \"prescriptive_authority\": {\n        \"name\":{\n            \"first\": \"Jennifer\",\n            \"last\": \"Frangos\"\n        },\n        \"npi\": \"1043416696\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8102/api/laborder/package/create/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Nov 2022 19:50:08 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"81"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"lab_order_id\": \"637d27f2662ffd00113df5c8\",\n    \"patient_id\": \"637d27f1662ffd00113df465\"\n}"}],"_postman_id":"93727392-f5bc-4934-aa0f-43559e055758"}],"id":"34081180-181b-49a1-b86f-8bed2caa8d70","_postman_id":"34081180-181b-49a1-b86f-8bed2caa8d70","description":""},{"name":"Read","item":[{"name":"Request Status","id":"e8cf2fd5-a7e3-437f-b765-aba62a50535a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"61f2fa877a03a00013d999c2\", \n    \"project_id\": \"61f2fa877a03a00013d999c4\", \n    \"lab_order_id\": \"62e95f8f8b183a00111a6d84\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://XX.XX.XX.XX/api/laborder/status/","description":"<h1 id=\"laborder-status-request\">Laborder Status Request</h1>\n<p>Sends a POST request and returns a Laborder's status.</p>\n","urlObject":{"protocol":"http","path":["api","laborder","status",""],"host":["XX","XX","XX","XX"],"query":[],"variable":[]}},"response":[{"id":"984cc8f5-bd76-4246-bbeb-629b656d291a","name":"Status: Final","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8103/api/laborder/status/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:45:19 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"73"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"last_update\": \"2022-09-12 16:18:35\",\n    \"status\": \"final\"\n}"},{"id":"6bd9f01a-d436-4461-96ed-ac6a68c0e8cd","name":"Status: Ordered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"637ba805662ffd00113bc0c0\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8103/api/laborder/status/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:47:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"70"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"last_update\": \"1970-01-01 00:00:00\",\n    \"status\": \"ordered\"\n}"}],"_postman_id":"e8cf2fd5-a7e3-437f-b765-aba62a50535a"},{"name":"Request Result","id":"e166274a-5972-4949-ae72-29ac295261c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://XX.XX.XX.XX/api/laborder/result/","description":"<h1 id=\"laborder-results-request\">Laborder Results Request</h1>\n<p>Sends a POST request and returns a Laborder's results, includes full details from the laboratory.</p>\n<h4 id=\"fields-for-request\">Fields for Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partner.id</td>\n<td>The Partner ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>project.id</td>\n<td>The Project ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>lab_order.id</td>\n<td>The Lab Order ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","laborder","result",""],"host":["XX","XX","XX","XX"],"query":[],"variable":[]}},"response":[{"id":"5bc56b44-9f23-4d0f-a92a-975a0d2a9235","name":"Status: Final","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"61f2fa877a03a00013d999c2\", \n    \"project_id\": \"61f2fa877a03a00013d999c4\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8105/api/laborder/result/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:46:03 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"467"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"final\",\n    \"patient_notes\": [],\n    \"lab_details\": [\n        {\n            \"details\": [\n                \"\",\n                \"\"\n            ],\n            \"lab_id\": \"\"\n        }\n    ],\n    \"panels\": [\n        {\n            \"notes\": [],\n            \"category_id\": null,\n            \"panel_name\": \"TESTOSTERONE BIOVAIL\",\n            \"panel_type\": \"group\",\n            \"tests\": [\n                {\n                    \"value\": \"64\",\n                    \"indicator\": \"normal\",\n                    \"status\": \"normal\",\n                    \"notes\": [\n                        \"( - _ - ) 7\"\n                    ],\n                    \"import_status\": \"final\",\n                    \"abnormal_code\": \"N\",\n                    \"name\": \"SEX HORMONE BINDING\",\n                    \"order_code\": \"E508\",\n                    \"result_code\": \"E5074\",\n                    \"ref_range\": \"2.94-74\"\n                },\n                {\n                    \"value\": \"22\",\n                    \"indicator\": \"normal\",\n                    \"status\": \"normal\",\n                    \"notes\": [],\n                    \"import_status\": \"final\",\n                    \"abnormal_code\": \"N\",\n                    \"name\": \"TESTOSTERONE %FREE\",\n                    \"order_code\": \"E508\",\n                    \"result_code\": \"E5081\",\n                    \"ref_range\": \"5.84-53\"\n                },\n                {\n                    \"value\": \"14\",\n                    \"indicator\": \"normal\",\n                    \"status\": \"normal\",\n                    \"notes\": [\n                        \"I'm a bot.\"\n                    ],\n                    \"import_status\": \"final\",\n                    \"abnormal_code\": \"N\",\n                    \"name\": \"TESTOSERONE FR CALC\",\n                    \"order_code\": \"E508\",\n                    \"result_code\": \"E5080\",\n                    \"ref_range\": \"7.64-34\"\n                },\n                {\n                    \"value\": \"3\",\n                    \"indicator\": \"abnormal\",\n                    \"status\": \"abnormal\",\n                    \"notes\": [\n                        \"This patient needs fasting.\",\n                        \"With great power, comes great responsibility\"\n                    ],\n                    \"import_status\": \"final\",\n                    \"abnormal_code\": \"A\",\n                    \"name\": \"TESTOSTERONE BIOAVAIL\",\n                    \"order_code\": \"E508\",\n                    \"result_code\": \"E5083\",\n                    \"ref_range\": \"5.95-1\"\n                },\n                {\n                    \"value\": \"0\",\n                    \"indicator\": \"abnormal\",\n                    \"status\": \"abnormal\",\n                    \"notes\": [],\n                    \"import_status\": \"final\",\n                    \"abnormal_code\": \"A\",\n                    \"name\": \"TESTOSTERONE MALE\",\n                    \"order_code\": \"E508\",\n                    \"result_code\": \"E5082\",\n                    \"ref_range\": \"2.42-10\"\n                }\n            ]\n        }\n    ],\n    \"report_date\": \"2022-09-12 16:18:35\"\n}"},{"id":"158c4ebf-ac25-4dcc-abb5-11b5a1d3aeb6","name":"Status: Ordered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5b4880b3af0011b777c9\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8105/api/laborder/result/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:54:28 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"415"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ordered\",\n    \"patient_notes\": [],\n    \"lab_details\": [\n        {\n            \"details\": [\n                \"\",\n                \"\"\n            ],\n            \"lab_id\": \"\"\n        }\n    ],\n    \"panels\": [\n        {\n            \"notes\": [],\n            \"tests\": [\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Vitamin D3, 25-Hydroxy\",\n                    \"compendium_id\": \"5d923327bd6a21001acb328a\"\n                },\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Vitamin D2, 25-Hydroxy\",\n                    \"compendium_id\": \"5d923327bd6a21001acb327c\"\n                },\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Vitamin D, 25-Hydroxy (Total)\",\n                    \"compendium_id\": \"5d923327bd6a21001acb3271\"\n                }\n            ],\n            \"panel_name\": \"VITAMIN D, 1,25 DIHYDROXY\",\n            \"panel_type\": \"group\"\n        },\n        {\n            \"notes\": [],\n            \"tests\": [\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Vitamin C\",\n                    \"compendium_id\": \"5d923327bd6a21001acb329a\"\n                }\n            ],\n            \"panel_name\": null,\n            \"panel_type\": \"individual\"\n        },\n        {\n            \"notes\": [],\n            \"tests\": [\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Vitamin B12\",\n                    \"compendium_id\": \"5d923327bd6a21001acb32df\"\n                }\n            ],\n            \"panel_name\": null,\n            \"panel_type\": \"individual\"\n        },\n        {\n            \"notes\": [],\n            \"tests\": [\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Folate\",\n                    \"compendium_id\": \"5d923327bd6a21001acb3274\"\n                },\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Vitamin B12\",\n                    \"compendium_id\": \"5d923327bd6a21001acb328c\"\n                }\n            ],\n            \"panel_name\": \"VITAMIN B12/FOLATE, SERUM PANEL (REFL)\",\n            \"panel_type\": \"group\"\n        },\n        {\n            \"notes\": [],\n            \"tests\": [\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Beta-Gamma-tocopherol\",\n                    \"compendium_id\": \"5d923327bd6a21001acb327d\"\n                },\n                {\n                    \"value\": null,\n                    \"indicator\": \"normal\",\n                    \"status\": \"neutral\",\n                    \"notes\": [],\n                    \"import_status\": \"preliminary\",\n                    \"name\": \"Alpha-tocopherol\",\n                    \"compendium_id\": \"5d923327bd6a21001acb32e6\"\n                }\n            ],\n            \"panel_name\": \"VITAMIN E (TOCOPHEROL)\",\n            \"panel_type\": \"group\"\n        }\n    ],\n    \"report_date\": \"\"\n}"}],"_postman_id":"e166274a-5972-4949-ae72-29ac295261c6"},{"name":"Request Result PDF","id":"b4d45b67-ae9e-4ddc-a4da-c0b49a506849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://XX.XX.XX.XX/api/laborder/result/","description":"<p>Sends a POST request and returns a PDF link to the laborder's results</p>\n<h4 id=\"fields-for-request\">Fields for Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required/ Conditional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partner.id</td>\n<td>The Partner ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>project.id</td>\n<td>The Project ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n<tr>\n<td>lab_order.id</td>\n<td>The Lab Order ID</td>\n<td>string</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","laborder","result",""],"host":["XX","XX","XX","XX"],"query":[],"variable":[]}},"response":[{"id":"55ffa3f5-e02b-4837-bc75-a02a0f1650cf","name":"Successfull PDF Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8106/api/laborder/result/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:50:05 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"3426"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"last_update\": \"2022-09-12T16:19:00.844Z\",\n    \"pdf_base64\": \"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UGFnZS9SZXNvdXJjZXM8PC9Qcm9jU2V0IFsvUERGIC9UZXh0IC9JbWFnZUIgL0ltYWdlQyAvSW1hZ2VJXS9Gb250PDwvRjEgMiAwIFIvRjIgMyAwIFI+Pj4+L1BhcmVudCA1IDAgUi9NZWRpYUJveFswIDAgNjEyIDc5Ml0+PgplbmRvYmoKMiAwIG9iago8PC9TdWJ0eXBlL1R5cGUxL1R5cGUvRm9udC9CYXNlRm9udC9UaW1lcy1Cb2xkL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZz4+CmVuZG9iagozIDAgb2JqCjw8L1N1YnR5cGUvVHlwZTEvVHlwZS9Gb250L0Jhc2VGb250L1RpbWVzLVJvbWFuL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZz4+CmVuZG9iago1IDAgb2JqCjw8L0tpZHNbMSAwIFJdL1R5cGUvUGFnZXMvQ291bnQgMS9JVFhUKDIuMS43KT4+CmVuZG9iago2IDAgb2JqCjw8L1R5cGUvQ2F0YWxvZy9QYWdlcyA1IDAgUj4+CmVuZG9iago3IDAgb2JqCjw8L01vZERhdGUoRDoyMDIyMDkxMjE2MTgzNVopL0NyZWF0aW9uRGF0ZShEOjIwMjIwOTEyMTYxODM1WikvUHJvZHVjZXIoaVRleHQgMi4xLjcgYnkgMVQzWFQpPj4KZW5kb2JqCnhyZWYKMCA4CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMjY2OSAwMDAwMCBuIAowMDAwMDAyODM1IDAwMDAwIG4gCjAwMDAwMDI5MjQgMDAwMDAgbiAKMDAwMDAwMDAxNSAwMDAwMCBuIAowMDAwMDAzMDE0IDAwMDAwIG4gCjAwMDAwMDMwNzcgMDAwMDAgbiAKMDAwMDAwMzEyMiAwMDAwMCBuIAp0cmFpbGVyCjw8L0luZm8gNyAwIFIvSUQgWzw3YTFjMzhmYTlkYmUwZWJjOTc5MjZmMGMyOWExYzEwMT48MmFlZjZhOGM4ZGY2ODZlMGVjZGQwYTZkZDkzZTEyOGY+XS9Sb290IDYgMCBSL1NpemUgOD4+CnN0YXJ0eHJlZgozMjMyCiUlRU9GCg==\"\n}"},{"id":"0a2efc27-9994-410c-8a23-675bcc078f26","name":"Unsuccessful PDF Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"637ba805662ffd00113bc0c0\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8106/api/laborder/result/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:52:52 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"52"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Document not found\"\n}"}],"_postman_id":"b4d45b67-ae9e-4ddc-a4da-c0b49a506849"},{"name":"Fetch Requisition Forms","id":"f3bfc1f6-2733-4093-be74-b3131c3fad37","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true,"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\", \n    \"doc_type\": \"order\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://XX.XX.XX.XX/api/laborder/pdf/","description":"<p>Sends a POST request and returns a laborder's Requisition Form.</p>\n","urlObject":{"protocol":"http","path":["api","laborder","pdf",""],"host":["XX","XX","XX","XX"],"query":[],"variable":[]}},"response":[{"id":"93e6a117-58d0-4cf5-8307-d57aa8b10b75","name":"Fetch Forms","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \n    \"partner_id\": \"6318c4c26d055d0011af60bb\", \n    \"project_id\": \"6318c4c26d055d0011af60be\", \n    \"lab_order_id\": \"631f5bdb80b3af0011b7ac8b\", \n    \"doc_type\": \"order\"\n} ","options":{"raw":{"language":"json"}}},"url":"http://34.72.11.225:8104/api/laborder/pdf/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Nov 2022 16:44:27 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With, Accept, Authentication, Content-Type"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"134"},{"key":"Server","value":"Jetty(9.4.21.v20190926)"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"url\": \"https://storage.googleapis.com/development-quest-req-form-pdf/req-form-631f5bdb80b3af0011b7ac8b-20220912162053.pdf\"\n        }\n    ]\n}"}],"_postman_id":"f3bfc1f6-2733-4093-be74-b3131c3fad37"}],"id":"3da3f11c-c2b2-4779-9db3-aa30e4187e19","_postman_id":"3da3f11c-c2b2-4779-9db3-aa30e4187e19","description":""}],"id":"f1d80cbc-5f11-43a8-978d-8aee5771d677","description":"<p>API Requests</p>\n","_postman_id":"f1d80cbc-5f11-43a8-978d-8aee5771d677"},{"name":"Patient","item":[],"id":"f285c7d9-c1bc-4663-b80c-27d7bc6c95c2","description":"<p>API for creating lab orders</p>\n","_postman_id":"f285c7d9-c1bc-4663-b80c-27d7bc6c95c2"}],"id":"b3e6d531-425b-48e5-8f28-b17704ec7cea","_postman_id":"b3e6d531-425b-48e5-8f28-b17704ec7cea","description":""},{"name":"LabSavvy Partner API v3","item":[{"name":"OAuth","item":[{"name":"Token","item":[{"name":"API Login","id":"b63b2771-2a93-4f62-b236-6bfbd377bcf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": \"<string>\",\n  \"client_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/oauth/token","description":"<p>An OAuth login which provides the access token. The access token should be attached on each request as a Header 'Authorization' with a prefix 'JWT {token}'</p>\n","urlObject":{"path":["oauth","token"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ddc86cee-989e-4a99-920a-7279d77bc4aa","name":"Successful login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": \"<string>\",\n  \"client_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"<string>\",\n  \"token_type\": \"<string>\"\n}"},{"id":"f3092e90-fa90-48b7-8928-60ea433b4478","name":"Unauthorized APIClient credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": \"<string>\",\n  \"client_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/oauth/token"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"b63b2771-2a93-4f62-b236-6bfbd377bcf4"}],"id":"1c3ce882-3ba9-418d-9a3f-228b9130197a","_postman_id":"1c3ce882-3ba9-418d-9a3f-228b9130197a","description":""}],"id":"b2e1c36a-d91e-4cf3-a350-8aa27ba6c560","_postman_id":"b2e1c36a-d91e-4cf3-a350-8aa27ba6c560","description":""},{"name":"Patient","item":[{"name":"Create a patient","id":"3ab1f8f8-7728-4b16-bfb9-97831da412e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"external_id\": \"<string>\",\n    \"name\": {\n      \"first\": \"<string>\",\n      \"last\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"gender\": \"male\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\"\n    },\n    \"phone\": {\n      \"home\": \"<string>\",\n      \"business\": \"<string>\"\n    },\n    \"emails\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/patient","description":"<p>Create a patient or get the _id of the patient if found (fist &amp; last name, dob, gender, email addresss) under the same partner of the current session.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n<th>Type</th>\n<th>Required/ Conditional</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data.name.first</td>\n<td>The First Name of the Patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.name.last</td>\n<td>The Last Name of the Patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.dob</td>\n<td>Date of Birth of the patient  <br />  <br />Format: YYYY-MM-DD</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.gender</td>\n<td>Gender of patient  <br />  <br />Format: M/F or male/female</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.address.street</td>\n<td>Street address of patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.address.city</td>\n<td>City address of patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.address.state</td>\n<td>State address of the Patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.address.zip</td>\n<td>Zip Code address of the Patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.phone.X</td>\n<td>Contact Phone Numbers for the Patient  <br />  <br />.home  <br />.business  <br />.mobile</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.emails</td>\n<td>Contact Emails for the Patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n<tr>\n<td>data.notes</td>\n<td>Additional Notes regarding the Patient</td>\n<td>string</td>\n<td>Conditional</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["patient"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f0279f89-7c2a-4408-bfb3-c7c9f92b3b77","name":"The patient intance creation is successful, note if a patient found under the same partner of the current session. The existing _id of that patient is returned","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"external_id\": \"<string>\",\n    \"name\": {\n      \"first\": \"<string>\",\n      \"last\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"gender\": \"male\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\"\n    },\n    \"phone\": {\n      \"home\": \"<string>\",\n      \"business\": \"<string>\"\n    },\n    \"emails\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/patient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"<string>\"\n}"},{"id":"ec5d03c5-f962-41b0-8d9e-afad9fc33cb6","name":"The laborder instance cannot be created due to missing required fields.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"external_id\": \"<string>\",\n    \"name\": {\n      \"first\": \"<string>\",\n      \"last\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"gender\": \"male\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\"\n    },\n    \"phone\": {\n      \"home\": \"<string>\",\n      \"business\": \"<string>\"\n    },\n    \"emails\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/patient"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"3ab1f8f8-7728-4b16-bfb9-97831da412e5"}],"id":"116852ca-a73f-43e5-ae6d-4e6aa931cbcd","_postman_id":"116852ca-a73f-43e5-ae6d-4e6aa931cbcd","description":""},{"name":"Lab Order","item":[{"name":"{id}","item":[{"name":"Get a specific laborder result","id":"f5e27d56-3ff4-4813-b96d-82d37288b948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/laborder/:id?education=<boolean>","urlObject":{"path":["laborder",":id"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>To enable education or not</p>\n","type":"text/plain"},"key":"education","value":"<boolean>"}],"variable":[{"id":"d58fec40-583b-430e-aae3-2322c366b5c2","description":{"content":"<p>(Required) The ObjectID of the laborder to get.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"e4c026c3-4e78-4883-a2a2-f005d316cc73","name":"The laborder details with the latest release result. If the return body is null, the LabOrder does not exist.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/laborder/:id?education=<boolean>","host":["{{baseUrl}}"],"path":["laborder",":id"],"query":[{"description":"To enable education or not","key":"education","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"partner\": {\n    \"name\": \"<string>\"\n  },\n  \"patient\": {\n    \"_id\": \"<string>\",\n    \"data\": {\n      \"name\": {\n        \"last\": \"<string>\",\n        \"first\": \"<string>\"\n      }\n    }\n  },\n  \"provider_details\": [\n    {\n      \"producer_id\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"producer_id\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"summary\": {\n    \"normal\": \"<integer>\",\n    \"abnormal\": \"<integer>\"\n  },\n  \"created_at\": \"<dateTime>\",\n  \"status\": \"<string>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"details\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"subtitle\": \"<string>\",\n      \"tests\": [\n        {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"units\": \"<string>\",\n          \"status\": \"<string>\",\n          \"indicator\": \"<string>\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ref_range\": \"<string>\",\n          \"aka\": \"<string>\",\n          \"flag_statement\": \"<string>\",\n          \"result_summaries\": {\n            \"what_is_this_test_used_for\": \"<string>\",\n            \"what_might_affect_test_results\": \"<string>\",\n            \"what_should_i_ask_my_clinician\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"test_summaries\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"external_references\": {\n            \"ad_hoc\": [\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              },\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              }\n            ]\n          },\n          \"reference\": {\n            \"_id\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"units\": \"<string>\",\n          \"status\": \"<string>\",\n          \"indicator\": \"<string>\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ref_range\": \"<string>\",\n          \"aka\": \"<string>\",\n          \"flag_statement\": \"<string>\",\n          \"result_summaries\": {\n            \"what_is_this_test_used_for\": \"<string>\",\n            \"what_might_affect_test_results\": \"<string>\",\n            \"what_should_i_ask_my_clinician\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"test_summaries\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"external_references\": {\n            \"ad_hoc\": [\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              },\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              }\n            ]\n          },\n          \"reference\": {\n            \"_id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"details\": \"<string>\",\n      \"summary\": \"<string>\",\n      \"subtitle\": \"<string>\",\n      \"tests\": [\n        {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"units\": \"<string>\",\n          \"status\": \"<string>\",\n          \"indicator\": \"<string>\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ref_range\": \"<string>\",\n          \"aka\": \"<string>\",\n          \"flag_statement\": \"<string>\",\n          \"result_summaries\": {\n            \"what_is_this_test_used_for\": \"<string>\",\n            \"what_might_affect_test_results\": \"<string>\",\n            \"what_should_i_ask_my_clinician\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"test_summaries\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"external_references\": {\n            \"ad_hoc\": [\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              },\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              }\n            ]\n          },\n          \"reference\": {\n            \"_id\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"units\": \"<string>\",\n          \"status\": \"<string>\",\n          \"indicator\": \"<string>\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ref_range\": \"<string>\",\n          \"aka\": \"<string>\",\n          \"flag_statement\": \"<string>\",\n          \"result_summaries\": {\n            \"what_is_this_test_used_for\": \"<string>\",\n            \"what_might_affect_test_results\": \"<string>\",\n            \"what_should_i_ask_my_clinician\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"test_summaries\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"external_references\": {\n            \"ad_hoc\": [\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              },\n              {\n                \"url\": \"<string>\",\n                \"title\": \"<string>\"\n              }\n            ]\n          },\n          \"reference\": {\n            \"_id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  ]\n}"},{"id":"c8f90ee6-4565-44bc-b38c-06026f7c8c12","name":"Invalid ObjectID provided.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/laborder/:id?education=<boolean>","host":["{{baseUrl}}"],"path":["laborder",":id"],"query":[{"description":"To enable education or not","key":"education","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"},{"id":"c4ee860a-702d-4cf7-90fa-7285f73e9db3","name":"Invalid token provided","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/laborder/:id?education=<boolean>","host":["{{baseUrl}}"],"path":["laborder",":id"],"query":[{"description":"To enable education or not","key":"education","value":"<boolean>"}],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"f5e27d56-3ff4-4813-b96d-82d37288b948"}],"id":"be5feb3a-24da-4e7f-aba6-816faba3cc18","_postman_id":"be5feb3a-24da-4e7f-aba6-816faba3cc18","description":""},{"name":"Unsolicited","item":[{"name":"Create","item":[{"name":"Create LabOrder with unsolicited Patient","id":"705c9d0e-c4e8-45f1-95db-8f48ca8ca27e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"patient\": {\n    \"data\": {\n      \"external_id\": \"<string>\",\n      \"name\": {\n        \"first\": \"<string>\",\n        \"last\": \"<string>\"\n      },\n      \"dob\": \"<string>\",\n      \"gender\": \"female\",\n      \"address\": {\n        \"street\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\"\n      },\n      \"phone\": {\n        \"home\": \"<string>\",\n        \"business\": \"<string>\"\n      },\n      \"emails\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"order_codes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"package_id\": \"<string>\",\n  \"order_type\": {\n    \"value\": \"2\"\n  },\n  \"misc_pricing\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"comments\": {\n    \"internal\": \"<string>\",\n    \"reporting\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder/unsolicited/create","description":"<p>Create a laborder instance wid.</p>\n","urlObject":{"path":["laborder","unsolicited","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"09ff10d7-619d-454c-9a2c-2958ed5ea43f","name":"The laborder instance creation is successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"patient\": {\n    \"data\": {\n      \"external_id\": \"<string>\",\n      \"name\": {\n        \"first\": \"<string>\",\n        \"last\": \"<string>\"\n      },\n      \"dob\": \"<string>\",\n      \"gender\": \"female\",\n      \"address\": {\n        \"street\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\"\n      },\n      \"phone\": {\n        \"home\": \"<string>\",\n        \"business\": \"<string>\"\n      },\n      \"emails\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"order_codes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"package_id\": \"<string>\",\n  \"order_type\": {\n    \"value\": \"2\"\n  },\n  \"misc_pricing\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"comments\": {\n    \"internal\": \"<string>\",\n    \"reporting\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder/unsolicited/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"<string>\"\n}"},{"id":"414cc3ad-3f93-44ec-8b2a-132a92794bd4","name":"The laborder instance cannot be created due to missing required fields.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"patient\": {\n    \"data\": {\n      \"external_id\": \"<string>\",\n      \"name\": {\n        \"first\": \"<string>\",\n        \"last\": \"<string>\"\n      },\n      \"dob\": \"<string>\",\n      \"gender\": \"female\",\n      \"address\": {\n        \"street\": \"<string>\",\n        \"city\": \"<string>\",\n        \"state\": \"<string>\",\n        \"zip\": \"<string>\"\n      },\n      \"phone\": {\n        \"home\": \"<string>\",\n        \"business\": \"<string>\"\n      },\n      \"emails\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  },\n  \"order_codes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"package_id\": \"<string>\",\n  \"order_type\": {\n    \"value\": \"2\"\n  },\n  \"misc_pricing\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"comments\": {\n    \"internal\": \"<string>\",\n    \"reporting\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder/unsolicited/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"705c9d0e-c4e8-45f1-95db-8f48ca8ca27e"}],"id":"7d9f06b4-1e3f-4523-a5c6-f389eed03951","_postman_id":"7d9f06b4-1e3f-4523-a5c6-f389eed03951","description":""}],"id":"be7a7877-53de-4e8b-8548-a74be8d36b8e","_postman_id":"be7a7877-53de-4e8b-8548-a74be8d36b8e","description":""},{"name":"Result","item":[{"name":"create","item":[{"name":"Create LabOrder instance from Result","id":"8124481e-bbf8-4772-bb7a-3f349c03de38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"patient\": {\n    \"external_id\": \"<string>\",\n    \"name\": {\n      \"first\": \"<string>\",\n      \"last\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"gender\": \"male\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\"\n    },\n    \"phone\": {\n      \"home\": \"<string>\",\n      \"business\": \"<string>\"\n    },\n    \"email\": \"<email>\",\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"result_summary\": {\n    \"filler_number\": \"<string>\",\n    \"placer_id\": \"<string>\",\n    \"status\": \"partial\",\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"lab_details\": {\n      \"details\": \"<array>\",\n      \"lab_code\": \"<string>\"\n    }\n  },\n  \"results\": [\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"final\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"CP\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"H\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"FT\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"I\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"HH\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"P\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"XPN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"C\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"N\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"TN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"P\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"L\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"lab_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder/result/create","description":"<p>Create a laborder instance based from the result data, this laborder instance won't be submitted to any selected lab</p>\n","urlObject":{"path":["laborder","result","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"741db3cc-8fc7-440a-b8f5-a55638b146ea","name":"The laborder instance creation is successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"patient\": {\n    \"external_id\": \"<string>\",\n    \"name\": {\n      \"first\": \"<string>\",\n      \"last\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"gender\": \"male\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\"\n    },\n    \"phone\": {\n      \"home\": \"<string>\",\n      \"business\": \"<string>\"\n    },\n    \"email\": \"<email>\",\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"result_summary\": {\n    \"filler_number\": \"<string>\",\n    \"placer_id\": \"<string>\",\n    \"status\": \"partial\",\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"lab_details\": {\n      \"details\": \"<array>\",\n      \"lab_code\": \"<string>\"\n    }\n  },\n  \"results\": [\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"final\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"CP\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"H\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"FT\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"I\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"HH\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"P\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"XPN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"C\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"N\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"TN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"P\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"L\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"lab_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder/result/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"<string>\"\n}"},{"id":"e5e686be-cb56-4ab1-8301-ae30e9b144a1","name":"The laborder instance cannot be created due to missing required fields.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"patient\": {\n    \"external_id\": \"<string>\",\n    \"name\": {\n      \"first\": \"<string>\",\n      \"last\": \"<string>\"\n    },\n    \"dob\": \"<string>\",\n    \"gender\": \"male\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip\": \"<string>\"\n    },\n    \"phone\": {\n      \"home\": \"<string>\",\n      \"business\": \"<string>\"\n    },\n    \"email\": \"<email>\",\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"result_summary\": {\n    \"filler_number\": \"<string>\",\n    \"placer_id\": \"<string>\",\n    \"status\": \"partial\",\n    \"notes\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"lab_details\": {\n      \"details\": \"<array>\",\n      \"lab_code\": \"<string>\"\n    }\n  },\n  \"results\": [\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"final\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"CP\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"H\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"FT\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"I\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"HH\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"P\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"XPN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"C\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"N\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"TN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"P\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"L\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"lab_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder/result/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"8124481e-bbf8-4772-bb7a-3f349c03de38"}],"id":"6b40b4d6-5048-4cee-872a-7467e9e90672","_postman_id":"6b40b4d6-5048-4cee-872a-7467e9e90672","description":""}],"id":"10db78fe-7d19-4ff4-9e6f-8c1184986712","_postman_id":"10db78fe-7d19-4ff4-9e6f-8c1184986712","description":""},{"name":"Create LabOrder instance","id":"61f51360-77c8-4726-b771-403cb08b134d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"patient_id\": \"<string>\",\n  \"package_id\": \"<string>\",\n  \"results\": [\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"F\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"NM\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"L\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"DT\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"W\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"P\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"PN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"W\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"MS\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"AD\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"P\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \">\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"provider_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder","description":"<p>Create a laborder instance using a package_id or order_codes. Only one type of transaction will be created at a time, either using package_id or order_codes. If both are found in the body, the package_id will be prioritized.</p>\n","urlObject":{"path":["laborder"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"15e1eda6-0d27-46ad-bb58-dbc9fea680b6","name":"The laborder instance creation is successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"patient_id\": \"<string>\",\n  \"package_id\": \"<string>\",\n  \"results\": [\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"F\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"NM\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"L\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"DT\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"W\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"P\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"PN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"W\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"MS\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"AD\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"P\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \">\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"provider_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"<string>\"\n}"},{"id":"367e58e5-8f4e-44f4-9958-22261b7344bf","name":"The laborder instance cannot be created due to missing required fields.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"patient_id\": \"<string>\",\n  \"package_id\": \"<string>\",\n  \"results\": [\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"F\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"NM\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"L\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"DT\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"S\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"W\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"filler_number\": \"<string>\",\n      \"placer_id\": \"<string>\",\n      \"result_status\": \"P\",\n      \"panel_code\": \"<string>\",\n      \"panel_name\": \"<string>\",\n      \"notes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"lab_details\": {\n        \"details\": \"<array>\",\n        \"lab_code\": \"<string>\"\n      },\n      \"observation_datetime\": \"<string>\",\n      \"specimen_received_datetime\": \"<string>\",\n      \"report_date\": \"<string>\",\n      \"tests\": [\n        {\n          \"value_type\": \"PN\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"W\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \"MS\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"value_type\": \"AD\",\n          \"result_code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"value\": \"<string>\",\n          \"status\": \"P\",\n          \"units\": \"<string>\",\n          \"ref_range\": \"<string>\",\n          \"abnormal_flag\": \">\",\n          \"notes\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"provider_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/laborder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\"\n}"}],"_postman_id":"61f51360-77c8-4726-b771-403cb08b134d"}],"id":"a4fc8fe0-f393-4e91-a7d8-d19cb3bafbd1","_postman_id":"a4fc8fe0-f393-4e91-a7d8-d19cb3bafbd1","description":""}],"id":"539064bd-d8da-458b-a2ac-77d2be6ae27f","_postman_id":"539064bd-d8da-458b-a2ac-77d2be6ae27f","description":""}]}