{"info":{"_postman_id":"cf049feb-90ea-4028-a90e-cee9e0c709a6","name":"Infinx EHR FHIR Platform Integration","description":"<html><head></head><body><p>API Version: 1.0 | Infinx EHR Version: 5.3</p>\n<p>This API is designed for servicing requests based on the FHIR STU 3 specifications available at <a href=\"https://www.hl7.org/fhir/\">https://www.hl7.org/fhir/</a>. The API allows third party implementations to access and potentially manipulate data in the Infinx EHR system using a RESTful API with HTTPS encryption. There is no fee for the use of this API.</p>\n<p>All data access requests will be in the following format, in which the [base] URL will need to be obtained from the data holder: GET [base]/[resource-specific parameters].</p>\n<p>In all API Requests, replace {{URL}} with the [base] url. Each implementation of the Infinx EHR Application has its own URL Base and is notated in the Infinx EHR System Configuration under System-&gt;Technical-&gt;API Credentials.</p>\n<h1 id=\"configuration\">Configuration</h1>\n<p>A user in the Infinx EHR system must authorize FHIR API access before a third-party application may access data via the API described in this document. FHIR API access may be enabled under the user's configuration settings under System-&gt;User Management-&gt;Users by setting the option <code>FHIR API Enabled</code> to <code>Yes</code>.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>There is currently no set rate limit. Rate limiting may be added in the future.</p>\n<h1 id=\"searching-resources\">Searching Resources</h1>\n<p>A search will return a collection of resources matching the search paramerers. For example, if performing a search on a Patient resource, a collection of Patient resources are returned that match the query parameters as a FHIR Bundle (<a href=\"https://www.hl7.org/fhir/bundle.html\">https://www.hl7.org/fhir/bundle.html</a>).</p>\n<p>The parameters below represent the query parameters supported by this API:</p>\n<p>String parameters may be appended with the following qualifiers:</p>\n<p><code>:contains</code> -- Matches as long as the provided argument matches any part of the value (default)<br><code>:exact</code> -- Matches only if the provided argument exactly matches the value</p>\n<p>Example: <code>given:contains</code> -- searches for a given name (first or middle) containing the parameter's value</p>\n<p>Valid qualifiers for <code>Date</code> parameters include:</p>\n<p><code>eq</code> -- Equal to (default)</p>\n<p><code>ne</code> -- Not Equal to</p>\n<p><code>gt</code> -- Greater than</p>\n<p><code>lt</code> -- Less than</p>\n<p><code>ge</code> -- Greater than or Equal to</p>\n<p><code>le</code> -- Less than or Equal to</p>\n<p>Example: <code>gt2010-08-01</code> -- return all values greater than (but not including) 2010-08-01.</p>\n<h1 id=\"data-types\">Data Types</h1>\n<p>Unless specified otherwise, data types referenced in this API Documentation are defined under the FHIR STU 3 Specification. Further details regarding referenced data types may be found here: (<a href=\"https://www.hl7.org/fhir/datatypes.html\">https://www.hl7.org/fhir/datatypes.html</a>)</p>\n<h1 id=\"error-handling\">Error Handling</h1>\n<p>Any request for resources not supported by this API will return an error Resource object of type \"OperationalOutcome\". See the <a href=\"#9885fe87-bb62-4a40-aaf3-8ad8c8c59185\">Examples section</a> for an unsupported Resource request example, or (<a href=\"https://www.hl7.org/fhir/operationoutcome.html\">https://www.hl7.org/fhir/operationoutcome.html</a>) for more information.</p>\n<p>Requests made without an Access token, an invalid or expired access token, or for resources not permitted under the user's privileges defined by the authorization will result in an HTTP 401 status code, \"Unauthorized\"</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Configuration","slug":"configuration"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Searching Resources","slug":"searching-resources"},{"content":"Data Types","slug":"data-types"},{"content":"Error Handling","slug":"error-handling"}],"owner":"5318713","collectionId":"cf049feb-90ea-4028-a90e-cee9e0c709a6","publishedId":"RWgrzdoe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-10-16T02:40:38.000Z"},"item":[{"name":"Authorization Workflow","item":[{"name":"Authenticate","id":"6426d49c-eedb-4630-b3d3-332272120fb2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"login","value":"<login>","description":"<p>User Login Name</p>\n","type":"text"},{"key":"password","value":"<password>","description":"<p>User Password</p>\n","type":"text"}]},"url":"{{URL}}/Authenticate","description":"<p>NOTE: All parameters are required</p>\n","urlObject":{"path":["Authenticate"],"host":["{{URL}}"],"query":[{"disabled":true,"description":{"content":"<p>User login name (required)</p>\n","type":"text/plain"},"key":"login","value":"<login>"},{"disabled":true,"description":{"content":"<p>User password (required)</p>\n","type":"text/plain"},"key":"password","value":"<password>"},{"disabled":true,"description":{"content":"<p>Client ID configured in Infinx EHR API Crendentials (required)</p>\n","type":"text/plain"},"key":"clientid","value":"<clientid>"},{"disabled":true,"description":{"content":"<p>Client API Secret Key configured in Infinx EHR API Credentials (required)</p>\n","type":"text/plain"},"key":"secretkey","value":"<secretkey>"}],"variable":[]}},"response":[{"id":"4f4c7c48-509c-4fc4-bca7-cf50f0abc2e4","name":"Authenticate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"login","value":"<login>","description":"User Login Name","type":"text"},{"key":"password","value":"<password>","description":"User Password","type":"text"}]},"url":{"raw":"{{URL}}/Authenticate?login=<login>&password=<password>","host":["{{URL}}"],"path":["Authenticate"],"query":[{"key":"login","value":"<login>","description":"User login name (required)"},{"key":"password","value":"<password>","description":"User password (required)"},{"key":"clientid","value":"<clientid>","description":"Client ID configured in Infinx EHR API Crendentials (required)","disabled":true},{"key":"secretkey","value":"<secretkey>","description":"Client API Secret Key configured in Infinx EHR API Credentials (required)","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"df35936c1c2db2dc19a4b75257dc4fc1e984a4a5bcfb2ab496f66d6aaf8e84b3380d8fe01b107883411dc8031be379a50b8a5f6d4ef50f45eb4160667cb71f1a613ff8ab819a899f2c291031f27abe97a4dce1f72098491a8440c061df099ac425dce15dd448b6a1670f7204c445f8347071a9cf18c2c00c1512e77827cbbb\",\n    \"expire\": \"2018-10-23T02:07:06Z\"\n}"}],"_postman_id":"6426d49c-eedb-4630-b3d3-332272120fb2"}],"id":"6279819f-7201-4b9f-9334-007489c1627a","description":"<p>In order for implementers to authenticate with this API, the implementer must issue an HTTP POST to the Authenticate resource containing a valid Login ID, and Password for a user with FHIR API Access enabled. A token will be returned that may be used on subsequent requests to other permitted resources until it expires. Tokens expire after 24 hours.</p>\n<p>The authorization token is returned in a JSON object contaning the following elements:</p>\n<p><code>success</code> (boolean): true or false, designating whether authentication was successful or not, length 254 characters</p>\n<p><code>token</code> (string): The authorization token to be used in subsequent requests to API Resources</p>\n<p><code>expire</code> (date): The expiration time (in GMT) of the authorization token</p>\n<p>When initiating a request to any API Resources (such as Patient, AllergyIntolerance, Condition, etc) the request <em>Header</em> must include an <code>Authorization</code> parameter with the value <code>Bearer [token]</code>, i.e.:</p>\n<p>Authorization: Bearer df35936c1c2db2dc19a4b75257dc4fc1e</p>\n","event":[{"listen":"prerequest","script":{"id":"837753b6-504c-4dd1-8aa3-71db46133491","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"725ae37e-50b7-48c4-9377-fb7051c7393d","type":"text/javascript","exec":[""]}}],"_postman_id":"6279819f-7201-4b9f-9334-007489c1627a"},{"name":"Resources","item":[{"name":"Patient","item":[{"name":"Get Patient by ID","id":"85ff942e-fa32-4e36-98b1-66e4d8d06d39","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/Patient?patient=<patientid>","description":"<p>Return a specific Patient resource by supplying the patient's ID (token) in a GET request.</p>\n","urlObject":{"path":["Patient"],"host":["{{URL}}"],"query":[{"key":"patient","value":"<patientid>"}],"variable":[]}},"response":[{"id":"c420bdba-9bd1-4bfb-85b7-319caf8acbc7","name":"Get Patient by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/Patient/41FAD4D2B5184671BE9D926AC78EDA7F"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 15:13:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.28 (Unix) PHP/5.6.36","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/5.6.36","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)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"7g5s1ir1r6b9cb97vfs1meihj1","key":"PHPSESSID"}],"responseTime":null,"body":"{\"resourceType\":\"Patient\",\"identifier\":[{\"system\":\"http:\\/\\/hl7.org\\/fhir\\/sid\\/us-ssn\",\"value\":\"111121090\"},{\"system\":\"http:\\/\\/localhost\\/html\\/\\/chartnumber\",\"value\":\"exchart1\"},{\"system\":\"http:\\/\\/localhost\\/html\\/\\/patientid\",\"value\":\"41FAD4D2B5184671BE9D926AC78EDA7F\"}],\"active\":true,\"name\":{\"use\":\"usual\",\"text\":\"John L Test\",\"family\":\"Test\",\"given\":[\"John\",\"L\"],\"prefix\":[],\"suffix\":[]},\"telecom\":[{\"system\":\"phone\",\"value\":\"3371231234\",\"use\":\"home\"},{\"system\":\"phone\",\"value\":\"3371231235\",\"use\":\"work\"},{\"system\":\"phone\",\"value\":\"3371231236\",\"use\":\"mobile\"}],\"gender\":\"male\",\"birthDate\":\"1990-01-01\",\"address\":{\"use\":\"home\",\"text\":null,\"line\":[\"221 SouthPark Rd\",\"B1\"],\"city\":\"Lafayette\",\"district\":null,\"state\":\"LA\",\"postalCode\":\"70508\",\"country\":null},\"contact\":null,\"communication\":[]}"}],"_postman_id":"85ff942e-fa32-4e36-98b1-66e4d8d06d39"},{"name":"Search for a Patient","id":"9f6402ae-2761-4df0-a424-ac1c4ce32152","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{URL}}/Patient?given&family=&birthdate&address-city&address-postalcode","description":"<p>This request will return a Bundle of Patient resources that match the supplied query parameters. You may include one or more of the listed parameters.</p>\n","urlObject":{"path":["Patient"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient's First Name</p>\n","type":"text/plain"},"key":"given","value":null},{"description":{"content":"<p>Patient's Last Name</p>\n","type":"text/plain"},"key":"family","value":""},{"description":{"content":"<p>Patient's Date of Birth</p>\n","type":"text/plain"},"key":"birthdate","value":null},{"description":{"content":"<p>Patient's City</p>\n","type":"text/plain"},"key":"address-city","value":null},{"description":{"content":"<p>Patient's Zipcode</p>\n","type":"text/plain"},"key":"address-postalcode","value":null}],"variable":[]}},"response":[{"id":"ee0f2ef8-eda7-4ad4-8fb7-427a5166f13c","name":"Search for a Patient","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{URL}}/Patient?given&family=&birthdate&address-city&address-postalcode","host":["{{URL}}"],"path":["Patient"],"query":[{"key":"given","value":null,"description":"Patient's First Name"},{"key":"family","value":"","description":"Patient's Last Name"},{"key":"birthdate","value":null,"description":"Patient's Date of Birth"},{"key":"address-city","value":null,"description":"Patient's City"},{"key":"address-postalcode","value":null,"description":"Patient's Zipcode"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"88545396dc6c4e83a96809f005f72813\",\n    \"type\": \"searchset\",\n    \"total\": 1,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Patient\",\n                \"id\": \"DA4420641D184907BD8F314BB0895BAB\",\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"012111232\"\n                    },\n                    {\n                        \"system\": \"http://localhost/html/chartnumber\",\n                        \"value\": \"10001\"\n                    },\n                    {\n                        \"system\": \"http://localhost/html/patientid\",\n                        \"value\": \"DA4420641D184907BD8F314BB0895BAB\"\n                    }\n                ],\n                \"active\": true,\n                \"name\": [\n                    {\n                        \"use\": \"usual\",\n                        \"text\": \"John Smith\",\n                        \"family\": \"Smith\",\n                        \"given\": [\n                            \"John\"\n                        ]\n                    }\n                ],\n                \"gender\": \"male\",\n                \"birthDate\": \"1980-05-20\",\n                \"address\": [\n                    {\n                        \"use\": \"home\",\n                        \"line\": \"112 West St\",\n                        \"city\": \"Lafayette\",\n                        \"state\": \"Louisiana\",\n                        \"postalCode\": \"67082\"\n                    }\n                ],\n                \"extension\": [\n                    {\n                        \"url\": \"http://hl7.org/fhir/StructureDefinition/us-core-birth-sex\",\n                        \"valueCodeableConcept\": {\n                            \"text\": \"Male\",\n                            \"coding\": {\n                                \"system\": \"http://hl7.org/fhir/v3/AdministrativeGender\",\n                                \"code\": \"M\",\n                                \"display\": \"Male\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9f6402ae-2761-4df0-a424-ac1c4ce32152"}],"id":"247e2e51-9796-4643-a898-db9979928eb6","description":"<p>The Patient resource provides the demographic details of a Patient in Infinx EHR.</p>\n<p>The data in the Resource covers the \"who\" information about the patient: its attributes are focused on the demographic information necessary to support the administrative, financial and logistic procedures. A Patient record is generally created and maintained by each organization providing care for a patient. A patient or animal receiving care at multiple organizations may therefore have its information present in multiple Patient Resources.</p>\n<p>The Patient Resource includes the patient's Name, Date of Birth, Sex, Race, Ethnicity, and Preferred Language</p>\n<p>More details regarding the Patient object can be found in the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/Patient.html\">https://www.hl7.org/fhir/Patient.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"a86249fa-5f26-420f-9318-c0c569116713","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"da011711-6c6a-4f5f-8cdd-4767d47fe915","type":"text/javascript","exec":[""]}}],"_postman_id":"247e2e51-9796-4643-a898-db9979928eb6"},{"name":"AllergyIntolerance","item":[{"name":"AllergyIntolerance","id":"0c30f1c4-a81e-4bb3-811e-eeaa164bb504","request":{"method":"GET","header":[],"url":"{{URL}}/AllergyIntolerance?patient=<patientid>&date=<date>","urlObject":{"path":["AllergyIntolerance"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Date of allergy onset</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"05c0ec59-bd60-44fb-853f-c048d2ddeb94","name":"AllergyIntolerance Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/AllergyIntolerance?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["AllergyIntolerance"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"7754b546208743c1bb1d33455f094c05\",\n    \"type\": \"searchset\",\n    \"total\": 3,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"AllergyIntolerance\",\n                \"id\": \"05E918650A8443A088F2E99F9A80FF30\",\n                \"criticalStatus\": \"active\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"substance\": {\n                    \"coding\": {\n                        \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n                        \"code\": \"7980\",\n                        \"display\": \"penicillin G\"\n                    },\n                    \"text\": \"penicillin G\"\n                },\n                \"type\": \"allergy\",\n                \"category\": \"medication\",\n                \"vertificationStatus\": \"confirmed\",\n                \"onset\": \"1980-05-10\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"AllergyIntolerance\",\n                \"id\": \"498CDC00D9A84CB6B8522F709F23A1C2\",\n                \"criticalStatus\": \"active\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"substance\": {\n                    \"coding\": {\n                        \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n                        \"code\": \"733\",\n                        \"display\": \"ampicillin\"\n                    },\n                    \"text\": \"ampicillin\"\n                },\n                \"type\": \"allergy\",\n                \"category\": \"medication\",\n                \"vertificationStatus\": \"confirmed\",\n                \"onset\": \"1980-05-10\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"AllergyIntolerance\",\n                \"id\": \"C3CB811038F74378B267716099E1F6F3\",\n                \"criticalStatus\": \"inactive\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"substance\": {\n                    \"coding\": {\n                        \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n                        \"code\": null,\n                        \"display\": \"Penicillins\"\n                    },\n                    \"text\": \"Penicillins\"\n                },\n                \"type\": \"allergy\",\n                \"category\": \"medication\",\n                \"vertificationStatus\": \"confirmed\",\n                \"onset\": \"1980-05-10\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0c30f1c4-a81e-4bb3-811e-eeaa164bb504"}],"id":"9b416234-9dc9-4d6f-b0c2-c0a83b7dd577","description":"<p>Requests to the AllergyIntolerance resource will return a Bundle of patient allergies as <code>AllergyIntolerance</code> objects for a given Patient resource. An optional date paramater will filter based on the allergy onset by date or date range. For more details see the FHIR Specification here (<a href=\"https://www.hl7.org/fhir/allergyintolerance.html\">https://www.hl7.org/fhir/allergyintolerance.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"43db0261-90de-4719-b6e8-e82115123bbb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9da61b2d-c263-4be8-83ed-62201ff8c8bb","type":"text/javascript","exec":[""]}}],"_postman_id":"9b416234-9dc9-4d6f-b0c2-c0a83b7dd577"},{"name":"Condition","item":[{"name":"Condition","id":"885ffeec-d3f1-43df-a338-5eb379f3670e","request":{"method":"GET","header":[],"url":"{{URL}}/Condition?patient=<patientid>&date=<date>","urlObject":{"path":["Condition"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Date of condition/problem onset</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"f1470f81-9c08-4c46-a0ba-64bd0b8ab661","name":"Condition Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Condition?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["Condition"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"fc7b3b324b4f43e4b5d068774ff6ec0b\",\n    \"type\": \"searchset\",\n    \"total\": 5,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Condition\",\n                \"id\": \"92A45BE7A93A4E14A49CB9A51E19C3A4\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"clinicalStatus\": \"active\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"236578006\",\n                        \"display\": \"Chronic rejection of renal transplant (disorder)\"\n                    },\n                    \"text\": \"Chronic rejection of renal transplant (disorder)\"\n                },\n                \"onsetDateTime\": \"2011-12-31\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Condition\",\n                \"id\": \"67F0026602084CE9BB6DB16A2180B2C5\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"clinicalStatus\": \"resolved\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"238131007\",\n                        \"display\": \"Overweight (finding)\"\n                    },\n                    \"text\": \"Overweight (finding)\"\n                },\n                \"onsetDateTime\": \"2006-12-31\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Condition\",\n                \"id\": \"A6460892920047379863DD639D5400B2\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"clinicalStatus\": \"active\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"386661006\",\n                        \"display\": \"Fever (finding)\"\n                    },\n                    \"text\": \"Fever (finding)\"\n                },\n                \"onsetDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Condition\",\n                \"id\": \"26EFFA98F55D48B38687B3920285BE15\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"clinicalStatus\": \"active\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"59621000\",\n                        \"display\": \"Essential hypertension (disorder)\"\n                    },\n                    \"text\": \"Essential hypertension (disorder)\"\n                },\n                \"onsetDateTime\": \"2011-10-05\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Condition\",\n                \"id\": \"B7A028178A4449F0965C158EDBBE743C\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"clinicalStatus\": \"active\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"83986005\",\n                        \"display\": \"Severe hypothyroidism (disorder)\"\n                    },\n                    \"text\": \"Severe hypothyroidism (disorder)\"\n                },\n                \"onsetDateTime\": \"2006-12-31\"\n            }\n        }\n    ]\n}"}],"_postman_id":"885ffeec-d3f1-43df-a338-5eb379f3670e"}],"id":"f4460e77-9ed3-4a9a-970a-62a9f26e40a1","description":"<p>Requests to the Condition resource will return a Bundle of patient conditions (problems) as Condition objects for a given Patient resource. An optional date paramater will filter based on the problem onset by date or date range. For more details see the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/condition.html\">https://www.hl7.org/fhir/condition.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"c3961f18-dc4e-4284-b9c5-9cb963443337","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c964b485-40d7-4d91-a1fb-d56cbf5adc68","type":"text/javascript","exec":[""]}}],"_postman_id":"f4460e77-9ed3-4a9a-970a-62a9f26e40a1"},{"name":"Device","item":[{"name":"Device","id":"7e2be650-5cf7-4edc-a80a-0b12e74dc928","request":{"method":"GET","header":[],"url":"{{URL}}/Device?patient=<patientid>&date=<date>","urlObject":{"path":["Device"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Date of device implant</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"5fa16b58-1696-4ce7-838b-137bcde2ca72","name":"Device Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Device?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["Device"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"e8db13d7020b475085fff6947360c549\",\n    \"type\": \"searchset\",\n    \"total\": 1,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Device\",\n                \"id\": \"34B0D454FFC949C9BAA60E10708AE238\",\n                \"date\": \"2011-06-10\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"active\",\n                \"udi\": {\n                    \"udi\": \"(01)00643169007222(17)160128(21)BLC200461H\",\n                    \"deviceIdentifier\": \"00643169007222\",\n                    \"serialNumber\": \"BLC200461H\",\n                    \"donationId\": null,\n                    \"name\": \"Viva™ Quad XT CRT-D\"\n                },\n                \"type\": {\n                    \"coding\": {\n                        \"system\": \"http://hl7.org/fhir/specification-type\",\n                        \"code\": \"gmdn\",\n                        \"display\": \"GMDN\"\n                    },\n                    \"text\": \"Cardiac resynchronization therapy implantable defibrillator\"\n                },\n                \"lotNumber\": null,\n                \"manufacturer\": \"MEDTRONIC, INC.\",\n                \"manufactureDate\": null,\n                \"expirationDate\": \"2016-01-28\",\n                \"model\": \"DTBA1QQ\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7e2be650-5cf7-4edc-a80a-0b12e74dc928"}],"id":"364372de-084b-4650-8227-d295be738b13","description":"<p>Requests to the Device resource will return a Bundle of patient devices as Device objects for a given Patient resource. An optional date paramater will filter based on the implant date by date or date range. For more details see the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/device.html\">https://www.hl7.org/fhir/device.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"9f8625f3-1be8-41f9-8a8d-5b315c078f22","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d27c30a4-6a85-4395-85c3-dd982ebc4f8e","type":"text/javascript","exec":[""]}}],"_postman_id":"364372de-084b-4650-8227-d295be738b13"},{"name":"Immunization","item":[{"name":"Immunization","id":"284999b7-47d5-4207-9133-69d36e0eb058","request":{"method":"GET","header":[],"url":"{{URL}}/Immunization?patient=<patientid>&date=<date>","urlObject":{"path":["Immunization"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Date of immunization</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"93ac7aa2-156b-44bf-a1b8-d9ea1190ff5c","name":"Immunization Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Immunization?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["Immunization"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"b5ed282418fa452992f0edf34e537a4f\",\n    \"type\": \"searchset\",\n    \"total\": 3,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Immunization\",\n                \"id\": \"5D1D945934E14135A68099159775094E\",\n                \"date\": \"2016-06-22 00:00:00\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"completed\",\n                \"notGiven\": true,\n                \"vaccineCode\": {\n                    \"coding\": {\n                        \"system\": \"http://hl7.org/fhir/sid/cvx\",\n                        \"code\": \"166\",\n                        \"display\": \"influenza, intradermal, quadrivalent, preservative free\"\n                    },\n                    \"text\": \"influenza, intradermal, quadrivalent, preservative free\"\n                },\n                \"primarySource\": false\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Immunization\",\n                \"id\": \"6826A43898764B568E47C57D076785F2\",\n                \"date\": \"2014-05-10 00:00:00\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"completed\",\n                \"notGiven\": false,\n                \"vaccineCode\": {\n                    \"coding\": {\n                        \"system\": \"http://hl7.org/fhir/sid/cvx\",\n                        \"code\": \"88\",\n                        \"display\": \"Influenza, seasonal, injectable\"\n                    },\n                    \"text\": \"Influenza, seasonal, injectable\"\n                },\n                \"primarySource\": true,\n                \"manufacturer\": {\n                    \"display\": \"Immuno-U.S., Inc.\"\n                },\n                \"lotNumber\": \"1\",\n                \"expirationDate\": \"2018-10-09\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Immunization\",\n                \"id\": \"7339713ABA7E47988298E307F280E22A\",\n                \"date\": \"2012-01-04 00:00:00\",\n                \"patient\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"completed\",\n                \"notGiven\": false,\n                \"vaccineCode\": {\n                    \"coding\": {\n                        \"system\": \"http://hl7.org/fhir/sid/cvx\",\n                        \"code\": \"106\",\n                        \"display\": \"DTaP, 5 pertussis antigens\"\n                    },\n                    \"text\": \"DTaP, 5 pertussis antigens\"\n                },\n                \"primarySource\": true,\n                \"manufacturer\": {\n                    \"display\": \"Immuno-U.S., Inc.\"\n                },\n                \"lotNumber\": \"2\",\n                \"expirationDate\": \"2018-10-09\"\n            }\n        }\n    ]\n}"}],"_postman_id":"284999b7-47d5-4207-9133-69d36e0eb058"}],"id":"13fc4d4b-092f-44a2-9534-6744c96d1a83","description":"<p>The Immunization resource will return a bundle of all immunizations as Immunization objects for a given Patient resource. Optional filters include \"cvx\" to filter by CVX code, or \"date\" to filter by immunization date or date range. For more details see the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/immunization.html\">https://www.hl7.org/fhir/immunization.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"17f763ac-d447-43d9-8c60-f6bbd45e8256","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc0d62cc-ee97-4110-8adb-7a204dd290ca","type":"text/javascript","exec":[""]}}],"_postman_id":"13fc4d4b-092f-44a2-9534-6744c96d1a83"},{"name":"MedicationStatement","item":[{"name":"MedicationStatement","id":"324eadab-e7d3-4601-8096-d36edeb12f6d","request":{"method":"GET","header":[],"url":"{{URL}}/MedicationStatement?patient=<patientid>&date=<date>","urlObject":{"path":["MedicationStatement"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Start date of Medication</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"06700a2e-b05b-42fe-a2de-895dcef44aa9","name":"Immunization Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/MedicationStatement?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["MedicationStatement"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"d30d529aec934bd28fe92d6599ae9fd3\",\n    \"type\": \"searchset\",\n    \"total\": 3,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"MedicationStatement\",\n                \"id\": \"4ECF2ACF176E493986ACA294A06DF620\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"active\",\n                \"medicationCodeableConcept\": {\n                    \"coding\": {\n                        \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n                        \"code\": \"209459\",\n                        \"display\": \"Tylenol Extra Strength\"\n                    },\n                    \"text\": \"Tylenol Extra Strength\"\n                },\n                \"taken\": \"unk\",\n                \"dosage\": {\n                    \"text\": \"500 mg, 1 by mouth \"\n                }\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"MedicationStatement\",\n                \"id\": \"52C25FBC32514E9EAEA3EEDEF32E583A\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"active\",\n                \"medicationCodeableConcept\": {\n                    \"coding\": {\n                        \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n                        \"code\": \"731241\",\n                        \"display\": \"Aranesp (in polysorbate)\"\n                    },\n                    \"text\": \"Aranesp (in polysorbate)\"\n                },\n                \"taken\": \"unk\",\n                \"dosage\": {\n                    \"text\": \"500 mcg/mL, 1 once a week \"\n                }\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"MedicationStatement\",\n                \"id\": \"D1FF3354B97E45B48EDAF5B73C11F181\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"status\": \"stopped\",\n                \"medicationCodeableConcept\": {\n                    \"coding\": {\n                        \"system\": \"http://www.nlm.nih.gov/research/umls/rxnorm\",\n                        \"code\": \"309090\",\n                        \"display\": \"ceftriaxone\"\n                    },\n                    \"text\": \"ceftriaxone\"\n                },\n                \"taken\": \"unk\",\n                \"dosage\": {\n                    \"text\": \"100 gram, 1 twice a day \"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"324eadab-e7d3-4601-8096-d36edeb12f6d"}],"id":"484cc36c-5589-4aa4-9bde-8890a6072034","description":"<p>Requests to the MedicationStatement resource will return a Bundle of patient medications as MedicationStatement objects for a given Patient resource. An optional date paramater will filter based on the Medication start date or date range. For more details see the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/medicationstatement.html\">https://www.hl7.org/fhir/medicationstatement.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"da2fa7b0-9398-495e-9020-a8e00aa00908","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a4edc62c-4bfc-413d-bd37-7e64d589ac7f","type":"text/javascript","exec":[""]}}],"_postman_id":"484cc36c-5589-4aa4-9bde-8890a6072034"},{"name":"Observation","item":[{"name":"Observation Request","id":"1d7b482b-3170-4eec-b82e-284c7360fb7f","request":{"method":"GET","header":[],"url":"{{URL}}/Observation?patient=&code=&category=&date=","urlObject":{"path":["Observation"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID obtained from Patient API Request (required)</p>\n","type":"text/plain"},"key":"patient","value":""},{"description":{"content":"<p>LOINC Code - Return results containing only the specified LOINC code</p>\n","type":"text/plain"},"key":"code","value":""},{"description":{"content":"<p>\"vital-signs\" for all Vital Signs, \"results\" for all results</p>\n","type":"text/plain"},"key":"category","value":""},{"description":{"content":"<p>Return results with a test date equal to or between specified dates</p>\n","type":"text/plain"},"key":"date","value":""}],"variable":[]}},"response":[{"id":"469bf0a4-a6bc-42d0-a32d-03daecf81430","name":"Request by LOINC Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Observation?patient=D1A903924D4443A7A388778D77D86155&code=5778-6","host":["{{URL}}"],"path":["Observation"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155"},{"key":"code","value":"5778-6"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"resourceType\":\"Bundle\",\"id\":\"9c35d2d882e94d5987cde6dc78243b7a\",\"type\":\"searchset\",\"total\":1,\"entry\":[{\"resource\":{\"resourceType\":\"Observation\",\"status\":\"final\",\"code\":{\"coding\":{\"system\":\"http:\\/\\/loinc.org\",\"code\":\"5778-6\",\"display\":\"Color of Urine\"},\"text\":\"Color of Urine\"},\"subject\":{\"reference\":\"http:\\/\\/localhost\\/html\\/\\/fhir\\/Patient?id=D1A903924D4443A7A388778D77D86155\",\"identifier\":\"D1A903924D4443A7A388778D77D86155\",\"display\":\"Alice Jones Newman\"},\"issued\":\"2015-06-22\",\"valueQuantity\":{\"value\":\"YELLOW\",\"unit\":\"\",\"system\":\"http:\\/\\/unitsofmeasure.org\",\"code\":\"\"},\"effectiveDateTime\":\"2015-06-22\"}}]}"},{"id":"99716a41-e0ad-4ebc-8b32-be7c6e4bb0d1","name":"Request all Results","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Observation?patient=D1A903924D4443A7A388778D77D86155&category=results","host":["{{URL}}"],"path":["Observation"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155"},{"key":"category","value":"results"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Oct 2018 01:34:42 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) PHP/5.6.38"},{"key":"X-Powered-By","value":"PHP/5.6.38"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"Content-Length","value":"3974"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"e60d53c2124f471eabb2739c6ea13f1f\",\n    \"type\": \"searchset\",\n    \"total\": 7,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5803-2\",\n                        \"display\": \"pH of Urine by Test strip\"\n                    },\n                    \"text\": \"pH of Urine by Test strip\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueQuantity\": {\n                    \"value\": \"5.0\",\n                    \"unit\": \"pH\",\n                    \"system\": \"http://unitsofmeasure.org\",\n                    \"code\": \"pH\"\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5792-7\",\n                        \"display\": \"Glucose [Mass/volume] in Urine by Test strip\"\n                    },\n                    \"text\": \"Glucose [Mass/volume] in Urine by Test strip\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueQuantity\": {\n                    \"value\": \"50\",\n                    \"unit\": \"mg/dL\",\n                    \"system\": \"http://unitsofmeasure.org\",\n                    \"code\": \"mg/dL\"\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5804-0\",\n                        \"display\": \"Protein [Mass/volume] in Urine by Test strip\"\n                    },\n                    \"text\": \"Protein [Mass/volume] in Urine by Test strip\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueQuantity\": {\n                    \"value\": \"100\",\n                    \"unit\": \"mg/dL\",\n                    \"system\": \"http://unitsofmeasure.org\",\n                    \"code\": \"mg/dL\"\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5778-6\",\n                        \"display\": \"Color of Urine\"\n                    },\n                    \"text\": \"Color of Urine\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueQuantity\": {\n                    \"value\": \"YELLOW\",\n                    \"unit\": \"\",\n                    \"system\": \"http://unitsofmeasure.org\",\n                    \"code\": \"\"\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5811-5\",\n                        \"display\": \"Specific gravity of Urine by Test strip\"\n                    },\n                    \"text\": \"Specific gravity of Urine by Test strip\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueQuantity\": {\n                    \"value\": \"1.015\",\n                    \"unit\": \"\",\n                    \"system\": \"http://unitsofmeasure.org\",\n                    \"code\": \"\"\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5797-6\",\n                        \"display\": \"Ketones [Mass/volume] in Urine by Test strip\"\n                    },\n                    \"text\": \"Ketones [Mass/volume] in Urine by Test strip\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueCodeableConcept\": {\n                    \"coding\": {\n                        \"system\": \"https://acme.lab/resultcodes\",\n                        \"code\": \"NEG\",\n                        \"text\": \"Negative\"\n                    }\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Observation\",\n                \"status\": \"final\",\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"5767-9\",\n                        \"display\": \"Appearance of Urine\"\n                    },\n                    \"text\": \"Appearance of Urine\"\n                },\n                \"subject\": {\n                    \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n                    \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n                    \"display\": \"Alice Jones Newman\"\n                },\n                \"issued\": \"2015-06-22\",\n                \"valueQuantity\": {\n                    \"value\": \"CLEAR\",\n                    \"unit\": \"\",\n                    \"system\": \"http://unitsofmeasure.org\",\n                    \"code\": \"\"\n                },\n                \"effectiveDateTime\": \"2015-06-22\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1d7b482b-3170-4eec-b82e-284c7360fb7f"}],"id":"d48f8179-5b7d-43d3-b43e-8b3be3cf6346","description":"<p>An Observation resource request will return a bundle of vital signs, Smoking Status, and lab results for a given patient as Observation objects. Requests may be made by LOINC code (i.e. code=5804-0), category (i.e. category=vital-signs or category=results), or by Test ID (returned by the Tests API). The date parameter may be used to filter results for a specific date or by date range based on the date of the test in which the result was obtained. For more details see the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/observation.html\">https://www.hl7.org/fhir/observation.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"ae9c2fa1-34b1-47a8-bb84-bd0801f00d1d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0cc8734d-db32-4c60-95cb-28161c079756","type":"text/javascript","exec":[""]}}],"_postman_id":"d48f8179-5b7d-43d3-b43e-8b3be3cf6346"},{"name":"Test","item":[{"name":"Test","id":"4963929f-3b6a-4a46-964b-39e5b92970b4","request":{"method":"GET","header":[],"url":"{{URL}}/Tests?patient=<patientid>&date=<date>","urlObject":{"path":["Tests"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Date of Test</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"b568e560-c394-4842-9960-e64f746a0053","name":"Test Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost/html/fhir/Test?patient=D1A903924D4443A7A388778D77D86155","protocol":"http","host":["localhost"],"path":["html","fhir","Test"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"ac53b18ed47d4fc085b4123ed8784e1f\",\n    \"type\": \"searchset\",\n    \"total\": 1,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Test\",\n                \"id\": \"BD0883093FE14FE0A640EE1263CD8746\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://loinc.org\",\n                        \"code\": \"24357-6\",\n                        \"display\": \"Urinalysis macro (dipstick) panel - Urine\"\n                    },\n                    \"text\": \"Urinalysis macro (dipstick) panel - Urine\"\n                },\n                \"testDate\": \"2015-06-22\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4963929f-3b6a-4a46-964b-39e5b92970b4"}],"id":"ec19d290-7846-48e4-8137-01918ec8f735","description":"<p>Requests to the Test resource will return a Bundle of patient Lab Tests as Test objects for a given Patient resource. An optional date paramater will filter based on the date of the test by date or date range. The Test object is not part of the FHIR specification and is defined as follows:</p>\n<p><code>resourceType</code> (string): \"Test\"</p>\n<p><code>id</code> (string): ID for lab test</p>\n<p><code>subject</code> (string): Reference to Patient for which the lab test was performed</p>\n<p><code>code</code> (CodeableConcept): [coding][code] contains the LOINC code associated with the lab test</p>\n<p><code>testDate</code> (date): Date test was performed</p>\n","event":[{"listen":"prerequest","script":{"id":"543dafab-558e-4f72-b57a-f8b77469b8e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"520efe92-0eff-4612-bf28-59e5ad8379aa","type":"text/javascript","exec":[""]}}],"_postman_id":"ec19d290-7846-48e4-8137-01918ec8f735"},{"name":"Procedure","item":[{"name":"Procedure","id":"eb2a85a9-ca06-4b9d-8670-626852322ef6","request":{"method":"GET","header":[],"url":"{{URL}}/Procedure?patient=<patientid>&date=<date>","urlObject":{"path":["Procedure"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Date of Procedure</p>\n","type":"text/plain"},"key":"date","value":"<date>"}],"variable":[]}},"response":[{"id":"a58cfa4e-f506-45e3-9c85-ef47ba02c5e9","name":"Procedure Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Procedure?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["Procedure"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"Bundle\",\n    \"id\": \"598b800263c041d5b57caf223d83c207\",\n    \"type\": \"searchset\",\n    \"total\": 2,\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"Procedure\",\n                \"id\": \"BC157AB1957647F0BF705A37BB2FDD6C\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"56251003\",\n                        \"display\": \"Nebulizer therapy (procedure)\"\n                    },\n                    \"text\": \"Nebulizer therapy (procedure)\"\n                },\n                \"status\": \"completed\",\n                \"performedDateTime\": \"2015-06-22\"\n            }\n        },\n        {\n            \"resource\": {\n                \"resourceType\": \"Procedure\",\n                \"id\": \"BF6A41A4A0904365A8C0072B6F903F10\",\n                \"subject\": {\n                    \"reference\": \"Patient/D1A903924D4443A7A388778D77D86155\"\n                },\n                \"code\": {\n                    \"coding\": {\n                        \"system\": \"http://snomed.info/sct\",\n                        \"code\": \"175135009\",\n                        \"display\": \"Introduction of cardiac pacemaker system via vein (procedure)\"\n                    },\n                    \"text\": \"Introduction of cardiac pacemaker system via vein (procedure)\"\n                },\n                \"status\": \"completed\",\n                \"performedDateTime\": \"2011-10-05\"\n            }\n        }\n    ]\n}"}],"_postman_id":"eb2a85a9-ca06-4b9d-8670-626852322ef6"}],"id":"8404f2b1-9b4f-4912-b001-4bc01c4bee76","description":"<p>Requests to the Procedure resource will return a Bundle of patient Procedures as Procedure objects for a given Patient resource. An optional date paramater will filter based on the date of the procedure by date or date range. For further details see the FHIR specification here: (<a href=\"https://www.hl7.org/fhir/procedure.html\">https://www.hl7.org/fhir/procedure.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"543dafab-558e-4f72-b57a-f8b77469b8e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"520efe92-0eff-4612-bf28-59e5ad8379aa","type":"text/javascript","exec":[""]}}],"_postman_id":"8404f2b1-9b4f-4912-b001-4bc01c4bee76"},{"name":"DocumentReference","item":[{"name":"DocumentReference","id":"d8420b32-42fc-474f-9f29-f6560d3d1159","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/DocumentReference?patient=<patientid>&date=<date>&format=<format>","urlObject":{"path":["DocumentReference"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID returned by Patient Resource request (required)</p>\n","type":"text/plain"},"key":"patient","value":"<patientid>"},{"description":{"content":"<p>Filter C-CDA contents by supplied date range</p>\n","type":"text/plain"},"key":"date","value":"<date>"},{"description":{"content":"<p><code>HTML</code> to return pre-transformed human readable HTML document. <code>XML</code> to return XML C-CDA Document. Default is XML</p>\n","type":"text/plain"},"key":"format","value":"<format>"}],"variable":[]}},"response":[{"id":"b132bbf2-02af-4040-974a-043b92a13b1d","name":"DocumentReference Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/DocumentReference?patient=D1A903924D4443A7A388778D77D86155&date&date","host":["{{URL}}"],"path":["DocumentReference"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID returned by Patient Resource request"},{"key":"date","value":null,"description":"ge:2015-01-01"},{"key":"date","value":null,"description":"le:2015-12-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"resource\": {\n        \"resourceType\": \"DocumentReference\",\n        \"id\": \"FCF2C65F4CC947D583E7A14DFDA8BB60\",\n        \"type\": {\n            \"code\": {\n                \"coding\": {\n                    \"system\": \"http://loinc.org\",\n                    \"code\": \"34133-9\",\n                    \"display\": \"Summary of Episode\"\n                }\n            }\n        },\n        \"indexed\": \"2018-10-16 16:25:43\",\n        \"subject\": {\n            \"reference\": \"http://localhost/html//fhir/Patient?id=D1A903924D4443A7A388778D77D86155\",\n            \"identifier\": \"D1A903924D4443A7A388778D77D86155\",\n            \"display\": \"Alice Jones Newman\"\n        },\n        \"content\": {\n            \"attachment\": {\n                \"data\": \"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPENsaW5pY2FsRG9jdW1lbnQgeG1sbnM9InVybjpobDctb3JnOnYzIiB4bWxuczp4c2k9Imh0dHA6Ly93d3cudzMub3JnLzIwMDEvWE1MU2NoZW1hLWluc3RhbmNlIiB4bWxuczpjZGE9InVybjpobDctb3JnOnYzIiB4bWxuczpzZHRjPSJ1cm46aGw3LW9yZzpzZHRjIj4KICA8IS0tICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqCkNEQSBIZWFkZXIKKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiogLS0...\"\n            },\n            \"format\": {\n                \"system\": \"urn:oid:1.3.6.1.4.1.19376.1.2.3\",\n                \"code\": \"urn:hl7-org:sdwg:ccda-structuredBody:2.1\",\n                \"display\": \"For documents following C-CDA 2.1 constraints using a structured body.\"\n            }\n        }\n    }\n}"}],"_postman_id":"d8420b32-42fc-474f-9f29-f6560d3d1159"}],"id":"c0716e6b-c323-4960-b410-a5a51c59dc33","description":"<p>Requests to the DocumentReference resource will return a single DocumentReference object. The DocumentRerence object is used to request a C-CDA document. The optional parameter format=HTML may be supplied to request the C-CDA document be provided in human-readable form pre-compiled with an XSL stylesheet. Date parameters may be supplied in the request to filter data contained within the C-CDA document to the specified date parameters (for example, sending <code>date:gt=2018-01-01</code> will cause all data within the C-CDA to be greater than January 1, 2018, such as Immunizations, Vital Sign measurements, Labs and Results, etc.).</p>\n<p>The DocumentReference <code>date</code> parameter will only work with the following qualifiers: <code>gt</code> (greater than), <code>lt</code> (less than), <code>ge</code> (greater than or equal to), and <code>le</code> (less than or equal to).</p>\n<p>The document is provided under resource-&gt;content-&gt;attachment-&gt;data as a base64-encoded string.</p>\n<p>For further details see the FHIR Specification here: (<a href=\"https://www.hl7.org/fhir/documentreference.html\">https://www.hl7.org/fhir/documentreference.html</a>)</p>\n","event":[{"listen":"prerequest","script":{"id":"543dafab-558e-4f72-b57a-f8b77469b8e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"520efe92-0eff-4612-bf28-59e5ad8379aa","type":"text/javascript","exec":[""]}}],"_postman_id":"c0716e6b-c323-4960-b410-a5a51c59dc33"}],"id":"4820fb5b-3c04-4b2a-ab35-2483f9a4b7cf","description":"<p>All data is extracted using GET requests to specific Resources. URL parameters described under each resource below may be used to filter the data returned. All responses to API requests, with the exception of the Patient and DocumentReference Resources, are packaged in a Bundle (<a href=\"https://www.hl7.org/fhir/bundle.html\">https://www.hl7.org/fhir/bundle.html</a>) of resource objects. For example, a GET request to the AllergyIntolerance Resource will return a Bundle of AllergyIntolerance objects matching the query parameters (<code>patient</code>, and optionally starting and ending <code>date</code>). Similarly, a GET request to the Immunization resouce will include a Bundle of Immunization objects. It is worth noting that some objects may contain other objects nested within them.</p>\n","event":[{"listen":"prerequest","script":{"id":"81136a61-36af-46c3-af10-8ec855539e5e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83bfb898-6f21-48e7-ac2d-29c4a56b7a7f","type":"text/javascript","exec":[""]}}],"_postman_id":"4820fb5b-3c04-4b2a-ab35-2483f9a4b7cf"},{"name":"Examples","item":[{"name":"Search for a Patient","id":"d1fc2a1f-44c4-40d5-b65f-52304efc8945","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{URL}}/Patient?given:contains=She&family:exact=Cooper&birthdate=gt1980-05-20&address-city:contains=fay","description":"<p>This example shows a patient search query using standard FHIR query request parameters. A collection of Patient resources are returned that match the query parameters.</p>\n","urlObject":{"path":["Patient"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>First name starts with \"She\"</p>\n","type":"text/plain"},"key":"given:contains","value":"She"},{"description":{"content":"<p>Last name exactly matches \"Cooper\"</p>\n","type":"text/plain"},"key":"family:exact","value":"Cooper"},{"description":{"content":"<p>Birthdate greater than or equal to 1980-05-20</p>\n","type":"text/plain"},"key":"birthdate","value":"gt1980-05-20"},{"description":{"content":"<p>Address contains \"fay\"</p>\n","type":"text/plain"},"key":"address-city:contains","value":"fay"}],"variable":[]}},"response":[{"id":"6b72c868-4e67-4b6c-a1cf-4d57e86545d8","name":"Search for a Patient","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{URL}}/Patient?given:contains=She&family:exact=Cooper&birthdate=gt1980-05-20&address-city:contains=fay","host":["{{URL}}"],"path":["Patient"],"query":[{"key":"given:contains","value":"She","description":"First name starts with \"She\""},{"key":"family:exact","value":"Cooper","description":"Last name exactly matches \"Cooper\""},{"key":"birthdate","value":"gt1980-05-20","description":"Birthdate greater than or equal to 1980-05-20"},{"key":"address-city:contains","value":"fay","description":"Address contains \"fay\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 16:34:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.28 (Unix) PHP/5.6.36","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/5.6.36","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)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"7g5s1ir1r6b9cb97vfs1meihj1","key":"PHPSESSID"}],"responseTime":null,"body":"{\"resourceType\":\"Bundle\",\"id\":\"1415d65e612444ae9167686d74dccab2\",\"type\":\"searchset\",\"total\":1,\"entry\":{\"resource\":[{\"resourceType\":\"Patient\",\"id\":\"676E3B66CDAA4C0A907EE030AB1893FE\",\"identifier\":[{\"system\":\"http:\\/\\/hl7.org\\/fhir\\/sid\\/us-ssn\",\"value\":\"0001255547\"},{\"system\":\"http:\\/\\/localhost\\/html\\/chartnumber\",\"value\":\"Test888\"},{\"system\":\"http:\\/\\/localhost\\/html\\/patientid\",\"value\":\"676E3B66CDAA4C0A907EE030AB1893FE\"}],\"active\":true,\"name\":{\"use\":\"usual\",\"text\":\"Sheldon Cooper\",\"family\":\"Cooper\",\"given\":[\"Sheldon\"],\"prefix\":[],\"suffix\":[]},\"telecom\":[{\"system\":\"phone\",\"value\":\"3372895333\",\"use\":\"home\"},{\"system\":\"phone\",\"value\":\"3372890002\",\"use\":\"work\"},{\"system\":\"email\",\"value\":\"bridget.trahan@imedemr.com\",\"use\":\"home\"}],\"gender\":\"male\",\"birthDate\":\"1980-09-12\",\"address\":{\"use\":\"home\",\"text\":null,\"line\":[\"Big bang Theory\"],\"city\":\"Lafayette\",\"district\":null,\"state\":\"\",\"postalCode\":\"70448\",\"country\":\"\"},\"contact\":null,\"communication\":[{\"language\":{\"system\":\"urn:ietf:bcp:47\",\"code\":\"eng\",\"display\":\"English\"},\"preferred\":true}]}]}}"}],"_postman_id":"d1fc2a1f-44c4-40d5-b65f-52304efc8945"},{"name":"Unsupported Resource Request","id":"9885fe87-bb62-4a40-aaf3-8ad8c8c59185","request":{"method":"GET","header":[],"url":"{{URL}}/Procedxure?patient=D1A903924D4443A7A388778D77D86155","description":"<p>This example demonstrates an OperationalOutcome object response due to an unsupported Resource request.</p>\n","urlObject":{"path":["Procedxure"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Patient ID</p>\n","type":"text/plain"},"key":"patient","value":"D1A903924D4443A7A388778D77D86155"}],"variable":[]}},"response":[{"id":"1377a308-86e7-4c08-87c5-a0556ffe0e65","name":"Unsupported Resource Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/Procedxure?patient=D1A903924D4443A7A388778D77D86155","host":["{{URL}}"],"path":["Procedxure"],"query":[{"key":"patient","value":"D1A903924D4443A7A388778D77D86155","description":"Patient ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Oct 2018 02:03:53 GMT"},{"key":"Server","value":"Apache/2.4.35 (Unix) PHP/5.6.38"},{"key":"X-Powered-By","value":"PHP/5.6.38"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Expires","value":"Mon, 26 Jul 1997 05:00:00 GMT"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"OperationalOutcome\",\n    \"issue\": {\n        \"severity\": \"fatal\",\n        \"code\": \"required\",\n        \"diagnostics\": \"Resource Procedxure not supported by this API\"\n    }\n}"}],"_postman_id":"9885fe87-bb62-4a40-aaf3-8ad8c8c59185"}],"id":"24d85e4e-2aa9-46a6-ba15-38cd29745d33","description":"<p>These are real-world examples that can be executed against the iMed Sandbox demonstrating various types of requests</p>\n","event":[{"listen":"prerequest","script":{"id":"4ff59ec3-ff65-4dc2-bb5e-4c6dbe96121c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c3296e3-d0b6-4ccb-91da-91516a7bcefd","type":"text/javascript","exec":[""]}}],"_postman_id":"24d85e4e-2aa9-46a6-ba15-38cd29745d33"},{"name":"Terms of Use","item":[],"id":"bbfe6e42-50fc-4ad3-af2e-a3ad0778ac0e","description":"<p>This is a legal agreement (“Agreement”) between you (as a Developer and/or User) and Infinx Solutions, LLC (or “Company”). BY ACCESSING THE SYSTEM, YOU ARE INDICATING YOUR ASSENT TO ALL OF THE TERMS AND CONDITIONS OF THIS<br />AGREEMENT AND CONSENTING TO BE BOUND BY IT. IF YOU ARE ACCESSING THE SYSTEM ON BEHALF OF A BUSINESS, THAT BUSINESS IS ALSO<br />BOUND BY THIS AGREEMENT.</p>\n<ol>\n<li><p>Definitions.<br /> “Codes” means access codes, identification codes, tokens, private security keys, passwords and/or public security certificates that Company may<br /> issue to you for use with the System.<br /> “Computer” means any computing device containing one or more central processing units, including but not limited to desktop and laptop<br /> personal computers, tablet devices and smartphones.<br /> “Data Holder” means any third party that provides data that can be accessed through the System.<br /> “Developer” means a person or business that produces or provides software or services through which a User can access the System.<br /> “Documentation” means any printed documentation regarding the System, any electronic documentation regarding the System, and any other<br /> online or other documentation that is generally made available by Company to Users or Developers.<br /> “Excessive Use” means access or use of the System by a Developer or User that exceeds two times the 99th percentile of system use observed by<br /> Company for all Developers and/or Users, or is otherwise identified as an outlier by Company, as measured by a suitable metric determined by<br /> Company, examples including but not limited to bandwidth utilized or number or size of data requests processed.<br /> “Software” means the Infinx Solutions, LLC software, any applicable related<br /> website or network resources intended for use with that software, and any other software provided by Company to you in connection with this<br /> Agreement, as applicable, in the form intended by Company for use by you, as documented by the Company, and any updates or upgrades<br /> thereto provided by Company in Company’s sole discretion.<br /> “System” means any Company websites or network resources, Software and Documentation, Codes, Public Key Infrastructure (PKI), and any<br /> services, programs, functions and information provided by Company to you.<br /> “HIPAA” means the Health Insurance Portability and Accountability Act of 1996 and the regulations promulgated thereunder.<br /> “HITECH” means the Health Information Technology for Economic and Clinical Health Act under Title XIII of the American Recovery and<br /> Reinvestment Act of 2009 and the regulations promulgated thereunder.<br /> “PHI” means Protected Health Information as defined by HIPAA.<br /> “User” means a person or other entity who accesses the System directly or through any software or service.</p>\n</li>\n<li><p>License Grant. Company hereby grants you a non-transferable, non-exclusive, revocable, limited license to use the System subject to the terms<br /> and conditions of this Agreement. RIGHTS NOT EXPRESSLY GRANTED HEREIN ARE RESERVED BY COMPANY.</p>\n</li>\n<li><p>License Restrictions. YOU MAY NOT, EITHER ON YOUR OWN BEHALF OR THROUGH ANY AGENT OR THIRD PARTY DECOMPILE, DISASSEMBLE,<br /> REVERSE ENGINEER, OR OTHERWISE ATTEMPT TO DERIVE SOURCE CODE FROM THE SOFTWARE COMPONENTS OF THE SYSTEM, OR MODIFY OR<br /> CREATE DERIVATIVE WORKS BASED ON THE SOFTWARE COMPONENTS OF THE SYSTEM OR ANY DOCUMENTATION. For example, but without<br /> limitation, you shall not yourself or through any agent, or third party: (i) translate any Software code, including without limitation for the purpose<br /> of reverse engineering or to discover the structure, sequence or organization of the Software or any portion thereof, (ii) monitor, interfere with, or<br /> reverse engineer the technical aspects of the System, (iii) intentionally compromise the security of the System or take any action intentionally, or<br /> neglect or omit to take, any action that compromises the security of the System, (iv) sell, lease, license or sublicense the System or<br /> Documentation except as expressly authorized under this Agreement. You are solely responsible for obtaining all equipment, developing or<br /> obtaining software to access the System, for ensuring the compatibility thereof with the System in accordance with the Documentation, for<br /> determining the suitability of said equipment and software for the purpose of using the System, and for paying all fees including, without<br /> limitation, all taxes and Internet access fees, necessary to use the System. Your responsibilities under the immediately preceding sentence include<br /> determining the suitability of any computers or devices, including mobile devices, browser software or other third party software, network<br /> configuration and internet service, or other hardware or software used by you, including but not limited to any software provided by Company, to<br /> access the System, including but not limited to the assessment of a device’s or software’s ability to maintain the security and privacy of your<br /> Codes and of any data, including PHI, viewed, downloaded, or otherwise accessed through the System. You shall not use Software or System for<br /> any purpose other than those permitted by this agreement. You will not use the System for any purpose that is unlawful or prohibited by this<br /> Agreement.</p>\n</li>\n<li><p>Participant Evaluations and User Submissions; HIPAA and HITECH; User Responsibilities.<br /> A. As requested by Company, you agree to furnish Company with information describing the results of your use of the System, including (a)<br /> Developer’s name and contact information and the names of any Users and other participants, and (b) reasonably comprehensive information<br /> concerning any errors, problems, difficulties, or suggestions regarding the access to or use of the System. You will also promptly respond to any<br /> reasonable questions provided by Company regarding the System. You acknowledge and agree that all information provided in accordance with<br /> this section shall be considered User Submissions and subject to the provisions for same set forth in Section 4.D. below.<br /> B. YOU ATTEST THAT YOU ARE AUTHORIZED TO ACCESS ANY PHI THAT YOU REQUEST THROUGH THE SYSTEM, AND YOU AGREE TO HANDLE AND<br /> PROCESS SUCH INFORMATION ACCORDING TO ANY AND ALL APPLICABLE LAWS. You acknowledge and agree that you shall use the System only as<br /> and to the extent permitted by applicable law, including any applicable import or export laws, and only for applications related to the secure<br /> access to health information over the Internet, in a manner compliant with the security and privacy rules of HIPAA, HITECH, and any other applicable law or regulation. You acknowledge and agree that Company is not a Covered Entity. You agree that you will not intentionally submit to<br /> Company or otherwise share with Company any Protected Health Information and will not provide Company with access to any Protected Health<br /> Information except as required for you to use the System. You acknowledge and agree that Company only acts as a conduit to transfer Protected<br /> Health Information or any other data between you and a Data Holder. You and Company agree that you and Company do not intend to become<br /> each other’s Business Associate by virtue of entering into this Agreement or your use of the System. As a result, this Agreement is not intended to<br /> serve as a Business Associate Agreement between you and Company.<br /> C. You acknowledge that the System is a data transport tool and is not intended to serve as a medical record, and that it is your sole responsibility<br /> to ensure that the content of any data accessed through the System is incorporated into a patient’s medical record, when applicable. You agree<br /> that it is your sole responsibility to provide or obtain any and all necessary consents and to fulfill any and all obligations that are required by<br /> HIPAA, HITECH, or other governmental statute or regulation, including but not limited to entering into any required Business Associate<br /> Agreement, prior to use, disclosure, or transmission of any Protected Health Information or other data accessed through the System. You agree<br /> that Company has no obligation to archive or otherwise store any PHI or other data transferred through the System. You acknowledge that the<br /> data you request may not be accessible through the System when (i) you are denied access by Data Holder to any or all of the data requested or<br /> the Data Holder does not respond to your request for any reason, (ii) your request or the data provided by a Data Holder is not in a format<br /> recognized by the System, (iii) your request would cause transfer size or frequency to exceed the allowable maximum permitted by Company, (iv)<br /> the Codes you use to access the System are invalid, (v) this Agreement terminates, or (vi) for any other reason. You are solely responsible for<br /> obtaining any Codes or other credentials needed to use the System or access PHI or other data through the System. You acknowledge that<br /> Company does not control the content of data accessed through the System, that data accessed through the System may contain software viruses<br /> or other malicious content, that it is your sole responsibility to protect your computer system from viruses, and that Company has no<br /> responsibility to protect your computer system from viruses or other malware. You agree that Company, in its sole discretion, reserves the right<br /> not to enable Software or System for any particular Developer or User, should Company determine, in its sole discretion, that use by the<br /> Developer or User is a threat to Company’s systems or negatively impacts the use of the System by other Users.<br /> D. You may make submissions of certain data and information to Company (the “User Submissions”), such as feedback related to the System. You<br /> understand that User Submissions are not and shall not be deemed to be your confidential and/or proprietary information, regardless of whether<br /> any submission is marked “Confidential” and/or “Proprietary”. All User Submissions of any type, and the responses of Company or any other<br /> entity, if any, and all intellectual property rights therein, including any derivatives, modifications, updates and improvements thereto, shall be<br /> owned solely by Company, and you hereby irrevocably assign to Company all such rights in the User Submissions. You hereby warrant that the<br /> User Submissions are and will be in compliance with all applicable laws and regulations, and will not contain Protected Health Information.<br /> Company has a right to use User Submissions, to which it is given access in any form, to evaluate, test or improve the System or for other lawful purpose. You will make User Submissions and will provide Company access to Software-generated data only in accordance with HIPAA/HITECH,<br /> applicable state privacy laws and other applicable laws.<br /> E. If the Company (i) determines that a statute or regulation, including any interpretation thereof (e.g., an advisory opinion) (collectively referred<br /> to in this subsection as a “Law”) to become effective as of a certain date which, if or when implemented, would have the effect of subjecting the<br /> Company to civil or criminal prosecution under state and/or federal laws, or any other material adverse proceeding on the basis of such party’s<br /> participation herein, or (ii) receives notice of an actual or threatened decision, finding or action by any governmental or private agency or party or<br /> court (collectively referred to in this subsection as an “Action”), which, if or when implemented, would have the effect of subjecting Company to<br /> civil or criminal prosecution under state and/or federal laws, or any other material adverse proceeding on the basis of such party’s participation<br /> herein, then Company shall amend this Agreement to the minimum extent necessary, as determined reasonably by the Company, in order to<br /> comply with such Law or to avoid the Action, as applicable and Company shall have the power to amend this Agreement for this purpose without<br /> your consent or the consent of any other person or entity. If the Company determines that compliance with such requirements is impossible, then<br /> this Agreement may be terminated by the Company without penalty and without prior written notice.</p>\n</li>\n<li><p>Codes.<br /> A. Company may limit the number of Users who can use the System at any given time. You warrant to Company that (a) all information supplied<br /> by you is true, correct and complete, (b) no unauthorized entity has ever had access to your Codes, and (c) you have not included trademarks in<br /> your token request unless you also possess the rights to use the respective names, nor have you otherwise misrepresented the identity of your<br /> legal organization or software. You are solely responsible for use and proper protection of your Codes, and agree to take all reasonable<br /> precautions to protect the security and integrity of the Codes and to prevent their unauthorized use. You acknowledge and agree that you are<br /> solely responsible for all actions taken that utilize your Codes, unless such actions are taken by Company, its subcontractors or agents without<br /> your approval.<br /> B. If Company determines in its sole discretion that you are or may be using a Code issued by Company for purposes other than those allowed by<br /> this agreement, Company may, in its sole discretion, revoke the Code. Company may modify a Code or its metadata issued to you if Company<br /> determines, in its sole discretion, that such modification is required to meet the initial or ongoing inclusion or interoperability requirements of a<br /> trust community or equivalent in which Company participates or intends to participate, or that Company or Developer do not meet or have<br /> ceased to meet the inclusion requirements for a trust community or equivalent. You will cease use of all Codes following expiration or revocation<br /> of the corresponding Code or of the license granted hereunder. You will promptly notify Company if any information in your Code or its associated<br /> metadata is inaccurate or has changed. You will protect all Codes to which you have access from unauthorized access. Without limiting the last<br /> sentence of Section 7, this Section 5 will survive any termination of this Agreement.<br /> purpose. You will make User Submissions and will provide Company access to Software-generated data only in accordance with HIPAA/HITECH,<br /> applicable state privacy laws and other applicable laws.<br /> C. If the Company (i) determines that a statute or regulation, including any interpretation thereof (e.g., an advisory opinion) (collectively referred<br /> to in this subsection as a “Law”) to become effective as of a certain date which, if or when implemented, would have the effect of subjecting the<br /> Company to civil or criminal prosecution under state and/or federal laws, or any other material adverse proceeding on the basis of such party’s<br /> participation herein, or (ii) receives notice of an actual or threatened decision, finding or action by any governmental or private agency or party or<br /> court (collectively referred to in this subsection as an “Action”), which, if or when implemented, would have the effect of subjecting Company to<br /> civil or criminal prosecution under state and/or federal laws, or any other material adverse proceeding on the basis of such party’s participation<br /> herein, then Company shall amend this Agreement to the minimum extent necessary, as determined reasonably by the Company, in order to<br /> comply with such Law or to avoid the Action, as applicable and Company shall have the power to amend this Agreement for this purpose without<br /> your consent or the consent of any other person or entity. If the Company determines that compliance with such requirements is impossible, then<br /> this Agreement may be terminated by the Company without penalty and without prior written notice.<br /> D. You acknowledge that the System is designed to facilitate secure delivery of health content over the Internet. You acknowledge and agree that<br /> each user’s needs and data are unique, and that your inputs and information and your use to generate customized reports and outputs or other<br /> data based on your own needs and data, may cause your experience to differ from that of other users and that you assume the entire risk of your<br /> reliance on the System and any reports, information or any other content generated thereby. You acknowledge and agree that you will never use<br /> the System in urgent, critical, emergency, life-threatening, time sensitive or mission critical scenarios, and instead shall communicate in such<br /> circumstances directly and orally. You shall never use the system as a substitute for direct oral person-to-person communication in urgent, critical,<br /> emergency, life-threatening, time-sensitive, or mission-critical situations, including for communication of critical medical results in such<br /> circumstances.</p>\n</li>\n<li><p>Limitation of Liability. IN NO EVENT AND UNDER NO CIRCUMSTANCES SHALL COMPANY OR ITS AFFILIATES, EMPLOYEES, OFFICERS OR<br /> LICENSORS BE LIABLE UNDER THIS AGREEMENT, WHETHER WITH RESPECT TO THE SYSTEM OR DOCUMENTATION PROVIDED HEREUNDER OR<br /> OTHERWISE, (I) FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY, RELIANCE OR PUNITIVE DAMAGES OR LOSS OF PROFITS,<br /> LOSS OF BUSINESS, LOSS OF REVENUE, LOSS OF DATA, LOSS OF GOODWILL, LOSS OF BUSINESS OPPORTUNITIES, OR BUSINESS INTERRUPTION,<br /> HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY, INCLUDING BUT NOT LIMITED TO CONTRACT, TORT (INCLUDING PRODUCTS LIABILITY,<br /> STRICT LIABILITY AND NEGLIGENCE), STATUTORY OR OTHERWISE, WHETHER OR NOT COMPANY WAS OR SHOULD HAVE BEEN AWARE OR ADVISED<br /> OF THE POSSIBILITY OF SUCH DAMAGE, (II) FOR ANY LIABILITY ARISING FROM INFORMATION INCLUDED IN OR EXCLUDED FROM DATA ACCESSED<br /> BY YOU THROUGH THE SYSTEM, UNLESS THE FAULT IN THE INFORMATION IS DUE TO FRAUD OR WILLFUL MISCONDUCT OF THE COMPANY, (III)<br /> ARISING FROM THE USAGE OF A CODE THAT IS NOT VALID OR HAS NOT BEEN USED IN CONFORMANCE WITH THIS AGREEMENT, (IV) ARISING<br /> FROM COMPROMISE OF YOUR CODES, OR (V) FOR ANY MATTER OUTSIDE THE COMPANY’S CONTROL INCLUDING, WITHOUT LIMITATION, IF<br /> COMPANY CANNOT REVOKE A CODE OR TERMINATE ACCESS TO DATA FOR ANY REASON OUTSIDE OF COMPANY’S CONTROL. IN NO EVENT SHALL<br /> COMPANY’S OR ITS LICENSORS’ AGGREGATE LIABILITY ARISING OUT OF THIS AGREEMENT EXCEED THE NET AMOUNT COMPANY HAS ACTUALLY<br /> RECEIVED FROM YOU TO ACCESS THE SYSTEM AS A DEVELOPER OR USER IN THE TWELVE MONTHS PRECEDING THE FIRST CLAIM MADE BY YOU<br /> AGAINST THE COMPANY. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY TO THE EXTENT<br /> APPLICABLE LAW PROHIBITS SUCH LIMITATION. THE FOREGOING LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY STATED IN THIS AGREEMENT. You agree that you are solely responsible for any loss or damage resulting from<br /> your failing to meet the requirements of this agreement for the protection of your Codes.</p>\n</li>\n<li><p>Indemnification. You agree to indemnify, defend, and hold Company, its subsidiaries, officers, employees, agents, contractors, and licensors<br /> harmless from and against all claims, damages, and expenses (“Claims”) arising out of or related to your use of the System, other than those<br /> Claims arising out of or related to the Company’s gross negligence, willful misconduct or fraud in providing the System.</p>\n</li>\n<li><p>Miscellaneous. No waiver or modification of the Agreement shall be valid unless made in writing signed by each party, except Company may<br /> modify the terms of this Agreement without written notice by posting the modified Agreement on this website. Your continued use of the System<br /> after such modification shall constitute acceptance of the modified Agreement. The waiver of a breach of any term hereof shall in no way be<br /> construed as a waiver of any other term or breach hereof. This Agreement is governed by the laws of the State of Louisiana without reference to<br /> conflict of laws principles. All disputes arising out of this Agreement shall be subject to the exclusive jurisdiction of the state and federal courts<br /> located in Lafayette, Louisiana, and the parties agree and submit to the personal and exclusive jurisdiction and venue of these courts.<br /> Notwithstanding the foregoing, Company shall have the right to pursue protection of its intellectual property rights in any court of competent<br /> jurisdiction. You may not assign this Agreement or any rights or obligations hereunder without the prior written consent of Company. You must<br /> give any required notice to the Company via certified mail. Company may give notices to you through this website or in the sole discretion of the<br /> Company through any other method reasonably calculated and intended to provide actual notice to you, provided that any notice from Company<br /> received by you or your representative or agent shall be effective, and you shall be deemed to have received any notice that Company attempts to<br /> give using means reasonably calculated and intended to provide actual notice to you. Subject to the foregoing, this Agreement will inure to the<br /> benefit of and be binding upon the parties and their respective successors and permitted assigns. Any attempted assignment in violation of this<br /> section shall be null and void. If any provision of this Agreement shall be held by a court of competent jurisdiction to be contrary to law, the<br /> remaining provisions of this Agreement shall remain in full force and effect. Nonperformance of Company shall be excused to the extent that<br /> performance is rendered impossible by strike, fire, flood, earthquake or other natural disaster, failure of any electrical, communication, or other<br /> system over which Company has no control, acts of war or terrorism, acts of God, governmental acts or restrictions or for any other reason when<br /> failure to perform is beyond the reasonable control of Company whether or not the Company could have taken precautions to provide for backup<br /> or an alternate data center in another geographic location or otherwise. This Agreement constitutes the entire understanding and agreement<br /> with respect to its subject matter, and supersedes any and all prior or contemporaneous representations, understandings and agreements<br /> whether oral or written between the parties relating to the subject matter of this Agreement, all of which are merged in this Agreement, except<br /> that (if applicable) any prior confidentiality agreement executed and signed by both you and Company shall be effective through the Effective<br /> Date and any confidential information of Company thereunder will continue to be protected as Proprietary Information hereunder.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"6b0f2f96-9d29-46b1-8c00-a5a92d61fb45","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38e2f698-aee5-4af2-8217-4cc24bfb4fd2","type":"text/javascript","exec":[""]}}],"_postman_id":"bbfe6e42-50fc-4ad3-af2e-a3ad0778ac0e"}],"event":[{"listen":"prerequest","script":{"id":"55ffcfa1-097b-4d25-a10f-5c52c83b1e02","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fe531add-3fc5-4c44-8b62-1deb287b9425","type":"text/javascript","exec":[""]}}]}