{"info":{"_postman_id":"857492cd-46d0-4ff6-a8ba-f53531c20792","name":"ICANotes API","description":"<html><head></head><body><p>Document Version 1.1<br>\nAPI Version 1.0<br>\nICANotes Version 11.6</p>\n<p>The ICANotes API (hereinafter \"The API\" or \"The ICANotes API\") allows you to perform various operations with our API services using a client that supports https via ssl. Please continue reading below for further information.</p>\n<p>The API is built using predictable URLs that make writing application easy. The API follows HTTP rules, enabling a wide range of HTTP clients to interact with the API.</p>\n<p>This entire document is be a public facing URL that is listed in <a href=\"https://chpl.healthit.gov/#/search\">https://chpl.healthit.gov/#/search</a></p>\n<h1 id=\"terms-and-conditions-of-use\">Terms and Conditions of Use</h1>\n<p>Please read these Terms of Use before using the API hosted on ICANotes. These terms of Use apply to all users of the API. If you do not agree with these Terms of Use, do not use the API. Usage of the API constitutes acceptance of these Terms of Use. </p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>The purpose of the API is to allow you to access the protected PHI of patients. The documentation is provided to developers as stated in this document with no other warranties, either expressed or implied. ICANotes retains the rights to the intellectual property contained in the API.</p>\n<h2 id=\"usage\">Usage</h2>\n<p>Developers may use the API provided they adhere to the following terms and conditions:</p>\n<ul>\n<li><p>Protect the password that you use to access the API and for all activities performed using the password. Do not share the password. Report any breach of security or unauthorized use of the password to ICANotes immediately.</p>\n</li>\n<li><p>Developers are responsible for adhering to all relevant laws, including but not limited to, HIPAA and violation of intellectual property rights. </p>\n</li>\n<li><p>Use the most current version of the API which is available through the ICANotes website. ICANotes reserves the right to monitor usage of the API to protect the integrity, confidentiality and security of PHI. ICANotes may update the API at any time without notification to the developers.</p>\n</li>\n<li><p>Developers may keep copies of the API documentation for their own use. It should not be shared with others. To share the documentation with other developers, developers should provide the link to the API on the ICANotes website.</p>\n</li>\n</ul>\n<h2 id=\"license\">License</h2>\n<p>ICANotes grants you a non-exclusive, non-transferable, limited revocable license to access the ICANotes API. You may not, on your own, or through a third party, attempt to derive the source code of the API or modify and create a derivative work based on the components of the API.</p>\n<h2 id=\"termination\">Termination</h2>\n<p>ICANotes may terminate the right to use and access the API if it is determined that usage is in violation of these terms and conditions.</p>\n<h2 id=\"amendment\">Amendment</h2>\n<p>ICANotes reserves the right to amend these terms. We will try to provide notice prior to amended terms taking effect. Any amendment will be effective upon posting of the updated terms on the ICANotes API site. </p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All ICANotes API endpoint requests are required to have a:</p>\n<ol>\n<li>userKey</li>\n<li>userToken</li>\n</ol>\n<p>This may be obtained by logging into the Patient Portal and requesting the credentials.</p>\n<p>These values are then entered as parameters into the request. For example:\n<a href=\"https://r2.icanotes.com/API/EndPoint?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D\">https://r2.icanotes.com/API/EndPoint?userKey={{userKey}}&amp;userSecret={{userSecret}}</a></p>\n<h3 id=\"points-to-note\">Points To Note</h3>\n<ul>\n<li><p>You can manage (regenerate or delete) your active userTokens created at the Patient Portal. </p>\n</li>\n<li><p>userTokens do not get deleted unless you delete them from the Patient Portal page yourself. There is no need to create multiple userTokens to send out requests, but you do have the ability to generate as many as needed.</p>\n</li>\n<li><p>userTokens carry important information about your identity. Please be sure to keep them secure and secret.</p>\n</li>\n</ul>\n<h1 id=\"http-methods\">HTTP Methods</h1>\n<p>At Present, ICANotes API uses the following HTTP Verbs for every action:</p>\n<ol>\n<li>GET</li>\n<li>POST</li>\n</ol>\n<h1 id=\"response\">Response</h1>\n<p>Responses will be in JSON format. </p>\n<h1 id=\"errors\">Errors</h1>\n<p>ICANotes API uses HTTP status codes to indicate the success or failure of an API call. In general, status codes in the 2xx range means success; 4xx range means there was an error in the provided information, and those in the 5xx range indicates server side errors. Commonly used HTTP status codes are listed below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Descriptions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2xx</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>4xx</td>\n<td>Bad request sent to server</td>\n</tr>\n<tr>\n<td>5xx</td>\n<td>Server Side Error</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success - The request was successfully completed.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request - The request cannot be performed, usually because of malformed parameter or missing parameter.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized (Invalid AuthToken) - The request was rejected because of an invalid AuthToken.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden - The user does not have enough permission, is possibly not an user of the respective organization to access the resource, or the request to the API was sent incorrectly.</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many requests - Too many requests were made within a certain time frame.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>The ICANotes API server encountered an error which prevents it from fulfilling the request. Although this rarely happens, we recommend you to contact us at <a href=\"mailto:ticket@icanotes.com\">ticket@icanotes.com</a> if you receive this error. Please be sure to include the error message, what endpoint you were trying to access, and any other pertinent data you feel may be relevant. Thank you!</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"api-call-limit\">API Call Limit</h1>\n<p>ICANotes' API at present does not impose an overall API request limit. However this is subject to change at any time asper our API TOS. We do however, have safeguards in place that promote a better quality of service and availability to users. To make sure everyone is serviced in a timely manner, if users attempt to abuse, overload, or spam the endpoints, they will receive a 429 status code. They will then need to wait 15 minutes before attempting to try their access again. </p>\n<h1 id=\"how-to-use\">How to Use</h1>\n<p>In order to utilize this API there are a few things that must first be configured. Although we have the ability to interact with any client that supports http transactions via ssl, our supported client is Postman. You do not need any third party software for this to work however. </p>\n<ol>\n<li>You must first download the Postman collection of our API endpoints. </li>\n<li>You must obtain the userKey and userSecret by going to the patient portal of ICANotes. </li>\n<li>You must then open Postman. </li>\n<li>Click on the gear in the upper right of Postman, and choose \"Create an Environment\".</li>\n<li>Specify the environment name. </li>\n<li>Enter a variable called userKey - this is the userKey obtained from the Patient portal. </li>\n<li>Enter a variable called userSecret - this is the userSecret obtained from the Patient portal. </li>\n<li>Place a call to the PatientID endpoint. </li>\n<li>Take the patientID value that was returned, we then create a variable called patientID. </li>\n<li>You are now ready to begin using the API endpoints via Postman.</li>\n</ol>\n<h1 id=\"faq\">FAQ</h1>\n<ol>\n<li><strong>How do I obtain a patient's lab orders?</strong></li>\n</ol>\n<ul>\n<li>In the <em>Observation</em> endpoint, you may query for a patient's lab results with their <em>patientID</em>.</li>\n</ul>\n<ol>\n<li><strong>How do I obtain a patient's UDI information?</strong></li>\n</ol>\n<ul>\n<li>In the <em>Device</em> endpoint, the UDI information for the patient's device is returned in the <em>udi</em> data object, which is returned with any queries made to the endpoint.</li>\n</ul>\n<ol>\n<li><strong>How do I obtain a patient's Assessment and Plan of Treatment information?</strong></li>\n</ol>\n<ul>\n<li>In the <em>Care Plan</em> endpoint, if there is assessment and treatment information which was generated for a patient within the scope of the current query, that information will be displayed.</li>\n</ul>\n<ol>\n<li><strong>How do I obtain  a patient's name, sex, date of birth, race, ethnicity, and preferred language?</strong></li>\n</ol>\n<ul>\n<li>That information can be queried from the  <em>demographics</em> endpoint.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Terms and Conditions of Use","slug":"terms-and-conditions-of-use"},{"content":"Authentication","slug":"authentication"},{"content":"HTTP Methods","slug":"http-methods"},{"content":"Response","slug":"response"},{"content":"Errors","slug":"errors"},{"content":"API Call Limit","slug":"api-call-limit"},{"content":"How to Use","slug":"how-to-use"},{"content":"FAQ","slug":"faq"}],"owner":"2843466","collectionId":"857492cd-46d0-4ff6-a8ba-f53531c20792","publishedId":"RW1bozWC","public":true,"customColor":{"top-bar":"EEEEEE","right-sidebar":"1B4660","highlight":"78AF2A"},"publishDate":"2018-09-13T21:15:46.000Z"},"item":[{"name":"PatientID","item":[{"name":"PatientID","id":"365f1591-fb7a-48b0-9c33-adfcc0e98512","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/PatientID?userKey={{userKey}}&userSecret={{userSecret}}","description":"<p>##Return Response Example:</p>\n<p>[\n    {\n        \"patientID\": \"{{patientID}}\" \n    }\n]</p>\n","urlObject":{"protocol":"https","path":["API","PatientID"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"}],"variable":[]}},"response":[{"id":"909aa2ea-b394-4b0d-baad-f038260b67fd","name":"PatientID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/PatientID?userKey={{userKey}}&userSecret={{userSecret}}","protocol":"https","host":["r2test","icanotes","com"],"path":["API","PatientID"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"31","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:16:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1f-KWJ4zofNonB1Z0BqId84z8MrCAc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"patientID\":\"1000010677343\"}]"}],"_postman_id":"365f1591-fb7a-48b0-9c33-adfcc0e98512"}],"id":"7c55e6e6-394f-4937-a004-e8deddc897e8","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for the <em>patientID</em> for use in more advanced queries. </p>\n<p>Upon a successful query, it will then return the patient's ID in JSON format. </p>\n<h2 id=\"example\">Example</h2>\n<p><em><a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"a723acbb-334d-434b-90f5-b7c20bf234ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98a406e9-7899-44ea-870c-7e7418b4f601","type":"text/javascript","exec":[""]}}],"_postman_id":"7c55e6e6-394f-4937-a004-e8deddc897e8"},{"name":"PatientDemographics","item":[{"name":"Complete Search","id":"b54b1ba5-6c60-4ea2-b5cb-48255a9cc767","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/PatientDemographics?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-search\">1 - Complete Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/PatientDemographics?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/PatientDemographics?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","PatientDemographics"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"b85e8894-0bc4-4842-9d67-f5e6c2d0d6ed","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/PatientDemographics?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","PatientDemographics"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1627","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:06:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"65b-sN0Xh0ib4LMZ9hX/iXvHFGYqe44\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"resource\": {\n            \"resourceType\": \"Patient\",\n            \"id\": \"MU2014-1000010677343\",\n            \"meta\": {\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\n            },\n            \"extension\": [\n                {\n                    \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race\",\n                    \"extension\": [\n                        {\n                            \"url\": \"ombCategory\",\n                            \"valueCoding\": {\n                                \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n                                \"code\": \"2106-3\",\n                                \"display\": \"White\"\n                            }\n                        },\n                        {\n                            \"url\": \"text\",\n                            \"valueString\": \"White\"\n                        }\n                    ]\n                },\n                {\n                    \"url\": \"detailed\",\n                    \"valueCoding\": {\n                        \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n                        \"code\": \"2108-9\",\n                        \"display\": \"White European\"\n                    }\n                },\n                {\n                    \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity\",\n                    \"extension\": [\n                        {\n                            \"url\": \"ombCategory\",\n                            \"valueCoding\": {\n                                \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n                                \"code\": \"2186-5\",\n                                \"display\": \"Not Hispanic or Latino\"\n                            }\n                        },\n                        {\n                            \"url\": \"text\",\n                            \"valueString\": \"Not Hispanic or Latino\"\n                        }\n                    ]\n                },\n                {\n                    \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex\",\n                    \"valueCode\": \"F\"\n                }\n            ],\n            \"identifier\": [\n                {\n                    \"use\": \"usual\",\n                    \"type\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://hl7.org/fhir/v2/0203\",\n                                \"code\": \"MR\",\n                                \"display\": \"Medical Record Number\"\n                            }\n                        ],\n                        \"text\": \"Medical Record Number\"\n                    },\n                    \"system\": \"MU2014\",\n                    \"value\": \"101\"\n                },\n                {\n                    \"system\": \"http://www.icanotes.com\",\n                    \"value\": \"1000010677343\"\n                }\n            ],\n            \"active\": true,\n            \"name\": [\n                {\n                    \"family\": \"Newman\",\n                    \"given\": [\n                        \"Alice\",\n                        \"Jones\"\n                    ]\n                },\n                {\n                    \"use\": \"maiden\",\n                    \"given\": [\n                        \"Alicia\"\n                    ]\n                }\n            ],\n            \"telecom\": [\n                {\n                    \"system\": \"phone\",\n                    \"value\": \"+1(555)-723-1534\",\n                    \"use\": \"home\"\n                },\n                {\n                    \"system\": \"phone\",\n                    \"value\": \"+1(555)-777-1234\",\n                    \"use\": \"mobile\"\n                },\n                {\n                    \"system\": \"email\",\n                    \"value\": \"testemail@icanotes.com\"\n                }\n            ],\n            \"gender\": \"female\",\n            \"birthDate\": \"1970-05-01\",\n            \"address\": [\n                {\n                    \"line\": [\n                        \"1357, Amber Dr\"\n                    ],\n                    \"city\": \"Beaverton\",\n                    \"state\": \"OR\",\n                    \"postalCode\": \"97006\",\n                    \"country\": \"US\"\n                }\n            ],\n            \"communication\": [\n                {\n                    \"language\": \"en\"\n                }\n            ]\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    }\n]"}],"_postman_id":"b54b1ba5-6c60-4ea2-b5cb-48255a9cc767"}],"id":"f6d49069-cb71-448d-858e-35169f981226","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Demographic data with their <em>patientID</em>.</p>\n<p>On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 1 way to obtain data from this endpoint:</p>\n<ol>\n<li>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</li>\n</ol>\n<p>This endpoint may be used to obtain the patient name, sex, date of birth, race, ethnicity, and preferred language via the queries below:</p>\n","event":[{"listen":"prerequest","script":{"id":"8ff6fb31-c94f-4f03-9e2c-5b8ccdbc55ea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a4c662a8-f99b-49e9-aacc-2b4c591af24e","type":"text/javascript","exec":[""]}}],"_postman_id":"f6d49069-cb71-448d-858e-35169f981226"},{"name":"PatientCCD","item":[{"name":"Complete Search","id":"a21445c3-4f88-4513-8305-f744e23019d8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/PatientCCD?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<p>1.(Complete Search):</p>\n<p>  <a href=\"https://r2test.icanotes.com/API/PatientCCD?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/PatientCCD?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>patientID</td>\n<td>patientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>#Response</p>\n<p>Upon successful return of a query, the following custom indentifying headers will be transmitted:</p>\n<p><strong>documentCount</strong> → 5</p>\n<p><strong>fileFormat</strong> → Zip</p>\n<p><strong>patientID</strong> → XXXXXXXXXXX (where XXXXXXXXX represents the original <em>patientID</em>)</p>\n<p>The patient's CCD data is returned in a streamed-bytes format delivered as a ZIPped archive of XML-formatted files. Our XSL stylesheet which can be utilized to aid in the rendering of these documents in a web browser is located at <a href=\"https://www.icanotes.com/api/CDA.xsl\">https://www.icanotes.com/api/CDA.xsl</a></p>\n<p>If the query fails, a 403 Error is returned. </p>\n","urlObject":{"protocol":"https","path":["API","PatientCCD"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[],"_postman_id":"a21445c3-4f88-4513-8305-f744e23019d8"},{"name":"Date Range Search","id":"00767aa1-737c-4baa-ad6f-3d4bd938e692","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/PatientCCD?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=01/01/2010&ToDate=08/08/2018","description":"<p>2.(Date Range Search):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/PatientCCD?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>patientID</td>\n<td>patientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>#Response</p>\n<p>Upon successful return of a query, the following custom indentifying headers will be transmitted:</p>\n<p><strong>documentCount</strong> → 5</p>\n<p><strong>fileFormat</strong> → Zip</p>\n<p><strong>patientID</strong> → XXXXXXXXXXX (where XXXXXXXXX represents the original <em>patientID</em>)</p>\n<p>The patient's CCD data is returned in a streamed-bytes format delivered as a ZIPped archive of XML-formatted files. Our XSL stylesheet which can be utilized to aid in the rendering of these documents in a web browser is located at <a href=\"https://www.icanotes.com/api/CDA.xsl\">https://www.icanotes.com/api/CDA.xsl</a></p>\n<p>If the query fails, a 403 Error is returned. </p>\n","urlObject":{"protocol":"https","path":["API","PatientCCD"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"01/01/2010"},{"key":"ToDate","value":"08/08/2018"}],"variable":[]}},"response":[],"_postman_id":"00767aa1-737c-4baa-ad6f-3d4bd938e692"}],"id":"fae7183b-775e-4bb0-8a5e-92728e071b85","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's CCD Data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will then return the patient's CCD data in a streamed-bytes format. The data will be delivered as a ZIPped archive of XML-formatted files. Our XSL stylesheet which can be utilized to aid in the rendering of these documents in a web browser is located at <a href=\"https://www.icanotes.com/api/CDA.xsl\">https://www.icanotes.com/api/CDA.xsl</a></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 2 ways to obtain data from this endpoint: </p>\n<ol>\n<li>Recieve the complete data associated with a <em>patientID</em> for this resource.</li>\n<li>Provide a Date Range, and receive data within that Date Range.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"26b218f2-efc4-463e-b49d-39a2ee5ba58b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b7a7e0c6-3b72-4bb9-bc85-103e76e6702c","type":"text/javascript","exec":[""]}}],"_postman_id":"fae7183b-775e-4bb0-8a5e-92728e071b85"},{"name":"AllergyIntolerance","item":[{"name":"Complete Search","id":"ac13ca2a-0071-4e2c-a720-6df4212f5ea4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-search\">1 - Complete Search</h3>\n<p><em><a href=\"https://r2test.icanotes.com/API/AllergyIntolerance?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","AllergyIntolerance"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"698286b1-9a8e-451f-93e3-fe3ddd4bb07d","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","AllergyIntolerance"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:14:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4a0-EuJiUoDRMyBk1YOA62xQJ5yctuY\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650299\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:10+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"7980\",\"display\":\"Penicillin G\"}],\"text\":\"Penicillin G\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650300\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:11+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"733\",\"display\":\"Ampicillin\"}],\"text\":\"Ampicillin\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"ac13ca2a-0071-4e2c-a720-6df4212f5ea4"},{"name":"Date Range Search","id":"bc384431-8695-48c9-bb2e-cc96aa05325d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p><em><a href=\"https://r2test.icanotes.com/API/AllergyIntolerance?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","AllergyIntolerance"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"fa0be85c-e875-4c41-ba7a-7407e215cc83","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=07/09/2018&ToDate=07/11/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","AllergyIntolerance"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"07/09/2018"},{"key":"ToDate","value":"07/11/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:20:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4a0-EuJiUoDRMyBk1YOA62xQJ5yctuY\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650299\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:10+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"7980\",\"display\":\"Penicillin G\"}],\"text\":\"Penicillin G\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650300\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:11+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"733\",\"display\":\"Ampicillin\"}],\"text\":\"Ampicillin\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"bc384431-8695-48c9-bb2e-cc96aa05325d"},{"name":"Specific Date Search","id":"ada89747-a987-4e37-96ea-10671fd6e00f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p><em><a href=\"https://r2test.icanotes.com/API/AllergyIntolerance?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","AllergyIntolerance"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"3f1db32c-95b8-4ab5-bc42-2087706a9550","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/AllergyIntolerance?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=07/10/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","AllergyIntolerance"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"07/10/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:20:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4a0-EuJiUoDRMyBk1YOA62xQJ5yctuY\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"6","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650299\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:10+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"7980\",\"display\":\"Penicillin G\"}],\"text\":\"Penicillin G\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650300\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:11+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"733\",\"display\":\"Ampicillin\"}],\"text\":\"Ampicillin\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"ada89747-a987-4e37-96ea-10671fd6e00f"}],"id":"06373905-0034-4211-812b-5c17719cd69e","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows querying for a patient's Allergy Intolerance data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as when the allergy information is entered into the EHR system, and may not correspond to the actual date the allergy physically manifested in the patient.</em> </p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"c460f3c7-a681-4774-a5b8-1be985fe9bcc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"901c2efc-60bf-4d73-846c-1cf6aa0ef683","type":"text/javascript","exec":[""]}}],"_postman_id":"06373905-0034-4211-812b-5c17719cd69e"},{"name":"MedicationRequest","item":[{"name":"Complete Search","id":"0a04a37f-3bcf-4c6f-a883-a78c272d1fcf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/MedicationRequest?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","MedicationRequest"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"2fc7b09d-1a63-441a-92ad-0d1fc25e71ac","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","MedicationRequest"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2160","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:21:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"870-wZ7BbAlap1BXJSBV2XcwZikvsrU\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651187\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"309090\",\"display\":\"Ceftriaxone\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"12\",\"periodUnit\":\"h\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"47625008\",\"display\":\"INTRAVENOUS\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651188\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"209459\",\"display\":\"Tylenol\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"24\",\"periodUnit\":\"h\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"26643006\",\"display\":\"ORAL\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651189\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"731241\",\"display\":\"Aranesp\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"7\",\"periodUnit\":\"d\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"47625008\",\"display\":\"INTRAVENOUS\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"0a04a37f-3bcf-4c6f-a883-a78c272d1fcf"},{"name":"Date Range Search","id":"d201de51-a945-4d3c-8496-bd0367ab2335","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/MedicationRequest?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","MedicationRequest"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"52568a55-ca30-447b-a705-158194d5fb05","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=08/27/2018&ToDate=08/30/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","MedicationRequest"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"08/27/2018"},{"key":"ToDate","value":"08/30/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2160","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:51:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"870-wZ7BbAlap1BXJSBV2XcwZikvsrU\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651187\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"309090\",\"display\":\"Ceftriaxone\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"12\",\"periodUnit\":\"h\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"47625008\",\"display\":\"INTRAVENOUS\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651188\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"209459\",\"display\":\"Tylenol\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"24\",\"periodUnit\":\"h\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"26643006\",\"display\":\"ORAL\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651189\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"731241\",\"display\":\"Aranesp\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"7\",\"periodUnit\":\"d\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"47625008\",\"display\":\"INTRAVENOUS\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"d201de51-a945-4d3c-8496-bd0367ab2335"},{"name":"Specific Date Search","id":"011ae70a-2948-42db-b025-f9ec42f3f3b6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/MedicationRequest?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","MedicationRequest"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"6f2c7a1e-c074-48a8-bc2d-53771331fd12","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/MedicationRequest?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=08/29/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","MedicationRequest"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"08/29/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2160","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:20:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"870-wZ7BbAlap1BXJSBV2XcwZikvsrU\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651187\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"309090\",\"display\":\"Ceftriaxone\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"12\",\"periodUnit\":\"h\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"47625008\",\"display\":\"INTRAVENOUS\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651188\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"209459\",\"display\":\"Tylenol\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"24\",\"periodUnit\":\"h\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"26643006\",\"display\":\"ORAL\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"MedicationRequest\",\"id\":\"MU2014-1000012651189\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"authoredOn\":\"2015-06-22\",\"status\":\"completed\",\"intent\":\"order\",\"medicationCodeableConcept\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"731241\",\"display\":\"Aranesp\"}]},\"requester\":{\"agent\":{\"display\":\"Albert Davis\"}},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"dosageInstruction\":[{\"sequence\":1,\"timing\":{\"repeat\":{\"frequency\":1,\"period\":\"7\",\"periodUnit\":\"d\"}},\"route\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"47625008\",\"display\":\"INTRAVENOUS\"}]}}],\"dispenseRequest\":{\"validityPeriod\":{\"start\":\"\",\"end\":\"\"}}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"011ae70a-2948-42db-b025-f9ec42f3f3b6"}],"id":"17e18ab3-6d2a-437f-ba09-66cd69fde468","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Medication Request data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON Format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the date the medication is entered into the EHR system.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a patientID for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"22eff006-07c4-4e57-a9cb-eb134f229df2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb79fc30-ec33-4bc2-b257-114751ff54f4","type":"text/javascript","exec":[""]}}],"_postman_id":"17e18ab3-6d2a-437f-ba09-66cd69fde468"},{"name":"Condition","item":[{"name":"Complete Search - All categories","id":"4ca4be7d-0f88-49b0-8bf4-f10e077b2edc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=All","description":"<h3 id=\"11---complete-search---all-categories\">1.1 - Complete Search - All categories</h3>\n<p>  <a href=\"https://r2test.icanotes.com/API/Condition?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=All\">https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=All</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>All</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"All"}],"variable":[]}},"response":[{"id":"4b8cda9e-759a-4a33-8c3b-fac6bad6f8ea","name":"Complete Search - All categories","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"All"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5102","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:27:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13ee-2Uy5oeMbCNYU+RT+bYi1gksbCy4\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"59621000\",\"display\":\"Essential primary hypertension, I10 ICD-10\"}],\"text\":\"Essential primary hypertension, I10 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2011-10-05\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"238131007\",\"display\":\"Overweight, E66.3 ICD-10  finding\"}],\"text\":\"Overweight, E66.3 ICD-10  finding\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"386661006\",\"display\":\"Fever, unspecified, R50.9 ICD-10\"}],\"text\":\"Fever, unspecified, R50.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"83986005\",\"display\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"}],\"text\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"236578006\",\"display\":\"Kidney transplant rejection, T86.11 ICD-10\"}],\"text\":\"Kidney transplant rejection, T86.11 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2001-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"},{"id":"693b20c5-4888-4f31-977d-99536db1311f","name":"Complete Search - All categories","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"All"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5102","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 17:28:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"13ee-2Uy5oeMbCNYU+RT+bYi1gksbCy4\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"59621000\",\"display\":\"Essential primary hypertension, I10 ICD-10\"}],\"text\":\"Essential primary hypertension, I10 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2011-10-05\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"238131007\",\"display\":\"Overweight, E66.3 ICD-10  finding\"}],\"text\":\"Overweight, E66.3 ICD-10  finding\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"386661006\",\"display\":\"Fever, unspecified, R50.9 ICD-10\"}],\"text\":\"Fever, unspecified, R50.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"83986005\",\"display\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"}],\"text\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"236578006\",\"display\":\"Kidney transplant rejection, T86.11 ICD-10\"}],\"text\":\"Kidney transplant rejection, T86.11 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2001-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"4ca4be7d-0f88-49b0-8bf4-f10e077b2edc"},{"name":"Complete Search - Problem-list-item","id":"caea6195-dfc8-4922-ba94-1bfa046647ae","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Problem-list-item","description":"<h3 id=\"12---complete-search---problem-list-item\">1.2 - Complete Search - Problem-list-item</h3>\n<p>  <a href=\"https://r2.icanotes.com/API/Condition?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=Problem-list-item\">https://r2.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=Problem-list-item</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Problem-list-item</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Problem-list-item"}],"variable":[]}},"response":[{"id":"0c0dcc3e-f7ca-4310-a391-801953441729","name":"Complete Search - Problem-list-item","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Problem-list-item","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Problem-list-item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2969","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 17:28:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"b99-ocrlZ44ZT4r3rnyQxkChuh67trk\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"59621000\",\"display\":\"Essential primary hypertension, I10 ICD-10\"}],\"text\":\"Essential primary hypertension, I10 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2011-10-05\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"238131007\",\"display\":\"Overweight, E66.3 ICD-10  finding\"}],\"text\":\"Overweight, E66.3 ICD-10  finding\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"386661006\",\"display\":\"Fever, unspecified, R50.9 ICD-10\"}],\"text\":\"Fever, unspecified, R50.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"83986005\",\"display\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"}],\"text\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"236578006\",\"display\":\"Kidney transplant rejection, T86.11 ICD-10\"}],\"text\":\"Kidney transplant rejection, T86.11 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2001-12-31\"},\"request\":{\"method\":\"POST\"}}]"},{"id":"7e5b4819-9cb1-4bb7-b897-edd6b0f53d0d","name":"Complete Search - Problem-list-item","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Problem-list-item","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Problem-list-item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2969","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:27:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"b99-ocrlZ44ZT4r3rnyQxkChuh67trk\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"59621000\",\"display\":\"Essential primary hypertension, I10 ICD-10\"}],\"text\":\"Essential primary hypertension, I10 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2011-10-05\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"238131007\",\"display\":\"Overweight, E66.3 ICD-10  finding\"}],\"text\":\"Overweight, E66.3 ICD-10  finding\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"386661006\",\"display\":\"Fever, unspecified, R50.9 ICD-10\"}],\"text\":\"Fever, unspecified, R50.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"83986005\",\"display\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"}],\"text\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"236578006\",\"display\":\"Kidney transplant rejection, T86.11 ICD-10\"}],\"text\":\"Kidney transplant rejection, T86.11 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2001-12-31\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"caea6195-dfc8-4922-ba94-1bfa046647ae"},{"name":"Complete Search - Health-concern","id":"c3ae3370-a4cf-4a50-9605-c9ec93c37c8c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Health-concern","description":"<h3 id=\"13---complete-search---health-concern\">1.3 - Complete Search - Health-concern</h3>\n<p>  <a href=\"https://r2test.icanotes.com/API/Condition?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=health-concern\">https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=health-concern</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Health-concern</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Health-concern"}],"variable":[]}},"response":[{"id":"00fc204b-e02c-4eaf-a59c-3c77b88425b7","name":"Complete Search - Health-concern","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Health-concern","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Health-concern"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2134","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:28:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"856-ImRFj5G9oILVMheD8ZUahJvj5D8\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"},{"id":"73f777a9-7a67-4c69-88db-849c8b31fcc9","name":"Complete Search - Health-concern","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Health-concern","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Health-concern"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2134","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:28:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"856-ImRFj5G9oILVMheD8ZUahJvj5D8\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"},{"id":"b215891d-7385-495a-934a-96fb42a079bb","name":"Complete Search - Health-concern","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Health-concern","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Health-concern"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2134","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 14:28:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"856-ImRFj5G9oILVMheD8ZUahJvj5D8\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"},{"id":"df4db337-b14e-41e9-bac6-ba502c39d90d","name":"Complete Search - Health-concern","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Health-concern","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Health-concern"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2134","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 17:28:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"856-ImRFj5G9oILVMheD8ZUahJvj5D8\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"c3ae3370-a4cf-4a50-9605-c9ec93c37c8c"},{"name":"Date Range - All categories","id":"8b07c5c2-9b51-477a-9997-35aa96cbdfd2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=All","description":"<h3 id=\"21---date-range---all-categories\">2.1 - Date Range - All Categories</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=All&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>All</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}],"variable":[]}},"response":[{"id":"12735271-d646-41d9-a2e8-c0fdfc398d83","name":"Date Range - All categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"59621000\",\"display\":\"Essential primary hypertension, I10 ICD-10\"}],\"text\":\"Essential primary hypertension, I10 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2011-10-05\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"238131007\",\"display\":\"Overweight, E66.3 ICD-10  finding\"}],\"text\":\"Overweight, E66.3 ICD-10  finding\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"386661006\",\"display\":\"Fever, unspecified, R50.9 ICD-10\"}],\"text\":\"Fever, unspecified, R50.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"83986005\",\"display\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"}],\"text\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"236578006\",\"display\":\"Kidney transplant rejection, T86.11 ICD-10\"}],\"text\":\"Kidney transplant rejection, T86.11 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2001-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"8b07c5c2-9b51-477a-9997-35aa96cbdfd2"},{"name":"Date Range - Problem-list-item","id":"7b4be9a5-3118-4bcb-8cea-a877774606b9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Problem-list-item","description":"<h3 id=\"22---date-range---problem-list-item\">2.2 - Date Range - Problem-list-item</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=Problem-list-item&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Problem-list-item</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Problem-list-item"}],"variable":[]}},"response":[{"id":"ad7b85d3-8ef7-40a2-a2dc-71ce36645fbf","name":"Date Range - Problem-list-item","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Problem-list-item","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Problem-list-item"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"59621000\",\r\n                        \"display\": \"Essential primary hypertension, I10 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Essential primary hypertension, I10 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2011-10-05\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"238131007\",\r\n                        \"display\": \"Overweight, E66.3 ICD-10  finding\"\r\n                    }\r\n                ],\r\n                \"text\": \"Overweight, E66.3 ICD-10  finding\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2006-12-31\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"386661006\",\r\n                        \"display\": \"Fever, unspecified, R50.9 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Fever, unspecified, R50.9 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"83986005\",\r\n                        \"display\": \"Hypothyroidism, unspecified, E03.9 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Hypothyroidism, unspecified, E03.9 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2006-12-31\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"236578006\",\r\n                        \"display\": \"Kidney transplant rejection, T86.11 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Kidney transplant rejection, T86.11 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2001-12-31\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"7b4be9a5-3118-4bcb-8cea-a877774606b9"},{"name":"Date Range - Health-concern","id":"52f4357a-479f-4f59-bb6a-7018c32bce85","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Health-concern","description":"<h3 id=\"23---date-range---health-concern\">2.3 - Date Range - Health-concern</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=Health-concern&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Health-concern</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Health-concern"}],"variable":[]}},"response":[{"id":"de2cd249-db6f-4cec-ae7b-dc97f396b366","name":"Date Range - Health-concern","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Health-concern","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Health-concern"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"161901003\",\r\n                        \"display\": \"Chronic Sickness exhibited by patient\"\r\n                    }\r\n                ],\r\n                \"text\": \"Chronic Sickness exhibited by patient\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"\",\r\n                        \"display\": \"Documented HyperTension problem\"\r\n                    }\r\n                ],\r\n                \"text\": \"Documented HyperTension problem\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"\",\r\n                        \"display\": \"Documented HypoThyroidism problem\"\r\n                    }\r\n                ],\r\n                \"text\": \"Documented HypoThyroidism problem\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"\",\r\n                        \"display\": \"Watch Weight of patient\"\r\n                    }\r\n                ],\r\n                \"text\": \"Watch Weight of patient\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"52f4357a-479f-4f59-bb6a-7018c32bce85"},{"name":"Specific Date - All categories","id":"171750a7-0df7-473b-b888-1c85a535ebe6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=All","description":"<h3 id=\"31---specific-date---all-categories\">3.1 - Specific Date - All categories</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=All&amp;Date=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecifcDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>All</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}],"variable":[]}},"response":[{"id":"e1c0eec7-ed1c-4e98-b3b9-86ed2969205c","name":"Specific Date - All categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"59621000\",\"display\":\"Essential primary hypertension, I10 ICD-10\"}],\"text\":\"Essential primary hypertension, I10 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2011-10-05\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"238131007\",\"display\":\"Overweight, E66.3 ICD-10  finding\"}],\"text\":\"Overweight, E66.3 ICD-10  finding\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"386661006\",\"display\":\"Fever, unspecified, R50.9 ICD-10\"}],\"text\":\"Fever, unspecified, R50.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"83986005\",\"display\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"}],\"text\":\"Hypothyroidism, unspecified, E03.9 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2006-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\"meta\":{\"lastUpdated\":\"2018-08-29T18:57:19+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"problem-list-item\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"236578006\",\"display\":\"Kidney transplant rejection, T86.11 ICD-10\"}],\"text\":\"Kidney transplant rejection, T86.11 ICD-10\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2001-12-31\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"161901003\",\"display\":\"Chronic Sickness exhibited by patient\"}],\"text\":\"Chronic Sickness exhibited by patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HyperTension problem\"}],\"text\":\"Documented HyperTension problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Documented HypoThyroidism problem\"}],\"text\":\"Documented HypoThyroidism problem\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Condition\",\"id\":\"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\"clinicalStatus\":\"active\",\"verificationStatus\":\"confirmed\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/condition-category\",\"code\":\"health-concern\"}]}],\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"\",\"display\":\"Watch Weight of patient\"}],\"text\":\"Watch Weight of patient\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"onsetDateTime\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"171750a7-0df7-473b-b888-1c85a535ebe6"},{"name":"Specific Date - Problem-list-item","id":"ec008136-c1b6-4985-9eea-12b8d0cd967e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Problem-list-item","description":"<h3 id=\"32---specific-date---problem-list-item\">3.2 - Specific Date - Problem-list-item</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=Problem-list-item&amp;Date=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecifcDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Problem-list-item</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Problem-list-item"}],"variable":[]}},"response":[{"id":"6a903952-6fda-4793-a093-b5f2380c1474","name":"Specific Date - Problem-list-item","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Problem-list-item","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Problem-list-item"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2CD9E2C-731C-B854-F080-005056AF7039\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"59621000\",\r\n                        \"display\": \"Essential primary hypertension, I10 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Essential primary hypertension, I10 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2011-10-05\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2CD9E5D-CE82-FB99-59A0-005056AF7039\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"238131007\",\r\n                        \"display\": \"Overweight, E66.3 ICD-10  finding\"\r\n                    }\r\n                ],\r\n                \"text\": \"Overweight, E66.3 ICD-10  finding\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2006-12-31\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2CD9F1D-A454-D491-CF82-005056AF7039\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"386661006\",\r\n                        \"display\": \"Fever, unspecified, R50.9 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Fever, unspecified, R50.9 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D2FBDC52-62A7-A523-760E-D094660D8D83\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"83986005\",\r\n                        \"display\": \"Hypothyroidism, unspecified, E03.9 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Hypothyroidism, unspecified, E03.9 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2006-12-31\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-D30E3626-C4C7-DA2B-A5B5-1866DABDC139\",\r\n            \"meta\": {\r\n                \"lastUpdated\": \"2018-08-29T18:57:19+05:00\"\r\n            },\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"problem-list-item\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"236578006\",\r\n                        \"display\": \"Kidney transplant rejection, T86.11 ICD-10\"\r\n                    }\r\n                ],\r\n                \"text\": \"Kidney transplant rejection, T86.11 ICD-10\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2001-12-31\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"ec008136-c1b6-4985-9eea-12b8d0cd967e"},{"name":"Specific Date - Health-concern","id":"18c95e24-cb14-496a-8db8-d50fcf0a6a2d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Health-concern","description":"<h3 id=\"33---specific-date---health-concern\">3.3 - Specific Date - Health-concern</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2.icanotes.com/API/Condition?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=Health-concern&amp;Date=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecifcDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Health-concern</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Condition"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Health-concern"}],"variable":[]}},"response":[{"id":"ad81fef5-82ca-45d7-99a2-7f38b45d6f73","name":"Specific Date - Health-concern","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Condition?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Health-concern","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Condition"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Health-concern"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"161901003\",\r\n                        \"display\": \"Chronic Sickness exhibited by patient\"\r\n                    }\r\n                ],\r\n                \"text\": \"Chronic Sickness exhibited by patient\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"\",\r\n                        \"display\": \"Documented HyperTension problem\"\r\n                    }\r\n                ],\r\n                \"text\": \"Documented HyperTension problem\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"\",\r\n                        \"display\": \"Documented HypoThyroidism problem\"\r\n                    }\r\n                ],\r\n                \"text\": \"Documented HypoThyroidism problem\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Condition\",\r\n            \"id\": \"MU2014-BCB49D2C-0416-339E-3C94-00304874824C-healthconcern\",\r\n            \"clinicalStatus\": \"active\",\r\n            \"verificationStatus\": \"confirmed\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/condition-category\",\r\n                            \"code\": \"health-concern\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"\",\r\n                        \"display\": \"Watch Weight of patient\"\r\n                    }\r\n                ],\r\n                \"text\": \"Watch Weight of patient\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"onsetDateTime\": \"2015-06-22\"\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"18c95e24-cb14-496a-8db8-d50fcf0a6a2d"}],"id":"cb7f3857-654b-4d79-8f5b-eedf4c5c7bda","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Condition data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will then return the patient's data in JSON format. The data associated in the response will be in a FHIR structure. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as when the Condition information is entered into the EHR system, and may not correspond to the actual date the Condition physically manifested in the patient.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint. </p>\n<ol>\n<li>Complete Data associated with a <em>patientID</em> for this resource.</li>\n<li>Provide Date Range, and receive data within that Date Range. </li>\n<li>Provide Specific Date, and receive data for that Date only.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"070a58fb-f20c-4ee0-840b-5a99b02f85c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"60cfc8a2-2e3e-4c42-a799-3b10621c6ff1","type":"text/javascript","exec":[""]}}],"_postman_id":"cb7f3857-654b-4d79-8f5b-eedf4c5c7bda"},{"name":"Observation","item":[{"name":"Complete Search - All categories","id":"f9bf6201-7ffa-4c43-b544-9b965a7d8283","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=All","description":"<h3 id=\"11---complete-search---all-categories\">1.1 - Complete Search - All categories</h3>\n<p>  <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=All\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=All</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>All</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"All"}],"variable":[]}},"response":[{"id":"440b36c0-a291-45f6-98b1-ef5a66e8c4d2","name":"Complete Search - All categories","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"All"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"10"},{"key":"X-RateLimit-Remaining","value":"8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6787"},{"key":"ETag","value":"W/\"1a83-2AI3Gz3l8f6rkWhRVG6Y4dcJTHM\""},{"key":"Date","value":"Wed, 14 Nov 2018 07:41:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-height\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"8302-2\",\n                        \"display\": \"Body height\"\n                    }\n                ],\n                \"text\": \"height\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 177,\n                \"unit\": \"cm\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"cm\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-weight\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"29463-7\",\n                        \"display\": \"Body Weight\"\n                    }\n                ],\n                \"text\": \"weight\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 88,\n                \"unit\": \"kg\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"kg\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-BP\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"85354-9\",\n                        \"display\": \"Blood pressure panel with all children optional\"\n                    }\n                ],\n                \"text\": \"Blood pressure systolic and diastolic\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"component\": [\n                {\n                    \"code\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://loinc.org\",\n                                \"code\": \"8480-6\",\n                                \"display\": \"Systolic blood pressure\"\n                            }\n                        ],\n                        \"text\": \"Systolic blood pressure\"\n                    },\n                    \"valueQuantity\": {\n                        \"value\": 145,\n                        \"unit\": \"mmHg\",\n                        \"system\": \"http://unitsofmeasure.org\",\n                        \"code\": \"mm[Hg]\"\n                    }\n                },\n                {\n                    \"code\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://loinc.org\",\n                                \"code\": \"8462-4\",\n                                \"display\": \"Diastolic blood pressure\"\n                            }\n                        ],\n                        \"text\": \"Diastolic blood pressure\"\n                    },\n                    \"valueQuantity\": {\n                        \"value\": 88,\n                        \"unit\": \"mmHg\",\n                        \"system\": \"http://unitsofmeasure.org\",\n                        \"code\": \"mm[Hg]\"\n                    }\n                }\n            ]\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-HR\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"8867-4\",\n                        \"display\": \"Heart Rate\"\n                    }\n                ],\n                \"text\": \"Heart Rate\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 80,\n                \"unit\": \"{beats}/min\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"{beats}/min\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-oxygensaturation\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"59408-5\",\n                        \"display\": \"Oxygen saturation in Arterial blood by Pulse oximetry\"\n                    }\n                ],\n                \"text\": \"Oxygen Saturation\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 95,\n                \"unit\": \"%O2\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"%\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-temperature\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"8310-5\",\n                        \"display\": \"Body temperature\"\n                    }\n                ],\n                \"text\": \"temperature\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 38,\n                \"unit\": \"Cel\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"Cel\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-respiration\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"9279-1\",\n                        \"display\": \"Respiratory rate\"\n                    }\n                ],\n                \"text\": \"Respiratory Rate\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 18,\n                \"unit\": \"breaths per minute\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"/min\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-oxygeninhaled\",\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"3150-0\",\n                        \"display\": \"Oxygen Inhaled\"\n                    }\n                ],\n                \"text\": \"\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 36,\n                \"unit\": \"%\",\n                \"system\": \"http://unitsofmeasure.org/\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000010604473-result\",\n            \"status\": \"final\",\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"36643-5\",\n                        \"display\": \"Chest X Ray 2 views\"\n                    }\n                ]\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22T00:00:00+05:00\",\n            \"valueQuantity\": {\n                \"value\": \"Lungs are not clear, cannot rule out Anemia. Other tests are required to determine the presence or absence of Anemia.\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-10000001-result\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"social-history\",\n                            \"display\": \"Social History\"\n                        }\n                    ],\n                    \"text\": \"Social History\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"72166-2\",\n                        \"display\": \"Tobacco smoking status\"\n                    }\n                ],\n                \"text\": \"Tobacco smoking status\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"issued\": \"2015-06-22T00:00:00+05:00\",\n            \"valueCodeableConcept\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"449868002\",\n                        \"display\": \">2 Pack\"\n                    }\n                ],\n                \"text\": \">2 Pack\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    }\n]"}],"_postman_id":"f9bf6201-7ffa-4c43-b544-9b965a7d8283"},{"name":"Complete Search - Vital-signs","id":"4fb8ca72-5dc4-42dc-b6d8-94e6afe6f637","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Vital-signs","description":"<h3 id=\"12---complete-search---vital-signs\">1.2 - Complete Search - Vital-signs</h3>\n<p>  <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=Vital-signs\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=Vital-signs</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Vital-signs</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Vital-signs"}],"variable":[]}},"response":[{"id":"5780930a-3e3f-45dd-adbb-981c2dc8a045","name":"Complete Search - Vital-signs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Vital-signs","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Vital-signs"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"10"},{"key":"X-RateLimit-Remaining","value":"7"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5594"},{"key":"ETag","value":"W/\"15da-GYbMEhootGv4KU4Wc95niSoKEI0\""},{"key":"Date","value":"Wed, 14 Nov 2018 07:45:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-height\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"8302-2\",\n                        \"display\": \"Body height\"\n                    }\n                ],\n                \"text\": \"height\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 177,\n                \"unit\": \"cm\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"cm\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-weight\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"29463-7\",\n                        \"display\": \"Body Weight\"\n                    }\n                ],\n                \"text\": \"weight\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 88,\n                \"unit\": \"kg\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"kg\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-BP\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"85354-9\",\n                        \"display\": \"Blood pressure panel with all children optional\"\n                    }\n                ],\n                \"text\": \"Blood pressure systolic and diastolic\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"component\": [\n                {\n                    \"code\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://loinc.org\",\n                                \"code\": \"8480-6\",\n                                \"display\": \"Systolic blood pressure\"\n                            }\n                        ],\n                        \"text\": \"Systolic blood pressure\"\n                    },\n                    \"valueQuantity\": {\n                        \"value\": 145,\n                        \"unit\": \"mmHg\",\n                        \"system\": \"http://unitsofmeasure.org\",\n                        \"code\": \"mm[Hg]\"\n                    }\n                },\n                {\n                    \"code\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://loinc.org\",\n                                \"code\": \"8462-4\",\n                                \"display\": \"Diastolic blood pressure\"\n                            }\n                        ],\n                        \"text\": \"Diastolic blood pressure\"\n                    },\n                    \"valueQuantity\": {\n                        \"value\": 88,\n                        \"unit\": \"mmHg\",\n                        \"system\": \"http://unitsofmeasure.org\",\n                        \"code\": \"mm[Hg]\"\n                    }\n                }\n            ]\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-HR\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"8867-4\",\n                        \"display\": \"Heart Rate\"\n                    }\n                ],\n                \"text\": \"Heart Rate\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 80,\n                \"unit\": \"{beats}/min\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"{beats}/min\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-oxygensaturation\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"59408-5\",\n                        \"display\": \"Oxygen saturation in Arterial blood by Pulse oximetry\"\n                    }\n                ],\n                \"text\": \"Oxygen Saturation\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 95,\n                \"unit\": \"%O2\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"%\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-temperature\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"8310-5\",\n                        \"display\": \"Body temperature\"\n                    }\n                ],\n                \"text\": \"temperature\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 38,\n                \"unit\": \"Cel\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"Cel\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-respiration\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"9279-1\",\n                        \"display\": \"Respiratory rate\"\n                    }\n                ],\n                \"text\": \"Respiratory Rate\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 18,\n                \"unit\": \"breaths per minute\",\n                \"system\": \"http://unitsofmeasure.org\",\n                \"code\": \"/min\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    },\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-1000011511087-vitals-oxygeninhaled\",\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"vital-signs\",\n                            \"display\": \"Vital Signs\"\n                        }\n                    ],\n                    \"text\": \"Vital Signs\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"3150-0\",\n                        \"display\": \"Oxygen Inhaled\"\n                    }\n                ],\n                \"text\": \"\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"effectiveDateTime\": \"2015-06-22\",\n            \"valueQuantity\": {\n                \"value\": 36,\n                \"unit\": \"%\",\n                \"system\": \"http://unitsofmeasure.org/\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    }\n]"}],"_postman_id":"4fb8ca72-5dc4-42dc-b6d8-94e6afe6f637"},{"name":"Complete Search - Smoking-status","id":"79b3823b-ed69-413b-a5a4-654bd8febbb0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Smoking-status","description":"<h3 id=\"13---complete-search---smoking-status\">1.3 - Complete Search - Smoking-status</h3>\n<p>  <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=Smoking-status\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=Smoking-status</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Smoking-status</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Smoking-status"}],"variable":[]}},"response":[{"id":"768cec7c-73c4-4ace-b5ba-7406b022cb3d","name":"Complete Search - Smoking-status","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Smoking-status","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Smoking-status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"10"},{"key":"X-RateLimit-Remaining","value":"6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"722"},{"key":"ETag","value":"W/\"2d2-ytRmb0cv5s4+Tv6nlITVm8VxiF0\""},{"key":"Date","value":"Wed, 14 Nov 2018 07:46:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"resource\": {\n            \"resourceType\": \"Observation\",\n            \"id\": \"MU2014-10000001-result\",\n            \"meta\": {\n                \"profile\": [\n                    \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus\"\n                ]\n            },\n            \"status\": \"final\",\n            \"category\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\n                            \"code\": \"social-history\",\n                            \"display\": \"Social History\"\n                        }\n                    ],\n                    \"text\": \"Social History\"\n                }\n            ],\n            \"code\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"72166-2\",\n                        \"display\": \"Tobacco smoking status\"\n                    }\n                ],\n                \"text\": \"Tobacco smoking status\"\n            },\n            \"subject\": {\n                \"reference\": \"Patient/MU2014-1000010677343\"\n            },\n            \"issued\": \"2015-06-22T00:00:00+05:00\",\n            \"valueCodeableConcept\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"449868002\",\n                        \"display\": \">2 Pack\"\n                    }\n                ],\n                \"text\": \">2 Pack\"\n            }\n        },\n        \"request\": {\n            \"method\": \"POST\"\n        }\n    }\n]"}],"_postman_id":"79b3823b-ed69-413b-a5a4-654bd8febbb0"},{"name":"Complete Search - Lab-result-values","id":"f2df6408-4054-4a1a-96f4-c52f2c950cd5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Lab-result-values","description":"<h3 id=\"14---complete-search---lab-result-values\">1.4 - Complete Search - Lab-result-values</h3>\n<p>  <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=Complete&amp;cat_type=Lab-result-values\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=Complete&amp;cat_type=Lab-result-values</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>Complete</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Lab-result-values</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Lab-result-values"}],"variable":[]}},"response":[{"id":"686b92af-772f-4c8a-a579-dd057008a3ff","name":"Complete Search - Lab-result-values","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete&cat_type=Lab-result-values","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"},{"key":"cat_type","value":"Lab-result-values"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-RateLimit-Limit","value":"10"},{"key":"X-RateLimit-Remaining","value":"5"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w\""},{"key":"Date","value":"Wed, 14 Nov 2018 07:48:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[{\r\n        \"resource\" : {\r\n            \"resourceType\" : \"Observation\", \r\n            \"id\" : \"MU2014-10028214-result\", \r\n            \"status\" : \"final\", \r\n            \"category\" : [\r\n                {\r\n                    \"coding\" : [\r\n                        {\r\n                            \"system\" : \"http://hl7.org/fhir/observation-category\", \r\n                            \"code\" : \"laboratory\", \r\n                            \"display\" : \"Laboratory\"\r\n                        }\r\n                    ], \r\n                    \"text\" : \"Laboratory\"\r\n                }\r\n            ], \r\n            \"code\" : {\r\n                \"coding\" : [\r\n                    {\r\n                        \"system\" : \"http://loinc.org\", \r\n                        \"code\" : \"5811-5\", \r\n                        \"display\" : \"Specific gravity of Urine by Test strip\"\r\n                    }\r\n                ]\r\n            }, \r\n            \"subject\" : {\r\n                \"reference\" : \"Patient/MU2014-9991047010543798\"\r\n            }, \r\n            \"effectiveDateTime\" : \"2015-06-22\", \r\n            \"valueQuantity\" : {\r\n                \"value\" : \"1.015\"\r\n            }, \r\n            \"referenceRange\" : [\r\n                {\r\n                    \"text\" : \"1.005-1.030\"\r\n                }\r\n            ]\r\n        }, \r\n        \"request\" : {\r\n            \"method\" : \"POST\"\r\n        }\r\n    }]"}],"_postman_id":"f2df6408-4054-4a1a-96f4-c52f2c950cd5"},{"name":"Date Range - All categories","id":"3cfdb4bb-e8d4-4aa5-9049-633db2e5ad14","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=All","description":"<h3 id=\"21---date-range---all-categories\">2.1 - Date Range - All categories</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=All&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>All</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}],"variable":[]}},"response":[{"id":"3e4fb009-b1fb-491d-8e2d-eb31a31ede8d","name":"Date Range - All categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-height\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8302-2\",\r\n                        \"display\": \"Body height\"\r\n                    }\r\n                ],\r\n                \"text\": \"height\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 177,\r\n                \"unit\": \"cm\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"cm\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-weight\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"29463-7\",\r\n                        \"display\": \"Body Weight\"\r\n                    }\r\n                ],\r\n                \"text\": \"weight\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 88,\r\n                \"unit\": \"kg\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"kg\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-BP\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"85354-9\",\r\n                        \"display\": \"Blood pressure panel with all children optional\"\r\n                    }\r\n                ],\r\n                \"text\": \"Blood pressure systolic and diastolic\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"component\": [\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8480-6\",\r\n                                \"display\": \"Systolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Systolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 145,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                },\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8462-4\",\r\n                                \"display\": \"Diastolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Diastolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 88,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-HR\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8867-4\",\r\n                        \"display\": \"Heart Rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Heart Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 80,\r\n                \"unit\": \"{beats}/min\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"{beats}/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygensaturation\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"59408-5\",\r\n                        \"display\": \"Oxygen saturation in Arterial blood by Pulse oximetry\"\r\n                    }\r\n                ],\r\n                \"text\": \"Oxygen Saturation\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 95,\r\n                \"unit\": \"%O2\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"%\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-temperature\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8310-5\",\r\n                        \"display\": \"Body temperature\"\r\n                    }\r\n                ],\r\n                \"text\": \"temperature\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 38,\r\n                \"unit\": \"Cel\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"Cel\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-respiration\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"9279-1\",\r\n                        \"display\": \"Respiratory rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Respiratory Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 18,\r\n                \"unit\": \"breaths per minute\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygeninhaled\",\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"3150-0\",\r\n                        \"display\": \"Oxygen Inhaled\"\r\n                    }\r\n                ],\r\n                \"text\": \"\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 36,\r\n                \"unit\": \"%\",\r\n                \"system\": \"http://unitsofmeasure.org/\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000010604473-result\",\r\n            \"status\": \"final\",\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"36643-5\",\r\n                        \"display\": \"Chest X Ray 2 views\"\r\n                    }\r\n                ]\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22T00:00:00+05:00\",\r\n            \"valueQuantity\": {\r\n                \"value\": \"Lungs are not clear, cannot rule out Anemia. Other tests are required to determine the presence or absence of Anemia.\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-10000001-result\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"social-history\",\r\n                            \"display\": \"Social History\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Social History\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"72166-2\",\r\n                        \"display\": \"Tobacco smoking status\"\r\n                    }\r\n                ],\r\n                \"text\": \"Tobacco smoking status\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"issued\": \"2015-06-22T00:00:00+05:00\",\r\n            \"valueCodeableConcept\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"449868002\",\r\n                        \"display\": \">2 Pack\"\r\n                    }\r\n                ],\r\n                \"text\": \">2 Pack\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"3cfdb4bb-e8d4-4aa5-9049-633db2e5ad14"},{"name":"Date Range - Vital-signs","id":"18221a86-f754-4352-a65c-5d222e4e54af","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Vital-signs","description":"<h3 id=\"22---date-range---vital-signs\">2.2 - Date Range - Vital-signs</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=Vital-signs&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Vital-signs</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Vital-signs"}],"variable":[]}},"response":[{"id":"69a189a1-c1aa-433d-9239-42d40ebf0280","name":"Date Range - Vital-signs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Vital-signs","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Vital-signs"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-height\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8302-2\",\r\n                        \"display\": \"Body height\"\r\n                    }\r\n                ],\r\n                \"text\": \"height\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 177,\r\n                \"unit\": \"cm\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"cm\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-weight\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"29463-7\",\r\n                        \"display\": \"Body Weight\"\r\n                    }\r\n                ],\r\n                \"text\": \"weight\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 88,\r\n                \"unit\": \"kg\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"kg\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-BP\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"85354-9\",\r\n                        \"display\": \"Blood pressure panel with all children optional\"\r\n                    }\r\n                ],\r\n                \"text\": \"Blood pressure systolic and diastolic\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"component\": [\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8480-6\",\r\n                                \"display\": \"Systolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Systolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 145,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                },\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8462-4\",\r\n                                \"display\": \"Diastolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Diastolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 88,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-HR\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8867-4\",\r\n                        \"display\": \"Heart Rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Heart Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 80,\r\n                \"unit\": \"{beats}/min\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"{beats}/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygensaturation\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"59408-5\",\r\n                        \"display\": \"Oxygen saturation in Arterial blood by Pulse oximetry\"\r\n                    }\r\n                ],\r\n                \"text\": \"Oxygen Saturation\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 95,\r\n                \"unit\": \"%O2\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"%\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-temperature\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8310-5\",\r\n                        \"display\": \"Body temperature\"\r\n                    }\r\n                ],\r\n                \"text\": \"temperature\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 38,\r\n                \"unit\": \"Cel\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"Cel\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-respiration\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"9279-1\",\r\n                        \"display\": \"Respiratory rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Respiratory Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 18,\r\n                \"unit\": \"breaths per minute\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygeninhaled\",\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"3150-0\",\r\n                        \"display\": \"Oxygen Inhaled\"\r\n                    }\r\n                ],\r\n                \"text\": \"\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 36,\r\n                \"unit\": \"%\",\r\n                \"system\": \"http://unitsofmeasure.org/\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"18221a86-f754-4352-a65c-5d222e4e54af"},{"name":"Date Range - Smoking-status","id":"bd065903-b1b4-4d6e-a2c1-4cb7e97999e0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Smoking-status","description":"<h3 id=\"23---date-range---smoking-status\">2.3 - Date Range - Smoking-status</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=Smoking-status&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Smoking-status</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Smoking-status"}],"variable":[]}},"response":[{"id":"02354414-5ead-4332-b4a1-642f3ea052f2","name":"Date Range - Smoking-status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Smoking-status","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Smoking-status"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-10000001-result\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"social-history\",\r\n                            \"display\": \"Social History\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Social History\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"72166-2\",\r\n                        \"display\": \"Tobacco smoking status\"\r\n                    }\r\n                ],\r\n                \"text\": \"Tobacco smoking status\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"issued\": \"2015-06-22T00:00:00+05:00\",\r\n            \"valueCodeableConcept\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"449868002\",\r\n                        \"display\": \">2 Pack\"\r\n                    }\r\n                ],\r\n                \"text\": \">2 Pack\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"bd065903-b1b4-4d6e-a2c1-4cb7e97999e0"},{"name":"Date Range - Lab-result-values","id":"b1989a00-c2b7-4aa6-abc1-9254a2f88530","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY&cat_type=Lab-result-values","description":"<h3 id=\"24---date-range---lab-result-values\">2.4 - Date Range - Lab-result-values</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=DateRange&amp;cat_type=Lab-result-values&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\n</code></pre><p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>DateRange</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Lab-result-values</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Lab-result-values"}],"variable":[]}},"response":[{"id":"af6bfe02-6c1d-4a61-bf38-5caeb93ca21b","name":"Date Range - Lab-result-values","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=FromDate&ToDate=ToDate&cat_type=Lab-result-values","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"FromDate"},{"key":"ToDate","value":"ToDate"},{"key":"cat_type","value":"Lab-result-values"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-10028214-result\",\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"laboratory\",\r\n                            \"display\": \"Laboratory\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Laboratory\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"5811-5\",\r\n                        \"display\": \"Specific gravity of Urine by Test strip\"\r\n                    }\r\n                ]\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-9991047010543798\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": \"1.015\"\r\n            },\r\n            \"referenceRange\": [\r\n                {\r\n                    \"text\": \"1.005-1.030\"\r\n                }\r\n            ]\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"b1989a00-c2b7-4aa6-abc1-9254a2f88530"},{"name":"Specific Date - All categories","id":"a518d3b8-de5e-45ff-8db6-d9e8ccd694e1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=All","description":"<h3 id=\"31---specific-date\">3.1 - Specific Date</h3>\n<p>   <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=SpecificDate&amp;cat_type=All&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=All&amp;Date=MM/DD/YYYY</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecificDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>All</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}],"variable":[]}},"response":[{"id":"c31a5e0c-e2d9-4056-b399-e02ccad1b078","name":"Specific Date - All categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=All","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"All"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-height\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8302-2\",\r\n                        \"display\": \"Body height\"\r\n                    }\r\n                ],\r\n                \"text\": \"height\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 177,\r\n                \"unit\": \"cm\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"cm\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-weight\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"29463-7\",\r\n                        \"display\": \"Body Weight\"\r\n                    }\r\n                ],\r\n                \"text\": \"weight\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 88,\r\n                \"unit\": \"kg\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"kg\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-BP\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"85354-9\",\r\n                        \"display\": \"Blood pressure panel with all children optional\"\r\n                    }\r\n                ],\r\n                \"text\": \"Blood pressure systolic and diastolic\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"component\": [\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8480-6\",\r\n                                \"display\": \"Systolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Systolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 145,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                },\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8462-4\",\r\n                                \"display\": \"Diastolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Diastolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 88,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-HR\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8867-4\",\r\n                        \"display\": \"Heart Rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Heart Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 80,\r\n                \"unit\": \"{beats}/min\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"{beats}/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygensaturation\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"59408-5\",\r\n                        \"display\": \"Oxygen saturation in Arterial blood by Pulse oximetry\"\r\n                    }\r\n                ],\r\n                \"text\": \"Oxygen Saturation\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 95,\r\n                \"unit\": \"%O2\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"%\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-temperature\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8310-5\",\r\n                        \"display\": \"Body temperature\"\r\n                    }\r\n                ],\r\n                \"text\": \"temperature\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 38,\r\n                \"unit\": \"Cel\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"Cel\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-respiration\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"9279-1\",\r\n                        \"display\": \"Respiratory rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Respiratory Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 18,\r\n                \"unit\": \"breaths per minute\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygeninhaled\",\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"3150-0\",\r\n                        \"display\": \"Oxygen Inhaled\"\r\n                    }\r\n                ],\r\n                \"text\": \"\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 36,\r\n                \"unit\": \"%\",\r\n                \"system\": \"http://unitsofmeasure.org/\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000010604473-result\",\r\n            \"status\": \"final\",\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"36643-5\",\r\n                        \"display\": \"Chest X Ray 2 views\"\r\n                    }\r\n                ]\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22T00:00:00+05:00\",\r\n            \"valueQuantity\": {\r\n                \"value\": \"Lungs are not clear, cannot rule out Anemia. Other tests are required to determine the presence or absence of Anemia.\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-10000001-result\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"social-history\",\r\n                            \"display\": \"Social History\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Social History\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"72166-2\",\r\n                        \"display\": \"Tobacco smoking status\"\r\n                    }\r\n                ],\r\n                \"text\": \"Tobacco smoking status\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"issued\": \"2015-06-22T00:00:00+05:00\",\r\n            \"valueCodeableConcept\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"449868002\",\r\n                        \"display\": \">2 Pack\"\r\n                    }\r\n                ],\r\n                \"text\": \">2 Pack\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"a518d3b8-de5e-45ff-8db6-d9e8ccd694e1"},{"name":"Specific Date - Vital-signs","id":"44cde268-26d1-4f7d-a483-ce3b1c35335c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Vital-signs","description":"<h3 id=\"32---specific-date---vital-signs\">3.2 - Specific Date - Vital-signs</h3>\n<p>   <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=SpecificDate&amp;cat_type=Vital-signs&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=Vital-signs&amp;Date=MM/DD/YYYY</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecificDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Vital-signs</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Vital-signs"}],"variable":[]}},"response":[{"id":"2417f853-626a-49e0-ba73-3e7fff1913eb","name":"Specific Date - Vital-signs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Vital-signs","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Vital-signs"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-height\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8302-2\",\r\n                        \"display\": \"Body height\"\r\n                    }\r\n                ],\r\n                \"text\": \"height\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 177,\r\n                \"unit\": \"cm\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"cm\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-weight\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"29463-7\",\r\n                        \"display\": \"Body Weight\"\r\n                    }\r\n                ],\r\n                \"text\": \"weight\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 88,\r\n                \"unit\": \"kg\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"kg\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-BP\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"85354-9\",\r\n                        \"display\": \"Blood pressure panel with all children optional\"\r\n                    }\r\n                ],\r\n                \"text\": \"Blood pressure systolic and diastolic\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"component\": [\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8480-6\",\r\n                                \"display\": \"Systolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Systolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 145,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                },\r\n                {\r\n                    \"code\": {\r\n                        \"coding\": [\r\n                            {\r\n                                \"system\": \"http://loinc.org\",\r\n                                \"code\": \"8462-4\",\r\n                                \"display\": \"Diastolic blood pressure\"\r\n                            }\r\n                        ],\r\n                        \"text\": \"Diastolic blood pressure\"\r\n                    },\r\n                    \"valueQuantity\": {\r\n                        \"value\": 88,\r\n                        \"unit\": \"mmHg\",\r\n                        \"system\": \"http://unitsofmeasure.org\",\r\n                        \"code\": \"mm[Hg]\"\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-HR\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8867-4\",\r\n                        \"display\": \"Heart Rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Heart Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 80,\r\n                \"unit\": \"{beats}/min\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"{beats}/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygensaturation\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"59408-5\",\r\n                        \"display\": \"Oxygen saturation in Arterial blood by Pulse oximetry\"\r\n                    }\r\n                ],\r\n                \"text\": \"Oxygen Saturation\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 95,\r\n                \"unit\": \"%O2\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"%\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-temperature\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"8310-5\",\r\n                        \"display\": \"Body temperature\"\r\n                    }\r\n                ],\r\n                \"text\": \"temperature\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 38,\r\n                \"unit\": \"Cel\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"Cel\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-respiration\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/StructureDefinition/vitalsigns\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"9279-1\",\r\n                        \"display\": \"Respiratory rate\"\r\n                    }\r\n                ],\r\n                \"text\": \"Respiratory Rate\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 18,\r\n                \"unit\": \"breaths per minute\",\r\n                \"system\": \"http://unitsofmeasure.org\",\r\n                \"code\": \"/min\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    },\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-1000011511087-vitals-oxygeninhaled\",\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"vital-signs\",\r\n                            \"display\": \"Vital Signs\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Vital Signs\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"3150-0\",\r\n                        \"display\": \"Oxygen Inhaled\"\r\n                    }\r\n                ],\r\n                \"text\": \"\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": 36,\r\n                \"unit\": \"%\",\r\n                \"system\": \"http://unitsofmeasure.org/\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"44cde268-26d1-4f7d-a483-ce3b1c35335c"},{"name":"Specific Date - Smoking-status","id":"889488d6-f747-44b6-bbd4-53dfaedf6786","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Smoking-status","description":"<h3 id=\"33---specific-date---smoking-status\">3.3 - Specific Date - Smoking Status</h3>\n<p>   <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=SpecificDate&amp;cat_type=Smoking-status&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=Smoking-status&amp;Date=MM/DD/YYYY</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecificDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Smoking-status</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Smoking-status"}],"variable":[]}},"response":[{"id":"32d3ae89-f108-461f-aba6-38ba578b8a8c","name":"Specific Date - Smoking-status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Smoking-status","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Smoking-status"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-10000001-result\",\r\n            \"meta\": {\r\n                \"profile\": [\r\n                    \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus\"\r\n                ]\r\n            },\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"social-history\",\r\n                            \"display\": \"Social History\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Social History\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"72166-2\",\r\n                        \"display\": \"Tobacco smoking status\"\r\n                    }\r\n                ],\r\n                \"text\": \"Tobacco smoking status\"\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-1000010677343\"\r\n            },\r\n            \"issued\": \"2015-06-22T00:00:00+05:00\",\r\n            \"valueCodeableConcept\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://snomed.info/sct\",\r\n                        \"code\": \"449868002\",\r\n                        \"display\": \">2 Pack\"\r\n                    }\r\n                ],\r\n                \"text\": \">2 Pack\"\r\n            }\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"889488d6-f747-44b6-bbd4-53dfaedf6786"},{"name":"Specific Date - Lab-result-values","id":"521a1683-02b4-44ff-8a0c-b9415235e0b7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY&cat_type=Lab-result-values","description":"<h3 id=\"34---specific-date---lab-result-values\">3.4 - Specific Date - Lab-result-values</h3>\n<p>   <a href=\"https://r2test.icanotes.com/API/Observation?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;req_type=SpecificDate&amp;cat_type=Lab-result-values&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;req_type=SpecificDate&amp;cat_type=Lab-result-values&amp;Date=MM/DD/YYYY</a></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Format</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userKey</td>\n<td>userKey</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>userSecret</td>\n<td>userSecret</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>req_Type</td>\n<td>SpecificDate</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cat_type</td>\n<td>Lab-result-values</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>MM/DD/YYYY</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Observation"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"},{"key":"cat_type","value":"Lab-result-values"}],"variable":[]}},"response":[{"id":"d1320af9-d12c-472d-8408-dc6e7643ee6b","name":"Specific Date - Lab-result-values","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Observation?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=SpecificDate&cat_type=Lab-result-values","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Observation"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"SpecificDate"},{"key":"cat_type","value":"Lab-result-values"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"resource\": {\r\n            \"resourceType\": \"Observation\",\r\n            \"id\": \"MU2014-10028214-result\",\r\n            \"status\": \"final\",\r\n            \"category\": [\r\n                {\r\n                    \"coding\": [\r\n                        {\r\n                            \"system\": \"http://hl7.org/fhir/observation-category\",\r\n                            \"code\": \"laboratory\",\r\n                            \"display\": \"Laboratory\"\r\n                        }\r\n                    ],\r\n                    \"text\": \"Laboratory\"\r\n                }\r\n            ],\r\n            \"code\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"system\": \"http://loinc.org\",\r\n                        \"code\": \"5811-5\",\r\n                        \"display\": \"Specific gravity of Urine by Test strip\"\r\n                    }\r\n                ]\r\n            },\r\n            \"subject\": {\r\n                \"reference\": \"Patient/MU2014-9991047010543798\"\r\n            },\r\n            \"effectiveDateTime\": \"2015-06-22\",\r\n            \"valueQuantity\": {\r\n                \"value\": \"1.015\"\r\n            },\r\n            \"referenceRange\": [\r\n                {\r\n                    \"text\": \"1.005-1.030\"\r\n                }\r\n            ]\r\n        },\r\n        \"request\": {\r\n            \"method\": \"POST\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"521a1683-02b4-44ff-8a0c-b9415235e0b7"}],"id":"b931e6a3-cbbf-442a-a4d8-3dc8a3cdcd1d","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Observation data with their <em>patientID</em>. Addtionally, it allows for the ability to query for a patient's lab results with their <em>patientID</em>. </p>\n<p>Upon a successful query, it will then return the patient's data in JSON. The data associated in the response will be in a FHIR structure. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint in respect of vital-signs, a \"date\" is defined as the date of service.</em></p>\n<p><em>Please note that in the context of this endpoint in respect of smoking-status, a \"date\" is defined as the date of patient intake.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint. </p>\n<ol>\n<li>Complete Data associated with a <em>patientID</em> for this resource.</li>\n<li>Provide Date Range, and receive data within that Date Range. </li>\n<li>Provide Specific Date, and receive data for that Date only.</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"070a58fb-f20c-4ee0-840b-5a99b02f85c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"60cfc8a2-2e3e-4c42-a799-3b10621c6ff1","type":"text/javascript","exec":[""]}}],"_postman_id":"b931e6a3-cbbf-442a-a4d8-3dc8a3cdcd1d"},{"name":"DiagnosticReport","item":[{"name":"Complete Search","id":"e361d530-1d3c-445e-8b00-347a859a20ff","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-search\">1 - Complete Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/DiagnosticReport?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","DiagnosticReport"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"9c9653ed-4cd2-4f00-9e83-48e8d3966277","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","DiagnosticReport"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2079","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 15:37:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"81f-vH8bN/7Xbb1GnOiArxaxlUblqKw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"DiagnosticReport\",\"id\":\"MU2014-1000010677343-10002345\",\"meta\":{\"lastUpdated\":\"2018-07-03T17:41:15+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport\"]},\"status\":\"final\",\"category\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/v2/0074\",\"code\":\"LAB\",\"display\":\"Laboratory\"}]},\"code\":{\"coding\":[{\"system\":\"http://loinc.org\",\"code\":\"24357-6\",\"display\":\"Urinanalysis macro (dipstick) panel\"}],\"text\":\"Urinanalysis macro (dipstick) panel\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"effectiveDateTime\":\"2015-06-22T03:15:00+05:00\",\"issued\":\"2015-06-22T03:15:00+05:00\",\"result\":[{\"reference\":\"observation/MU2014-10028094-result\"},{\"reference\":\"observation/MU2014-10028095-result\"},{\"reference\":\"observation/MU2014-10028096-result\"},{\"reference\":\"observation/MU2014-10028097-result\"},{\"reference\":\"observation/MU2014-10028098-result\"},{\"reference\":\"observation/MU2014-10028099-result\"},{\"reference\":\"observation/MU2014-10028100-result\"}]},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"DiagnosticReport\",\"id\":\"MU2014-1000010677343-1000010604473-imaging\",\"meta\":{\"lastUpdated\":\"2018-07-12T16:14:06+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport\"]},\"status\":\"unknown\",\"category\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/v2/0074\",\"code\":\"LAB\",\"display\":\"Laboratory\"}]},\"code\":{\"coding\":[{\"system\":\"http://loinc.org\",\"code\":\"36643-5\",\"display\":\"Chest X Ray 2 views\"}],\"text\":\"Chest X Ray 2 views\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"effectiveDateTime\":\"2015-06-22T00:00:00+05:00\",\"issued\":\"\",\"result\":[{\"reference\":\"observation/MU2014-10028094-result\"},{\"reference\":\"observation/MU2014-10028095-result\"},{\"reference\":\"observation/MU2014-10028096-result\"},{\"reference\":\"observation/MU2014-10028097-result\"},{\"reference\":\"observation/MU2014-10028098-result\"},{\"reference\":\"observation/MU2014-10028099-result\"},{\"reference\":\"observation/MU2014-10028100-result\"},{\"reference\":\"MU2014-1000010604473-result\"}]},\"request\":{\"method\":\"POST\"}}]"},{"id":"9f18ca36-09f1-4864-a59e-b5e99d441bda","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","DiagnosticReport"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2079","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:09:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"81f-vH8bN/7Xbb1GnOiArxaxlUblqKw\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"DiagnosticReport\",\"id\":\"MU2014-1000010677343-10002345\",\"meta\":{\"lastUpdated\":\"2018-07-03T17:41:15+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport\"]},\"status\":\"final\",\"category\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/v2/0074\",\"code\":\"LAB\",\"display\":\"Laboratory\"}]},\"code\":{\"coding\":[{\"system\":\"http://loinc.org\",\"code\":\"24357-6\",\"display\":\"Urinanalysis macro (dipstick) panel\"}],\"text\":\"Urinanalysis macro (dipstick) panel\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"effectiveDateTime\":\"2015-06-22T03:15:00+05:00\",\"issued\":\"2015-06-22T03:15:00+05:00\",\"result\":[{\"reference\":\"observation/MU2014-10028094-result\"},{\"reference\":\"observation/MU2014-10028095-result\"},{\"reference\":\"observation/MU2014-10028096-result\"},{\"reference\":\"observation/MU2014-10028097-result\"},{\"reference\":\"observation/MU2014-10028098-result\"},{\"reference\":\"observation/MU2014-10028099-result\"},{\"reference\":\"observation/MU2014-10028100-result\"}]},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"DiagnosticReport\",\"id\":\"MU2014-1000010677343-1000010604473-imaging\",\"meta\":{\"lastUpdated\":\"2018-07-12T16:14:06+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport\"]},\"status\":\"unknown\",\"category\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/v2/0074\",\"code\":\"LAB\",\"display\":\"Laboratory\"}]},\"code\":{\"coding\":[{\"system\":\"http://loinc.org\",\"code\":\"36643-5\",\"display\":\"Chest X Ray 2 views\"}],\"text\":\"Chest X Ray 2 views\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"effectiveDateTime\":\"2015-06-22T00:00:00+05:00\",\"issued\":\"\",\"result\":[{\"reference\":\"observation/MU2014-10028094-result\"},{\"reference\":\"observation/MU2014-10028095-result\"},{\"reference\":\"observation/MU2014-10028096-result\"},{\"reference\":\"observation/MU2014-10028097-result\"},{\"reference\":\"observation/MU2014-10028098-result\"},{\"reference\":\"observation/MU2014-10028099-result\"},{\"reference\":\"observation/MU2014-10028100-result\"},{\"reference\":\"MU2014-1000010604473-result\"}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"e361d530-1d3c-445e-8b00-347a859a20ff"},{"name":"Date Range Search","id":"a8e6c9fa-7136-4d94-822a-8719ef42d5f1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/DiagnosticReport?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","DiagnosticReport"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"5e596a9a-b764-4aff-bfb1-6bbd0330b261","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=07/01/2018&ToDate=07/05/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","DiagnosticReport"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"07/01/2018"},{"key":"ToDate","value":"07/05/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1039","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:12:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"40f-GkgMQeSvYpNNODmzNYgs5kphWeA\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"5","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"DiagnosticReport\",\"id\":\"MU2014-1000010677343-10002345\",\"meta\":{\"lastUpdated\":\"2018-07-03T17:41:15+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport\"]},\"status\":\"final\",\"category\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/v2/0074\",\"code\":\"LAB\",\"display\":\"Laboratory\"}]},\"code\":{\"coding\":[{\"system\":\"http://loinc.org\",\"code\":\"24357-6\",\"display\":\"Urinanalysis macro (dipstick) panel\"}],\"text\":\"Urinanalysis macro (dipstick) panel\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"effectiveDateTime\":\"2015-06-22T03:15:00+05:00\",\"issued\":\"2015-06-22T03:15:00+05:00\",\"result\":[{\"reference\":\"observation/MU2014-10028094-result\"},{\"reference\":\"observation/MU2014-10028095-result\"},{\"reference\":\"observation/MU2014-10028096-result\"},{\"reference\":\"observation/MU2014-10028097-result\"},{\"reference\":\"observation/MU2014-10028098-result\"},{\"reference\":\"observation/MU2014-10028099-result\"},{\"reference\":\"observation/MU2014-10028100-result\"}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"a8e6c9fa-7136-4d94-822a-8719ef42d5f1"},{"name":"Specific Date Search","id":"bd4330f2-8fa3-4d56-8d30-c94715bebec9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/DiagnosticReport?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","DiagnosticReport"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"c929168d-a132-4fd7-9d9f-a73bd46e154b","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/DiagnosticReport?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=07/03/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","DiagnosticReport"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"07/03/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1039","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:11:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"40f-GkgMQeSvYpNNODmzNYgs5kphWeA\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"DiagnosticReport\",\"id\":\"MU2014-1000010677343-10002345\",\"meta\":{\"lastUpdated\":\"2018-07-03T17:41:15+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport\"]},\"status\":\"final\",\"category\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/v2/0074\",\"code\":\"LAB\",\"display\":\"Laboratory\"}]},\"code\":{\"coding\":[{\"system\":\"http://loinc.org\",\"code\":\"24357-6\",\"display\":\"Urinanalysis macro (dipstick) panel\"}],\"text\":\"Urinanalysis macro (dipstick) panel\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"effectiveDateTime\":\"2015-06-22T03:15:00+05:00\",\"issued\":\"2015-06-22T03:15:00+05:00\",\"result\":[{\"reference\":\"observation/MU2014-10028094-result\"},{\"reference\":\"observation/MU2014-10028095-result\"},{\"reference\":\"observation/MU2014-10028096-result\"},{\"reference\":\"observation/MU2014-10028097-result\"},{\"reference\":\"observation/MU2014-10028098-result\"},{\"reference\":\"observation/MU2014-10028099-result\"},{\"reference\":\"observation/MU2014-10028100-result\"}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"bd4330f2-8fa3-4d56-8d30-c94715bebec9"}],"id":"45e93ad6-78ee-4d68-8567-4c800f413af9","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Diagnostic Report data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the effective time and date when the Diagnostic Report was taken.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"426ca35f-7fa7-4f05-9eac-bcf90056dd04","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65cef4f4-66e1-4f2d-94cb-11ec5838c6e2","type":"text/javascript","exec":[""]}}],"_postman_id":"45e93ad6-78ee-4d68-8567-4c800f413af9"},{"name":"Immunization","item":[{"name":"Complete Search","id":"a7b4a8c6-a922-48c2-af00-69249cfdc4d8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Immunization?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Immunization"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"ae1d78fd-3742-4e0f-81cb-9471d6facc40","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Immunization"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"865","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:12:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"361-AeyjbMjGfULGipzjx367KB3CCSo\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Immunization\",\"id\":\"MU2014-10000126\",\"status\":\"completed\",\"notGiven\":false,\"primarySource\":false,\"vaccineCode\":{\"coding\":[{\"system\":\"urn:oid:1.2.36.1.2001.1005.17\",\"code\":\"106\"}],\"text\":\"DTaP, 5 pertussis antigens\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"date\":\"2012-01-04\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Immunization\",\"id\":\"MU2014-10000127\",\"status\":\"completed\",\"notGiven\":true,\"explanation\":{\"reasonNotGiven\":{\"coding\":{\"system\":\"http://hl7.org/fhir/v3/ActReason\",\"code\":\"PATOBJ\",\"display\":\"Patient objection\"}}},\"primarySource\":false,\"vaccineCode\":{\"coding\":[{\"system\":\"urn:oid:1.2.36.1.2001.1005.17\",\"code\":\"166\"}],\"text\":\"influenza, intradermal, quadrivalent, preservative free\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"date\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"a7b4a8c6-a922-48c2-af00-69249cfdc4d8"},{"name":"Date Range Search","id":"66c707f8-66f1-418d-870e-61e7f3307a87","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Immunization?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Immunization"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"d62bbd34-66f9-4e8e-b597-f481f277ea96","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=06/20/2015&ToDate=06/22/2015","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Immunization"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"06/20/2015"},{"key":"ToDate","value":"06/22/2015"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"515","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:14:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"203-H01eUyaLk3vd7Rn2FH23bQWK94k\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Immunization\",\"id\":\"MU2014-10000127\",\"status\":\"completed\",\"notGiven\":true,\"explanation\":{\"reasonNotGiven\":{\"coding\":{\"system\":\"http://hl7.org/fhir/v3/ActReason\",\"code\":\"PATOBJ\",\"display\":\"Patient objection\"}}},\"primarySource\":false,\"vaccineCode\":{\"coding\":[{\"system\":\"urn:oid:1.2.36.1.2001.1005.17\",\"code\":\"166\"}],\"text\":\"influenza, intradermal, quadrivalent, preservative free\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"date\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"66c707f8-66f1-418d-870e-61e7f3307a87"},{"name":"Specific Date Search","id":"4dbe44ac-7c5b-42bf-9d6c-db8b768541bd","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Immunization?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Immunization"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"2409f63f-d433-4eb3-be9f-935d2a292816","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Immunization?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=06/22/2015","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Immunization"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"06/22/2015"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"515","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:12:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"203-H01eUyaLk3vd7Rn2FH23bQWK94k\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Immunization\",\"id\":\"MU2014-10000127\",\"status\":\"completed\",\"notGiven\":true,\"explanation\":{\"reasonNotGiven\":{\"coding\":{\"system\":\"http://hl7.org/fhir/v3/ActReason\",\"code\":\"PATOBJ\",\"display\":\"Patient objection\"}}},\"primarySource\":false,\"vaccineCode\":{\"coding\":[{\"system\":\"urn:oid:1.2.36.1.2001.1005.17\",\"code\":\"166\"}],\"text\":\"influenza, intradermal, quadrivalent, preservative free\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"date\":\"2015-06-22\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"4dbe44ac-7c5b-42bf-9d6c-db8b768541bd"}],"id":"da998eed-b477-481d-9332-e2cedc89f733","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Immunization data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the date the immunization was administered.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"d36c8630-5d5f-4151-8259-6dcde5985634","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"721d5d99-5b1c-4c7b-9fbf-a28315770840","type":"text/javascript","exec":[""]}}],"_postman_id":"da998eed-b477-481d-9332-e2cedc89f733"},{"name":"Procedure","item":[{"name":"Complete Search","id":"ced5c5b5-8f54-4fda-ba97-8bfff96207c9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Procedure?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Procedure"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"79ffa00e-fdd3-4f0c-9c19-ca00cef25e0e","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Procedure"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1183","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:17:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"49f-DIC+56dNdWkw8qSt03w4NZf6+ts\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"5","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000000009-procedure\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"175135009\",\"display\":\"Introduction of cardiac pacemaker system via vein\"}],\"text\":\"Introduction of cardiac pacemaker system via vein\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2011-10-05T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000011511087-procedure-1\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://www.ama-assn.org/go/cpt\",\"code\":\"99213\",\"display\":\"Office Pt, Established\"}],\"text\":\"Office Pt, Established\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2015-06-22T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000002-procedure\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"56251003\",\"display\":\"Nebulizer therapy procedure\"}],\"text\":\"Nebulizer therapy procedure\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2015-06-22T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}}]"},{"id":"a1525f3f-2288-4deb-be3c-7c9fd99fe9ec","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Procedure"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1183","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:15:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"49f-DIC+56dNdWkw8qSt03w4NZf6+ts\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000000009-procedure\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"175135009\",\"display\":\"Introduction of cardiac pacemaker system via vein\"}],\"text\":\"Introduction of cardiac pacemaker system via vein\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2011-10-05T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000011511087-procedure-1\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://www.ama-assn.org/go/cpt\",\"code\":\"99213\",\"display\":\"Office Pt, Established\"}],\"text\":\"Office Pt, Established\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2015-06-22T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000002-procedure\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"56251003\",\"display\":\"Nebulizer therapy procedure\"}],\"text\":\"Nebulizer therapy procedure\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2015-06-22T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"ced5c5b5-8f54-4fda-ba97-8bfff96207c9"},{"name":"Date Range Search","id":"ea39ee83-e2ea-4cda-86cb-5c3b59d09f2f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Procedure?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Procedure"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"8a2957ec-00bd-4d2b-b054-e424c159b2ad","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=10/04/2011&ToDate=10/11/2011","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Procedure"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"10/04/2011"},{"key":"ToDate","value":"10/11/2011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"426","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:17:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1aa-7fHD9aksPYrgI+X65F0QTQzSnNo\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"6","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000000009-procedure\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"175135009\",\"display\":\"Introduction of cardiac pacemaker system via vein\"}],\"text\":\"Introduction of cardiac pacemaker system via vein\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2011-10-05T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"ea39ee83-e2ea-4cda-86cb-5c3b59d09f2f"},{"name":"Specific Date Search","id":"513ca515-a554-46c4-9c5c-3ea69043ab05","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Procedure?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>SpecificDate</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Procedure"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"1780729f-3907-45b3-b4ed-5333165866ad","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Procedure?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=10/05/2011","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Procedure"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"10/05/2011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"426","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:16:20 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1aa-7fHD9aksPYrgI+X65F0QTQzSnNo\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Procedure\",\"id\":\"MU2014-1000000009-procedure\",\"status\":\"completed\",\"code\":{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"175135009\",\"display\":\"Introduction of cardiac pacemaker system via vein\"}],\"text\":\"Introduction of cardiac pacemaker system via vein\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"performedDateTime\":\"2011-10-05T00:00:00+05:00\"},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"513ca515-a554-46c4-9c5c-3ea69043ab05"}],"id":"bc61cd65-3c59-481a-b07f-919faf1c3f75","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Procedure data with their patientID.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the date and time the Procedure was performed.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"bc20bdc3-3d60-4b3c-ac65-57a673133ee5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"26b5e854-57c0-4d5e-b6b5-c1ac3338d339","type":"text/javascript","exec":[""]}}],"_postman_id":"bc61cd65-3c59-481a-b07f-919faf1c3f75"},{"name":"Device","item":[{"name":"Complete Search","id":"2292cb2b-1275-40a7-bb2c-6a5a0ef2f72b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Device?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Device?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/Device?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Device"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"4ab3ee56-0e59-45e9-9ade-a0eeea3bb0b9","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Device?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Device"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"653","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:18:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"28d-wIe6TI9AF/chEfj3hmBErM19rfc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Device\",\"id\":\"MU2014-1000000009\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:09:29+05:00\"},\"udi\":{\"deviceIdentifier\":\"00643169007222\",\"name\":\"Viva™ Quad XT CRT-D\",\"jurisdiction\":\"http://hl7.org/fhir/NamingSystem/fda-udi\",\"carrierHRF\":\"(01)00643169007222(17)160128(21)BLC200461H\"},\"status\":\"active\",\"type\":{\"text\":\"Cardiac resynchronization therapy implantable defibrillator\"},\"lotNumber\":\"\",\"manufacturer\":\"MEDTRONIC, INC.\",\"expirationDate\":\"2016-01-28\",\"model\":\"DTBA1QQ\",\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"safety\":[{\"text\":\"Labeling does not contain MRI Safety Information\"}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"2292cb2b-1275-40a7-bb2c-6a5a0ef2f72b"},{"name":"Date Range Search","id":"814fc0b6-3d87-4234-a231-36da7d8a86e9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Device?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Device?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/Device?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Device"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"07869f4a-3397-44ec-9cd6-9a043e167255","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Device?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=07/09/2018&ToDate=07/11/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Device"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"07/09/2018"},{"key":"ToDate","value":"07/11/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1184","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:21:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4a0-EuJiUoDRMyBk1YOA62xQJ5yctuY\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"6","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650299\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:10+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"7980\",\"display\":\"Penicillin G\"}],\"text\":\"Penicillin G\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"AllergyIntolerance\",\"id\":\"MU2014-1000010650300\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:37:11+05:00\"},\"clinicalStatus\":\"active\",\"verificationStatus\":\"unconfirmed\",\"category\":[\"medication\"],\"code\":{\"coding\":[{\"system\":\"http://www.nlm.nih.gov/research/umls/rxnorm\",\"code\":\"733\",\"display\":\"Ampicillin\"}],\"text\":\"Ampicillin\"},\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"reaction\":[{\"manifestation\":[{\"coding\":[{\"system\":\"http://snomed.info/sct\",\"code\":\"247472004\",\"display\":\"Hives\"}],\"text\":\"Hives\",\"severity\":\"Moderate\"}]}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"814fc0b6-3d87-4234-a231-36da7d8a86e9"},{"name":"Specific Date Search","id":"8c472c81-97fc-4447-9338-58c56c8bc99d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Device?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Device?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Device?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>SpecificDate</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Device"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"6553ecba-bca5-4e3a-8ba9-8475e5ab780e","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Device?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=07/10/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Device"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"07/10/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"653","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:20:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"28d-wIe6TI9AF/chEfj3hmBErM19rfc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Device\",\"id\":\"MU2014-1000000009\",\"meta\":{\"lastUpdated\":\"2018-07-10T10:09:29+05:00\"},\"udi\":{\"deviceIdentifier\":\"00643169007222\",\"name\":\"Viva™ Quad XT CRT-D\",\"jurisdiction\":\"http://hl7.org/fhir/NamingSystem/fda-udi\",\"carrierHRF\":\"(01)00643169007222(17)160128(21)BLC200461H\"},\"status\":\"active\",\"type\":{\"text\":\"Cardiac resynchronization therapy implantable defibrillator\"},\"lotNumber\":\"\",\"manufacturer\":\"MEDTRONIC, INC.\",\"expirationDate\":\"2016-01-28\",\"model\":\"DTBA1QQ\",\"patient\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"safety\":[{\"text\":\"Labeling does not contain MRI Safety Information\"}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"8c472c81-97fc-4447-9338-58c56c8bc99d"}],"id":"cff26f1c-dbb1-4bea-b750-c448780fcbc1","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Device data with their <em>patientID</em>. The UDI information for the patient's device is returned in the <em>udi</em> data object, which is returned with all queries made to this endpoint.  </p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the date when the device is entered into the patient's chart.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"0e50cdc5-a0e9-46b3-85a6-e22f61c26d9d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"78ab0593-da3d-497d-b246-4cc5f7ed5c12","type":"text/javascript","exec":[""]}}],"_postman_id":"cff26f1c-dbb1-4bea-b750-c448780fcbc1"},{"name":"CarePlan","item":[{"name":"Complete Search","id":"e681c1c4-1ec5-4095-8727-0a64ecdf2994","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/CarePlan?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","CarePlan"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"8f7eb392-9d80-42a3-a2ad-e50aa7f0b480","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CarePlan"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1545","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:22:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"609-/zBO+Wgz/CMJRjj43qIcs26eoYs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CarePlan\",\"id\":\"MU2014-1000010677343-054B2EB8-247A-1249-A5D6-2D1E007AD19A\",\"meta\":{\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan\"],\"lastUpdated\":\"2018-08-29T14:34:34+05:00\"},\"text\":{\"status\":\"additional\",\"div\":\"<div><strong>Assessment</strong><p>The patient was found to have fever and Dr Davis is suspecting Anemia based on the patient history. So Dr Davis asked the patient to closely monitor the temperature and blood pressure and get admitted to Community Health Hospitals if the fever does not subside within a day.\\r\\rMs Alice Newman is being referred to Community Health Hospitals Inpatient facility because of the high fever noticed and suspected Anemia.</p><table><thead><tr><th>Planned Activity</th></tr></thead><tbody><tr><td>Lab: Urinanalysis macro (dipstick) panel (SNOMED: 24357-6) [6/29/2015]</td></tr><tr><td>Intervention: Take Clindamycin 300mg three times a day as needed if pain does not subside. [6/22/2015]</td></tr><tr><td>Intervention: Schedule follow on visit with Neighborhood Physicians Practice on 7/1/2015.</td></tr><tr><td>Intervention: Get an EKG done on 6/23/2015.</td></tr><tr><td>Intervention: Get a Chest X-ray done on 6/23/2015 showing the Lower Respiratory Tract Structure.</td></tr></tbody></table></div>\"},\"status\":\"additional\",\"intent\":\"plan\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/us/core/CodeSystem/careplan-category\",\"code\":\"assess-plan\"}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"e681c1c4-1ec5-4095-8727-0a64ecdf2994"},{"name":"Date Range Search","id":"233cf191-aa1b-46f0-ad6e-c6d36c52801a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/CarePlan?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","CarePlan"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"f75bdd56-376b-4a99-a8d9-bdf3889e1318","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=08/27/2018&ToDate=08/30/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CarePlan"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"08/27/2018"},{"key":"ToDate","value":"08/30/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1545","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:24:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"609-/zBO+Wgz/CMJRjj43qIcs26eoYs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"6","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CarePlan\",\"id\":\"MU2014-1000010677343-054B2EB8-247A-1249-A5D6-2D1E007AD19A\",\"meta\":{\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan\"],\"lastUpdated\":\"2018-08-29T14:34:34+05:00\"},\"text\":{\"status\":\"additional\",\"div\":\"<div><strong>Assessment</strong><p>The patient was found to have fever and Dr Davis is suspecting Anemia based on the patient history. So Dr Davis asked the patient to closely monitor the temperature and blood pressure and get admitted to Community Health Hospitals if the fever does not subside within a day.\\r\\rMs Alice Newman is being referred to Community Health Hospitals Inpatient facility because of the high fever noticed and suspected Anemia.</p><table><thead><tr><th>Planned Activity</th></tr></thead><tbody><tr><td>Lab: Urinanalysis macro (dipstick) panel (SNOMED: 24357-6) [6/29/2015]</td></tr><tr><td>Intervention: Take Clindamycin 300mg three times a day as needed if pain does not subside. [6/22/2015]</td></tr><tr><td>Intervention: Schedule follow on visit with Neighborhood Physicians Practice on 7/1/2015.</td></tr><tr><td>Intervention: Get an EKG done on 6/23/2015.</td></tr><tr><td>Intervention: Get a Chest X-ray done on 6/23/2015 showing the Lower Respiratory Tract Structure.</td></tr></tbody></table></div>\"},\"status\":\"additional\",\"intent\":\"plan\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/us/core/CodeSystem/careplan-category\",\"code\":\"assess-plan\"}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"233cf191-aa1b-46f0-ad6e-c6d36c52801a"},{"name":"Specific Date Search","id":"64a2ebca-de69-4f12-aa3d-4d1aba3a92c6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/CarePlan?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>SpecificDate</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","CarePlan"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"87b8a9dd-6085-4873-b207-cabad3b6c210","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CarePlan?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=08/29/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CarePlan"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"08/29/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1545","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:23:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"609-/zBO+Wgz/CMJRjj43qIcs26eoYs\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CarePlan\",\"id\":\"MU2014-1000010677343-054B2EB8-247A-1249-A5D6-2D1E007AD19A\",\"meta\":{\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan\"],\"lastUpdated\":\"2018-08-29T14:34:34+05:00\"},\"text\":{\"status\":\"additional\",\"div\":\"<div><strong>Assessment</strong><p>The patient was found to have fever and Dr Davis is suspecting Anemia based on the patient history. So Dr Davis asked the patient to closely monitor the temperature and blood pressure and get admitted to Community Health Hospitals if the fever does not subside within a day.\\r\\rMs Alice Newman is being referred to Community Health Hospitals Inpatient facility because of the high fever noticed and suspected Anemia.</p><table><thead><tr><th>Planned Activity</th></tr></thead><tbody><tr><td>Lab: Urinanalysis macro (dipstick) panel (SNOMED: 24357-6) [6/29/2015]</td></tr><tr><td>Intervention: Take Clindamycin 300mg three times a day as needed if pain does not subside. [6/22/2015]</td></tr><tr><td>Intervention: Schedule follow on visit with Neighborhood Physicians Practice on 7/1/2015.</td></tr><tr><td>Intervention: Get an EKG done on 6/23/2015.</td></tr><tr><td>Intervention: Get a Chest X-ray done on 6/23/2015 showing the Lower Respiratory Tract Structure.</td></tr></tbody></table></div>\"},\"status\":\"additional\",\"intent\":\"plan\",\"category\":[{\"coding\":[{\"system\":\"http://hl7.org/fhir/us/core/CodeSystem/careplan-category\",\"code\":\"assess-plan\"}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"64a2ebca-de69-4f12-aa3d-4d1aba3a92c6"}],"id":"594e8ace-4b70-44df-a834-e24db233b8bc","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's CarePlan data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. If there is assessment and treatment information which was generated for a patient within the scope of the current query, that information will be displayed. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the last time the treatment plan was changed.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"a2ca4ad7-7c78-4b71-a153-6cb469d5e3db","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"591df4e9-d86b-4a97-be23-3bb3e911ab73","type":"text/javascript","exec":[""]}}],"_postman_id":"594e8ace-4b70-44df-a834-e24db233b8bc"},{"name":"Goal","item":[{"name":"Complete Search","id":"abf39489-30f4-4217-bea1-35319797e918","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Goal?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Goal"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"6b56d212-7866-4e7b-9fdf-08d0dd56c900","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Goal"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:06:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2f8-b4AaPJeURY30uKGoxdwJ6mRTeCc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002680-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Get rid of intermittent fever that is occurring every few weeks.\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002681-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Need to gain more energy to do regular activities\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"},{"id":"8b91b1ec-2637-44ee-8195-5aa2298c3e92","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Goal"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:26:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2f8-b4AaPJeURY30uKGoxdwJ6mRTeCc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002680-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Get rid of intermittent fever that is occurring every few weeks.\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002681-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Need to gain more energy to do regular activities\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"abf39489-30f4-4217-bea1-35319797e918"},{"name":"Date Range Search","id":"6a92ab7c-9d7f-4c8b-8f88-f205956715a9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Goal?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Goal"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"3a00f0eb-2a8c-445c-a86c-e25d5a17c651","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=08/06/2018&ToDate=08/08/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Goal"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"08/06/2018"},{"key":"ToDate","value":"08/08/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:08:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2f8-b4AaPJeURY30uKGoxdwJ6mRTeCc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"6","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002680-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Get rid of intermittent fever that is occurring every few weeks.\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002681-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Need to gain more energy to do regular activities\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"},{"id":"8ec076f3-d7c1-4708-8d13-bc7261a1880d","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=08/06/2018&ToDate=08/08/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Goal"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"08/06/2018"},{"key":"ToDate","value":"08/08/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:27:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2f8-b4AaPJeURY30uKGoxdwJ6mRTeCc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002680-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Get rid of intermittent fever that is occurring every few weeks.\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002681-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Need to gain more energy to do regular activities\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"6a92ab7c-9d7f-4c8b-8f88-f205956715a9"},{"name":"Specific Date Search","id":"57307cde-2fe3-490d-9706-aad636ad6941","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date\">3 - Specific Date</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/Goal?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>SpecificDate</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","Goal"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"470190f6-d7c9-48d9-85c9-68ce61ac0255","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=08/07/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Goal"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"08/07/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:26:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2f8-b4AaPJeURY30uKGoxdwJ6mRTeCc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002680-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Get rid of intermittent fever that is occurring every few weeks.\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002681-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Need to gain more energy to do regular activities\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"},{"id":"afc09c98-5b1f-4ca7-8494-246634965752","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/Goal?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=08/07/2018","protocol":"https","host":["r2test","icanotes","com"],"path":["API","Goal"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"08/07/2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:07:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2f8-b4AaPJeURY30uKGoxdwJ6mRTeCc\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"7","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002680-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Get rid of intermittent fever that is occurring every few weeks.\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}},{\"resource\":{\"resourceType\":\"Goal\",\"id\":\"MU2014-10002681-goal\",\"meta\":{\"lastUpdated\":\"2018-08-07T19:13:01+05:00\",\"profile\":[\"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal\"]},\"status\":\"in-progress\",\"description\":{\"text\":\"Need to gain more energy to do regular activities\"},\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"}},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"57307cde-2fe3-490d-9706-aad636ad6941"}],"id":"a3c3ee6a-c666-4a2d-8499-cb3dfa1e0fa8","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's Goal data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the last time the treatment plan was changed.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"a2ca4ad7-7c78-4b71-a153-6cb469d5e3db","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"591df4e9-d86b-4a97-be23-3bb3e911ab73","type":"text/javascript","exec":[""]}}],"_postman_id":"a3c3ee6a-c666-4a2d-8499-cb3dfa1e0fa8"},{"name":"Care Team","item":[{"name":"Complete Search","id":"a5fec159-0890-42dc-801f-6b25d94c55c2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","description":"<h3 id=\"1---complete-data-search\">1 - Complete Data Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/CareTeam?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=Complete\">https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=Complete</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>Complete</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","CareTeam"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}],"variable":[]}},"response":[{"id":"a18d2458-7b5a-4871-849f-65f6cb903979","name":"Complete Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=Complete","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CareTeam"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"Complete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"829","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:46:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"33d-k5KQs0Fadnk7JCh9mAnY7NYfmuQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CareTeam\",\"status\":\"active\",\"contained\":[{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600458\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Albert\"]}]},{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600487\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Tracy\"]}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"participant\":[{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600458\",\"display\":\"Albert Davis, M.D.\",\"period\":{\"start\":\"2011-10-05\"}}},{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600487\",\"display\":\"Tracy Davis\",\"period\":{\"start\":\"2011-10-05\"}}}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"a5fec159-0890-42dc-801f-6b25d94c55c2"},{"name":"Date Range Search","id":"d96f0ab1-d996-45fb-8f9a-c724e10956b7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=MM/DD/YYYY&ToDate=MM/DD/YYYY","description":"<h3 id=\"2---date-range-search\">2 - Date Range Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/CareTeam?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY\">https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=DateRange&amp;FromDate=MM/DD/YYYY&amp;ToDate=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>DateRange</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>FromDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search from</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>ToDate</em></td>\n<td>MM/DD/YYYY</td>\n<td>Search should stop at this date</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","CareTeam"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"MM/DD/YYYY"},{"key":"ToDate","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"9ba16af4-743b-44d2-acae-0ccbbce75fd3","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=10/04/2011&ToDate=10/06/2011","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CareTeam"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"10/04/2011"},{"key":"ToDate","value":"10/06/2011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"829","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:06:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"33d-k5KQs0Fadnk7JCh9mAnY7NYfmuQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CareTeam\",\"status\":\"active\",\"contained\":[{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600458\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Albert\"]}]},{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600487\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Tracy\"]}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"participant\":[{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600458\",\"display\":\"Albert Davis, M.D.\",\"period\":{\"start\":\"2011-10-05\"}}},{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600487\",\"display\":\"Tracy Davis\",\"period\":{\"start\":\"2011-10-05\"}}}]},\"request\":{\"method\":\"POST\"}}]"},{"id":"da8db3be-2af8-4f79-954a-37f55bed64db","name":"Date Range Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=DateRange&FromDate=10/04/2011&ToDate=10/06/2011","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CareTeam"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"DateRange"},{"key":"FromDate","value":"10/04/2011"},{"key":"ToDate","value":"10/06/2011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"829","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:48:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"33d-k5KQs0Fadnk7JCh9mAnY7NYfmuQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"6","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CareTeam\",\"status\":\"active\",\"contained\":[{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600458\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Albert\"]}]},{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600487\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Tracy\"]}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"participant\":[{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600458\",\"display\":\"Albert Davis, M.D.\",\"period\":{\"start\":\"2011-10-05\"}}},{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600487\",\"display\":\"Tracy Davis\",\"period\":{\"start\":\"2011-10-05\"}}}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"d96f0ab1-d996-45fb-8f9a-c724e10956b7"},{"name":"Specific Date Search","id":"c6f07dc9-4903-4d25-b345-043804605248","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=MM/DD/YYYY","description":"<h3 id=\"3---specific-date-search\">3 - Specific Date Search</h3>\n<p>  <em><a href=\"https://r2test.icanotes.com/API/CareTeam?userKey=%7B%7BuserKey%7D%7D&amp;userSecret=%7B%7BuserSecret%7D%7D&amp;patientID=%7B%7BpatientID%7D%7D&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY\">https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&amp;userSecret={{userSecret}}&amp;patientID={{patientID}}&amp;req_type=SpecificDate&amp;Date=MM/DD/YYYY</a></em></p>\n<p>Parameters used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Information</th>\n<th>Type</th>\n<th>Required?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>userKey</em></td>\n<td>{{userKey}}</td>\n<td>Unique Key provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>userSecret</em></td>\n<td>{{userSecret}}</td>\n<td>Unique token provisioned to patient</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>patientID</em></td>\n<td>{{patientID}}</td>\n<td>Unique ID assigned to patient from endpoint #PatientID</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>req_Type</em></td>\n<td>SpecificDate</td>\n<td>Required text</td>\n<td>String</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td><em>Date</em></td>\n<td>MM/DD/YYYY</td>\n<td>Date to search for</td>\n<td>Date</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["API","CareTeam"],"host":["r2test","icanotes","com"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"MM/DD/YYYY"}],"variable":[]}},"response":[{"id":"12b3147a-7867-4b23-8d11-ac502072ed2b","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=10/05/2011","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CareTeam"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"10/05/2011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"829","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 13:05:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"33d-k5KQs0Fadnk7JCh9mAnY7NYfmuQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"9","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CareTeam\",\"status\":\"active\",\"contained\":[{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600458\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Albert\"]}]},{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600487\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Tracy\"]}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"participant\":[{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600458\",\"display\":\"Albert Davis, M.D.\",\"period\":{\"start\":\"2011-10-05\"}}},{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600487\",\"display\":\"Tracy Davis\",\"period\":{\"start\":\"2011-10-05\"}}}]},\"request\":{\"method\":\"POST\"}}]"},{"id":"324d60c7-0112-4d41-9f36-5cba9adf79cd","name":"Specific Date Search","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://r2test.icanotes.com/API/CareTeam?userKey={{userKey}}&userSecret={{userSecret}}&patientID={{patientID}}&req_type=SpecificDate&Date=10/05/2011","protocol":"https","host":["r2test","icanotes","com"],"path":["API","CareTeam"],"query":[{"key":"userKey","value":"{{userKey}}"},{"key":"userSecret","value":"{{userSecret}}"},{"key":"patientID","value":"{{patientID}}"},{"key":"req_type","value":"SpecificDate"},{"key":"Date","value":"10/05/2011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"829","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:47:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"33d-k5KQs0Fadnk7JCh9mAnY7NYfmuQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx + Phusion Passenger 5.3.1","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","name":"X-DNS-Prefetch-Control","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.1","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"10","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"8","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"[{\"resource\":{\"resourceType\":\"CareTeam\",\"status\":\"active\",\"contained\":[{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600458\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Albert\"]}]},{\"resourceType\":\"Practitioner\",\"id\":\"MU2014-1000010600487\",\"name\":[{\"family\":\"Davis\",\"given\":[\"Tracy\"]}]}],\"subject\":{\"reference\":\"Patient/MU2014-1000010677343\"},\"participant\":[{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600458\",\"display\":\"Albert Davis, M.D.\",\"period\":{\"start\":\"2011-10-05\"}}},{\"role\":{\"coding\":[{\"system\":\"http://nucc.org/provider-taxonomy\",\"code\":\"101YM0800X\",\"display\":\"Mental Health\"}]},\"member\":{\"reference\":\"#MU2014-1000010600487\",\"display\":\"Tracy Davis\",\"period\":{\"start\":\"2011-10-05\"}}}]},\"request\":{\"method\":\"POST\"}}]"}],"_postman_id":"c6f07dc9-4903-4d25-b345-043804605248"}],"id":"87f323b2-697c-4ec6-b381-dd202fcba1a5","description":"<h1 id=\"about-this-endpoint\">About this endpoint</h1>\n<p>This endpoint allows the ability to query for a patient's CareTeam data with their <em>patientID</em>.</p>\n<p>Upon a successful query, it will return the patient's data in JSON format. The data associated in the response will be structured in FHIR format. On a successful query the endpoint will return data displayed in the example response for each request type below. </p>\n<p><em>Please note that in the context of this endpoint, a \"date\" is defined as the last time the treatment plan was changed.</em></p>\n<h2 id=\"types-of-queries\">Types of queries</h2>\n<p>You have 3 ways to obtain data from this endpoint:</p>\n<ol>\n<li><p>Request the complete set of data associated with a <em>patientID</em> for this resource <strong>(Complete Data)</strong>;</p>\n</li>\n<li><p>Provide a date range specifying start and end dates, and receive data that falls within that date range associated with a <em>patientID</em> for this resource <strong>(Date Range)</strong>;</p>\n</li>\n<li><p>Provide a specific date, and receive data for that date only associated with a <em>patientID</em> for this resource <strong>(Specific Date)</strong>.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"a2ca4ad7-7c78-4b71-a153-6cb469d5e3db","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"591df4e9-d86b-4a97-be23-3bb3e911ab73","type":"text/javascript","exec":[""]}}],"_postman_id":"87f323b2-697c-4ec6-b381-dd202fcba1a5"}],"event":[{"listen":"prerequest","script":{"id":"7f8d39b9-6a56-493c-b0c2-e10ea88c5862","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aab659fa-c659-4fc3-a2d3-847fa32c9c0a","type":"text/javascript","exec":[""]}}]}