{"info":{"_postman_id":"6356623b-10d6-f30c-b4a0-7e629e6f7534","name":"Practice Management Interface Platform Integration","description":"<html><head></head><body><p>Thank you for using the Practice Management Interface Platform Integration API!</p>\n<p>This version of the API is currently supported!</p>\n<p>This API services healthcare data using the industry standard FHIR STU 3 specifications. Complete documentation for this specification can be found at <a href=\"http://hl7.org/fhir/STU3/\">http://hl7.org/fhir/STU3/</a>. This API will allow implementations to programatically manipulate data in PM.</p>\n<p>Use of this API requires an understanding of the above specification and a working understanding of RESTful APIs. While this documentation will provide context specific references to the FHIR specification where appropriate, it will not explain or serve as a tutorial for the concepts covered in that specification or RESTful APIs in general.</p>\n<p>This is a living document and will be updated with non-breaking changes. When breaking changes are made, new documentation and migration guides will be released. Older versions will no longer be supported.</p>\n<h2>Notable Exceptions:</h2>\n\n<ul><li><div>This API only contains implementations for the Resources listed in this documentation. Special considerations to be aware of regarding this implementation of the FHIR specification can be found under each Resource heading. References or functionality dependent on a resource not present in this documentation may cause unexpected or breaking behaviors. A complete implementation of the FHIR specification is planned and in progress.</div></li><li><div>The only acceptable data format for use with this API is JSON. While FHIR supports XML and other various formats, this API does not currently intend on implementing them.</div></li><li><div>PATCH operations are currently not supported. In order to update a resource, the user must call for a complete PUT operation. Any fields not provided in that operation, will be removed from that resource. PATCH operations will be supported soon.<br></div></li></ul></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3462218","collectionId":"6356623b-10d6-f30c-b4a0-7e629e6f7534","publishedId":"RW1boKPX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"c8dfff","highlight":"007DB1"},"publishDate":"2025-06-12T14:04:55.000Z"},"item":[{"name":"HTTP/REST Methods","item":[{"name":"GET","item":[],"id":"28c38135-665a-4b5b-a59f-a5e9593b0faf","description":"<p>Requests that use the GET method retrieve information. In this API, resources typically serve two types of GET operations:</p>\n<ul><li>Getting a resource by ID.</li>\n<li>Getting a list of resources by query.</li></ul>\n\n<p>Implementations making GET requests should be expecting to receive a 200 OK response for a success, and a 400/500 level response for a failure. The failure response will contain an OperationOutcome specific to the error causing the failure, while the successful response will contain the specific resources requested.</p>\n","event":[{"listen":"prerequest","script":{"id":"e8754e23-3998-4935-b241-e39c2d98c2e3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65533b76-4175-49d1-8e6a-9a24f83f5fbc","type":"text/javascript","exec":[""]}}],"_postman_id":"28c38135-665a-4b5b-a59f-a5e9593b0faf"},{"name":"POST","item":[],"id":"312b7994-946f-48b7-9b67-16bdd0b6f25e","description":"<p>Requests that use the POST operation transmit NEW information.</p>\n<p>Implementations making POST requests should be expecting to receive a 201 Created response for a success, and a 400/500 level response for a failure. The failure response will contain an OperationOutcome specific to the error causing the failure, while the successful response will contain an OperationOutcome notifying the implementation of a successful request. The response headers will contain a Location header with the path of the newly generated resource.</p>\n","event":[{"listen":"prerequest","script":{"id":"e8754e23-3998-4935-b241-e39c2d98c2e3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65533b76-4175-49d1-8e6a-9a24f83f5fbc","type":"text/javascript","exec":[""]}}],"_postman_id":"312b7994-946f-48b7-9b67-16bdd0b6f25e"},{"name":"PUT","item":[],"id":"f7a87875-8cf2-4280-a531-6a139d42cefd","description":"<p>Requests that use the PUT operation update EXISTING information.</p>\n<p>Implementations making PUT requests should be expecting to receive a 200 OK response for a success, and a 400/500 level response for a failure. The failure response will contain an OperationOutcome specific to the error causing the failure, while the successful response will contain an OperationOutcome notifying the implementation of a successful request. The response headers will contain a Last-Modified header with a time stamp representing the update.</p>\n","event":[{"listen":"prerequest","script":{"id":"e8754e23-3998-4935-b241-e39c2d98c2e3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65533b76-4175-49d1-8e6a-9a24f83f5fbc","type":"text/javascript","exec":[""]}}],"_postman_id":"f7a87875-8cf2-4280-a531-6a139d42cefd"},{"name":"Rate Limiting","item":[],"id":"2eca5709-787d-4800-a5c1-a245acbfe99d","description":"<p>The current version of this API has very basic rate limiting in place. Implementations may make unlimited requests, however POST/PUT requests that receive a 200 level response may only be made once every 5 minutes. The 5 minute limit may be lowered in the future as needed, however this is in place to prevent broken implementations from spamming their backend with duplicate requests. Implementations that are being rate limited can expect to receive a 429 \"Too Many Requests\" response. </p>\n","event":[{"listen":"prerequest","script":{"id":"aae376da-a17d-4fad-80f7-53a703bf1a82","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c70edb1d-92c6-49c3-bb07-a9929558e33f","type":"text/javascript","exec":[""]}}],"_postman_id":"2eca5709-787d-4800-a5c1-a245acbfe99d"}],"id":"4f975d4f-02d5-4d15-bb85-bbe1640bc84b","description":"<p>This API uses standard HTTP methods to map functionality to CRUD operations. This API currently supports the following methods (see specific resources for details):</p>\n<ul><li>GET</li>\n<li>POST</li>\n<li>PUT</li></ul>\n\n<p>The following methods are being developed/discussed and will be implemented in later versions:</p>\n<ul><li>PATCH</li>\n<li>DELETE</li></ul>\n\n<p>Implementations of this API can expect standard web server responses with 200 level response codes and statuses when completing an operation successfully, and 400/500 level response codes and statuses when an operation is not successful.</p>\n<p>All responses to requests made of the API will contain a JSON representation of a fhir resource in their body. GET methods will return a specific resource, while other methods will contain an OperationOutcome object. See documentation on the FHIR OperationOutcome here: <a href=\"http://hl7.org/fhir/STU3/operationoutcome.html\">http://hl7.org/fhir/STU3/operationoutcome.html</a></p>\n<p>Each of the implemented HTTP methods are detailed in their own section of this documentation along with the type of response that should be expected.</p>\n","event":[{"listen":"prerequest","script":{"id":"3b04fa09-bca3-44b5-b518-36a5aa62f5bc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"da63c1de-dd7f-4c55-af1e-2bceef6e9623","type":"text/javascript","exec":[""]}}],"_postman_id":"4f975d4f-02d5-4d15-bb85-bbe1640bc84b"},{"name":"Authentication","item":[{"name":"Authenticate: Client Credentials Protocol","id":"5f189d73-a195-4228-b18a-6761f8307f0d","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"{{vault:authorization-secret}}"},{"key":"clientId","value":"{{vault:authorization-secret}}"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>The protocol flow used to authenticate.</p>\n","type":"text","uuid":"c50f46f3-1f4d-4a55-9781-2f7bddb85ad4"},{"key":"client_id","value":"{{client_id}}","description":"<p>A valid client ID provided.</p>\n","type":"text","uuid":"dfacf131-5d7d-43df-9d49-bf1deafbccc0"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>A valid client secret provided.</p>\n","type":"text","uuid":"f219c71e-21e3-4dac-be30-b90f644fc6b3"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Authenticate","description":"<p>Use this call one time to generate a set of access and refresh tokens. After using this call once, it is recommended that an implementation only call the Refresh Token Protocol to generate a new access token.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Authenticate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"c9f98384-7e45-47cf-9d21-ed1cb8242fd0","name":"Authenticate: Client Credentials Protocol","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text","description":"The protocol flow used to authenticate."},{"key":"client_id","value":"{{client_id}}","type":"text","description":"A valid refresh token provided by support."},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Mon, 30 Apr 2018 17:54:30 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"Mon, 30 Apr 2018 17:54:30 GMT","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"{{access_token}}\",\n    \"refresh_token\": \"{{refresh_token}}\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 600\n}"}],"_postman_id":"5f189d73-a195-4228-b18a-6761f8307f0d"},{"name":"Authenticate: Refresh Token Protocol","id":"34889f3f-020f-6747-a57f-35a4b7f688be","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","description":"<p>The protocol flow used to authenticate.</p>\n","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","description":"<p>A valid refresh token generated through API usage.</p>\n","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Authenticate","description":"<p>This is the standard OAuth2.0 protocol for obtaining an access token.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Authenticate"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"478e9ecd-92f7-4a76-340f-ff16de049fc2","name":"Authenticate: Refresh Token Protocol","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","description":"The protocol flow used for authentication.","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","description":"A valid refresh token provided by support.","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Mon, 30 Apr 2018 17:54:30 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"Mon, 30 Apr 2018 17:54:30 GMT","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"access_token\": \"{{access_token}}\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 600\n}"}],"_postman_id":"34889f3f-020f-6747-a57f-35a4b7f688be"}],"id":"b3ff6c80-0173-1785-e674-236e2a465f09","description":"<p>This API uses an OAuth 2.0 authentication scheme. In order to authenticate, clients will need to generate credentials in their system by going to the Interface Panel &gt; API Credentials &gt; Generate New Credential.</p>\n<p>These credentials are then used to create an access token when needed.</p>\n<p>Once obtained, use the refresh token with the appropriate protocol flow to authenticate and receive an access token that can be passed with the bearer header on any other API operation.</p>\n","event":[{"listen":"prerequest","script":{"id":"dfd3b887-c84c-4cef-b370-15d7f7624fb6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"42aac9a5-768c-4479-b596-ae364f7c7274","type":"text/javascript","exec":[""]}}],"_postman_id":"b3ff6c80-0173-1785-e674-236e2a465f09"},{"name":"Resources","item":[{"name":"Account","item":[{"name":"Get an account by ID","id":"c61d6bfc-12cc-2594-dca1-80f62ab37078","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Account","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5c3e28d1-4581-ddd3-b06e-5e21062f2511","name":"Get an account by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account/20165"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\r\n    \"coverage\": [\r\n        {\r\n            \"coverage\": {\r\n                \"reference\": \"Coverage/12601\"\r\n            },\r\n            \"priority\": 1\r\n        },\r\n        {\r\n            \"coverage\": {\r\n                \"reference\": \"Coverage/12600\"\r\n            },\r\n            \"priority\": 1\r\n        },\r\n        {\r\n            \"coverage\": {\r\n                \"reference\": \"Coverage/12602\"\r\n            },\r\n            \"priority\": 1\r\n        },\r\n        {\r\n            \"coverage\": {\r\n                \"reference\": \"Coverage/12600\"\r\n            },\r\n            \"priority\": 2\r\n        },\r\n        {\r\n            \"coverage\": {\r\n                \"reference\": \"Coverage/12601\"\r\n            },\r\n            \"priority\": 2\r\n        },\r\n        {\r\n            \"coverage\": {\r\n                \"reference\": \"Coverage/12602\"\r\n            },\r\n            \"priority\": 2\r\n        }\r\n    ],\r\n    \"balance\": {\r\n        \"value\": 0\r\n    },\r\n    \"subject\": {\r\n        \"reference\": \"Patient/20165\"\r\n    },\r\n    \"name\": \"KRISTOPHER JENSEN\",\r\n    \"guarantor\": [\r\n        {\r\n            \"party\": {\r\n                \"reference\": \"Patient/20165\"\r\n            }\r\n        },\r\n        {\r\n            \"party\": {\r\n                \"reference\": \"Patient/20019\"\r\n            }\r\n        }\r\n    ],\r\n    \"id\": \"20165\",\r\n    \"type\": {\r\n        \"coding\": [\r\n            {\r\n                \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\r\n                \"code\": \"PBILLACCT\",\r\n                \"display\": \"patient billing account\"\r\n            }\r\n        ]\r\n    },\r\n    \"resourceType\": \"Account\",\r\n    \"status\": \"active\"\r\n}"}],"_postman_id":"c61d6bfc-12cc-2594-dca1-80f62ab37078"},{"name":"Search for an Account by query","id":"e76100b3-8f0f-483f-9027-08f3780b9049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Account Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/account.html#search\">http://hl7.org/fhir/STU3/account.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Account"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"81e19a2e-2eaf-4eb8-93b6-83e5e67088c3","name":"Search for an Account by name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account?given=jane","protocol":"https","host":["{{hostname}}"],"path":["com","ops","opm","api","v2","fhir","Account"],"query":[{"key":"given","value":"jane","description":"The given name of the patient(s) to search for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/9779\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/5194\"\n                        },\n                        \"priority\": 2\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-09-21T15:43:14.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"name\": \"JANE E BENNETT\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/74\"\n                        }\n                    }\n                ],\n                \"id\": \"74\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/4120\"\n                        },\n                        \"priority\": 2\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/7440\"\n                        },\n                        \"priority\": 2\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/4120\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:43.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/6748\"\n                },\n                \"name\": \"JANE M RUNYAN\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/6748\"\n                        }\n                    }\n                ],\n                \"id\": \"6748\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:31.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/5926\"\n                },\n                \"name\": \"JANEAN D TUGGLE\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/5926\"\n                        }\n                    }\n                ],\n                \"id\": \"5926\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:18.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/4946\"\n                },\n                \"name\": \"JANEE S OLIVA\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/4946\"\n                        }\n                    }\n                ],\n                \"id\": \"4946\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/86\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0.67\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-02-04T10:18:44.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/7373\"\n                },\n                \"name\": \"JANEE J BONO\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/7373\"\n                        }\n                    }\n                ],\n                \"id\": \"7373\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/12251\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-09-22T13:09:13.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/9881\"\n                },\n                \"name\": \"JANEE E SHUTTLEWORTH\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/9881\"\n                        }\n                    }\n                ],\n                \"id\": \"9881\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2790\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2791\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-09-22T07:59:03.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/2224\"\n                },\n                \"name\": \"JANEEN E DICKENS\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/2224\"\n                        }\n                    }\n                ],\n                \"id\": \"2224\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:00:18.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/2822\"\n                },\n                \"name\": \"JANEEN E WINGO\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/2822\"\n                        }\n                    }\n                ],\n                \"id\": \"2822\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/1798\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-12-03T10:50:01.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/1694\"\n                },\n                \"name\": \"JANEL S DUNBAR\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/1694\"\n                        }\n                    }\n                ],\n                \"id\": \"1694\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:00:09.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/1874\"\n                },\n                \"name\": \"JANEL E DARROW\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/1874\"\n                        }\n                    }\n                ],\n                \"id\": \"1874\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/1132\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/1133\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-09-22T07:59:03.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/1466\"\n                },\n                \"name\": \"JANELL H LE\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/1466\"\n                        }\n                    }\n                ],\n                \"id\": \"1466\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/10425\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-04-10T15:52:01.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/1344\"\n                },\n                \"name\": \"JANELL E SUBER\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/1344\"\n                        }\n                    }\n                ],\n                \"id\": \"1344\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/9894\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/9006\"\n                        },\n                        \"priority\": 2\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:23.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/5437\"\n                },\n                \"name\": \"JANELLA N TOLER\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/5437\"\n                        }\n                    }\n                ],\n                \"id\": \"5437\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/10706\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/3306\"\n                        },\n                        \"priority\": 2\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 315\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-03-03T15:38:01.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/7487\"\n                },\n                \"name\": \"JANELLA S NIEMAN\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/7487\"\n                        }\n                    }\n                ],\n                \"id\": \"7487\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2304\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2305\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:58:25.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/820\"\n                },\n                \"name\": \"JANELLE A GAINES\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/820\"\n                        }\n                    }\n                ],\n                \"id\": \"820\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:53.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/93\"\n                },\n                \"name\": \"JANELLE M HEDGEPETH\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/93\"\n                        }\n                    }\n                ],\n                \"id\": \"93\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/11793\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-08-04T14:00:40.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/3069\"\n                },\n                \"name\": \"JANENE EZELL\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/3069\"\n                        }\n                    }\n                ],\n                \"id\": \"3069\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:00:30.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/4066\"\n                },\n                \"name\": \"JANENE A TOUSSAINT\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/4066\"\n                        }\n                    }\n                ],\n                \"id\": \"4066\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2855\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2856\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:01.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/3557\"\n                },\n                \"name\": \"JANESSA E MOULTON\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/3557\"\n                        }\n                    }\n                ],\n                \"id\": \"3557\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/198\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 30.41\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:00:37.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/4707\"\n                },\n                \"name\": \"JANESSA A THOMA\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/4707\"\n                        }\n                    }\n                ],\n                \"id\": \"4707\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2160\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2160\"\n                        },\n                        \"priority\": 2\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2161\"\n                        },\n                        \"priority\": 2\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-09-18T16:45:27.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/9\"\n                },\n                \"name\": \"JANET M PHILLIPS\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/9\"\n                        }\n                    }\n                ],\n                \"id\": \"9\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/8743\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/8744\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:43.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/6699\"\n                },\n                \"name\": \"JANET T ANTONIO\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/6699\"\n                        }\n                    }\n                ],\n                \"id\": \"6699\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/7173\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-07-16T14:07:22.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/7982\"\n                },\n                \"name\": \"JANET K BEAUDETTE\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/7982\"\n                        }\n                    }\n                ],\n                \"id\": \"7982\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/6164\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-09-22T16:08:07.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/3859\"\n                },\n                \"name\": \"JANETH A LEAVITT\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/3859\"\n                        }\n                    }\n                ],\n                \"id\": \"3859\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/3223\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-04-13T14:01:26.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/5171\"\n                },\n                \"name\": \"JANETH R PRENDERGAST\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/5171\"\n                        }\n                    }\n                ],\n                \"id\": \"5171\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/11279\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-06-01T10:24:08.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/9444\"\n                },\n                \"name\": \"JANETH A OHLER\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/9444\"\n                        }\n                    }\n                ],\n                \"id\": \"9444\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/4986\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:03.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/3762\"\n                },\n                \"name\": \"JANETT L SAYLOR\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/3762\"\n                        }\n                    }\n                ],\n                \"id\": \"3762\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/12024\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/12025\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/8126\"\n                        },\n                        \"priority\": 2\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-11-25T14:23:51.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/4998\"\n                },\n                \"name\": \"JANETT L ANTON\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/4998\"\n                        }\n                    }\n                ],\n                \"id\": \"4998\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:59:00.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/3421\"\n                },\n                \"name\": \"JANETTA A GUINN\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/3421\"\n                        }\n                    }\n                ],\n                \"id\": \"3421\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:00:34.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/4527\"\n                },\n                \"name\": \"JANETTA R CALVILLO\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/4527\"\n                        }\n                    }\n                ],\n                \"id\": \"4527\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/218\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/219\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-10-15T14:59:08.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/865\"\n                },\n                \"name\": \"JANETTE GLENN\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/865\"\n                        }\n                    }\n                ],\n                \"id\": \"865\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2656\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 1.01\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-03-28T11:26:01.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/148\"\n                },\n                \"name\": \"JANETTE K MOTEN\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/148\"\n                        }\n                    }\n                ],\n                \"id\": \"148\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-09-16T10:26:33.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/8331\"\n                },\n                \"name\": \"JANETTE L HEPNER\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/8331\"\n                        }\n                    }\n                ],\n                \"id\": \"8331\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2400\"\n                        },\n                        \"priority\": 1\n                    },\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/2401\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T09:58:55.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/3015\"\n                },\n                \"name\": \"JANEY W WHITLOCK\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/3015\"\n                        }\n                    }\n                ],\n                \"id\": \"3015\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:00:29.000-05:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/4004\"\n                },\n                \"name\": \"JANEY D SCUDDER\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/4004\"\n                        }\n                    }\n                ],\n                \"id\": \"4004\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"coverage\": [\n                    {\n                        \"coverage\": {\n                            \"reference\": \"Coverage/10931\"\n                        },\n                        \"priority\": 1\n                    }\n                ],\n                \"balance\": {\n                    \"value\": 0\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-04-23T08:08:59.000-04:00\"\n                },\n                \"subject\": {\n                    \"reference\": \"Patient/9153\"\n                },\n                \"name\": \"JANEY BRASHEARS\",\n                \"guarantor\": [\n                    {\n                        \"party\": {\n                            \"reference\": \"Patient/9153\"\n                        }\n                    }\n                ],\n                \"id\": \"9153\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                            \"code\": \"PBILLACCT\",\n                            \"display\": \"patient billing account\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Account\",\n                \"status\": \"active\"\n            }\n        }\n    ],\n    \"total\": 36,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"e76100b3-8f0f-483f-9027-08f3780b9049"},{"name":"Create a new account","id":"75256942-798c-71c9-1e7f-b03209ecde50","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Account"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4677b626-9d55-c1e2-03be-af4b71fb93e0","name":"Create a new account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The content type being supplied.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"coverage\": [\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 2\n        }\n    ],\n    \"balance\": {\n        \"value\": 0\n    },\n    \"subject\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": \"KRISTOPHER JENSEN\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                \"code\": \"PBILLACCT\",\n                \"display\": \"patient billing account\"\n            }\n        ]\n    },\n    \"resourceType\": \"Account\",\n    \"status\": \"active\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account/20165","type":"text","enabled":true,"name":"Location","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"75256942-798c-71c9-1e7f-b03209ecde50"},{"name":"Delete an existing account","id":"5df8ef0d-72ab-48a4-8246-6772f9b593b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account/{id}","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Account","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"a3658e6e-05cc-435d-be14-7803c3e42dbe","name":"Delete an existing account","originalRequest":{"method":"DELETE","header":[],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account/50794"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"diagnostics\": \"https://demo.openpracticesolutions.com/com/ops/opm/api/v2/fhir/Account/50794 has been deleted!\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_DELETED\",\n                        \"display\": \"This resource has been deleted\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"5df8ef0d-72ab-48a4-8246-6772f9b593b6"}],"id":"ac6f7858-d795-a50f-5296-009db370ce60","description":"<p>A FHIR Account object is represented most closely by an insurance profile in PM, however it will encapsulate additional information.</p>\n<p>The FHIR Account resource serves as a financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.</p>\n<p>The FHIR specfication for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/account.html\">http://hl7.org/fhir/STU3/account.html</a>.</p>\n<h2 id=\"extensions\">Extensions</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>URL</th>\n<th>Value Type</th>\n<th>Cardinality</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>collection_balance</td>\n<td>POST/PUT: N/A  <br />GET: Decimal</td>\n<td>0..1</td>\n<td>When provided in GET, this value will be the Collection Balance on the given Claim.</td>\n</tr>\n<tr>\n<td>default_profile</td>\n<td>POST/PUT: Boolean  <br />GET: Boolean</td>\n<td>0..1</td>\n<td>When provided in GET, the value will indicate if the given profile is the default profile. In a POST, it will set the given profile to be the default.</td>\n</tr>\n<tr>\n<td>insurance_balance</td>\n<td>POST/PUT: N/A  <br />GET: Decimal</td>\n<td>0..1</td>\n<td>When provided in GET, this value will be the Insurance Balance on the given Claim.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"notable-exceptions\">Notable Exceptions</h2>\n<ul>\n<li><p>Each account may contain at most 3 Coverage resources, 1 per priority.</p>\n</li>\n<li><p>If a request is sent without a COVERAGE reference it will create a SELF-PAY profile.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"70226e59-c584-41ad-ae61-20e2df632ee6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1c3905e-63a0-4af4-b930-42c28cdf06b1","type":"text/javascript","exec":[""]}}],"_postman_id":"ac6f7858-d795-a50f-5296-009db370ce60"},{"name":"Appointment","item":[{"name":"Get an appointment by ID","id":"942cdc8b-0537-4c1b-9fcf-0169977b5876","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Appointment","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"d09aa8aa-20bd-480d-aa66-1ffe48ca8f95","name":"Get an appointment by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment/95755"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"appointmentType\": {\n        \"coding\": [\n            {\n                \"system\": \"https://demo.openpracticesolutions.com/api/spec.htm#apiappointment\",\n                \"code\": \"AP\",\n                \"display\": \"APPOINTMENT\"\n            }\n        ]\n    },\n    \"created\": \"2018-04-18T10:53:51-04:00\",\n    \"start\": \"2018-05-16T08:00:00.000-04:00\",\n    \"end\": \"2018-05-16T08:10:00.000-04:00\",\n    \"id\": \"95702\",\n    \"minutesDuration\": 10,\n    \"participant\": [\n        {\n            \"actor\": {\n                \"reference\": \"Patient/698\",\n                \"display\": \"May Carson\"\n            },\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"actor\": {\n                \"reference\": \"Practitioner/aprCONNETT\",\n                \"display\": \"CRAIG CHESNEY\"\n            },\n            \"type\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                            \"code\": \"ATND\"\n                        }\n                    ]\n                }\n            ],\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"actor\": {\n                \"reference\": \"Location/1\",\n                \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n            },\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        }\n    ],\n    \"resourceType\": \"Appointment\",\n    \"status\": \"booked\",\n        \"extension\": [\n        {\n            \"extension\": [\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://ops12.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lapstatus\",\n                                \"code\": \"CF\",\n                                \"display\": \"CONFIRMED\"\n                            }\n                        ]\n                    },\n                    \"url\": \"custom_appointment_status\"\n                }\n            ],\n            \"url\": \"https://ops12.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lcustomfield&param1=appointment\"\n        }\n    ]\n}"}],"_postman_id":"942cdc8b-0537-4c1b-9fcf-0169977b5876"},{"name":"Search for an Appointment by query","id":"aca33a60-9a7a-4153-8682-3519737885e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Appointment Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/appointment.html#search\">http://hl7.org/fhir/STU3/appointment.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Appointment"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"2ee54ab1-42e7-4001-9c2c-917d9a3c9dd5","name":"Search for appointments in May 2018","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment?date=>=2018-05-01&date=<=2018-05-31","protocol":"https","host":["{{hostname}}"],"path":["com","ops","opm","api","v2","fhir","Appointment"],"query":[{"key":"date","value":">=2018-05-01"},{"key":"date","value":"<=2018-05-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:53:51.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-01T08:00:00.000-04:00\",\n                \"end\": \"2018-05-01T08:10:00.000-04:00\",\n                \"id\": \"95309\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-10T10:34:45.000-04:00\"\n                },\n                \"created\": \"2018-04-10T10:26:53-04:00\",\n                \"start\": \"2018-05-01T08:40:00.000-04:00\",\n                \"end\": \"2018-05-01T08:50:00.000-04:00\",\n                \"id\": \"95287\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/20022\",\n                            \"display\": \"Mickey Test\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"cancelled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-01T08:40:00.000-04:00\",\n                \"end\": \"2018-05-01T09:00:00.000-04:00\",\n                \"id\": \"95565\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:53:51.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-02T08:00:00.000-04:00\",\n                \"end\": \"2018-05-02T08:10:00.000-04:00\",\n                \"id\": \"95310\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"DRAW\",\n                            \"display\": \"BLOOD DRAW\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-03-07T13:12:39.000-05:00\"\n                },\n                \"created\": \"2018-03-07T11:59:53-05:00\",\n                \"start\": \"2018-05-02T08:20:00.000-04:00\",\n                \"end\": \"2018-05-02T08:25:00.000-04:00\",\n                \"id\": \"95273\",\n                \"minutesDuration\": 5,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4060\",\n                            \"display\": \"Lyla Wilfong\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprHAWKINS\",\n                            \"display\": \"ROBERT HAWKINS\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-02T08:40:00.000-04:00\",\n                \"end\": \"2018-05-02T09:00:00.000-04:00\",\n                \"id\": \"95566\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:53:51.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-03T08:00:00.000-04:00\",\n                \"end\": \"2018-05-03T08:10:00.000-04:00\",\n                \"id\": \"95311\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-03T08:40:00.000-04:00\",\n                \"end\": \"2018-05-03T09:00:00.000-04:00\",\n                \"id\": \"95567\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T10:23:42.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-04T08:00:00.000-04:00\",\n                \"end\": \"2018-05-04T08:10:00.000-04:00\",\n                \"id\": \"95312\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"fulfilled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T09:33:56.000-04:00\"\n                },\n                \"created\": \"2018-05-04T09:33:56-04:00\",\n                \"start\": \"2018-05-04T08:10:00.000-04:00\",\n                \"end\": \"2018-05-04T08:20:00.000-04:00\",\n                \"id\": \"95688\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/2635\",\n                            \"display\": \"Charleen Abdullah\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"NATEAPPT\",\n                            \"display\": \"NATE TEST APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T09:34:22.000-04:00\"\n                },\n                \"created\": \"2018-05-04T09:34:22-04:00\",\n                \"start\": \"2018-05-04T08:20:00.000-04:00\",\n                \"end\": \"2018-05-04T08:40:00.000-04:00\",\n                \"id\": \"95689\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/2635\",\n                            \"display\": \"Charleen Abdullah\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP1\",\n                            \"display\": \"APMT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T09:36:50.000-04:00\"\n                },\n                \"created\": \"2018-05-04T09:36:50-04:00\",\n                \"start\": \"2018-05-04T08:40:00.000-04:00\",\n                \"end\": \"2018-05-04T09:00:00.000-04:00\",\n                \"id\": \"95690\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/6472\",\n                            \"display\": \"Lamonica Abell\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP1\",\n                            \"display\": \"APMT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T09:36:50.000-04:00\"\n                },\n                \"created\": \"2018-05-04T09:36:50-04:00\",\n                \"start\": \"2018-05-04T08:40:00.000-04:00\",\n                \"end\": \"2018-05-04T09:00:00.000-04:00\",\n                \"id\": \"95691\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/6472\",\n                            \"display\": \"Lamonica Abell\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP1\",\n                            \"display\": \"APMT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T09:36:51.000-04:00\"\n                },\n                \"created\": \"2018-05-04T09:36:51-04:00\",\n                \"start\": \"2018-05-04T08:40:00.000-04:00\",\n                \"end\": \"2018-05-04T09:00:00.000-04:00\",\n                \"id\": \"95692\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/6472\",\n                            \"display\": \"Lamonica Abell\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-04T08:40:00.000-04:00\",\n                \"end\": \"2018-05-04T09:00:00.000-04:00\",\n                \"id\": \"95568\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-04T09:37:25.000-04:00\"\n                },\n                \"created\": \"2018-05-04T09:37:25-04:00\",\n                \"start\": \"2018-05-04T09:10:00.000-04:00\",\n                \"end\": \"2018-05-04T09:20:00.000-04:00\",\n                \"id\": \"95693\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/3813\",\n                            \"display\": \"Eric Adcock\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:53:51.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-05T08:00:00.000-04:00\",\n                \"end\": \"2018-05-05T08:10:00.000-04:00\",\n                \"id\": \"95313\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-05T08:40:00.000-04:00\",\n                \"end\": \"2018-05-05T09:00:00.000-04:00\",\n                \"id\": \"95569\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:53:51.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-06T08:00:00.000-04:00\",\n                \"end\": \"2018-05-06T08:10:00.000-04:00\",\n                \"id\": \"95314\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-06T08:40:00.000-04:00\",\n                \"end\": \"2018-05-06T09:00:00.000-04:00\",\n                \"id\": \"95570\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-07T08:00:00.000-04:00\",\n                \"end\": \"2018-05-07T08:10:00.000-04:00\",\n                \"id\": \"95315\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-07T08:40:00.000-04:00\",\n                \"end\": \"2018-05-07T09:00:00.000-04:00\",\n                \"id\": \"95571\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"GRP\",\n                            \"display\": \"GROUP THERAPY\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-10-24T13:02:23.000-04:00\"\n                },\n                \"created\": \"2017-10-24T13:02:23-04:00\",\n                \"start\": \"2018-05-07T09:40:00.000-04:00\",\n                \"end\": \"2018-05-07T10:40:00.000-04:00\",\n                \"id\": \"94736\",\n                \"minutesDuration\": 60,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRANKEN\",\n                            \"display\": \"LOUISE FRANKEN\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"GRP\",\n                            \"display\": \"GROUP THERAPY\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-10-24T14:49:09.000-04:00\"\n                },\n                \"created\": \"2017-10-24T14:49:09-04:00\",\n                \"start\": \"2018-05-07T09:40:00.000-04:00\",\n                \"end\": \"2018-05-07T10:40:00.000-04:00\",\n                \"id\": \"94839\",\n                \"minutesDuration\": 60,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/137\",\n                            \"display\": \"Cindy Fisher\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRANKEN\",\n                            \"display\": \"LOUISE FRANKEN\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"GRP\",\n                            \"display\": \"GROUP THERAPY\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-10-24T13:02:23.000-04:00\"\n                },\n                \"created\": \"2017-10-24T13:02:23-04:00\",\n                \"start\": \"2018-05-07T09:40:00.000-04:00\",\n                \"end\": \"2018-05-07T10:40:00.000-04:00\",\n                \"id\": \"94737\",\n                \"minutesDuration\": 60,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/2385\",\n                            \"display\": \"Maybelle Baez\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRANKEN\",\n                            \"display\": \"LOUISE FRANKEN\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"GRP\",\n                            \"display\": \"GROUP THERAPY\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-10-24T13:02:23.000-04:00\"\n                },\n                \"created\": \"2017-10-24T13:02:23-04:00\",\n                \"start\": \"2018-05-07T09:40:00.000-04:00\",\n                \"end\": \"2018-05-07T10:40:00.000-04:00\",\n                \"id\": \"94738\",\n                \"minutesDuration\": 60,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/7061\",\n                            \"display\": \"Faye Alfonso\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRANKEN\",\n                            \"display\": \"LOUISE FRANKEN\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"GRP\",\n                            \"display\": \"GROUP THERAPY\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-10-24T13:02:23.000-04:00\"\n                },\n                \"created\": \"2017-10-24T13:02:23-04:00\",\n                \"start\": \"2018-05-07T09:40:00.000-04:00\",\n                \"end\": \"2018-05-07T10:40:00.000-04:00\",\n                \"id\": \"94739\",\n                \"minutesDuration\": 60,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/1033\",\n                            \"display\": \"Mari Yancy\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRANKEN\",\n                            \"display\": \"LOUISE FRANKEN\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"GRP\",\n                            \"display\": \"GROUP THERAPY\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-10-24T13:35:03.000-04:00\"\n                },\n                \"created\": \"2017-10-24T13:02:23-04:00\",\n                \"start\": \"2018-05-07T09:40:00.000-04:00\",\n                \"end\": \"2018-05-07T10:40:00.000-04:00\",\n                \"id\": \"94740\",\n                \"minutesDuration\": 60,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRANKEN\",\n                            \"display\": \"LOUISE FRANKEN\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"cancelled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-08T08:00:00.000-04:00\",\n                \"end\": \"2018-05-08T08:10:00.000-04:00\",\n                \"id\": \"95694\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:33.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-08T08:00:00.000-04:00\",\n                \"end\": \"2018-05-08T08:10:00.000-04:00\",\n                \"id\": \"95316\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-10T10:34:45.000-04:00\"\n                },\n                \"created\": \"2018-04-10T10:26:53-04:00\",\n                \"start\": \"2018-05-08T08:40:00.000-04:00\",\n                \"end\": \"2018-05-08T08:50:00.000-04:00\",\n                \"id\": \"95288\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/20022\",\n                            \"display\": \"Mickey Test\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"cancelled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-08T08:40:00.000-04:00\",\n                \"end\": \"2018-05-08T09:00:00.000-04:00\",\n                \"id\": \"95572\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-09T08:00:00.000-04:00\",\n                \"end\": \"2018-05-09T08:10:00.000-04:00\",\n                \"id\": \"95695\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:33.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-09T08:00:00.000-04:00\",\n                \"end\": \"2018-05-09T08:10:00.000-04:00\",\n                \"id\": \"95317\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"DRAW\",\n                            \"display\": \"BLOOD DRAW\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-03-07T13:12:39.000-05:00\"\n                },\n                \"created\": \"2018-03-07T11:59:53-05:00\",\n                \"start\": \"2018-05-09T08:20:00.000-04:00\",\n                \"end\": \"2018-05-09T08:25:00.000-04:00\",\n                \"id\": \"95274\",\n                \"minutesDuration\": 5,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4060\",\n                            \"display\": \"Lyla Wilfong\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprHAWKINS\",\n                            \"display\": \"ROBERT HAWKINS\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-09T08:40:00.000-04:00\",\n                \"end\": \"2018-05-09T09:00:00.000-04:00\",\n                \"id\": \"95573\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-10T08:00:00.000-04:00\",\n                \"end\": \"2018-05-10T08:10:00.000-04:00\",\n                \"id\": \"95696\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-10T08:00:00.000-04:00\",\n                \"end\": \"2018-05-10T08:10:00.000-04:00\",\n                \"id\": \"95318\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-10T08:40:00.000-04:00\",\n                \"end\": \"2018-05-10T09:00:00.000-04:00\",\n                \"id\": \"95574\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-11T08:00:00.000-04:00\",\n                \"end\": \"2018-05-11T08:10:00.000-04:00\",\n                \"id\": \"95697\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-11T08:00:00.000-04:00\",\n                \"end\": \"2018-05-11T08:10:00.000-04:00\",\n                \"id\": \"95319\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-11T08:40:00.000-04:00\",\n                \"end\": \"2018-05-11T09:00:00.000-04:00\",\n                \"id\": \"95575\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-12T08:00:00.000-04:00\",\n                \"end\": \"2018-05-12T08:10:00.000-04:00\",\n                \"id\": \"95698\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-12T08:00:00.000-04:00\",\n                \"end\": \"2018-05-12T08:10:00.000-04:00\",\n                \"id\": \"95320\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-12T08:40:00.000-04:00\",\n                \"end\": \"2018-05-12T09:00:00.000-04:00\",\n                \"id\": \"95576\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-13T08:00:00.000-04:00\",\n                \"end\": \"2018-05-13T08:10:00.000-04:00\",\n                \"id\": \"95699\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-13T08:00:00.000-04:00\",\n                \"end\": \"2018-05-13T08:10:00.000-04:00\",\n                \"id\": \"95321\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-13T08:40:00.000-04:00\",\n                \"end\": \"2018-05-13T09:00:00.000-04:00\",\n                \"id\": \"95577\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-14T08:00:00.000-04:00\",\n                \"end\": \"2018-05-14T08:10:00.000-04:00\",\n                \"id\": \"95700\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-14T08:00:00.000-04:00\",\n                \"end\": \"2018-05-14T08:10:00.000-04:00\",\n                \"id\": \"95322\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-14T08:40:00.000-04:00\",\n                \"end\": \"2018-05-14T09:00:00.000-04:00\",\n                \"id\": \"95578\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"MTG\",\n                            \"display\": \"MEETING\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-06-18T11:29:28.000-04:00\"\n                },\n                \"created\": \"2015-06-18T11:29:28-04:00\",\n                \"start\": \"2018-05-14T11:40:00.000-04:00\",\n                \"end\": \"2018-05-14T12:00:00.000-04:00\",\n                \"id\": \"80197\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprJASTER\",\n                            \"display\": \"DOUGLASS JASTER\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-15T08:00:00.000-04:00\",\n                \"end\": \"2018-05-15T08:10:00.000-04:00\",\n                \"id\": \"95701\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-15T08:00:00.000-04:00\",\n                \"end\": \"2018-05-15T08:10:00.000-04:00\",\n                \"id\": \"95323\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-10T10:34:45.000-04:00\"\n                },\n                \"created\": \"2018-04-10T10:26:53-04:00\",\n                \"start\": \"2018-05-15T08:40:00.000-04:00\",\n                \"end\": \"2018-05-15T08:50:00.000-04:00\",\n                \"id\": \"95289\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/20022\",\n                            \"display\": \"Mickey Test\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"cancelled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-15T08:40:00.000-04:00\",\n                \"end\": \"2018-05-15T09:00:00.000-04:00\",\n                \"id\": \"95579\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:20:26.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-16T08:00:00.000-04:00\",\n                \"end\": \"2018-05-16T08:10:00.000-04:00\",\n                \"id\": \"95702\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-16T08:00:00.000-04:00\",\n                \"end\": \"2018-05-16T08:10:00.000-04:00\",\n                \"id\": \"95324\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:01.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:01-04:00\",\n                \"start\": \"2018-05-16T08:40:00.000-04:00\",\n                \"end\": \"2018-05-16T09:00:00.000-04:00\",\n                \"id\": \"95580\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-17T08:00:00.000-04:00\",\n                \"end\": \"2018-05-17T08:10:00.000-04:00\",\n                \"id\": \"95325\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-17T08:40:00.000-04:00\",\n                \"end\": \"2018-05-17T09:00:00.000-04:00\",\n                \"id\": \"95581\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-18T08:00:00.000-04:00\",\n                \"end\": \"2018-05-18T08:10:00.000-04:00\",\n                \"id\": \"95326\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-18T08:40:00.000-04:00\",\n                \"end\": \"2018-05-18T09:00:00.000-04:00\",\n                \"id\": \"95582\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-19T08:00:00.000-04:00\",\n                \"end\": \"2018-05-19T08:10:00.000-04:00\",\n                \"id\": \"95327\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-19T08:40:00.000-04:00\",\n                \"end\": \"2018-05-19T09:00:00.000-04:00\",\n                \"id\": \"95583\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-20T08:00:00.000-04:00\",\n                \"end\": \"2018-05-20T08:10:00.000-04:00\",\n                \"id\": \"95328\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-20T08:40:00.000-04:00\",\n                \"end\": \"2018-05-20T09:00:00.000-04:00\",\n                \"id\": \"95584\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-21T08:00:00.000-04:00\",\n                \"end\": \"2018-05-21T08:10:00.000-04:00\",\n                \"id\": \"95329\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-21T08:40:00.000-04:00\",\n                \"end\": \"2018-05-21T09:00:00.000-04:00\",\n                \"id\": \"95585\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-22T08:00:00.000-04:00\",\n                \"end\": \"2018-05-22T08:10:00.000-04:00\",\n                \"id\": \"95330\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-10T10:34:45.000-04:00\"\n                },\n                \"created\": \"2018-04-10T10:26:53-04:00\",\n                \"start\": \"2018-05-22T08:40:00.000-04:00\",\n                \"end\": \"2018-05-22T08:50:00.000-04:00\",\n                \"id\": \"95290\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/20022\",\n                            \"display\": \"Mickey Test\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"cancelled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-22T08:40:00.000-04:00\",\n                \"end\": \"2018-05-22T09:00:00.000-04:00\",\n                \"id\": \"95586\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-23T08:00:00.000-04:00\",\n                \"end\": \"2018-05-23T08:10:00.000-04:00\",\n                \"id\": \"95331\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-23T08:40:00.000-04:00\",\n                \"end\": \"2018-05-23T09:00:00.000-04:00\",\n                \"id\": \"95587\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-24T08:00:00.000-04:00\",\n                \"end\": \"2018-05-24T08:10:00.000-04:00\",\n                \"id\": \"95332\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-24T08:40:00.000-04:00\",\n                \"end\": \"2018-05-24T09:00:00.000-04:00\",\n                \"id\": \"95588\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-25T08:00:00.000-04:00\",\n                \"end\": \"2018-05-25T08:10:00.000-04:00\",\n                \"id\": \"95333\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-25T08:40:00.000-04:00\",\n                \"end\": \"2018-05-25T09:00:00.000-04:00\",\n                \"id\": \"95589\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-26T08:00:00.000-04:00\",\n                \"end\": \"2018-05-26T08:10:00.000-04:00\",\n                \"id\": \"95334\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-26T08:40:00.000-04:00\",\n                \"end\": \"2018-05-26T09:00:00.000-04:00\",\n                \"id\": \"95590\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-27T08:00:00.000-04:00\",\n                \"end\": \"2018-05-27T08:10:00.000-04:00\",\n                \"id\": \"95335\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-27T08:40:00.000-04:00\",\n                \"end\": \"2018-05-27T09:00:00.000-04:00\",\n                \"id\": \"95591\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-28T08:00:00.000-04:00\",\n                \"end\": \"2018-05-28T08:10:00.000-04:00\",\n                \"id\": \"95336\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-28T08:40:00.000-04:00\",\n                \"end\": \"2018-05-28T09:00:00.000-04:00\",\n                \"id\": \"95592\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-29T08:00:00.000-04:00\",\n                \"end\": \"2018-05-29T08:10:00.000-04:00\",\n                \"id\": \"95337\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-10T10:34:45.000-04:00\"\n                },\n                \"created\": \"2018-04-10T10:26:53-04:00\",\n                \"start\": \"2018-05-29T08:40:00.000-04:00\",\n                \"end\": \"2018-05-29T08:50:00.000-04:00\",\n                \"id\": \"95291\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/20022\",\n                            \"display\": \"Mickey Test\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"cancelled\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-29T08:40:00.000-04:00\",\n                \"end\": \"2018-05-29T09:00:00.000-04:00\",\n                \"id\": \"95593\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-30T08:00:00.000-04:00\",\n                \"end\": \"2018-05-30T08:10:00.000-04:00\",\n                \"id\": \"95338\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-30T08:40:00.000-04:00\",\n                \"end\": \"2018-05-30T09:00:00.000-04:00\",\n                \"id\": \"95594\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"AP\",\n                            \"display\": \"APPOINTMENT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-07T08:18:34.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:53:51-04:00\",\n                \"start\": \"2018-05-31T08:00:00.000-04:00\",\n                \"end\": \"2018-05-31T08:10:00.000-04:00\",\n                \"id\": \"95339\",\n                \"minutesDuration\": 10,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/698\",\n                            \"display\": \"May Carson\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprCONNETT\",\n                            \"display\": \"CRAIG CHESNEY\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"entered-in-error\"\n            }\n        },\n        {\n            \"resource\": {\n                \"appointmentType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"EST\",\n                            \"display\": \"ESTABLISHED VISIT\"\n                        }\n                    ]\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-18T10:55:02.000-04:00\"\n                },\n                \"created\": \"2018-04-18T10:55:02-04:00\",\n                \"start\": \"2018-05-31T08:40:00.000-04:00\",\n                \"end\": \"2018-05-31T09:00:00.000-04:00\",\n                \"id\": \"95595\",\n                \"minutesDuration\": 20,\n                \"participant\": [\n                    {\n                        \"actor\": {\n                            \"reference\": \"Patient/4111\",\n                            \"display\": \"Stephen Meek\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Practitioner/aprFRENCH\",\n                            \"display\": \"LORI FRENCH\"\n                        },\n                        \"type\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                                        \"code\": \"ATND\"\n                                    }\n                                ]\n                            }\n                        ],\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    },\n                    {\n                        \"actor\": {\n                            \"reference\": \"Location/1\",\n                            \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                        },\n                        \"required\": \"required\",\n                        \"status\": \"accepted\"\n                    }\n                ],\n                \"resourceType\": \"Appointment\",\n                \"status\": \"booked\"\n            }\n        }\n    ],\n    \"total\": 91,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"aca33a60-9a7a-4153-8682-3519737885e4"},{"name":"Create a new appointment","id":"e04c7038-3a9d-4fcf-a56f-be2205436bff","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Appointment"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bfc88f20-fbe9-4b99-9ac3-e9321eae9dd6","name":"Create a new appointment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"appointmentType\": {\n        \"coding\": [\n            {\n                \"code\": \"AP\",\n                \"display\": \"APPOINTMENT\"\n            }\n        ]\n    },\n    \"created\": \"2018-04-18T10:53:51\",\n    \"start\": \"2018-05-16T08:00:00.000\",\n    \"end\": \"2018-05-16T08:10:00.000\",\n    \"minutesDuration\": 10,\n    \"participant\": [\n        {\n            \"actor\": {\n                \"reference\": \"Patient/698\",\n                \"display\": \"May Carson\"\n            },\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"actor\": {\n                \"reference\": \"Practitioner/aprCONNETT\",\n                \"display\": \"CRAIG CHESNEY\"\n            },\n            \"type\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                            \"code\": \"ATND\"\n                        }\n                    ]\n                }\n            ],\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"actor\": {\n                \"reference\": \"Location/1\",\n                \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n            },\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        }\n    ],\n    \"resourceType\": \"Appointment\",\n    \"status\": \"booked\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"","enabled":true},{"key":"Content-Disposition","value":"inline;","description":"","enabled":true},{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","description":"","enabled":true},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment/95702","description":"","enabled":true},{"key":"Server","value":"nginx","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"e04c7038-3a9d-4fcf-a56f-be2205436bff"},{"name":"Update an existing appointment","id":"aabd506d-1f4e-44f2-9766-85fb9d44d904","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Appointment","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ab332635-da53-4226-9866-c6e069a96715","name":"Update an existing appointment","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"appointmentType\": {\n        \"coding\": [\n            {\n                \"code\": \"AP\",\n                \"display\": \"APPOINTMENT\"\n            }\n        ]\n    },\n    \"created\": \"2018-04-18T10:53:51-04:00\",\n    \"start\": \"2018-05-16T08:00:00.000-04:00\",\n    \"end\": \"2018-05-16T08:10:00.000-04:00\",\n    \"id\": \"95702\",\n    \"minutesDuration\": 10,\n    \"participant\": [\n        {\n            \"actor\": {\n                \"reference\": \"Patient/698\",\n                \"display\": \"May Carson\"\n            },\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"actor\": {\n                \"reference\": \"Practitioner/aprCONNETT\",\n                \"display\": \"CRAIG CHESNEY\"\n            },\n            \"type\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/ParticipationType\",\n                            \"code\": \"ATND\"\n                        }\n                    ]\n                }\n            ],\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        },\n        {\n            \"actor\": {\n                \"reference\": \"Location/1\",\n                \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n            },\n            \"required\": \"required\",\n            \"status\": \"accepted\"\n        }\n    ],\n    \"resourceType\": \"Appointment\",\n    \"status\": \"cancelled\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Appointment/95702"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"aabd506d-1f4e-44f2-9766-85fb9d44d904"}],"id":"05622f5a-5557-425d-b81f-1221ec395d41","description":"<p>Appointment resources are used to provide information about a planned meeting that may be in the future or past. The resource only describes a single meeting, a series of repeating visits would require multiple appointment resources to be created for each instance.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/appointment.html\">http://hl7.org/fhir/STU3/appointment.html</a>.</p>\n<p>Appointment times by default will send in Eastern time. In order to activate time zone setups in the API webhooks have to be enabled even if they're not used. When the time zone is setup on the service facility (Location) the time sent will be in eastern time and will need to be converted to the facility local time. When the time zone is not set on the service facility the actual time of the appointment is sent.</p>\n<p>The 'status' in the request uses the FHIR appontment statuses:</p>\n<p>booked | arrived | fulfilled | cancelled | noshow | entered-in-error</p>\n<p>PM equivalents:</p>\n<p>scheduled | checked in | checked out | cancelled | no show | deleted</p>\n<p>Custom appointment statuses use an extension within the request. For these there will be no 'status' on the request only the extension. The exception is Rescheduled (R) which will appear as an extension in the request and the 'status' will show as cancelled.</p>\n<h2>Notable Exceptions</h2>\n\n<ul><li><div>Appointment statuses and slot types can be found in each implementer's system libraries. Linking to these systems in a FHIR standard way is a work in progress.</div></li></ul>\n\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td><div>appointment_group_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The group name associated with this appointment.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Attached Claim</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The claim number associated with this appointment.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>custom_appointment_status</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of Appointment in OPM. This does not always map to a FHIR status.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Custom Field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used for pulling any customfields related to the policy. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[customfield value]\"<br />}<br />]<br />},<br />\"url\": \"[customfield name]\"<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"70226e59-c584-41ad-ae61-20e2df632ee6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1c3905e-63a0-4af4-b930-42c28cdf06b1","type":"text/javascript","exec":[""]}}],"_postman_id":"05622f5a-5557-425d-b81f-1221ec395d41"},{"name":"Claim","item":[{"name":"Get a claim by ID","id":"cb505018-5438-4014-96cc-59b45c39e631","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Claim","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"920bf3fb-c20a-4272-acf9-81ada728f217","name":"Get an claim by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim/67043"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"id\": \"67043\",\r\n\t\"use\": \"complete\",\r\n\t\"item\": [{\r\n\t\t\"service\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"99396\",\r\n\t\t\t\t\"system\": \"https://coder.aapc.com/cpt-codes/\",\r\n\t\t\t\t\"display\": \"Periodic preventive med 17617est patient age 40-64yrs\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"quantity\": {\r\n\t\t\t\"unit\": \"Units\",\r\n\t\t\t\"value\": 1\r\n\t\t},\r\n\t\t\"sequence\": 1,\r\n\t\t\"extension\": [{\r\n\t\t\t\"url\": \"dx10\",\r\n\t\t\t\"valueCodeableConcept\": {\r\n\t\t\t\t\"coding\": [{\r\n\t\t\t\t\t\"code\": \"91\"\r\n\t\t\t\t}]\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"unitPrice\": {\r\n\t\t\t\"unit\": \"USD\",\r\n\t\t\t\"value\": 180\r\n\t\t},\r\n\t\t\"careTeamLinkId\": [1],\r\n\t\t\"servicedPeriod\": {\r\n\t\t\t\"end\": \"2020-08-07T00:00:00-04:00\",\r\n\t\t\t\"start\": \"2020-08-07T00:00:00-04:00\"\r\n\t\t},\r\n\t\t\"diagnosisLinkId\": [123456789],\r\n\t\t\"procedureLinkId\": [1],\r\n\t\t\"locationCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"11\",\r\n\t\t\t\t\"system\": \"http://hl7.org/fhir/ex-serviceplace\",\r\n\t\t\t\t\"display\": \"Office\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"service\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"3074F\",\r\n\t\t\t\t\"system\": \"https://coder.aapc.com/cpt-codes/\",\r\n\t\t\t\t\"display\": \"Most recent systolic blood pressure < 130 mm hg\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"quantity\": {\r\n\t\t\t\"unit\": \"Units\",\r\n\t\t\t\"value\": 1\r\n\t\t},\r\n\t\t\"sequence\": 2,\r\n\t\t\"unitPrice\": {\r\n\t\t\t\"unit\": \"USD\",\r\n\t\t\t\"value\": 0\r\n\t\t},\r\n\t\t\"careTeamLinkId\": [1],\r\n\t\t\"servicedPeriod\": {\r\n\t\t\t\"end\": \"2020-08-07T00:00:00-04:00\",\r\n\t\t\t\"start\": \"2020-08-07T00:00:00-04:00\"\r\n\t\t},\r\n\t\t\"diagnosisLinkId\": [1],\r\n\t\t\"procedureLinkId\": [2],\r\n\t\t\"locationCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"11\",\r\n\t\t\t\t\"system\": \"http://hl7.org/fhir/ex-serviceplace\",\r\n\t\t\t\t\"display\": \"Office\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"service\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"3079F\",\r\n\t\t\t\t\"system\": \"https://coder.aapc.com/cpt-codes/\",\r\n\t\t\t\t\"display\": \"Diastolic blood pressure 80-89 mm Hg\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"quantity\": {\r\n\t\t\t\"unit\": \"Units\",\r\n\t\t\t\"value\": 1\r\n\t\t},\r\n\t\t\"sequence\": 3,\r\n\t\t\"unitPrice\": {\r\n\t\t\t\"unit\": \"USD\",\r\n\t\t\t\"value\": 0\r\n\t\t},\r\n\t\t\"careTeamLinkId\": [1],\r\n\t\t\"servicedPeriod\": {\r\n\t\t\t\"end\": \"2020-08-07T00:00:00-04:00\",\r\n\t\t\t\"start\": \"2020-08-07T00:00:00-04:00\"\r\n\t\t},\r\n\t\t\"diagnosisLinkId\": [1],\r\n\t\t\"procedureLinkId\": [3],\r\n\t\t\"locationCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"11\",\r\n\t\t\t\t\"system\": \"http://hl7.org/fhir/ex-serviceplace\",\r\n\t\t\t\t\"display\": \"Office\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}],\r\n\t\"meta\": {\r\n\t\t\"lastUpdated\": \"2020-11-22T03:36:24.000-05:00\"\r\n\t},\r\n\t\"type\": {\r\n\t\t\"coding\": [{\r\n\t\t\t\"code\": \"professional\",\r\n\t\t\t\"system\": \"http://hl7.org/fhir/ex-claimtype\",\r\n\t\t\t\"display\": \"Professional\"\r\n\t\t}]\r\n\t},\r\n\t\"payee\": {\r\n\t\t\"type\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"provider\",\r\n\t\t\t\t\"system\": \"http://hl7.org/fhir/payeetype\",\r\n\t\t\t\t\"display\": \"Provider\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"party\": {\r\n\t\t\t\"reference\": \"Practitioner/bilBR\"\r\n\t\t},\r\n\t\t\"resourceType\": {\r\n\t\t\t\"code\": \"practitioner\",\r\n\t\t\t\"system\": \"http://hl7.org/fhir/ex-payee-resource-type\",\r\n\t\t\t\"display\": \"Practitioner\"\r\n\t\t}\r\n\t},\r\n\t\"total\": {\r\n\t\t\"unit\": \"USD\",\r\n\t\t\"value\": 180\r\n\t},\r\n\t\"status\": \"active\",\r\n\t\"created\": \"2020-08-13T00:00:00-04:00\",\r\n\t\"insurer\": {\r\n\t\t\"reference\": \"Organization/124\"\r\n\t},\r\n\t\"patient\": {\r\n\t\t\"reference\": \"Patient/11111\"\r\n\t},\r\n\t\"careTeam\": [{\r\n\t\t\"role\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"primary\",\r\n\t\t\t\t\"system\": \"http://hl7.org/fhir/claimcareteamrole\",\r\n\t\t\t\t\"display\": \"Primary Provider\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"provider\": {\r\n\t\t\t\"reference\": \"Practitioner/bilHW\"\r\n\t\t},\r\n\t\t\"sequence\": 1,\r\n\t\t\"responsible\": false\r\n\t}, {\r\n\t\t\"role\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"other\",\r\n\t\t\t\t\"system\": \"http://hl7.org/fhir/claimcareteamrole\",\r\n\t\t\t\t\"display\": \"Other\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\t\"provider\": {\r\n\t\t\t\"reference\": \"Practitioner/bilBR\"\r\n\t\t},\r\n\t\t\"sequence\": 2,\r\n\t\t\"responsible\": true\r\n\t}],\r\n\t\"facility\": {\r\n\t\t\"reference\": \"Location/BR\"\r\n\t},\r\n\t\"priority\": {\r\n\t\t\"coding\": [{\r\n\t\t\t\"code\": \"normal\",\r\n\t\t\t\"system\": \"http://hl7.org/fhir/processpriority\",\r\n\t\t\t\"display\": \"Normal\"\r\n\t\t}]\r\n\t},\r\n\t\"provider\": {\r\n\t\t\"reference\": \"Practitioner/bilHW\"\r\n\t},\r\n\t\"diagnosis\": [{\r\n\t\t\"sequence\": 1,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z00.00\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for general adult medical examination without abnormal findings\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 2,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"F41.8\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Other specified anxiety disorders\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 3,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z68.37\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Body mass index [BMI] 37.0-37.9, adult\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 4,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z13.220\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for screening for lipoid disorders\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 5,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z13.29\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for screening for other suspected endocrine disorder\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 6,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z12.39\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for other screening for malignant neoplasm of breast\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 7,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z12.11\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for screening for malignant neoplasm of colon\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 8,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z13.21\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for screening for nutritional disorder\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 9,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z13.228\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for screening for other metabolic disorders\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 10,\r\n\t\t\"diagnosisCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"Z13.0\",\r\n\t\t\t\t\"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\r\n\t\t\t\t\"display\": \"Encounter for screening for diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}],\r\n\t\"extension\": [{\r\n\t\t\"url\": \"https://demo.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lcustomfield&param1=charge\",\r\n\t\t\"extension\": [{\r\n\t\t\t\"url\": \"billing_provider\",\r\n\t\t\t\"valueCodeableConcept\": {\r\n\t\t\t\t\"coding\": [{\r\n\t\t\t\t\t\"code\": \"bilBR\",\r\n\t\t\t\t\t\"system\": \"https://demoopenpracticesolutions.com/com/ops/opm/api/v1/fhir/Practitioner\",\r\n\t\t\t\t\t\"display\": \"Brent Raap\"\r\n\t\t\t\t}]\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"url\": \"patient_balance\",\r\n\t\t\t\"valueCodeableConcept\": {\r\n\t\t\t\t\"coding\": [{\r\n\t\t\t\t\t\"code\": \"0.00\",\r\n\t\t\t\t\t\"system\": \"https://demoopenpracticesolutions.com/com/ops/opm/api/v1/fhir/Claim\",\r\n\t\t\t\t\t\"display\": \"Patient Balance\"\r\n\t\t\t\t}]\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"url\": \"insurance_balance\",\r\n\t\t\t\"valueCodeableConcept\": {\r\n\t\t\t\t\"coding\": [{\r\n\t\t\t\t\t\"code\": \"0.00\",\r\n\t\t\t\t\t\"system\": \"https://demoopenpracticesolutions.com/com/ops/opm/api/v1/fhir/Claim\",\r\n\t\t\t\t\t\"display\": \"Insurance Balance\"\r\n\t\t\t\t}]\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"url\": \"collection_balance\",\r\n\t\t\t\"valueCodeableConcept\": {\r\n\t\t\t\t\"coding\": [{\r\n\t\t\t\t\t\"code\": \"0.00\",\r\n\t\t\t\t\t\"system\": \"https://demoopenpracticesolutions.com/com/ops/opm/api/v1/fhir/Claim\",\r\n\t\t\t\t\t\"display\": \"Collection Balance\"\r\n\t\t\t\t}]\r\n\t\t\t}\r\n\t\t}]\r\n\t}],\r\n\t\"insurance\": [{\r\n\t\t\"focal\": true,\r\n\t\t\"coverage\": {\r\n\t\t\t\"reference\": \"Coverage/3732\"\r\n\t\t},\r\n\t\t\"sequence\": 1\r\n\t}],\r\n\t\"procedure\": [{\r\n\t\t\"sequence\": 1,\r\n\t\t\"procedureCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"99396\",\r\n\t\t\t\t\"system\": \"https://coder.aapc.com/cpt-codes/\",\r\n\t\t\t\t\"display\": \"Periodic preventive med est patient age 40-64yrs\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 2,\r\n\t\t\"procedureCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"3074F\",\r\n\t\t\t\t\"system\": \"https://coder.aapc.com/cpt-codes/\",\r\n\t\t\t\t\"display\": \"Most recent systolic blood pressure < 130 mm hg\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}, {\r\n\t\t\"sequence\": 3,\r\n\t\t\"procedureCodeableConcept\": {\r\n\t\t\t\"coding\": [{\r\n\t\t\t\t\"code\": \"3079F\",\r\n\t\t\t\t\"system\": \"https://coder.aapc.com/cpt-codes/\",\r\n\t\t\t\t\"display\": \"Diastolic blood pressure 80-89 mm Hg\"\r\n\t\t\t}]\r\n\t\t}\r\n\t}],\r\n\t\"resourceType\": \"Claim\",\r\n\t\"billablePeriod\": {\r\n\t\t\"end\": \"2020-08-31T00:00:00-04:00\",\r\n\t\t\"start\": \"2020-08-01T00:00:00-04:00\"\r\n\t}\r\n}"}],"_postman_id":"cb505018-5438-4014-96cc-59b45c39e631"},{"name":"Search for a Claim by query","id":"b995f865-1bf2-4b26-8d9e-662db4b813c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Claim Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/claim.html#search\">http://hl7.org/fhir/STU3/claim.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Claim"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"a010b6d3-417d-4691-b9ac-f898161579e1","name":"Search for a Claim by query","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim?patient=Patient/74","protocol":"https","host":["{{hostname}}"],"path":["com","ops","opm","api","v2","fhir","Claim"],"query":[{"key":"patient","value":"Patient/74"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection","enabled":true},{"key":"Content-Disposition","value":"inline;","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type","enabled":true},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","enabled":true},{"key":"Date","value":"Wed, 20 Jun 2018 21:12:37 GMT","description":"The date and time that the message was sent","enabled":true},{"key":"Server","value":"nginx","description":"A name for the server","enabled":true},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity.","enabled":true}],"cookie":[],"responseTime":null,"body":"{\"entry\":[{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/5194\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":15},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"36415\"}]},\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[1],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2015-11-06T00:00:00-05:00\",\"end\":\"2017-05-30T00:00:00-04:00\"}}],\"use\":\"complete\",\"created\":\"2015-11-08T00:00:00-05:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"716.90\",\"display\":\"Unspecified arthropathy, site unspecified\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"36415\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":15},\"referral\":{\"reference\":\"ReferralRequest/LAF\"},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"billablePeriod\":{\"start\":\"2014-04-01T00:00:00-04:00\",\"end\":\"2014-04-30T00:00:00-04:00\"},\"id\":\"7636\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}},{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/5194\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":125},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]},\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[1234],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2015-11-13T00:00:00-05:00\",\"end\":\"2017-06-06T00:00:00-04:00\"}}],\"use\":\"complete\",\"created\":\"2015-11-14T00:00:00-05:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"780.57\",\"display\":\"Unspecified sleep apnea\"}]}},{\"sequence\":2,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"790.21\",\"display\":\"Impaired fasting glucose\"}]}},{\"sequence\":3,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"477.9\",\"display\":\"Allergic rhinitis, cause unspecified\"}]}},{\"sequence\":4,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"311\",\"display\":\"Depressive disorder, not elsewhere classified\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":125},\"referral\":{\"reference\":\"ReferralRequest/LAF\"},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"billablePeriod\":{\"start\":\"2014-04-01T00:00:00-04:00\",\"end\":\"2014-04-30T00:00:00-04:00\"},\"id\":\"8143\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}},{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/5194\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":125},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]},\"modifier\":[{\"coding\":[{\"code\":\"25\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[12],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2016-02-09T00:00:00-05:00\",\"end\":\"2017-09-02T00:00:00-04:00\"}},{\"unitPrice\":{\"unit\":\"USD\",\"value\":15},\"sequence\":2,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[2],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"36415\"}]},\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[12],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2016-02-09T00:00:00-05:00\",\"end\":\"2017-09-02T00:00:00-04:00\"}}],\"use\":\"complete\",\"created\":\"2016-02-13T00:00:00-05:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"729.5\",\"display\":\"Pain in soft tissues of limb\"}]}},{\"sequence\":2,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"274.9\",\"display\":\"Gout, unspecified\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]}},{\"sequence\":2,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"36415\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":140},\"referral\":{\"reference\":\"ReferralRequest/LAF\"},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"billablePeriod\":{\"start\":\"2014-07-01T00:00:00-04:00\",\"end\":\"2014-07-31T00:00:00-04:00\"},\"id\":\"18219\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}},{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/5194\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":200},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99214\"}]},\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[12],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2016-04-23T00:00:00-04:00\",\"end\":\"2017-11-15T00:00:00-05:00\"}}],\"use\":\"complete\",\"created\":\"2016-05-01T00:00:00-04:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"780.79\",\"display\":\"Other malaise and fatigue\"}]}},{\"sequence\":2,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"300.00\",\"display\":\"Anxiety state, unspecified\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99214\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":200},\"referral\":{\"reference\":\"ReferralRequest/RWH\"},\"provider\":{\"reference\":\"Practitioner/RWH\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"billablePeriod\":{\"start\":\"2014-10-01T00:00:00-04:00\",\"end\":\"2014-10-31T00:00:00-04:00\"},\"id\":\"26852\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/RWH\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/RWH\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}},{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/9779\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":125},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]},\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[123],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-01-23T00:00:00-05:00\",\"end\":\"2018-08-17T00:00:00-04:00\"}}],\"use\":\"complete\",\"created\":\"2017-02-03T00:00:00-05:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"716.90\",\"display\":\"Unspecified arthropathy, site unspecified\"}]}},{\"sequence\":2,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"780.57\",\"display\":\"Unspecified sleep apnea\"}]}},{\"sequence\":3,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"300.00\",\"display\":\"Anxiety state, unspecified\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":125},\"referral\":{\"reference\":\"ReferralRequest/LAF\"},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"billablePeriod\":{\"start\":\"2015-07-01T00:00:00-04:00\",\"end\":\"2015-07-31T00:00:00-04:00\"},\"id\":\"57621\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}},{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/9779\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":125},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]},\"modifier\":[{\"coding\":[{\"code\":\"25\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[12],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-11T00:00:00-04:00\",\"end\":\"2018-11-03T00:00:00-04:00\"}},{\"unitPrice\":{\"unit\":\"USD\",\"value\":5},\"sequence\":2,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[2],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"J1094\"}]},\"modifier\":[{\"coding\":[{\"code\":\"GA\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[1],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-11T00:00:00-04:00\",\"end\":\"2018-11-03T00:00:00-04:00\"}},{\"unitPrice\":{\"unit\":\"USD\",\"value\":35},\"sequence\":3,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[3],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"96372\"}]},\"modifier\":[{\"coding\":[{\"code\":\"GA\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[1],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-11T00:00:00-04:00\",\"end\":\"2018-11-03T00:00:00-04:00\"}},{\"unitPrice\":{\"unit\":\"USD\",\"value\":15},\"sequence\":4,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[4],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"J0696\"}]},\"modifier\":[{\"coding\":[{\"code\":\"GA\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[1],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-11T00:00:00-04:00\",\"end\":\"2018-11-03T00:00:00-04:00\"}},{\"unitPrice\":{\"unit\":\"USD\",\"value\":35},\"sequence\":5,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[5],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"96372\"}]},\"modifier\":[{\"coding\":[{\"code\":\"GA\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[1],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-11T00:00:00-04:00\",\"end\":\"2018-11-03T00:00:00-04:00\"}}],\"use\":\"complete\",\"created\":\"2017-04-14T00:00:00-04:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"727.3\",\"display\":\"Other bursitis disorders\"}]}},{\"sequence\":2,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"729.5\",\"display\":\"Pain in soft tissues of limb\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]}},{\"sequence\":2,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"J1094\"}]}},{\"sequence\":3,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"96372\"}]}},{\"sequence\":4,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"J0696\"}]}},{\"sequence\":5,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"96372\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":215},\"referral\":{\"reference\":\"ReferralRequest/LAF\"},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"id\":\"66032\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/LAF\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}},{\"resource\":{\"insurance\":[{\"coverage\":{\"reference\":\"Coverage/9779\"},\"sequence\":1,\"focal\":true}],\"item\":[{\"unitPrice\":{\"unit\":\"USD\",\"value\":125},\"sequence\":1,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[1],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]},\"modifier\":[{\"coding\":[{\"code\":\"25\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[12],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-14T00:00:00-04:00\",\"end\":\"2018-11-06T00:00:00-05:00\"}},{\"unitPrice\":{\"unit\":\"USD\",\"value\":115},\"sequence\":2,\"quantity\":{\"unit\":\"Units\",\"value\":1},\"procedureLinkId\":[2],\"service\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"20610\"}]},\"modifier\":[{\"coding\":[{\"code\":\"RT\"}]}],\"locationReference\":{\"reference\":\"Location/1\"},\"diagnosisLinkId\":[3],\"careTeamLinkId\":[1],\"servicedPeriod\":{\"start\":\"2017-04-14T00:00:00-04:00\",\"end\":\"2018-11-06T00:00:00-05:00\"}}],\"use\":\"complete\",\"created\":\"2017-04-15T00:00:00-04:00\",\"diagnosis\":[{\"sequence\":1,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"727.3\",\"display\":\"Other bursitis disorders\"}]}},{\"sequence\":2,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"719.46\",\"display\":\"Pain in joint, lower leg\"}]}},{\"sequence\":3,\"diagnosisCodeableConcept\":{\"coding\":[{\"system\":\"http://www.icd10data.com/ICD10CM/Codes\",\"code\":\"729.5\",\"display\":\"Pain in soft tissues of limb\"}]}}],\"procedure\":[{\"sequence\":1,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"99213\"}]}},{\"sequence\":2,\"procedureCodeableConcept\":{\"coding\":[{\"system\":\"https://coder.aapc.com/cpt-codes/\",\"code\":\"20610\"}]}}],\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/ex-claimtype\",\"code\":\"professional\",\"display\":\"Professional\"}]},\"priority\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/processpriority\",\"code\":\"normal\",\"display\":\"Normal\"}]},\"payee\":{\"type\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/payeetype\",\"code\":\"subscriber\",\"display\":\"Subscriber\"}]},\"party\":{\"reference\":\"RelatedPerson/77\"},\"resourceType\":{\"system\":\"http://hl7.org/fhir/ex-payee-resource-type\",\"code\":\"relatedperson\",\"display\":\"RelatedPerson\"}},\"total\":{\"unit\":\"USD\",\"value\":240},\"referral\":{\"reference\":\"ReferralRequest/JRK\"},\"provider\":{\"reference\":\"Practitioner/JRK\"},\"meta\":{\"lastUpdated\":\"2017-04-17T11:51:15.000-04:00\"},\"patient\":{\"reference\":\"Patient/74\"},\"insurer\":{\"reference\":\"Organization/107\"},\"id\":\"66205\",\"facility\":{\"reference\":\"Location/1\"},\"careTeam\":[{\"sequence\":1,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"primary\",\"display\":\"Primary Provider\"}]},\"provider\":{\"reference\":\"Practitioner/JRK\"},\"responsible\":false},{\"sequence\":2,\"role\":{\"coding\":[{\"system\":\"http://hl7.org/fhir/claimcareteamrole\",\"code\":\"other\",\"display\":\"Other\"}]},\"provider\":{\"reference\":\"Practitioner/JRK\"},\"responsible\":true}],\"resourceType\":\"Claim\",\"status\":\"active\"}}],\"total\":7,\"resourceType\":\"Bundle\"}"}],"_postman_id":"b995f865-1bf2-4b26-8d9e-662db4b813c0"},{"name":"Create a new Claim","id":"77499f8b-5047-4276-8a60-90a8dd18840f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n<p>If a POST operation does not include a quantity for the resource, the units per procedure value for that CPT code in your CPT library will be pulled instead.</p>\n<p>Coverage items in the Claim request are optional. If left out the Claim will attach to the default insurance profile in PM. Also note the Coverage details have to match an existing insurance profile if sent in the request</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Claim"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"ff0e7b94-7476-498c-ba0e-c5906c6f73a3","name":"Create a new Claim","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"insurance\": [\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/10517\"\n            },\n            \"sequence\": 1,\n            \"focal\": true\n        }\n    ],\n    \"item\": [\n        {\n            \"unitPrice\": {\n                \"unit\": \"USD\",\n                \"value\": 194.75\n            },\n            \"sequence\": 1,\n            \"quantity\": {\n                \"unit\": \"Units\",\n                \"value\": 1\n            },\n            \"procedureLinkId\": [\n                1\n            ],\n            \"modifier\": [\n                {\n                    \"coding\": [\n                        {\n                            \"code\": \"AA\"\n                        }\n                    ]\n                },\n                {\n                    \"coding\": [\n                        {\n                            \"code\": \"QN\"\n                        }\n                    ]\n                }\n            ],\n            \"service\": {\n                \"coding\": [\n                    {\n                        \"system\": \"https://coder.aapc.com/cpt-codes/\",\n                        \"code\": \"99214\"\n                    }\n                ]\n            },\n            \"locationReference\": {\n                \"reference\": \"Location/1\"\n            },\n            \"diagnosisLinkId\": [\n                1\n            ],\n            \"careTeamLinkId\": [\n                1\n            ],\n            \"servicedPeriod\": {\n                \"start\": \"2018-01-25T00:00:00-05:00\",\n                \"end\": \"2018-01-25T00:00:00-05:00\"\n            }\n        },\n        {\n            \"unitPrice\": {\n                \"unit\": \"USD\",\n                \"value\": 378.86\n            },\n            \"sequence\": 2,\n            \"quantity\": {\n                \"unit\": \"Units\",\n                \"value\": 1\n            },\n            \"procedureLinkId\": [\n                2\n            ],\n            \"modifier\": [\n                {\n                    \"coding\": [\n                        {\n                            \"code\": \"AA\"\n                        }\n                    ]\n                },\n                {\n                    \"coding\": [\n                        {\n                            \"code\": \"QN\"\n                        }\n                    ]\n                }\n            ],\n            \"service\": {\n                \"coding\": [\n                    {\n                        \"system\": \"https://coder.aapc.com/cpt-codes/\",\n                        \"code\": \"62310\"\n                    }\n                ]\n            },\n            \"locationReference\": {\n                \"reference\": \"Location/1\"\n            },\n            \"diagnosisLinkId\": [\n                1\n            ],\n            \"careTeamLinkId\": [\n                1\n            ],\n            \"servicedPeriod\": {\n                \"start\": \"2018-01-25T00:00:00-05:00\",\n                \"end\": \"2018-01-25T00:00:00-05:00\"\n            }\n        },\n        {\n            \"unitPrice\": {\n                \"unit\": \"USD\",\n                \"value\": 358.67\n            },\n            \"sequence\": 3,\n            \"quantity\": {\n                \"unit\": \"Units\",\n                \"value\": 1\n            },\n            \"procedureLinkId\": [\n                3\n            ],\n            \"service\": {\n                \"coding\": [\n                    {\n                        \"system\": \"https://coder.aapc.com/cpt-codes/\",\n                        \"code\": \"62311\"\n                    }\n                ]\n            },\n            \"locationReference\": {\n                \"reference\": \"Location/1\"\n            },\n            \"diagnosisLinkId\": [\n                1\n            ],\n            \"careTeamLinkId\": [\n                1\n            ],\n            \"servicedPeriod\": {\n                \"start\": \"2018-01-25T00:00:00-05:00\",\n                \"end\": \"2018-01-25T00:00:00-05:00\"\n            }\n        }\n    ],\n    \"accident\": {\n        \"date\": \"2022-10-25\",\n        \"locationAddress\": {\n            \"state\": \"OH\"\n        },\n        \"type\": {\n            \"\"coding\": [\n                {\n                    \"code\": \"AA\"\n                },\n                {\n                    \"code\": \"EM\"\n                }\n            ]\n        }\n    },\n    \"use\": \"complete\",\n    \"created\": \"2018-01-25T00:00:00-05:00\",\n    \"diagnosis\": [\n        {\n            \"sequence\": 1,\n            \"diagnosisCodeableConcept\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\n                        \"code\": \"I10\",\n                        \"display\": \"Essential (primary) hypertension\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"procedure\": [\n        {\n            \"sequence\": 1,\n            \"procedureCodeableConcept\": {\n                \"coding\": [\n                    {\n                        \"system\": \"https://coder.aapc.com/cpt-codes/\",\n                        \"code\": \"99214\"\n                    }\n                ]\n            }\n        },\n        {\n            \"sequence\": 2,\n            \"procedureCodeableConcept\": {\n                \"coding\": [\n                    {\n                        \"system\": \"https://coder.aapc.com/cpt-codes/\",\n                        \"code\": \"62310\"\n                    }\n                ]\n            }\n        },\n        {\n            \"sequence\": 3,\n            \"procedureCodeableConcept\": {\n                \"coding\": [\n                    {\n                        \"system\": \"https://coder.aapc.com/cpt-codes/\",\n                        \"code\": \"62311\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/ex-claimtype\",\n                \"code\": \"professional\",\n                \"display\": \"Professional\"\n            }\n        ]\n    },\n    \"priority\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/processpriority\",\n                \"code\": \"normal\",\n                \"display\": \"Normal\"\n            }\n        ]\n    },\n    \"total\": {\n        \"unit\": \"USD\",\n        \"value\": 932.28\n    },\n    \"provider\": {\n        \"reference\": \"Practitioner/bilCHC\"\n    },\n    \"referral\": {\n        \"reference\": \"Practitioner/pcpASDA\"\n    },\n    \"patient\": {\n        \"reference\": \"Patient/1745\"\n    },\n    \"insurer\": {\n        \"reference\": \"Organization/107\"\n    },\n    \"facility\": {\n        \"reference\": \"Location/1\"\n    },\n    \"hospitalization\": {\n        \"start\": \"2023-07-28T00:00:00-04:00\",\n        \"end\": \"2023-07-30T10:00:00-04:00\"\n    },\n    \"careTeam\": [\n        {\n            \"sequence\": 1,\n            \"role\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/claimcareteamrole\",\n                        \"code\": \"primary\",\n                        \"display\": \"Primary Provider\"\n                    }\n                ]\n            },\n            \"provider\": {\n                \"reference\": \"Practitioner/bilCHC\"\n            },\n            \"responsible\": false\n        },\n        {\n            \"sequence\": 2,\n            \"role\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/claimcareteamrole\",\n                        \"code\": \"other\",\n                        \"display\": \"Other\"\n                    }\n                ]\n            },\n            \"provider\": {\n                \"reference\": \"Practitioner/bilCHC\"\n            },\n            \"responsible\": true\n        }\n    ],\n    \"resourceType\": \"Claim\",\n    \"status\": \"active\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"","enabled":true,"type":"text"},{"key":"Content-Disposition","value":"inline;","description":"","enabled":true,"type":"text"},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","description":"","enabled":true,"type":"text"},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim/67043","description":"","enabled":true,"type":"text"},{"key":"Server","value":"nginx","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"77499f8b-5047-4276-8a60-90a8dd18840f"},{"name":"Update an existing Claim","id":"f6e1f6e6-6e3f-4365-85e1-4094e5356b53","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim/[ID]","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>PUT operations to this endpoint should include an ID.</p>\n<p>PUT updates will only update 'Incomplete' encounters in PM</p>\n<p>Coverage items in the Claim request are optional. If left out the Claim will attach to the default insurance profile in PM. Also note the Coverage details have to match an existing insurance profile if sent in the request</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Claim","[ID]"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"6066dc51-f74e-417d-a448-d70940e28637","name":"Update an existing Claim","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"item\": [{\n        \"sequence\": 1,\n        \"locationCodeableConcept\": {\"coding\": [{\n            \"system\": \"http://hl7.org/fhir/ex-serviceplace\",\n            \"code\": \"11\",\n            \"display\": \"Office\"\n        }]},\n        \"quantity\": {\n            \"unit\": \"Units\",\n            \"value\": 1\n        },\n        \"procedureLinkId\": [1],\n        \"service\": {\"coding\": [{\n            \"system\": \"https://coder.aapc.com/cpt-codes/\",\n            \"code\": \"99213\",\n            \"display\": \"Office outpatient visit 15 minutes\"\n        }]},\n        \"diagnosisLinkId\": [1,2,3],\n        \"careTeamLinkId\": [1],\n        \"servicedPeriod\": {\n            \"start\": \"2024-07-18T00:00:00-04:00\",\n            \"end\": \"2024-07-18T00:00:00-04:00\"\n        }\n    }],\n    \"hospitalization\": {\"start\": \"2024-07-15T00:00:00-04:00\"},\n    \"use\": \"complete\",\n    \"diagnosis\": [\n        {\n            \"sequence\": 1,\n            \"diagnosisCodeableConcept\": {\"coding\": [{\n                \"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\n                \"code\": \"W54.0XXA\",\n                \"display\": \"Bitten by dog, initial encounter\"\n            }]}\n        },\n        {\n            \"sequence\": 2,\n            \"diagnosisCodeableConcept\": {\"coding\": [{\n                \"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\n                \"code\": \"I10\",\n                \"display\": \"Essential (primary) hypertension\"\n            }]}\n        },\n        {\n            \"sequence\": 3,\n            \"diagnosisCodeableConcept\": {\"coding\": [{\n                \"system\": \"http://www.icd10data.com/ICD10CM/Codes\",\n                \"code\": \"I25.10\",\n                \"display\": \"Atherosclerotic heart disease of native coronary artery without angina pectoris\"\n            }]}\n        }\n    ],\n    \"procedure\": [{\n        \"sequence\": 1,\n        \"procedureCodeableConcept\": {\"coding\": [{\n            \"system\": \"https://coder.aapc.com/cpt-codes/\",\n            \"code\": \"99213\",\n            \"display\": \"Office outpatient visit 15 minutes\"\n        }]}\n    }],\n    \"type\": {\"coding\": [{\n        \"system\": \"http://hl7.org/fhir/ex-claimtype\",\n        \"code\": \"professional\",\n        \"display\": \"Professional\"\n    }]},\n    \"priority\": {\"coding\": [{\n        \"system\": \"http://hl7.org/fhir/processpriority\",\n        \"code\": \"normal\",\n        \"display\": \"Normal\"\n    }]},\n    \"payee\": {\n        \"type\": {\"coding\": [{\n            \"system\": \"http://hl7.org/fhir/payeetype\",\n            \"code\": \"provider\",\n            \"display\": \"Provider\"\n        }]},\n        \"party\": {\"reference\": \"Practitioner/bilJENSE\"},\n        \"resourceType\": {\n            \"system\": \"http://hl7.org/fhir/ex-payee-resource-type\",\n            \"code\": \"practitioner\",\n            \"display\": \"Practitioner\"\n        }\n    },\n    \"total\": {\n        \"unit\": \"USD\",\n        \"value\": 0\n    },\n    \"referral\": {\"reference\": \"Practitioner/pcp1\"},\n    \"provider\": {\"reference\": \"Practitioner/bilJENSE\"},\n    \"meta\": {\"lastUpdated\": \"2025-04-07T08:28:37.000-04:00\"},\n    \"patient\": {\"reference\": \"Patient/111168298\"},\n    \"insurer\": {\"reference\": \"Organization/ADL\"},\n    \"id\": \"4958\",\n    \"facility\": {\"reference\": \"Location/1\"},\n    \"careTeam\": [\n        {\n            \"sequence\": 1,\n            \"role\": {\"coding\": [{\n                \"system\": \"http://hl7.org/fhir/claimcareteamrole\",\n                \"code\": \"primary\",\n                \"display\": \"Primary Provider\"\n            }]},\n            \"provider\": {\"reference\": \"Practitioner/bilJENSE\"},\n            \"responsible\": false\n        },\n        {\n            \"sequence\": 2,\n            \"role\": {\"coding\": [{\n                \"system\": \"http://hl7.org/fhir/claimcareteamrole\",\n                \"code\": \"other\",\n                \"display\": \"Other\"\n            }]},\n            \"provider\": {\"reference\": \"Practitioner/bilJENSE\"},\n            \"responsible\": true\n        }\n    ],\n    \"resourceType\": \"Claim\",\n    \"status\": \"draft\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"","enabled":true,"type":"text"},{"key":"Content-Disposition","value":"inline;","description":"","enabled":true,"type":"text"},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","description":"","enabled":true,"type":"text"},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim/67043","description":"","enabled":true,"type":"text"},{"key":"Server","value":"nginx","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [{\n        \"severity\": \"information\",\n        \"diagnostics\": \"Resource successfully updated at 04/28/2025 • 03:04 PM\",\n        \"code\": \"informational\",\n        \"details\": {\"coding\": [{\n            \"code\": \"MSG_UPDATED\",\n            \"system\": \"http://hl7.org/fhir/operation-outcome\",\n            \"display\": \"existing resource updated\"\n        }]}\n    }],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"f6e1f6e6-6e3f-4365-85e1-4094e5356b53"},{"name":"Create a new Case","id":"a4db3bee-25d1-425c-9f3b-2238ef596cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Claim"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"45b9d57e-be4c-46ec-91f4-e43df0a9ea63","name":"Create a new Case","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request.","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","description":"The content type being supplied.","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"resourceType\": \"Claim\",\n\t\"status\": \"draft\",\n\t\"use\": \"proposed\",\n\t\"type\": {\n\t\t\"coding\": [{\n\t\t\t\"system\": \"http://terminology.hl7.org/CodeSystem/claim-type\",\n\t\t\t\"code\": \"institution\"\n\t\t}]\n\t},\n\t\"patient\": {\n\t\t\"reference\": \"Patient/701\"\n\t},\n\t\"created\": \"2020-12-29\",\n\t\"priority\": {\n\t\t\"coding\": [{\n\t\t\t\"system\": \"http://terminology.hl7.org/CodeSystem/processpriority\",\n\t\t\t\"code\": \"normal\"\n\t\t}]\n\t},\n\t\"facility\": {\n\t\t\"reference\": \"Location/ELKIP\"\n\t},\n\t\"careTeam\": [{\n\t\t\"sequence\": \"1\",\n\t\t\"role\": {\n\t\t\t\"coding\": [{\n\t\t\t\t\"system\": \"http://hl7.org/fhir/claimcareteamrole\",\n\t\t\t\t\"code\": \"primary\",\n\t\t\t\t\"display\": \"Primary Provider\"\n\t\t\t}]\n\t\t},\n\t\t\"provider\": {\n\t\t\t\"reference\": \"Practitioner/bilRS\"\n\t\t}\n\t}]\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Claim"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a4db3bee-25d1-425c-9f3b-2238ef596cfc"}],"id":"1ff527bb-a2b3-4fff-af39-3fd9f9f4f9ae","description":"<p>The Claim is used by providers and payers, insurers, to exchange the financial information, and supporting clinical information, regarding the provision of healthcare services with payers an firms which provide data analytics. The primary uses of this resource is to support eClaims, the exchange of proposed or actual services to benefit payers, insurers and national health programs, for treatment payment planning and reimbursement.</p>\n<p>Webhook support - DELETE Claim is sent when encounter is deleted in PM</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/claim.html\">http://hl7.org/fhir/STU3/claim.html</a>.</p>\n<h2>Cases</h2>\n\n<p>An alternate use we have for this extension is the creation of cases. By sending a POST request with the \"use\" field of \"proposed\", we will generate a case instead of an encounter.</p>\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td><div>ansi_group</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get the ANSI code group from the procedure line.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>billing_provider</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The ID of the billing provider on the Claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>charge_note</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used to attach a Claim level note.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>collection_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: Decimal</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>When provided in GET, this value will be the Collection Balance on the given Claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Custom Field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used for pulling any customfields related to the policy. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[customfield value]\"<br />}<br />]<br />},<br />\"url\": \"[customfield name]\"<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>claim_status</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The claims status code and description for the primary insurance.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>claim_status_secondary</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The claims status code and description for the secondary insurance.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>claim_status_tertiary</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The claims status code and description for the tertiary insurance.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>dx10, dx11, dx12</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>These are used for Claims containing more than 9 dx codes. In these cases, the diagnosis link will contain 1 through 9, and then 10, 11 and 12 will be contained in the \"code\" field of their respective extensions.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>external_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get the external claim ID.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>insurance_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: Decimal</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>When provided in GET, this value will be the Insurance Balance on the given Claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>linked_appointment</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The ID of an appointment linked to the claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>patient_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: Decimal</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>When provided in GET, this value will be the Patient Balance on the given Claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>self_pay</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: Integer<br />GET: Account</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>When provided in POST/PUT, any value represents the desire to mark this resource as self pay. When provided in GET, this value will be the related Account resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statement_description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: N/A<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>When provided in GET, this value will be the Statement Description of the Procedure Code on the given Procedure Line.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>use_openpm_modifiers</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Flag that will tell the system to use modifiers defined in the OpenPM library. By default, if no modifiers are sent we will use the OpenPM values. Sending a \"0\" or \"false\" in this extension will cause us to skip that logic and save the charge without modifiers.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>charge_pos</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sets the place of service at the claim level.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>employer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This value will link an employer to the Claim based on the ID in the employer library.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>employer_external_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This value will link an employer to the Claim based on a custom external ID set in the employer library.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>auto_post</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Will auto post copay if a matching copay receipt exists.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h2>Notable Exceptions</h2>\n\n<ul><li><div>Users must provide combinations of insurances that exist in their system as insurance profiles or operations using this resource will fail.</div></li><li><div>Should the implementation provide no insurance information, this API will use the default profile on the patient associated with the resource. If no default profile exists, this API will use self pay.</div></li><li><div>If the self pay value is desired but a default profile exists, this API provides the self_pay extension as a solution.</div></li><li><div>Users must provide a guarantor profile that exists in their system or operations using this resource will fail.</div></li><li><div>Should the implementation provide no guarantor profile, this API will use the default profile on the patient associated with the resource. If no default exists, the guarantor will default to self.</div></li><li><div>If a billing provider is not explicitly set by a resource, it will use the rendering provider.</div></li><li><div>Careteam options; primary, other and supervising, Using 'primary' sets this provider as the Claim level rendering provider. Using 'supervising' sets this provider as the supervising provider on the Claim. Using 'other' allows for adding more providers for use at the line level.</div></li><li><div>Careteam 'responsible' setting. Setting as 'true' will set this provider as the Billing provider on the claim.</div></li><li><div>If no place of service is provided this API will use the default place of service from the Location associated with this resource.</div></li><li><p>The place of service and facility can be set at the procedure line level of a claim using a locationCodeableConcept.</p><ul><li><div>Example:\"locationCodeableConcept\":<br />{\"coding\": [{           <br />\"system\": \"http://terminology.hl7.org/CodeSystem/ex-serviceplace\",           <br />\"code\": \"02\", (Place of Service) <br />\"id\": \"Location/1\" (Facility)<br />  }]}</div></li><li><div>If the code field is left out, the system will default to the place of service attached to the facility being sent in the Location reference.</div></li></ul></li></ul>","event":[{"listen":"prerequest","script":{"id":"70226e59-c584-41ad-ae61-20e2df632ee6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1c3905e-63a0-4af4-b930-42c28cdf06b1","type":"text/javascript","exec":[""]}}],"_postman_id":"1ff527bb-a2b3-4fff-af39-3fd9f9f4f9ae"},{"name":"Coverage","item":[{"name":"Get a coverage by ID","id":"68915f61-a15e-e811-06f7-048e6692e18f","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Coverage","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"aa5da616-cbcc-24f4-5bcd-4267846806d5","name":"Get a coverage by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/12601"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"subscriber\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"payor\": [\n        {\n            \"reference\": \"Organization/102\"\n        }\n    ],\n    \"beneficiary\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"subscriberId\": \"123456798\",\n    \"id\": \"12601\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                \"code\": \"pay\",\n                \"display\": \"Pay\"\n            }\n        ]\n    },\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                \"code\": \"child\",\n                \"display\": \"Child\"\n            }\n        ]\n    },\n    \"grouping\": {\n        \"groupDisplay\": \"TEST GROUP\",\n        \"class\": \"Copay\",\n        \"classDisplay\": \"0.0\",\n        \"group\": \"123456ABCD\"\n    },\n    \"resourceType\": \"Coverage\",\n    \"status\": \"active\",\n    \"policyHolder\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"order\": 2\n}"}],"_postman_id":"68915f61-a15e-e811-06f7-048e6692e18f"},{"name":"Search for a Coverage by query","id":"949408bb-1389-46e4-84ce-8a22dc89cca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Coverage Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/coverage.html#search\">http://hl7.org/fhir/STU3/coverage.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Coverage"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"fc19d444-f9df-4bea-a3e1-f030fd9c6a0a","name":"Search for a Coverage by beneficiary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage?beneficiary=Patient/74","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","Coverage"],"query":[{"key":"beneficiary","value":"Patient/74"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"subscriber\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"subscriberId\": \"XOF820743633\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                            \"code\": \"pay\",\n                            \"display\": \"Pay\"\n                        }\n                    ]\n                },\n                \"grouping\": {\n                    \"class\": \"Copay\",\n                    \"classDisplay\": \"0.0\",\n                    \"group\": \"P69399\"\n                },\n                \"payor\": [\n                    {\n                        \"reference\": \"Organization/107\"\n                    }\n                ],\n                \"beneficiary\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2014-04-14T11:42:27.000-04:00\"\n                },\n                \"id\": \"5194\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                            \"code\": \"self\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Coverage\",\n                \"status\": \"cancelled\",\n                \"policyHolder\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"order\": 1\n            }\n        },\n        {\n            \"resource\": {\n                \"subscriber\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"subscriberId\": \"EED820743633\",\n                \"type\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                            \"code\": \"pay\",\n                            \"display\": \"Pay\"\n                        }\n                    ]\n                },\n                \"grouping\": {\n                    \"class\": \"Copay\",\n                    \"classDisplay\": \"0.0\",\n                    \"group\": \"P69399\"\n                },\n                \"payor\": [\n                    {\n                        \"reference\": \"Organization/107\"\n                    }\n                ],\n                \"beneficiary\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-01-26T10:42:02.000-05:00\"\n                },\n                \"id\": \"9779\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                            \"code\": \"self\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Coverage\",\n                \"status\": \"active\",\n                \"policyHolder\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"order\": 1\n            }\n        }\n    ],\n    \"total\": 2,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"949408bb-1389-46e4-84ce-8a22dc89cca6"},{"name":"Create a new coverage","id":"2e7ccb0d-9eed-4099-526e-b8a8e8c8c646","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Coverage"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"bc2dc517-f701-b479-df19-d8bd0567dfb1","name":"Create a new coverage","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"subscriber\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"payor\": [\n        {\n            \"reference\": \"Organization/102\"\n        }\n    ],\n    \"beneficiary\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"subscriberId\": \"123456798\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                \"code\": \"pay\",\n                \"display\": \"Pay\"\n            }\n        ]\n    },\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                \"code\": \"child\",\n                \"display\": \"Child\"\n            }\n        ]\n    },\n    \"grouping\": {\n        \"groupDisplay\": \"TEST GROUP\",\n        \"class\": \"Copay\",\n        \"classDisplay\": \"0.0\",\n        \"group\": \"123456ABCD\"\n    },\n    \"resourceType\": \"Coverage\",\n    \"status\": \"active\",\n    \"policyHolder\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"order\": 2\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/12601","type":"text","enabled":true,"name":"Location","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"2e7ccb0d-9eed-4099-526e-b8a8e8c8c646"},{"name":"Update an existing coverage","id":"86ef6087-b606-4260-13c7-d46018958810","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Coverage","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"048b5c59-355c-4bff-5384-f0528037790e","name":"Update an existing coverage","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"subscriber\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"payor\": [\n        {\n            \"reference\": \"Organization/102\"\n        }\n    ],\n    \"beneficiary\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"subscriberId\": \"123456798\",\n    \"id\": \"12601\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                \"code\": \"pay\",\n                \"display\": \"Pay\"\n            }\n        ]\n    },\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                \"code\": \"child\",\n                \"display\": \"Child\"\n            }\n        ]\n    },\n    \"grouping\": {\n        \"groupDisplay\": \"TEST GROUP\",\n        \"class\": \"Copay\",\n        \"classDisplay\": \"0.0\",\n        \"group\": \"123456ABCD\"\n    },\n    \"resourceType\": \"Coverage\",\n    \"status\": \"active\",\n    \"policyHolder\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"order\": 1\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/12601"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"86ef6087-b606-4260-13c7-d46018958810"},{"name":"Delete an existing coverage","id":"906eba1a-f7c1-45ee-8bea-814bc4e7066e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/{id}","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Coverage","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"77661323-6ee7-4fc4-9932-5e5d0c50fafb","name":"Delete an existing coverage","originalRequest":{"method":"DELETE","header":[],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage/123"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"diagnostics\": \"https://demo.openpracticesolutions.com/com/ops/opm/api/v2/fhir/Coverage/123 for Patient/456 has been deleted!\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_DELETED\",\n                        \"display\": \"This resource has been deleted\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"906eba1a-f7c1-45ee-8bea-814bc4e7066e"}],"id":"ad08768c-be65-b941-2781-1b2d2a66066e","description":"<p>A FHIR Coverage object is represented most closely by an insurance policy in PM.</p>\n<p>The FHIR Coverage resource is intended to provide the high level identifiers and potentially descriptors of an insurance plan which may used to pay for, in part or in whole, the provision of health care products and services.</p>\n<p>This resource is referenced by Account.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/coverage.html\">http://hl7.org/fhir/STU3/coverage.html</a>.</p>\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td><div>accept_assignment</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: Boolean<br />GET: Boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sets or gets the accept assignment value for this policy.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Custom Fields</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used for pulling any customfields related to the policy. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[customfield value]\"<br />}<br />]<br />},<br />\"url\": \"[customfield name]\"<br />}<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>insurance_card</div><div><div><div><div></div></div></div><div></div></div></td><td><div>base 64 encoded String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"extension\": [{<br />\"url\": \"insurance_card\",<br />\"valueCodeableConcept\": {<br />\"coding\": [{<br />\"code\": \"[image string]\"<br />}]<br />}<br />}]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>secondary_reason</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sets or gets the insurance type value for this policy.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h2>Notable Exceptions</h2>\n\n<ul><li><div>The ordering of primary, secondary, and tertiary coverage is handled by the coverage.order datapoint. Grouping coverages as part of an insurance policy is done by adding multiple coverages of the same priority to the account.coverage datapoint.</div></li><li><div>Due to limitations on the data structure in PM, once a Coverage has been created, the policy holder datapoint cannot be changed. In order to do this, a new Coverage must be created.</div></li></ul>","event":[{"listen":"prerequest","script":{"id":"8746b50a-4bf7-46a8-806d-8db6f50574d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13fa8cbb-1a9b-4107-82a1-8cc85c6144e9","type":"text/javascript","exec":[""]}}],"_postman_id":"ad08768c-be65-b941-2781-1b2d2a66066e"},{"name":"Location","item":[{"name":"Get a location by ID","id":"ec87f4e9-507e-4a76-872e-83df58e60a91","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Location","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"da887758-f2c6-4587-b70c-31fc186483ba","name":"Get a location by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location/{id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"extension\": [\n        {\n            \"extension\": [\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"code\": \"test123\"\n                            }\n                        ]\n                    },\n                    \"url\": \"npi\"\n                }\n            ],\n            \"url\": \"https://demo.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[actualrefreshtoken]&prg=lcustomfield&param1=facility\"\n        }\n    ],\n    \"address\": {\n        \"country\": \"US\",\n        \"use\": \"work\",\n        \"text\": \"     US\",\n        \"type\": \"physical\"\n    },\n    \"meta\": {\n        \"lastUpdated\": \"2018-02-20T15:06:18.000-05:00\"\n    },\n    \"name\": \"BG ER\",\n    \"physicalType\": {\n        \"coding\": [\n            {\n                \"system\": \"https://demo.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[actualRefreshToken]&prg=lfkctab&param1=pos\",\n                \"code\": \"23\",\n                \"display\": \"Place of Service\"\n            }\n        ]\n    },\n    \"id\": \"BGVER\",\n    \"resourceType\": \"Location\"\n}"}],"_postman_id":"ec87f4e9-507e-4a76-872e-83df58e60a91"},{"name":"Search for a Location by query","id":"63d47d98-6732-480c-a1ac-76bb17c3129f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Location Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/location.html#search\">http://hl7.org/fhir/STU3/location.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Location"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"92194182-e67b-49f1-979e-676b8d25fbe3","name":"Search for a Location by state","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location?address-state=OH","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","Location"],"query":[{"key":"address-state","value":"OH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"DEMO HEALTH CENTER\",\n                        \"STE 250\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"DEMO HEALTH CENTER STE 250 STOW OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-02-16T13:03:34.000-05:00\"\n                },\n                \"name\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"11\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(762) 898-9999\"\n                    },\n                    {\n                        \"system\": \"fax\",\n                        \"use\": \"work\",\n                        \"value\": \"(216) 477-4785\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"value\": \"testaroni@test.org\"\n                    }\n                ],\n                \"id\": \"1\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"100 HOSPITAL LANE\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"100 HOSPITAL LANE  STOW OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:01:51.000-04:00\"\n                },\n                \"name\": \"HOSPITAL INPATIENT\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"21\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"2\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"100 HOSPITAL LANE\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"100 HOSPITAL LANE  STOW OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-24T15:38:16.000-04:00\"\n                },\n                \"name\": \"HOSPITAL OUTPATIENT\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"22\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"3\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"541 SUNSET LANE\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"541 SUNSET LANE  STOW OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:02:02.000-04:00\"\n                },\n                \"name\": \"SEASONS NURSING HOME\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"31\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 222-4545\"\n                    }\n                ],\n                \"id\": \"4\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"MENTOR\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"1255 PARKER DRIVE\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"1255 PARKER DRIVE  MENTOR OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2015-10-03T14:16:23.000-04:00\"\n                },\n                \"name\": \"NORTH SATELLITE OFFICE\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"11\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(216) 123-4567\"\n                    }\n                ],\n                \"id\": \"5\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"298 THISTLE LANE\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"298 THISTLE LANE  STOW OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:02:16.000-04:00\"\n                },\n                \"name\": \"BRIARWOOD NURSING HOME\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"31\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 123-5546\"\n                    }\n                ],\n                \"id\": \"7\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"SOUTH CANTON\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"1243 GEORGIA AVE\"\n                    ],\n                    \"postalCode\": \"442241234\",\n                    \"text\": \"1243 GEORGIA AVE  SOUTH CANTON OH 442241234 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-24T15:38:22.000-04:00\"\n                },\n                \"name\": \"SOUTH SATELLITE OFFICE\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"11\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 512-4554\"\n                    }\n                ],\n                \"id\": \"8\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"PARMA\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"11701 SNOW\"\n                    ],\n                    \"postalCode\": \"441311019\",\n                    \"text\": \"11701 SNOW  PARMA OH 441311019 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2017-08-20T11:10:23.000-04:00\"\n                },\n                \"name\": \"BAY 1\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"99\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"BAY1\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"PARMA\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"11701 SNOW\"\n                    ],\n                    \"postalCode\": \"441311019\",\n                    \"text\": \"11701 SNOW  PARMA OH 441311019 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:02:33.000-04:00\"\n                },\n                \"name\": \"BAY 2\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"99\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"BAY2\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"PARMA\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"11701 SNOW\"\n                    ],\n                    \"postalCode\": \"441311019\",\n                    \"text\": \"11701 SNOW  PARMA OH 441311019 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:02:39.000-04:00\"\n                },\n                \"name\": \"BAY 3\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"99\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"BAY3\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"NEW MIDDLETOWN\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"123 STOW RD\"\n                    ],\n                    \"postalCode\": \"121212222\",\n                    \"text\": \"123 STOW RD  NEW MIDDLETOWN OH 121212222 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-03-05T08:48:30.000-05:00\"\n                },\n                \"name\": \"TEST\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"13\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"10\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"123 STOW RD\"\n                    ],\n                    \"postalCode\": \"44424\",\n                    \"text\": \"123 STOW RD  STOW OH 44424 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-01-15T11:12:12.000-05:00\"\n                },\n                \"name\": \"TEST\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"09\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"TEST\",\n                \"resourceType\": \"Location\",\n                \"status\": \"inactive\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"CLEVELAND\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"123 TEST ST\"\n                    ],\n                    \"postalCode\": \"441014410\",\n                    \"text\": \"123 TEST ST  CLEVELAND OH 441014410 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-02T15:34:54.000-04:00\"\n                },\n                \"name\": \"NEW FACILITY\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"21\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"NF\",\n                \"resourceType\": \"Location\",\n                \"status\": \"inactive\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"CLEVELAND\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"123 FACILITY ST\"\n                    ],\n                    \"postalCode\": \"441284412\",\n                    \"text\": \"123 FACILITY ST  CLEVELAND OH 441284412 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:02:50.000-04:00\"\n                },\n                \"name\": \"MFN FACILITY\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"22\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(216) 333-3444\"\n                    },\n                    {\n                        \"system\": \"fax\",\n                        \"use\": \"work\",\n                        \"value\": \"(216) 333-3444\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"value\": \"TEST@TEST.COM\"\n                    }\n                ],\n                \"id\": \"MFN\",\n                \"resourceType\": \"Location\",\n                \"status\": \"active\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"111 MAIN ST\"\n                    ],\n                    \"postalCode\": \"44224\",\n                    \"text\": \"111 MAIN ST  STOW OH 44224 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-03-05T09:02:44.000-05:00\"\n                },\n                \"name\": \"BIG FACILITY\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"09\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"BIG\",\n                \"resourceType\": \"Location\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"STOW\",\n                    \"use\": \"work\",\n                    \"line\": [\n                        \"123 TEST LANE\"\n                    ],\n                    \"postalCode\": \"442241230\",\n                    \"text\": \"123 TEST LANE  STOW OH 442241230 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"meta\": {\n                    \"lastUpdated\": \"2018-05-03T11:02:56.000-04:00\"\n                },\n                \"name\": \"TESTING NEW DATABASE\",\n                \"physicalType\": {\n                    \"coding\": [\n                        {\n                            \"code\": \"11\",\n                            \"display\": \"Place of Service\"\n                        }\n                    ]\n                },\n                \"id\": \"TNB\",\n                \"resourceType\": \"Location\"\n            }\n        }\n    ],\n    \"total\": 16,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"63d47d98-6732-480c-a1ac-76bb17c3129f"},{"name":"Create a new location (Beta)","id":"a54342a2-bd40-4e0a-971c-d24a81c2bb41","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint may include an ID. If one is not provided, the system will generate and apply one.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Location"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"e7f7476c-bdea-413e-b213-656c8fc52046","name":"Create a new location","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"country\": \"US\",\n        \"city\": \"CLEVELAND\",\n        \"use\": \"work\",\n        \"line\": [\n            \"123 FACILITY ST\"\n        ],\n        \"postalCode\": \"441284412\",\n        \"text\": \"123 FACILITY ST  CLEVELAND OH 441284412 US\",\n        \"state\": \"OH\",\n        \"type\": \"physical\"\n    },\n    \"name\": \"MFN FACILITY\",\n    \"physicalType\": {\n        \"coding\": [\n            {\n                \"system\": \"https://demo.openpracticesolutions.com/api/spec.htm#pos\",\n                \"code\": \"22\",\n                \"display\": \"Place of Service\"\n            }\n        ]\n    },\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(216) 333-3444\"\n        },\n        {\n            \"system\": \"fax\",\n            \"use\": \"work\",\n            \"value\": \"(216) 333-3444\"\n        },\n        {\n            \"system\": \"email\",\n            \"value\": \"TEST@TEST.COM\"\n        }\n    ],\n    \"id\": \"MFN\",\n    \"resourceType\": \"Location\",\n    \"status\": \"active\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location/MFN","type":"text","enabled":true,"name":"Location","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"a54342a2-bd40-4e0a-971c-d24a81c2bb41"},{"name":"Update an existing location (Beta)","id":"cba0d32f-50a2-4a88-87b6-3af3c165b73e","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Location","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f884ee64-9d11-4b4d-a52f-0ce5d0b102a8","name":"Update an existing location","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"country\": \"US\",\n        \"city\": \"CLEVELAND\",\n        \"use\": \"work\",\n        \"line\": [\n            \"123 FACILITY ST\"\n        ],\n        \"postalCode\": \"441284412\",\n        \"text\": \"123 FACILITY ST  CLEVELAND OH 441284412 US\",\n        \"state\": \"OH\",\n        \"type\": \"physical\"\n    },\n    \"name\": \"THE MFN FACILITY\",\n    \"physicalType\": {\n        \"coding\": [\n            {\n                \"code\": \"22\",\n                \"display\": \"Place of Service\"\n            }\n        ]\n    },\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(216) 333-3444\"\n        },\n        {\n            \"system\": \"fax\",\n            \"use\": \"work\",\n            \"value\": \"(216) 333-3444\"\n        },\n        {\n            \"system\": \"email\",\n            \"value\": \"TEST@TEST.COM\"\n        }\n    ],\n    \"id\": \"MFN\",\n    \"resourceType\": \"Location\",\n    \"status\": \"active\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Location/MFN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"cba0d32f-50a2-4a88-87b6-3af3c165b73e"}],"id":"72d06d32-859b-4609-aa06-b330d32bb7b8","description":"<p>A Location includes both incidental locations (a place which is used for healthcare without prior designation or authorization) and dedicated, formally appointed locations. Locations may be private, public, mobile or fixed and scale from small freezers to full hospital buildings or parking garages.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/location.html\">http://hl7.org/fhir/STU3/location.html</a>.</p>\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td>CustomField</td><td>String</td><td>0..1</td><td>Used for pulling any customfields related to the policy. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[customfield value]\"<br />}<br />]<br />},<br />\"url\": \"[customfield name]\"<br />}</td></tr><tr><td>npi</td><td>String<br /></td><td>0..1</td><td>National Provider Information identifier for the associated Location.</td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"8746b50a-4bf7-46a8-806d-8db6f50574d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13fa8cbb-1a9b-4107-82a1-8cc85c6144e9","type":"text/javascript","exec":[""]}}],"_postman_id":"72d06d32-859b-4609-aa06-b330d32bb7b8"},{"name":"Patient","item":[{"name":"Get a patient by ID","id":"e8cc6336-6c7d-7ce4-dfc7-5ef1c7b88d07","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0024b351-d7cc-b902-652a-50542d515de3","name":"Get a patient by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/20165"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"identifier\": [\n        {\n            \"use\": \"official\",\n            \"value\": \"20023\"\n        },\n        {\n            \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n            \"use\": \"usual\",\n            \"value\": \"123456789\"\n        },\n        {\n            \"use\": \"secondary\",\n            \"value\": \"abc123\"\n        }\n    ],\n    \"extension\": [\n        {\n            \"extension\": [\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lfkctab&param1=reminderpreference\",\n                                \"code\": \"1\",\n                                \"display\": \"Home Phone\"\n                            }\n                        ]\n                    },\n                    \"url\": \"preferred_appointment_reminder\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Practitioner\",\n                                \"code\": \"bilCHC\",\n                                \"display\": \"Craig Chesney\"\n                            }\n                        ]\n                    },\n                    \"url\": \"assigned_provider\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Practitioner\",\n                                \"code\": \"pcpCHC\",\n                                \"display\": \"Craig Chesney\"\n                            }\n                        ]\n                    },\n                    \"url\": \"referring_provider\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Location\",\n                                \"code\": \"1\",\n                                \"display\": \"HEALTH CENTER ASSOCIATES MAIN OFFICE\"\n                            }\n                        ]\n                    },\n                    \"url\": \"location\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lfkctab&param1=race\",\n                                \"code\": \"AS\",\n                                \"display\": \"ASIAN\"\n                            }\n                        ]\n                    },\n                    \"url\": \"race\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lfkctab&param1=race\",\n                                \"code\": \"WH\",\n                                \"display\": \"WHITE\"\n                            }\n                        ]\n                    },\n                    \"url\": \"race\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://test.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lfkctab&param1=ethnicity\",\n                                \"code\": \"H\",\n                                \"display\": \"Hispanic or Latino\"\n                            }\n                        ]\n                    },\n                    \"url\": \"ethnicity\"\n                },\n                {\n                    \"valueDecimal\": 0,\n                    \"url\": \"API Test Decimal\"\n                }\n            ],\n            \"url\": \"https://test.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&prg=lcustomfield&param1=patient\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"CLEVELAND\",\n            \"use\": \"home\",\n            \"line\": [\n                \"12345 MAIN STREET\"\n            ],\n            \"postalCode\": \"44103\",\n            \"text\": \"12345 MAIN STREET  CLEVELAND OH 44103 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"1988-01-01\",\n    \"deceasedBoolean\": false,\n    \"meta\": {\n        \"lastUpdated\": \"2019-04-16T16:50:34.000-04:00\"\n    },\n    \"contact\": [\n        {\n            \"address\": {\n                \"country\": \"UN\",\n                \"city\": \"ORLANDO\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"123 ABC ST\"\n                ],\n                \"postalCode\": \"32801\",\n                \"text\": \"123 ABC ST  ORLANDO FL 32801 UN\",\n                \"state\": \"FL\",\n                \"type\": \"physical\"\n            },\n            \"gender\": \"male\",\n            \"name\": {\n                \"given\": [\n                    \"MICKEY\",\n                    \"MOUSE\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"TEST\"\n            },\n            \"relationship\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"CP\",\n                            \"display\": \"Contact person\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"generalPractitioner\": [\n        {\n            \"reference\": \"Practitioner/pcpBOYAR\"\n        }\n    ],\n    \"name\": [\n        {\n            \"given\": [\n                \"JOHN\",\n                \"DOE\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"TESTERMAN\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(111) 111-1111\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(222) 222-2222\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(333) 333-3333\"\n        },\n        {\n            \"system\": \"email\",\n            \"use\": \"home\",\n            \"value\": \"TEST@TEST.COM\"\n        }\n    ],\n    \"id\": \"20023\",\n    \"communication\": [\n        {\n            \"language\": {\n                \"coding\": [\n                    {\n                        \"system\": \"urn:ietf:bcp:47\",\n                        \"code\": \"es\",\n                        \"display\": \"Spanish\"\n                    }\n                ]\n            },\n            \"preferred\": true\n        }\n    ],\n    \"maritalStatus\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                \"code\": \"M\",\n                \"display\": \"Married\"\n            }\n        ]\n    },\n    \"resourceType\": \"Patient\"\n}"}],"_postman_id":"e8cc6336-6c7d-7ce4-dfc7-5ef1c7b88d07"},{"name":"Search for a Patient by query","id":"82d20b97-4773-4676-8576-7426272c424d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Patient Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/patient.html#search\">http://hl7.org/fhir/STU3/patient.html#search</a></p>\n<p>The Identifier token can be used to search for multiple Patients. Ex. <a href=\"https://test.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Patient?identifier=official%7C2180,20268For\">https://test.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Patient?identifier=official|2180,20268</a></p>\n<p>We recommend using the parameters \"active=true\" when pulling data for all patients. When this data becomes too large to send through a single request, the easiest way to segment it is to split by timestamps with the \"_lastUpdated\" paramter. Ex:</p>\n<p><a href=\"https://desktop.postman.com/?desktopVersion=10.6.0&amp;userId=8225967&amp;teamId=85641\">https://test.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Patient?</a>_lastUpdated=geYYYY-MM-DD</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"a2e93d32-94ec-4051-bc42-e65867cbf4e2","name":"Search for a Patient by name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient?given=jane","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","Patient"],"query":[{"key":"given","value":"jane","description":"The given name of the patient(s) to search for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ARGILLITE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"3056 ST RT 1459\"\n                        ],\n                        \"postalCode\": \"411210000\",\n                        \"text\": \"3056 ST RT 1459  ARGILLITE KY 411210000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"generalPractitioner\": [\n                    {\n                        \"reference\": \"Practitioner/LAF\"\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANE\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BENNETT\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 473-1152\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 465-2584\"\n                    }\n                ],\n                \"id\": \"74\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1956-02-14\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FRANKLIN FURNACE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2721 BACK RD\"\n                        ],\n                        \"postalCode\": \"456290000\",\n                        \"text\": \"2721 BACK RD  FRANKLIN FURNACE OH 456290000 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANE\",\n                            \"M\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"RUNYAN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 354-9334\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"6748\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1955-06-09\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"RUSH\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"706 N ST HWY 207\"\n                        ],\n                        \"postalCode\": \"41168\",\n                        \"text\": \"706 N ST HWY 207  RUSH KY 41168 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEAN\",\n                            \"D\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"TUGGLE\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 474-9757\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"5926\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1963-07-22\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"518 VIRGINIA ST WW\"\n                        ],\n                        \"postalCode\": \"411010000\",\n                        \"text\": \"518 VIRGINIA ST WW  ASHLAND KY 411010000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEE\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"OLIVA\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 325-1870\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"4946\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1920-09-07\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4508 BLACKBURN ABE\"\n                        ],\n                        \"postalCode\": \"41101\",\n                        \"text\": \"4508 BLACKBURN ABE  ASHLAND KY 41101 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEE\",\n                            \"J\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BONO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 324-0123\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 585-7899\"\n                    }\n                ],\n                \"id\": \"7373\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1949-08-07\",\n                \"maritalStatus\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                            \"code\": \"M\",\n                            \"display\": \"Married\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"WILLOW WOOD\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"14952 STATE ROUTE 775\"\n                        ],\n                        \"postalCode\": \"45696\",\n                        \"text\": \"14952 STATE ROUTE 775  WILLOW WOOD OH 45696 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEE\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SHUTTLEWORTH\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 643-2149\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"kimwilson324@yahoo.com\"\n                    }\n                ],\n                \"id\": \"9881\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1958-04-29\",\n                \"maritalStatus\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                            \"code\": \"M\",\n                            \"display\": \"Married\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"35 ANDREA ST\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"35 ANDREA ST  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEEN\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"DICKENS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-9929\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 922-1268\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"2224\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1939-12-04\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CATLETTSBURG\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"318 MITCHELL ST\"\n                        ],\n                        \"postalCode\": \"411290000\",\n                        \"text\": \"318 MITCHELL ST  CATLETTSBURG KY 411290000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEEN\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"WINGO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 739-0555\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"2822\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1912-07-04\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"LUCASVILLE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"265 PLEASANT HILL COOPER ROAD\"\n                        ],\n                        \"postalCode\": \"456488032\",\n                        \"text\": \"265 PLEASANT HILL COOPER ROAD  LUCASVILLE OH 456488032 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEL\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"DUNBAR\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 259-1146\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"1694\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1957-08-12\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"5831 BYBEE ROAD\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"5831 BYBEE ROAD  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEL\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"DARROW\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-6836\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"1874\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1942-07-11\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1400 LEXINGTON AVENUE\"\n                        ],\n                        \"postalCode\": \"411390000\",\n                        \"text\": \"1400 LEXINGTON AVENUE  FLATWOODS KY 411390000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELL\",\n                            \"H\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"LE\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-3557\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"1466\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1933-04-29\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"KITTS HILL\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"873 COUNTY ROAD 19\"\n                        ],\n                        \"postalCode\": \"456450000\",\n                        \"text\": \"873 COUNTY ROAD 19  KITTS HILL OH 456450000 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELL\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SUBER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 533-2622\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"1344\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1955-02-21\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2229 DONTA RD.\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"2229 DONTA RD.  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLA\",\n                            \"N\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"TOLER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-8977\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"5437\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1997-04-14\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1905 BAILEY LANE\"\n                        ],\n                        \"postalCode\": \"41139\",\n                        \"text\": \"1905 BAILEY LANE  FLATWOODS KY 41139 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"contact\": [\n                    {\n                        \"period\": {\n                            \"start\": \"2014-03-04T15:54:38-05:00\"\n                        },\n                        \"address\": {\n                            \"country\": \"US\",\n                            \"use\": \"home\",\n                            \"text\": \"     US\",\n                            \"type\": \"physical\"\n                        },\n                        \"gender\": \"other\",\n                        \"name\": {\n                            \"given\": [\n                                \"BIBI\"\n                            ],\n                            \"use\": \"usual\",\n                            \"family\": \"HUDNALL\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"home\",\n                                \"value\": \"(330) 836-3635\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"330\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"mobile\",\n                                \"value\": \"(330) 922-2333\"\n                            }\n                        ],\n                        \"relationship\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                        \"code\": \"EP\",\n                                        \"display\": \"Emergency contact person\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLA\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"NIEMAN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-2403\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 207-1321\"\n                    }\n                ],\n                \"id\": \"7487\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1954-05-23\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CATLETTSBURG\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"8327 NEW RIDGE RD\"\n                        ],\n                        \"postalCode\": \"411290000\",\n                        \"text\": \"8327 NEW RIDGE RD  CATLETTSBURG KY 411290000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLE\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"GAINES\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-8216\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"820\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1938-02-01\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2819 13TH ST\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"2819 13TH ST  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLE\",\n                            \"M\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"HEDGEPETH\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 329-1124\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"93\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1979-05-27\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"IRONTON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"5279 ST RT 141\"\n                        ],\n                        \"postalCode\": \"45638\",\n                        \"text\": \"5279 ST RT 141  IRONTON OH 45638 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANENE\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"EZELL\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 532-6319\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"3069\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1924-01-11\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2043 HORN HOLLOW RD\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"2043 HORN HOLLOW RD  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANENE\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"TOUSSAINT\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 398-5434\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"4066\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1996-04-20\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"3016 MORGAN AVE\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"3016 MORGAN AVE  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANESSA\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"MOULTON\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 329-8862\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"3557\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1944-05-20\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"506 9TH ST APT  # 608\"\n                        ],\n                        \"postalCode\": \"411010000\",\n                        \"text\": \"506 9TH ST APT  # 608  ASHLAND KY 411010000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"contact\": [\n                    {\n                        \"period\": {\n                            \"start\": \"2014-04-01T15:34:31-04:00\"\n                        },\n                        \"address\": {\n                            \"country\": \"US\",\n                            \"use\": \"home\",\n                            \"text\": \"     US\",\n                            \"type\": \"physical\"\n                        },\n                        \"gender\": \"other\",\n                        \"name\": {\n                            \"given\": [\n                                \"ANDERA\"\n                            ],\n                            \"use\": \"usual\",\n                            \"family\": \"SHOPE\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"home\",\n                                \"value\": \"(330) 928-3784\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"330\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"mobile\",\n                                \"value\": \"330\"\n                            }\n                        ],\n                        \"relationship\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                        \"code\": \"EP\",\n                                        \"display\": \"Emergency contact person\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANESSA\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"THOMA\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 324-3548\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"4707\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1939-08-01\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1004 MCKAY ROAD\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"1004 MCKAY ROAD  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANET\",\n                            \"M\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"PHILLIPS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 922-9454\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 836-3196\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"9\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1979-10-09\",\n                \"maritalStatus\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                            \"code\": \"M\",\n                            \"display\": \"Married\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CATLETTSBURG\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"15734 ST ROUTE 3\"\n                        ],\n                        \"postalCode\": \"411290000\",\n                        \"text\": \"15734 ST ROUTE 3  CATLETTSBURG KY 411290000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANET\",\n                            \"T\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"ANTONIO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 922-7100\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 928-5617\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"6699\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1950-09-24\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GRAYSON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"185 STATE HIGHWAY 1959\"\n                        ],\n                        \"postalCode\": \"41143\",\n                        \"text\": \"185 STATE HIGHWAY 1959  GRAYSON KY 41143 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"contact\": [\n                    {\n                        \"period\": {\n                            \"start\": \"2014-07-16T14:07:42-04:00\"\n                        },\n                        \"address\": {\n                            \"country\": \"US\",\n                            \"use\": \"home\",\n                            \"text\": \"     US\",\n                            \"type\": \"physical\"\n                        },\n                        \"gender\": \"other\",\n                        \"name\": {\n                            \"given\": [\n                                \"JUANITA\"\n                            ],\n                            \"use\": \"usual\",\n                            \"family\": \"TWEED\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"home\",\n                                \"value\": \"(330) 474-4059\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"330\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"mobile\",\n                                \"value\": \"330\"\n                            }\n                        ],\n                        \"relationship\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                        \"code\": \"EP\",\n                                        \"display\": \"Emergency contact person\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANET\",\n                            \"K\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BEAUDETTE\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 475-1562\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 286-5354\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 316-2455\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"shaunkwhitt@gmail.com\"\n                    }\n                ],\n                \"id\": \"7982\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1985-05-30\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1710 CRESENT DR.\"\n                        ],\n                        \"postalCode\": \"41139\",\n                        \"text\": \"1710 CRESENT DR.  FLATWOODS KY 41139 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETH\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"LEAVITT\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-3627\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"3859\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1934-09-03\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"RUSSELL\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"345  SHORT WHITE OAK RD\"\n                        ],\n                        \"postalCode\": \"411690000\",\n                        \"text\": \"345  SHORT WHITE OAK RD  RUSSELL KY 411690000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETH\",\n                            \"R\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"PRENDERGAST\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 388-4196\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"5171\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1961-04-01\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CONWAY\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"36 MOUNTAIN VIEW ROAD\"\n                        ],\n                        \"postalCode\": \"72034-9694\",\n                        \"text\": \"36 MOUNTAIN VIEW ROAD  CONWAY AR 72034-9694 US\",\n                        \"state\": \"AR\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"active\": true,\n                \"birthDate\": \"1984-06-19\",\n                \"deceasedBoolean\": false,\n                \"contact\": [\n                    {\n                        \"period\": {\n                            \"start\": \"2015-06-02T16:25:18-04:00\"\n                        },\n                        \"address\": {\n                            \"country\": \"US\",\n                            \"use\": \"home\",\n                            \"text\": \"     US\",\n                            \"type\": \"physical\"\n                        },\n                        \"gender\": \"other\",\n                        \"name\": {\n                            \"given\": [\n                                \"MCKENZIE\"\n                            ],\n                            \"use\": \"usual\",\n                            \"family\": \"LIPTON\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"home\",\n                                \"value\": \"(330) 514-0585\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"330\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"mobile\",\n                                \"value\": \"330\"\n                            }\n                        ],\n                        \"relationship\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                        \"code\": \"EP\",\n                                        \"display\": \"Emergency contact person\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETH\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"OHLER\"\n                    }\n                ],\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 514-8992\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 367-0939\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 514-8992\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"clayton.fisher@tankspecialists.com\"\n                    }\n                ],\n                \"id\": \"9444\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"maritalStatus\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                            \"code\": \"M\",\n                            \"display\": \"Married\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2017 EAST MAIN ST\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"2017 EAST MAIN ST  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETT\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SAYLOR\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 473-9756\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"3762\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1950-10-28\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"PO BOX 841\"\n                        ],\n                        \"postalCode\": \"41139\",\n                        \"text\": \"PO BOX 841  FLATWOODS KY 41139 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETT\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"ANTON\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-3754\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"4998\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1956-09-18\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"10105 ST RT 5\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"10105 ST RT 5  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTA\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"GUINN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-5323\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"3421\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1988-11-02\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ARGILLITE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"41 SILVIE HOLLOW\"\n                        ],\n                        \"postalCode\": \"411210000\",\n                        \"text\": \"41 SILVIE HOLLOW  ARGILLITE KY 411210000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTA\",\n                            \"R\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"CALVILLO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"4527\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1988-08-24\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GRAYSON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"PO BOX 65\"\n                        ],\n                        \"postalCode\": \"411430000\",\n                        \"text\": \"PO BOX 65  GRAYSON KY 411430000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"generalPractitioner\": [\n                    {\n                        \"reference\": \"Practitioner/LSF\"\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"GLENN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 474-6198\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 474-0728\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 474-4690\"\n                    }\n                ],\n                \"id\": \"865\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1929-07-06\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"IRONTON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2052 STATE ROUTE 243\"\n                        ],\n                        \"postalCode\": \"45638\",\n                        \"text\": \"2052 STATE ROUTE 243  IRONTON OH 45638 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\",\n                            \"K\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"MOTEN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 547-4084\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"148\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1971-01-28\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"PEDRO\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1475 TOWNSHIP ROAD 199\"\n                        ],\n                        \"postalCode\": \"45659\",\n                        \"text\": \"1475 TOWNSHIP ROAD 199  PEDRO OH 45659 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"active\": true,\n                \"birthDate\": \"1988-10-03\",\n                \"deceasedBoolean\": false,\n                \"generalPractitioner\": [\n                    {\n                        \"reference\": \"Practitioner/LAF\"\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"HEPNER\"\n                    }\n                ],\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 442-4128\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"8331\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"maritalStatus\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                            \"code\": \"M\",\n                            \"display\": \"Married\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"RUSSELL\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"125 THOMPSON RD\"\n                        ],\n                        \"postalCode\": \"411690000\",\n                        \"text\": \"125 THOMPSON RD  RUSSELL KY 411690000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEY\",\n                            \"W\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"WHITLOCK\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-7340\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 329-1200\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"3015\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1947-04-30\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1860 BRUSHY RD\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"1860 BRUSHY RD  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEY\",\n                            \"D\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SCUDDER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 498-1061\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 932-6864\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"4004\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1980-05-23\",\n                \"resourceType\": \"Patient\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                        \"value\": \"123456789\"\n                    }\n                ],\n                \"deceasedBoolean\": false,\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"SOUTH POINT\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"60 PRIVATE DRIVE 141\"\n                        ],\n                        \"postalCode\": \"45680\",\n                        \"text\": \"60 PRIVATE DRIVE 141  SOUTH POINT OH 45680 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"contact\": [\n                    {\n                        \"period\": {\n                            \"start\": \"2015-04-23T08:09:38-04:00\"\n                        },\n                        \"address\": {\n                            \"country\": \"US\",\n                            \"use\": \"home\",\n                            \"text\": \"     US\",\n                            \"type\": \"physical\"\n                        },\n                        \"gender\": \"other\",\n                        \"name\": {\n                            \"given\": [\n                                \"SUZANN\"\n                            ],\n                            \"use\": \"usual\",\n                            \"family\": \"HUBLER\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"home\",\n                                \"value\": \"(330) 533-7172\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"330\"\n                            },\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"mobile\",\n                                \"value\": \"330\"\n                            }\n                        ],\n                        \"relationship\": [\n                            {\n                                \"coding\": [\n                                    {\n                                        \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                        \"code\": \"EP\",\n                                        \"display\": \"Emergency contact person\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEY\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BRASHEARS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 479-2468\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 377-2756\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 377-2468\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"krissymarie@zoominternet.net\"\n                    }\n                ],\n                \"id\": \"9153\",\n                \"communication\": [\n                    {\n                        \"language\": {\n                            \"coding\": [\n                                {\n                                    \"system\": \"urn:ietf:bcp:47\",\n                                    \"code\": \"en\",\n                                    \"display\": \"English\"\n                                }\n                            ]\n                        },\n                        \"preferred\": true\n                    }\n                ],\n                \"birthDate\": \"1989-03-28\",\n                \"resourceType\": \"Patient\"\n            }\n        }\n    ],\n    \"total\": 36,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"82d20b97-4773-4676-8576-7426272c424d"},{"name":"Create a new patient","id":"6dbba682-afc6-6987-716d-366039d68396","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"65711d9d-4bf1-47e1-0960-13789ae6553b","name":"Create a new patient","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n            \"value\": \"123456789\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"SYRACUSE\",\n            \"use\": \"home\",\n            \"line\": [\n                \"123 DAVIS BLVD\"\n            ],\n            \"postalCode\": \"84075\",\n            \"text\": \"123 DAVIS BLVD  SYRACUSE UT 84075 US\",\n            \"state\": \"UT\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"2003-01-01\",\n    \"deceasedBoolean\": false,\n    \"contact\": [\n        {\n            \"address\": {\n                \"country\": \"US\",\n                \"city\": \"CLEVELAND\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"123 TEST ST\"\n                ],\n                \"postalCode\": \"44101\",\n                \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                \"state\": \"OH\",\n                \"type\": \"physical\"\n            },\n            \"gender\": \"male\",\n            \"name\": {\n                \"given\": [\n                    \"FIRST\",\n                    \"V\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"TEST\",\n                \"suffix\": [\n                    \"JR\"\n                ]\n            },\n            \"telecom\": [\n                {\n                    \"system\": \"phone\",\n                    \"use\": \"home\",\n                    \"value\": \"(555) 555-5555\"\n                }\n            ],\n            \"relationship\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"Contact Type\",\n                            \"code\": \"CP\",\n                            \"display\": \"Contact person\"\n                        },\n                        {\n                            \"system\": \"Relationship Type\",\n                            \"code\": \"SIGOTHR\",\n                            \"display\": \"Significant Other\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"generalPractitioner\": [\n        {\n            \"reference\": \"Practitioner/BOYAR\"\n        }\n    ],\n    \"name\": [\n        {\n            \"given\": [\n                \"KRISTOPHER\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(801) 555-5555\"\n        }\n    ],\n    \"communication\": [\n        {\n            \"language\": {\n                \"coding\": [\n                    {\n                        \"system\": \"urn:ietf:bcp:47\",\n                        \"code\": \"en\",\n                        \"display\": \"English\"\n                    }\n                ]\n            },\n            \"preferred\": true\n        }\n    ],\n    \"maritalStatus\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                \"code\": \"M\",\n                \"display\": \"Married\"\n            }\n        ]\n    },\n    \"resourceType\": \"Patient\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"","enabled":true,"type":"text"},{"key":"Content-Disposition","value":"inline;","description":"","enabled":true,"type":"text"},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","description":"","enabled":true,"type":"text"},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/20165","description":"","enabled":true,"type":"text"},{"key":"Server","value":"nginx","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"6dbba682-afc6-6987-716d-366039d68396"},{"name":"Update an existing patient","id":"b3dfce6c-d7da-cf39-7a82-04cd97d80070","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"4ff6c7fb-7677-cb6f-6cf4-15b3626643e6","name":"Update an existing patient","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n            \"value\": \"123456789\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"SYRACUSE\",\n            \"use\": \"home\",\n            \"line\": [\n                \"123 DAVIS BLVD\"\n            ],\n            \"postalCode\": \"84075\",\n            \"text\": \"123 DAVIS BLVD  SYRACUSE UT 84075 US\",\n            \"state\": \"UT\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"2003-01-01\",\n    \"deceasedBoolean\": false,\n    \"contact\": [\n        {            \n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueString\": \"true\",\n                            \"url\": \"authorization\"\n                        }\n                    ]\n                }\n            \"address\": {\n                \"country\": \"US\",\n                \"city\": \"CLEVELAND\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"123 TEST ST\"\n                ],\n                \"postalCode\": \"44101\",\n                \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                \"state\": \"OH\",\n                \"type\": \"physical\"\n            },\n            \"gender\": \"male\",\n            \"name\": {\n                \"given\": [\n                    \"FIRST\",\n                    \"V\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"TEST\",\n                \"suffix\": [\n                    \"JR\"\n                ]\n            },\n            \"telecom\": [\n                {\n                    \"system\": \"phone\",\n                    \"use\": \"home\",\n                    \"value\": \"(555) 555-5555\"\n                }\n            ],\n            \"relationship\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"Contact Type\",\n                            \"code\": \"CP\",\n                            \"display\": \"Contact person\"\n                        },\n                        {\n                            \"system\": \"Relationship Type\",\n                            \"code\": \"SIGOTHR\",\n                            \"display\": \"Significant Other\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"generalPractitioner\": [\n        {\n            \"reference\": \"Practitioner/BOYAR\"\n        }\n    ],\n    \"name\": [\n        {\n            \"given\": [\n                \"KRISTOPHER\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(801) 555-5555\"\n        }\n    ],\n    \"id\": \"20165\",\n    \"communication\": [\n        {\n            \"language\": {\n                \"coding\": [\n                    {\n                        \"system\": \"urn:ietf:bcp:47\",\n                        \"code\": \"en\",\n                        \"display\": \"English\"\n                    }\n                ]\n            },\n            \"preferred\": true\n        }\n    ],\n    \"maritalStatus\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                \"code\": \"D\",\n                \"display\": \"Divorced\"\n            }\n        ]\n    },\n    \"resourceType\": \"Patient\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/20165"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"","enabled":true,"type":"text"},{"key":"Content-Disposition","value":"inline;","description":"","enabled":true,"type":"text"},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","description":"","enabled":true,"type":"text"},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","description":"","enabled":true,"type":"text"},{"key":"Server","value":"nginx","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"b3dfce6c-d7da-cf39-7a82-04cd97d80070"}],"id":"b88432c7-49ba-0ff5-f843-c77e2f390878","description":"<p>The FHIR Patient resource is intended to provide demographics and other administrative information about an individual receiving care or other health-related services.</p>\n<p>Note: RelatedPerson to create the 'guarantor' is required to finish the Patient demographic record.</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 receiving care at multiple organizations may therefore have its information present in multiple Patient Resources.</p>\n<p>Patient IDs can be identified as follows. Official - <strong>PM ID, Usual - SSN, Secondary - Chart</strong> <strong>Number</strong>. These values can be found in the <strong>use</strong> variable of the identifier array. The <a href=\"https://\">http://hl7.org/fhir/sid/us-ssn</a> system needs to also be specified when using the SSN field.</p>\n<p>Not all concepts are included within the base resource (such as race, ethnicity, organ donor status, nationality, etc.), but may be found in profiles defined for specific jurisdictions (e.g., US Meaningful Use Program) or standard extensions.<br />Such fields vary widely between jurisdictions and often have different names and valuesets for the similar concepts, but they are not similar enough to be able to map and exchange.</p>\n<p>Webhook support - DELETE Patient is sent when patient is deleted or merged into another patient. When merge is done a PUT Patient update is sent for the patient remaining as well as the DELETE webhook for the patient deleted.</p>\n<p>See <a href=\"https://\">http://hl7.org/fhir/STU3/extensibility.html</a> for more information about extending a resource.</p>\n<p>This resource is referenced by Account, Coverage, and RelatedPerson.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"https://\">http://hl7.org/fhir/STU3/patient.html</a>.</p>\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td><div>assigned_provider</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: Practitioner</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>In POST/PUT, the ID of the assigned provider to this resource. In GET, the practitioner resource associated with this resource. <b>NOTE</b>: This is not the primary care physician for this patient.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>code</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The code associated with this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Custom Field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used for pulling any customfields related to the patient. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[customfield value]\"<br />}<br />]<br />},<br />\"url\": \"[customfield name]\"<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ethnicity</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The ethnicity associated with this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>global_period</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This displays the Patient's Global Periods.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>location</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: Location</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The Location associated with this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>preferred_appointment_reminder</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This Patient's preferred method of receiving appointment reminders. Values can be found in system library.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>race</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The races associated with this resource. Each race will use a separate extension.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>referring_provider</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: Practitioner</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The Referring Provider associated with this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>signature</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get or set the patient signature code.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statement_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get or set the patient statement type.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>subethnicity</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The subethnicity associated with this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>subrace</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The subrace associated with this resource. Each race will use a separate extension.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The type associated with this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>patient_note<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: NA<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1<br /></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Attach a note to the Patient record. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[note ID]<br />\"display\": \"[note text]\"<br />}<br />]<br />},<br />\"url\": \"patient_note\"<br />}<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>signed_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: NA</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Add/Update the Patient Signed Date. Format:<br />\"valueCodeableConcept\": {\"coding\": [{<br />\"system\": \"https://demo.openpracticesolutions.com/com/fkc/jcm/opm/dapilogin.jcm?id=[ActualClientID]&amp;prg=lfkctab¶m1=type\",<br />\"code\": \"YYYY-MM-DD\",<br />\"display\": \"Sign Date\"<br />}]},<br />\"url\": \"sign_date\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>authorization</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: boolean<br />GET: NA</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This sets the patient's contact's authorization. This is an extension inside an extension inside the contact.<br />Example:\"contact\": [<br />{<br />\"extension\": [<br />{<br />\"extension\": [<br />{<br />\"valueString\": \"true\",<br />\"url\": \"authorization\"<br />}<br />]<br />}<br />],</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>drivers_license</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: base64 encoded string<br />GET: base64 encoded string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Add a patient driver's license image. Front and back images will be sent in separate \"code\" strings. Format:<br />{<br />\"valueCodeableConcept\": {<br />\"coding\": [{<br />\"code\":\"[front image]\"<br />},<br />{<br />\"code\": \"[back image]\"<br />}<br />]<br />},<br />\"url\": \"drivers_license\"<br />}<br /></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>patient_photo</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: base64 encoded string<br />GET: NA</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Add a patient photo image. Format:<br />{<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[image string]\"<br />}<br />]<br />},<br />\"url\": \"patient_photo\"<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>patient_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The total remaining Patient balance for this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>insurance_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The total remaining Insurance balance for this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>collections_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The total remaining Collections balance for this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>employer_balance</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: NA<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The total remaining Employer balance for this resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>genderid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used to add Gender Identity. Format:<br />\"extension\": [<br />{<br />\"extension\": [<br />{<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"407376001\",<br />}<br />]<br />},<br />\"url\": \"genderid\"<br />}<br />]<br />}<br />]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sexualorientation</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Used to add sexual orientation. Format:<br />\"extension\": [<br />{<br />\"extension\": [<br />{<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"OTH\",<br />\"display\": \"tester\"<br />}<br />]<br />},<br />\"url\": \"sexualorientation\"<br />}<br />]</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>employer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: NA</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"extension\": [{ \"valueCodeableConcept\": {\"coding\": [{\"code\": \"9618\"}]},<br />\"url\": \"employer_id\"<br />}],</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>preferred_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"extension\": [{\"extension\": [<br /><br />{<br />\"valueCodeableConcept\": {\"coding\": [{<br />\"code\": \"Steve\",<br />\"display\": \"Preferred Name\"<br />}]},<br />\"url\": \"preferred_name\"<br />}<br />]}],</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>person</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Use RelatedPerson to create a new patient:<br />{<br />\"extension\": [{<br />\"valueCodeableConcept\": {\"coding\": [{\"code\": \"RelatedPerson/g248\"}]},<br />\"url\": \"person\"<br />}],<br />\"resourceType\": \"Patient\"<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"e69d7147-35a6-4225-8bfb-21dc39c7de51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad199045-f603-4bf6-b441-5da932aa849c","type":"text/javascript","exec":[""]}}],"_postman_id":"b88432c7-49ba-0ff5-f843-c77e2f390878"},{"name":"PaymentReconciliation","item":[{"name":"Get a PaymentReconciliation by ID","id":"8d2a629f-8492-4b44-af51-a365ba84d790","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","PaymentReconciliation","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b8b459a1-a94b-4308-b33f-445da34ab223","name":"Get an payment reconciliation by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation/155"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"extension\": [\n        {\n            \"extension\": [\n                {\n                    \"valueString\": \"confirm123\",\n                    \"url\": \"confirmation_number\"\n                },\n                {\n                    \"valueCodeableConcept\": {\n                        \"coding\": [\n                            {\n                                \"system\": \"https://nateopenpracticesolutions.com/com/ops/opm/api/v1/fhir/Patient\",\n                                \"code\": \"20022\",\n                                \"display\": \"Mickey Test\"\n                            }\n                        ]\n                    },\n                    \"url\": \"patient\"\n                }\n            ],\n            \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n        }\n    ],\n    \"total\": {\n        \"unit\": \"USD\",\n        \"value\": 50\n    },\n    \"meta\": {\n        \"lastUpdated\": \"2018-04-19T16:13:39.000-04:00\"\n    },\n    \"created\": \"2018-02-22T00:00:00-05:00\",\n    \"organization\": {\n        \"reference\": \"Organization/110\"\n    },\n    \"id\": \"109916\",\n    \"detail\": [\n        {\n            \"payee\": {\n                \"reference\": \"Organization/110\"\n            },\n            \"date\": \"2018-02-22\",\n            \"request\": {\n                \"reference\": \"Claim/67013\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 25\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/payment-type\",\n                        \"code\": \"adjustment\",\n                        \"display\": \"Adjustment\"\n                    }\n                ]\n            }\n        },\n        {\n            \"payee\": {\n                \"reference\": \"Organization/110\"\n            },\n            \"date\": \"2018-02-22\",\n            \"request\": {\n                \"reference\": \"Claim/67013\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 50\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/payment-type\",\n                        \"code\": \"payment\",\n                        \"display\": \"Payment\"\n                    }\n                ]\n            }\n        },\n        {\n            \"date\": \"2018-02-22\",\n            \"request\": {\n                \"reference\": \"Claim/67013\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": -25\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/payment-type\",\n                        \"code\": \"adjustment\",\n                        \"display\": \"Adjustment\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"PaymentReconciliation\",\n    \"status\": \"active\"\n}"}],"_postman_id":"8d2a629f-8492-4b44-af51-a365ba84d790"},{"name":"Search for a PaymentReconciliation by query","id":"51e6d616-e2e1-46b2-86b4-ba10261e7e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Claim Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/paymentreconciliation.html#search\">http://hl7.org/fhir/STU3/paymentreconciliation.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","PaymentReconciliation"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"ae207e07-0dbc-4fbd-9934-251a9032d5aa","name":"Search for a PaymentReconciliation by query","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation?request=Claim/74","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","PaymentReconciliation"],"query":[{"key":"request","value":"Claim/74"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection","enabled":true},{"key":"Content-Disposition","value":"inline;","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type","enabled":true},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","enabled":true},{"key":"Date","value":"Wed, 20 Jun 2018 21:12:37 GMT","description":"The date and time that the message was sent","enabled":true},{"key":"Server","value":"nginx","description":"A name for the server","enabled":true},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity.","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51e6d616-e2e1-46b2-86b4-ba10261e7e73"},{"name":"Create a new PaymentReconciliation","id":"cfc2f201-47d8-4131-94f1-138220e180e1","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","PaymentReconciliation"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"7ac2d477-8b68-429c-8a2b-dc3de0b16a32","name":"Create a new PaymentReconciliation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\r\n    \"identifier\": [\r\n        {\r\n            \"type\": {\r\n                \"coding\": [\r\n                    {\r\n                        \"code\": \"patient_id\"\r\n                    }\r\n                ]\r\n            },\r\n            \"value\": \"13\"\r\n        }\r\n    ],\r\n    \"extension\": [\r\n        {\r\n            \"extension\": [\r\n                {\r\n                    \"valueString\": \"confirm123\",\r\n                    \"url\": \"confirmation_number\"\r\n                },\r\n                {\r\n                    \"valueString\": \"1234567\",\r\n                    \"url\": \"reference_number\"\r\n                },\r\n                {\r\n                    \"valueString\": \"CC\",\r\n                    \"url\": \"payment_method\"\r\n                },\r\n                {\r\n                    \"valueString\": \"Visa\",\r\n                    \"url\": \"credit_card_type\"\r\n                },\r\n                {\r\n                    \"valueString\": \"2023-10-03\",\r\n                    \"url\": \"check_date\"\r\n                },\r\n                {\r\n                    \"valueString\": 40,\r\n                    \"url\": \"copay\"\r\n                },\r\n                {\r\n                    \"valueString\": \"4421\",\r\n                    \"url\": \"credit_card_last_four\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"total\": {\r\n        \"unit\": \"USD\",\r\n        \"value\": 40\r\n    },\r\n    \"meta\": {\r\n        \"lastUpdated\": \"2023-10-02T16:13:39.000-04:00\"\r\n    },\r\n    \"created\": \"2023-10-02T00:00:00-05:00\",\r\n    \"resourceType\": \"PaymentReconciliation\",\r\n    \"status\": \"active\"\r\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation/155","type":"text","enabled":true,"name":"Location","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"cfc2f201-47d8-4131-94f1-138220e180e1"},{"name":"Update an existing PaymentReconciliation","id":"5502bf36-6013-4fd7-8df0-1c14aaf7a8a0","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","PaymentReconciliation","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"74ffb981-4d78-4dd5-b257-9930eaea3105","name":"Update an existing PaymentReconciliation","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"total\": {\n        \"unit\": \"USD\",\n        \"value\": 200\n    },\n    \"meta\": {\n        \"lastUpdated\": \"2014-02-07T09:48:06.000-05:00\"\n    },\n    \"created\": \"2015-09-01T00:00:00-04:00\",\n    \"id\": \"155\",\n    \"detail\": [\n        {\n            \"payee\": {\n                \"reference\": \"Organization/107\"\n            },\n            \"date\": \"2015-09-05\",\n            \"request\": {\n                \"reference\": \"Claim/368\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 40\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"code\": \"PIPPR\"\n                    }\n                ]\n            }\n        },\n        {\n            \"date\": \"2015-09-05\",\n            \"request\": {\n                \"reference\": \"Claim/368\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 55\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"code\": \"PIPPB\"\n                    }\n                ]\n            }\n        },\n        {\n            \"date\": \"2015-09-05\",\n            \"request\": {\n                \"reference\": \"Claim/368\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 40\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"code\": \"PP\"\n                    }\n                ]\n            }\n        },\n        {\n            \"date\": \"2015-09-21\",\n            \"request\": {\n                \"reference\": \"Claim/368\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 40\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"code\": \"PIPPB-\"\n                    }\n                ]\n            }\n        },\n        {\n            \"payee\": {\n                \"reference\": \"Organization/107\"\n            },\n            \"date\": \"2015-09-21\",\n            \"request\": {\n                \"reference\": \"Claim/368\"\n            },\n            \"extension\": [\n                {\n                    \"extension\": [\n                        {\n                            \"valueInteger\": 1,\n                            \"url\": \"line\"\n                        }\n                    ],\n                    \"url\": \"https://api-docs.openpracticesolutions.com/#b3f1d58a-86e1-485c-b8e4-4de3445e7c4a\"\n                }\n            ],\n            \"amount\": {\n                \"unit\": \"USD\",\n                \"value\": 40\n            },\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"code\": \"PIPPR-\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"processNote\": [\n        {\n            \"text\": \"APPOINTMENT\",\n            \"type\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/note-type\",\n                        \"code\": \"display\",\n                        \"display\": \"Display\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"PaymentReconciliation\",\n    \"status\": \"active\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/PaymentReconciliation/155"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"5502bf36-6013-4fd7-8df0-1c14aaf7a8a0"}],"id":"b3f1d58a-86e1-485c-b8e4-4de3445e7c4a","description":"<p>The PaymentReconciliation resource provides the bulk payment details associated with a payment by the payer for goods and services rendered by a provider to patients covered by insurance plans offered by that payer. These are the payment reconciliation details which align to the individual payment amounts indicated on discrete ClaimResponses.</p>\n<p>Bulk payments need to provide a means to associate the amounts paid against specific Claims, and other financial exchanges and adjustments, to the bulk payment itself in order to reconcile provider accounts receivable.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/paymentreconciliation.html\">http://hl7.org/fhir/STU3/paymentreconciliation.html</a>.</p>\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td><div>confirmation_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The confirmation number received after the Payment was created.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>credit_card_holder</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get or Set the credit card holder name.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>credit_card_last_four</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String<br />GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get or Set the last four digits of the credit card.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>reference_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Set the reference number for the Payment.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>copay</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: double</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Set the copay for the Payment.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>payment_method</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Set the payment method for the Payment. Valid choices are:<br />'CK' = check<br />'CC' = Credit Card<br />'CS' = Cash</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>credit_card_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>POST/PUT: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Set the credit card type for the Payment. Selections are based on credit card types in the database. Value should be the \"code\".</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>external_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>GET: String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get the external id number.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>line</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>1..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The associated procedure line from the associated Claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>organization</div><div><div><div><div></div></div></div><div></div></div></td><td><div>GET: Organization</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Get the insurance Organization associated with this Claim.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>patient</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Patient</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0..1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The associated Patient that is attached to the Payment.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pos_payment</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Point of Service</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Set Point of Service to yes or no - ValueString - 'Y' or 'N'</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>claim_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Post to specified Claim: \"valueString\": \"4515\",<br />\"url\": \"claim_id\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","event":[{"listen":"prerequest","script":{"id":"70226e59-c584-41ad-ae61-20e2df632ee6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1c3905e-63a0-4af4-b930-42c28cdf06b1","type":"text/javascript","exec":[""]}}],"_postman_id":"b3f1d58a-86e1-485c-b8e4-4de3445e7c4a"},{"name":"Practitioner","item":[{"name":"Get a practitioner by ID","id":"22f53708-7381-3237-d52f-e91453788b59","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Practitioner","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b2f81ddd-9d2c-4313-eeb4-2bcef14a9f15","name":"Get a practitioner by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner/BOYAR"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"    {\r\n      \"identifier\": [\r\n        {\r\n          \"use\": \"official\",\r\n          \"type\": {\r\n           \"text\": \"NPI Number\"\r\n          },\r\n          \"value\": \"1013925650\"\r\n        },\r\n        {\r\n          \"use\": \"official\",\r\n          \"type\": {\r\n            \"text\": \"EIN Number\"\r\n          },\r\n          \"value\": \"12346543\"\r\n        },\r\n        {\r\n          \"use\": \"official\",\r\n          \"type\": {\r\n            \"text\": \"UPIN Number\"\r\n          },\r\n          \"value\": \"87657658\"\r\n        }\r\n      ],\r\n      \"address\": [\r\n        {\r\n          \"country\": \"US\",\r\n          \"city\": \"SLEEPY HOLLOW\",\r\n          \"use\": \"home\",\r\n          \"line\": [\r\n            \"777 N BROADWAY\"\r\n          ],\r\n          \"postalCode\": \"105911000\",\r\n          \"text\": \"777 N BROADWAY  SLEEPY HOLLOW NY 105911000 US\",\r\n          \"state\": \"NY\",\r\n          \"type\": \"physical\"\r\n        }\r\n      ],\r\n      \"name\": [\r\n        {\r\n          \"given\": [\r\n            \"MICHELLE\",\r\n            \"S\"\r\n          ],\r\n          \"use\": \"usual\",\r\n          \"family\": \"BOYAR\"\r\n        }\r\n      ],\r\n      \"active\": true,\r\n      \"telecom\": [\r\n        {\r\n          \"system\": \"phone\",\r\n          \"use\": \"work\",\r\n          \"value\": \"222-639-2000\"\r\n        }\r\n      ],\r\n      \"id\": \"bilBOY\",\r\n      \"resourceType\": \"Practitioner\"\r\n    }\r\n"}],"_postman_id":"22f53708-7381-3237-d52f-e91453788b59"},{"name":"Search for a practitioner by query","id":"1cb298c6-5c87-4724-85a6-bed26cc65135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Patient Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/practitioner.html#search\">http://hl7.org/fhir/STU3/practitioner.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Practitioner"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"f691e46c-ea7d-49b8-af13-59b1436f90ac","name":"Search for a Practitioner by type and state","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner?identifier=Primary Care Physician&address-state=OH","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","Practitioner"],"query":[{"key":"identifier","value":"Primary Care Physician"},{"key":"address-state","value":"OH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"STOW\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4835 DARROW RD\"\n                        ],\n                        \"postalCode\": \"44224\",\n                        \"text\": \"4835 DARROW RD  STOW OH 44224 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2015-10-03T14:38:29.000-04:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"LOUISE\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"FRANKEN\"\n                    }\n                ],\n                \"active\": true,\n                \"id\": \"pcpLSF\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"STOW\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4835 DARROW RD\"\n                        ],\n                        \"postalCode\": \"44224\",\n                        \"text\": \"4835 DARROW RD  STOW OH 44224 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2015-10-03T14:38:37.000-04:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"ROBERT\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"HAWKINS\"\n                    }\n                ],\n                \"active\": true,\n                \"id\": \"pcpRWH\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"use\": \"official\",\n                        \"type\": {\n                            \"text\": \"UPIN Number\"\n                        },\n                        \"value\": \"U49891\"\n                    },\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"STOW\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4835 DARROW RD\"\n                        ],\n                        \"postalCode\": \"44224\",\n                        \"text\": \"4835 DARROW RD  STOW OH 44224 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2017-12-19T18:54:04.000-05:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"CRAIG\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"CHESNEY\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(235) 544-8818\"\n                    },\n                    {\n                        \"system\": \"fax\",\n                        \"use\": \"work\",\n                        \"value\": \"3305556666\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"TEST@TEST.COM\"\n                    }\n                ],\n                \"id\": \"pcpCHC\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"STOW\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4835 DARROW RD\"\n                        ],\n                        \"postalCode\": \"44224\",\n                        \"text\": \"4835 DARROW RD  STOW OH 44224 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2015-10-03T14:38:55.000-04:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"KELLY\",\n                            \"R\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"KOSTER\"\n                    }\n                ],\n                \"active\": true,\n                \"id\": \"pcpJRK\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"STOW\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4835 DARROW RD\"\n                        ],\n                        \"postalCode\": \"44224\",\n                        \"text\": \"4835 DARROW RD  STOW OH 44224 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2015-10-03T14:39:06.000-04:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"LORI\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"FRENCH\"\n                    }\n                ],\n                \"active\": true,\n                \"id\": \"pcpLAF\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"use\": \"official\",\n                        \"type\": {\n                            \"text\": \"NPI Number\"\n                        },\n                        \"value\": \"123456789\"\n                    },\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"STOW\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4835 DARROW RD\"\n                        ],\n                        \"postalCode\": \"44224\",\n                        \"text\": \"4835 DARROW RD  STOW OH 44224 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2017-04-26T15:02:21.000-04:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"DOUGLASS\",\n                            \"W\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"JASTER\"\n                    }\n                ],\n                \"active\": true,\n                \"id\": \"pcpDWJ\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"use\": \"official\",\n                        \"type\": {\n                            \"text\": \"NPI Number\"\n                        },\n                        \"value\": \"1922063973\"\n                    },\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"BEAVERCREEK\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2322 LAKEVIEW DR\"\n                        ],\n                        \"postalCode\": \"454314600\",\n                        \"text\": \"2322 LAKEVIEW DR  BEAVERCREEK OH 454314600 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2017-04-19T11:16:53.000-04:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\",\n                            \"REID\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"FROEHLICH\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(937) 426-0106\"\n                    },\n                    {\n                        \"system\": \"fax\",\n                        \"use\": \"work\",\n                        \"value\": \"9374267153\"\n                    }\n                ],\n                \"id\": \"pcpJFROEHLICH\",\n                \"resourceType\": \"Practitioner\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"use\": \"official\",\n                        \"type\": {\n                            \"text\": \"NPI Number\"\n                        },\n                        \"value\": \"11111111\"\n                    },\n                    {\n                        \"type\": {\n                            \"text\": \"Practitioner Type\"\n                        },\n                        \"value\": \"Primary Care Physician\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CLEV\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"555444 HOME ST\"\n                        ],\n                        \"postalCode\": \"44118\",\n                        \"text\": \"555444 HOME ST  CLEV OH 44118 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2018-02-16T13:29:09.000-05:00\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"PETER\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"JOHNS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(216) 333-4444\"\n                    }\n                ],\n                \"id\": \"pcpJOHNS\",\n                \"resourceType\": \"Practitioner\"\n            }\n        }\n    ],\n    \"total\": 8,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"1cb298c6-5c87-4724-85a6-bed26cc65135"},{"name":"Create a new practitioner (Beta)","id":"d9eea439-2d82-e927-35dc-862e4b22256f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>While this endpoint serves appointment resource information in GET operations, those Practitioner resources must be created locally from within OpenPM.</p>\n<p>POST operations to this endpoint may include an ID. If one is not provided, the system will generate and apply one.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Practitioner"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"3643dc50-fe06-6b42-d425-bb3d509daaa3","name":"Create a new practitioner ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json_body","value":"{\n    \"identifier\": [\n        {\n            \"use\": \"official\",\n            \"type\": {\n                \"text\": \"NPI Number\"\n            },\n            \"value\": \"1851878862\"\n        },\n        {\n            \"type\": {\n                \"text\": \"Practitioner Type\"\n            },\n            \"value\": \"Rendering Provider\"\n        }\n    ],\n    \"address\": [\n        {\n            \"city\": \"Brooklyn\",\n            \"use\": \"home\",\n            \"line\": [\n                \"adr1\",\n                \"adr2\"\n            ],\n            \"postalCode\": \"11221\",\n            \"text\": \"adr1 adr2 Brooklyn NY 11221 \",\n            \"state\": \"NY\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"meta\": {\n        \"lastUpdated\": \"2022-04-12T09:28:49.000-04:00\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"Test\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"Testprovider\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"123-4567\"\n        },\n        {\n            \"system\": \"fax\",\n            \"use\": \"work\",\n            \"value\": \"(123) 123-1234\"\n        }\n    ],\n    \"id\": \"bil163895\",\n    \"birthDate\": \"1978-05-18\",\n    \"resourceType\": \"Practitioner\"\n}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner/BOYAR","type":"text","enabled":true,"name":"Location","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n\t\"issue\": [{\n\t\t\"code\": \"informational\",\n\t\t\"details\": {\n\t\t\t\"coding\": [{\n\t\t\t\t\"code\": \"MSG_CREATED\",\n\t\t\t\t\"system\": \"http://hl7.org/fhir/operation-outcome\",\n\t\t\t\t\"display\": \"New resource created\"\n\t\t\t}]\n\t\t},\n\t\t\"severity\": \"information\",\n\t\t\"diagnostics\": \"https://demo.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Practitioner/bil163895 successfully created!\"\n\t}],\n\t\"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"d9eea439-2d82-e927-35dc-862e4b22256f"},{"name":"Update an existing practitioner (Beta)","id":"4f4f1fa0-beaf-1eb6-b26f-6c50b33ff42c","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Practitioner","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b76a1282-b5e1-3606-691e-6567459455d0","name":"Update an existing practitioner ","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"urlencoded","urlencoded":[{"key":"json_body","value":"{\n\t\"issue\": [{\n\t\t\"code\": \"informational\",\n\t\t\"details\": {\n\t\t\t\"coding\": [{\n\t\t\t\t\"code\": \"MSG_CREATED\",\n\t\t\t\t\"system\": \"http://hl7.org/fhir/operation-outcome\",\n\t\t\t\t\"display\": \"New resource created\"\n\t\t\t}]\n\t\t},\n\t\t\"severity\": \"information\",\n\t\t\"diagnostics\": \"https://demo.openpracticesolutions.com/com/ops/opm/api/v1/fhir/Practitioner/bil163895 successfully created!\"\n\t}],\n\t\"resourceType\": \"OperationOutcome\"\n}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Practitioner/bil163895"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n\t\"issue\": [{\n\t\t\"code\": \"informational\",\n\t\t\"details\": {\n\t\t\t\"coding\": [{\n\t\t\t\t\"code\": \"MSG_UPDATED\",\n\t\t\t\t\"system\": \"http://hl7.org/fhir/operation-outcome\",\n\t\t\t\t\"display\": \"existing resource updated\"\n\t\t\t}]\n\t\t},\n\t\t\"severity\": \"information\",\n\t\t\"diagnostics\": \"Resource successfully updated at 03/04/2020; 09:11 AM\"\n\t}],\n\t\"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"4f4f1fa0-beaf-1eb6-b26f-6c50b33ff42c"}],"id":"78c2ad9c-cd0d-4888-1703-b347f8d32aca","description":"<p>The FHIR Practitioner resource covers all individuals who are engaged in the healthcare process and healthcare-related services as part of their formal responsibilities and this Resource is used for attribution of activities and responsibilities to these individuals. Practitioners include (but are not limited to):</p>\n<ul><li><p>physicians, dentists, pharmacists</p></li><li><p>physician assistants, nurses, scribes</p></li><li><p>midwives, dietitians, therapists, optometrists, paramedics</p></li><li><p>medical technicians, laboratory scientists, prosthetic technicians, radiographers</p></li><li><p>social workers, professional home carers, official volunteers</p></li><li><p>receptionists handling patient registration</p></li><li><p>IT personnel merging or unmerging patient records</p></li><li><p>Service animal (e.g., ward assigned dog capable of detecting cancer in patients)</p></li></ul>\n\n<p>This resource is referenced by Account and Patient.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/practitioner.html\">http://hl7.org/fhir/STU3/practitioner.html</a>.</p>\n<p>In OpenPM, practitioners are represented as billing/rendering providers, referring providers, and appointment resources.</p>\n<h2>Extensions</h2>\n\n<table><tbody><tr><th>URL</th><th>Value Type</th><th>Cardinality</th><th>Description</th></tr><tr><td>payto_location</td><td>String</td><td>0..1</td><td>The facility ID of the rendering provider.</td></tr><tr><td>Custom Field</td><td>String</td><td>0..1</td><td>Used for pulling any customfields related to the policy. The format for these will be:<br />\"valueCodeableConcept\": {<br />\"coding\": [<br />{<br />\"code\": \"[customfield value]\"<br />}<br />]<br />},<br />\"url\": \"[customfield name]\"<br />}</td></tr></tbody></table>\n\n<h2>Notable Exceptions</h2>\n\n<ul><li><p>The Practitioner.identifier contains NPI numbers, EIN numbers, and UPIN numbers.</p></li><li><p>The IDs for practictioner resources must be prefixed with one of the following:</p></li><ul><li><p><b>apr</b>: Represents an appointment resource.</p></li><li><p><b>bil</b>: Represents a provider in the OpenPM Billing/Rendering library.</p></li><li><p><b>pcp</b>: Represents a provider in the OpenPM referring libarary.</p></li></ul><li><p>If the ID of the Practitioner is to be generated by the system, the value of the identifier should be one of <b>Appointment Resource Provider, Primary Care Physician, or Rendering Provider</b>. Otherwise, as stated above, the ID will need to contain a prefix of <b>apr, bil, or pcp</b>.</p></li></ul>","event":[{"listen":"prerequest","script":{"id":"e69d7147-35a6-4225-8bfb-21dc39c7de51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad199045-f603-4bf6-b441-5da932aa849c","type":"text/javascript","exec":[""]}}],"_postman_id":"78c2ad9c-cd0d-4888-1703-b347f8d32aca"},{"name":"Organization","item":[{"name":"Get a organization by ID","id":"eed18077-10c5-194e-ee4a-12fc3275b890","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Organization","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"58498f97-fc98-72d0-108a-a71a0243f5c4","name":"Get a organization by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization/102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\r\n    \"address\": [\r\n        {\r\n            \"country\": \"US\",\r\n            \"city\": \"MADISON\",\r\n            \"use\": \"work\",\r\n            \"line\": [\r\n                \"PO BOX 7890\"\r\n            ],\r\n            \"postalCode\": \"53707-7890\",\r\n            \"text\": \"PO BOX 7890  MADISON WI 53707-7890 US\",\r\n            \"state\": \"WI\",\r\n            \"type\": \"physical\"\r\n        }\r\n    ],\r\n    \"name\": \"TRICARE NORTH\",\r\n    \"active\": true,\r\n    \"telecom\": [\r\n        {\r\n            \"system\": \"phone\",\r\n            \"use\": \"work\",\r\n            \"value\": \"403-3950\"\r\n        }\r\n    ],\r\n    \"id\": \"102\",\r\n    \"type\": [\r\n        {\r\n            \"coding\": [\r\n                {\r\n                    \"system\": \"http://hl7.org/fhir/valueset-organization-type\",\r\n                    \"code\": \"ins\",\r\n                    \"display\": \"Insurance Company\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"resourceType\": \"Organization\"\r\n}\r\n"}],"_postman_id":"eed18077-10c5-194e-ee4a-12fc3275b890"},{"name":"Search for an organization by query","id":"6fc6254b-3804-4d04-8fc2-4347764a57ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Patient Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/organization.html#search\">http://hl7.org/fhir/STU3/organization.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Organization"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"b0268432-3b5c-486b-82bc-953e5059da42","name":"Search for an Organization by name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization?name=Aetna","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","Organization"],"query":[{"key":"name","value":"Aetna"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"EL PASO\",\n                        \"use\": \"work\",\n                        \"line\": [\n                            \"PO BOX 981106\"\n                        ],\n                        \"postalCode\": \"79998-1106\",\n                        \"text\": \"PO BOX 981106  EL PASO TX 79998-1106 US\",\n                        \"state\": \"TX\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-04T15:06:38.000-04:00\"\n                },\n                \"contact\": [\n                    {\n                        \"name\": {\n                            \"use\": \"usual\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"632-3862\"\n                            }\n                        ]\n                    }\n                ],\n                \"name\": \"AETNA\",\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(888) 632-3862\"\n                    },\n                    {\n                        \"system\": \"fax\",\n                        \"use\": \"work\"\n                    },\n                    {\n                        \"system\": \"email\"\n                    }\n                ],\n                \"id\": \"110\",\n                \"type\": [\n                    {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://hl7.org/fhir/valueset-organization-type\",\n                                \"code\": \"ins\",\n                                \"display\": \"Insurance Company\"\n                            }\n                        ]\n                    }\n                ],\n                \"resourceType\": \"Organization\"\n            }\n        },\n        {\n            \"resource\": {\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"EL PASO\",\n                        \"use\": \"work\",\n                        \"line\": [\n                            \"PO BOX 981106\"\n                        ],\n                        \"postalCode\": \"79998-1106\",\n                        \"text\": \"PO BOX 981106  EL PASO TX 79998-1106 US\",\n                        \"state\": \"TX\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"meta\": {\n                    \"lastUpdated\": \"2018-04-10T08:06:43.000-04:00\"\n                },\n                \"contact\": [\n                    {\n                        \"name\": {\n                            \"use\": \"usual\"\n                        },\n                        \"telecom\": [\n                            {\n                                \"system\": \"phone\",\n                                \"use\": \"work\",\n                                \"value\": \"632-3862\"\n                            }\n                        ]\n                    }\n                ],\n                \"name\": \"AETNA MEDICARE\",\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(888) 632-3862\"\n                    },\n                    {\n                        \"system\": \"fax\",\n                        \"use\": \"work\"\n                    },\n                    {\n                        \"system\": \"email\"\n                    }\n                ],\n                \"id\": \"105\",\n                \"type\": [\n                    {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://hl7.org/fhir/valueset-organization-type\",\n                                \"code\": \"ins\",\n                                \"display\": \"Insurance Company\"\n                            }\n                        ]\n                    }\n                ],\n                \"resourceType\": \"Organization\"\n            }\n        }\n    ],\n    \"total\": 2,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"6fc6254b-3804-4d04-8fc2-4347764a57ea"},{"name":"Create a new organization (Beta)","id":"3d1ca873-bf48-9408-a624-15bd8b7523e8","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint may include an ID. If one is not provided, the system will generate and apply one. A PayerID must be included for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Organization"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"b3bf9df9-5501-eed1-1cf1-f04f07449dcf","name":"Create a new organization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"MADISON\",\n            \"use\": \"work\",\n            \"line\": [\n                \"PO BOX 7890\"\n            ],\n            \"postalCode\": \"53707-7890\",\n            \"text\": \"PO BOX 7890  MADISON WI 53707-7890 US\",\n            \"state\": \"WI\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"name\": \"TRICARE NORTH\",\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"403-3950\"\n        }\n    ],\n    \"id\": \"102\",\n    \"type\": [\n        {\n            \"coding\": [\n                {\n                    \"system\": \"http://hl7.org/fhir/valueset-organization-type\",\n                    \"code\": \"ins\",\n                    \"display\": \"Insurance Company\"\n                }\n            ]\n        }\n    ],\n    \"resourceType\": \"Organization\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization/102","type":"text","enabled":true,"name":"Location","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"3d1ca873-bf48-9408-a624-15bd8b7523e8"},{"name":"Update an existing organization (Beta)","id":"d6cef846-2a8f-125b-9f6d-fe64e3ab1819","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource. A PayerID must be included for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Organization","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"fa7fc34e-fc8a-b9b6-d99a-66704ca4daf2","name":"Update an existing organization","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Organization/102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"d6cef846-2a8f-125b-9f6d-fe64e3ab1819"}],"id":"e2a3bdb0-0c57-4072-6d6b-588b7c9eb6eb","description":"<p>The FHIR Organization resource is used for collections of people that have come together to achieve an objective. In OpenPM, this resource is currently used to reference an insurance provider.</p>\n<p>Webhook support - DELETE Organization is sent when deleted from PM</p>\n<p>This resource is referenced by Account, Coverage, and Patient.</p>\n<p>The FHIR specfication for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/organization.html\">http://hl7.org/fhir/STU3/organization.html</a>.</p>\n","event":[{"listen":"prerequest","script":{"id":"e69d7147-35a6-4225-8bfb-21dc39c7de51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad199045-f603-4bf6-b441-5da932aa849c","type":"text/javascript","exec":[""]}}],"_postman_id":"e2a3bdb0-0c57-4072-6d6b-588b7c9eb6eb"},{"name":"RelatedPerson","item":[{"name":"Get a related person by ID","id":"67d3d7b1-d65d-c3c8-432f-b3d86d4d834a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson/{id}","description":"<p>A standard operation supported by all resource endpoints. Provide the ID of the resource desired.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","RelatedPerson","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"0f5181a3-b333-3ab5-f0be-7c2fad3f4793","name":"Get a related person by ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson/ph12601"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\r\n    \"identifier\": [\r\n        {\r\n            \"value\": \"policyholder\"\r\n        }\r\n    ],\r\n    \"address\": [\r\n        {\r\n            \"country\": \"US\",\r\n            \"city\": \"COLUMBUS\",\r\n            \"use\": \"home\",\r\n            \"line\": [\r\n                \"PO BOX 123\"\r\n            ],\r\n            \"postalCode\": \"43221-2550\",\r\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\r\n            \"state\": \"OH\",\r\n            \"type\": \"physical\"\r\n        }\r\n    ],\r\n    \"gender\": \"male\",\r\n    \"patient\": {\r\n        \"reference\": \"Patient/20165\"\r\n    },\r\n    \"name\": [\r\n        {\r\n            \"given\": [\r\n                \"ERIC\"\r\n            ],\r\n            \"use\": \"usual\",\r\n            \"family\": \"JENSEN\"\r\n        }\r\n    ],\r\n    \"active\": true,\r\n    \"telecom\": [\r\n        {\r\n            \"system\": \"phone\",\r\n            \"use\": \"home\",\r\n            \"value\": \"(614) 796-0330\"\r\n        },\r\n        {\r\n            \"system\": \"phone\",\r\n            \"use\": \"work\",\r\n            \"value\": \"(614) 796-0330\"\r\n        },\r\n        {\r\n            \"system\": \"phone\",\r\n            \"use\": \"mobile\",\r\n            \"value\": \"(614) 796-0330\"\r\n        }\r\n    ],\r\n    \"id\": \"ph12601\",\r\n    \"relationship\": {\r\n        \"coding\": [\r\n            {\r\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\r\n                \"code\": \"CHILD\",\r\n                \"display\": \"child\"\r\n            }\r\n        ]\r\n    },\r\n    \"birthDate\": \"2000-01-01\",\r\n    \"resourceType\": \"RelatedPerson\"\r\n}"}],"_postman_id":"67d3d7b1-d65d-c3c8-432f-b3d86d4d834a"},{"name":"Search for a related person by query","id":"5ec1bfa3-0f6a-43b0-b98b-f04277cbc6e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson?{query}","description":"<p>A standard operation supported by all resource endpoints. Provide a query to find a bundle of resources.</p>\n<p>Patient Search Parameters can be found at <a href=\"http://hl7.org/fhir/STU3/relatedperson.html#search\">http://hl7.org/fhir/STU3/relatedperson.html#search</a></p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","RelatedPerson"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>A FHIR compliant search query for this resource.</p>\n","type":"text/plain"},"key":"{query}","value":""}],"variable":[]}},"response":[{"id":"791abcf7-aebe-40be-b77d-ea086a20d9a5","name":"Search for a RelatedPerson by type and name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson?identifier=Guarantor&name=jane","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","RelatedPerson"],"query":[{"key":"identifier","value":"Guarantor"},{"key":"name","value":"jane"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"entry\": [\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1004 MCKAY ROAD\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"1004 MCKAY ROAD  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:05:48.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/9\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANET\",\n                            \"M\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"PHILLIPS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 922-9454\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 836-3196\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g441\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1979-10-09\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ARGILLITE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"3056 ST RT 1459\"\n                        ],\n                        \"postalCode\": \"411210000\",\n                        \"text\": \"3056 ST RT 1459  ARGILLITE KY 411210000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:05:49.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/74\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANE\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BENNETT\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 473-1152\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 465-2584\"\n                    }\n                ],\n                \"id\": \"g761\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1956-02-14\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CATLETTSBURG\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"8327 NEW RIDGE RD\"\n                        ],\n                        \"postalCode\": \"411290000\",\n                        \"text\": \"8327 NEW RIDGE RD  CATLETTSBURG KY 411290000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:05:57.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/820\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLE\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"GAINES\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-8216\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g5471\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1938-02-01\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GRAYSON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"PO BOX 65\"\n                        ],\n                        \"postalCode\": \"411430000\",\n                        \"text\": \"PO BOX 65  GRAYSON KY 411430000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:05:57.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/865\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"GLENN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 474-6198\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 474-0728\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 474-4690\"\n                    }\n                ],\n                \"id\": \"g5721\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1929-07-06\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1400 LEXINGTON AVENUE\"\n                        ],\n                        \"postalCode\": \"411390000\",\n                        \"text\": \"1400 LEXINGTON AVENUE  FLATWOODS KY 411390000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:04.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/1466\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELL\",\n                            \"H\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"LE\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-3557\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g9741\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1933-04-29\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"LUCASVILLE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"265 PLEASANT HILL COOPER ROAD\"\n                        ],\n                        \"postalCode\": \"456488032\",\n                        \"text\": \"265 PLEASANT HILL COOPER ROAD  LUCASVILLE OH 456488032 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:08.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/1694\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEL\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"DUNBAR\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 259-1146\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g11351\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1957-08-12\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"35 ANDREA ST\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"35 ANDREA ST  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:14.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/2224\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEEN\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"DICKENS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-9929\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 922-1268\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g14841\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1939-12-04\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"RUSSELL\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"125 THOMPSON RD\"\n                        ],\n                        \"postalCode\": \"411690000\",\n                        \"text\": \"125 THOMPSON RD  RUSSELL KY 411690000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:22.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/3015\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEY\",\n                            \"W\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"WHITLOCK\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-7340\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 329-1200\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g19771\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1947-04-30\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"IRONTON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"5279 ST RT 141\"\n                        ],\n                        \"postalCode\": \"45638\",\n                        \"text\": \"5279 ST RT 141  IRONTON OH 45638 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:23.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/3069\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANENE\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"EZELL\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 532-6319\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g20121\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1924-01-11\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"10105 ST RT 5\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"10105 ST RT 5  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:26.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/3421\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTA\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"GUINN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-5323\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g22261\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1988-11-02\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"3016 MORGAN AVE\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"3016 MORGAN AVE  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:28.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/3557\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANESSA\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"MOULTON\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 329-8862\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g22971\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1944-05-20\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2017 EAST MAIN ST\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"2017 EAST MAIN ST  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:29.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/3762\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETT\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SAYLOR\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 473-9756\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g23911\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1950-10-28\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1710 CRESENT DR.\"\n                        ],\n                        \"postalCode\": \"41139\",\n                        \"text\": \"1710 CRESENT DR.  FLATWOODS KY 41139 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:30.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/3859\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETH\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"LEAVITT\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-3627\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g24571\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1934-09-03\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"518 VIRGINIA ST WW\"\n                        ],\n                        \"postalCode\": \"411010000\",\n                        \"text\": \"518 VIRGINIA ST WW  ASHLAND KY 411010000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:41.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/4946\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEE\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"OLIVA\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 325-1870\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g30801\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1920-09-07\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2705 BUTLER ST\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"2705 BUTLER ST  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:45.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/5288\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"TANEKA\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"JANES\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 325-0848\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 831-0312\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g32941\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1977-07-25\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2229 DONTA RD.\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"2229 DONTA RD.  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:46.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/5437\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLA\",\n                            \"N\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"TOLER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-8977\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g33821\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1997-04-14\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"RUSH\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"706 N ST HWY 207\"\n                        ],\n                        \"postalCode\": \"41168\",\n                        \"text\": \"706 N ST HWY 207  RUSH KY 41168 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:06:51.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/5926\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEAN\",\n                            \"D\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"TUGGLE\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 474-9757\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g37151\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1963-07-22\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CATLETTSBURG\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"15734 ST ROUTE 3\"\n                        ],\n                        \"postalCode\": \"411290000\",\n                        \"text\": \"15734 ST ROUTE 3  CATLETTSBURG KY 411290000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:02.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/6699\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANET\",\n                            \"T\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"ANTONIO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 922-7100\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 928-5617\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g43201\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1950-09-24\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FRANKLIN FURNACE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2721 BACK RD\"\n                        ],\n                        \"postalCode\": \"456290000\",\n                        \"text\": \"2721 BACK RD  FRANKLIN FURNACE OH 456290000 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:03.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/6748\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANE\",\n                            \"M\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"RUNYAN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 354-9334\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g43521\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1955-06-09\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2819 13TH ST\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"2819 13TH ST  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:13.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/93\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLE\",\n                            \"M\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"HEDGEPETH\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 329-1124\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g48231\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1979-05-27\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"IRONTON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2052 STATE ROUTE 243\"\n                        ],\n                        \"postalCode\": \"45638\",\n                        \"text\": \"2052 STATE ROUTE 243  IRONTON OH 45638 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:13.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/148\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\",\n                            \"K\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"MOTEN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 547-4084\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g48481\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1971-01-28\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"KITTS HILL\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"873 COUNTY ROAD 19\"\n                        ],\n                        \"postalCode\": \"456450000\",\n                        \"text\": \"873 COUNTY ROAD 19  KITTS HILL OH 456450000 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:20.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/1344\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELL\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SUBER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 533-2622\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g52501\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1955-02-21\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"5831 BYBEE ROAD\"\n                        ],\n                        \"postalCode\": \"411020000\",\n                        \"text\": \"5831 BYBEE ROAD  ASHLAND KY 411020000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:23.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/1874\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEL\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"DARROW\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 928-6836\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g54111\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1942-07-11\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CATLETTSBURG\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"318 MITCHELL ST\"\n                        ],\n                        \"postalCode\": \"411290000\",\n                        \"text\": \"318 MITCHELL ST  CATLETTSBURG KY 411290000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:29.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/2822\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEEN\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"WINGO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 739-0555\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g57601\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1912-07-04\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1860 BRUSHY RD\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"1860 BRUSHY RD  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:37.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/4004\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEY\",\n                            \"D\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SCUDDER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 498-1061\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 932-6864\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g62531\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1980-05-23\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GREENUP\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"2043 HORN HOLLOW RD\"\n                        ],\n                        \"postalCode\": \"411440000\",\n                        \"text\": \"2043 HORN HOLLOW RD  GREENUP KY 411440000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:37.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/4066\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANENE\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"TOUSSAINT\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 398-5434\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g62881\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1996-04-20\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ARGILLITE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"41 SILVIE HOLLOW\"\n                        ],\n                        \"postalCode\": \"411210000\",\n                        \"text\": \"41 SILVIE HOLLOW  ARGILLITE KY 411210000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:41.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/4527\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTA\",\n                            \"R\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"CALVILLO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g65021\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1988-08-24\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"506 9TH ST APT  # 608\"\n                        ],\n                        \"postalCode\": \"411010000\",\n                        \"text\": \"506 9TH ST APT  # 608  ASHLAND KY 411010000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:43.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/4707\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANESSA\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"THOMA\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 324-3548\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g65731\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1939-08-01\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"PO BOX 841\"\n                        ],\n                        \"postalCode\": \"41139\",\n                        \"text\": \"PO BOX 841  FLATWOODS KY 41139 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:44.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/4998\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETT\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"ANTON\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-3754\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g66671\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1956-09-18\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"RUSSELL\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"345  SHORT WHITE OAK RD\"\n                        ],\n                        \"postalCode\": \"411690000\",\n                        \"text\": \"345  SHORT WHITE OAK RD  RUSSELL KY 411690000 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-01-31T10:07:45.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/5171\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETH\",\n                            \"R\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"PRENDERGAST\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 388-4196\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330-6855\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g67331\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1961-04-01\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"ASHLAND\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"4508 BLACKBURN ABE\"\n                        ],\n                        \"postalCode\": \"41101\",\n                        \"text\": \"4508 BLACKBURN ABE  ASHLAND KY 41101 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-02-13T09:45:06.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/7373\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEE\",\n                            \"J\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BONO\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 324-0123\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 585-7899\"\n                    }\n                ],\n                \"id\": \"g73480\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1949-08-07\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"FLATWOODS\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1905 BAILEY LANE\"\n                        ],\n                        \"postalCode\": \"41139\",\n                        \"text\": \"1905 BAILEY LANE  FLATWOODS KY 41139 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-03-03T15:32:17.000-05:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/7487\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANELLA\",\n                            \"S\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"NIEMAN\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 836-2403\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 207-1321\"\n                    }\n                ],\n                \"id\": \"g73597\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1954-05-23\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"GRAYSON\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"185 STATE HIGHWAY 1959\"\n                        ],\n                        \"postalCode\": \"41143\",\n                        \"text\": \"185 STATE HIGHWAY 1959  GRAYSON KY 41143 US\",\n                        \"state\": \"KY\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-07-01T08:45:40.000-04:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/7982\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANET\",\n                            \"K\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BEAUDETTE\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 475-1562\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 286-5354\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 316-2455\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"shaunkwhitt@gmail.com\"\n                    }\n                ],\n                \"id\": \"g74093\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1985-05-30\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"PEDRO\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"1475 TOWNSHIP ROAD 199\"\n                        ],\n                        \"postalCode\": \"45659\",\n                        \"text\": \"1475 TOWNSHIP ROAD 199  PEDRO OH 45659 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2014-09-16T10:26:33.000-04:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/8331\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETTE\",\n                            \"L\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"HEPNER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 442-4128\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    }\n                ],\n                \"id\": \"g74442\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1988-10-03\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"SOUTH POINT\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"60 PRIVATE DRIVE 141\"\n                        ],\n                        \"postalCode\": \"45680\",\n                        \"text\": \"60 PRIVATE DRIVE 141  SOUTH POINT OH 45680 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"female\",\n                \"meta\": {\n                    \"lastUpdated\": \"2015-03-17T09:22:19.000-04:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/9153\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEY\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"BRASHEARS\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 479-2468\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 377-2756\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 377-2468\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"krissymarie@zoominternet.net\"\n                    }\n                ],\n                \"id\": \"g75267\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1989-03-28\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"CONWAY\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"36 MOUNTAIN VIEW ROAD\"\n                        ],\n                        \"postalCode\": \"72034-9694\",\n                        \"text\": \"36 MOUNTAIN VIEW ROAD  CONWAY AR 72034-9694 US\",\n                        \"state\": \"AR\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2015-06-01T10:24:08.000-04:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/9444\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANETH\",\n                            \"A\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"OHLER\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 514-8992\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"(330) 367-0939\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"(330) 514-8992\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"clayton.fisher@tankspecialists.com\"\n                    }\n                ],\n                \"id\": \"g75560\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1984-06-19\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"WILLOW WOOD\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"14952 STATE ROUTE 775\"\n                        ],\n                        \"postalCode\": \"45696\",\n                        \"text\": \"14952 STATE ROUTE 775  WILLOW WOOD OH 45696 US\",\n                        \"state\": \"OH\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"male\",\n                \"meta\": {\n                    \"lastUpdated\": \"2015-08-31T10:03:04.000-04:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/9881\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANEE\",\n                            \"E\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SHUTTLEWORTH\"\n                    }\n                ],\n                \"active\": true,\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(330) 643-2149\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"work\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"mobile\",\n                        \"value\": \"330\"\n                    },\n                    {\n                        \"system\": \"email\",\n                        \"use\": \"home\",\n                        \"value\": \"kimwilson324@yahoo.com\"\n                    }\n                ],\n                \"id\": \"g76000\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"ONESELF\",\n                            \"display\": \"self\"\n                        }\n                    ]\n                },\n                \"birthDate\": \"1958-04-29\",\n                \"resourceType\": \"RelatedPerson\"\n            }\n        },\n        {\n            \"resource\": {\n                \"identifier\": [\n                    {\n                        \"use\": \"secondary\"\n                    },\n                    {\n                        \"type\": {\n                            \"text\": \"Related Person Type\"\n                        },\n                        \"value\": \"guarantor\"\n                    }\n                ],\n                \"address\": [\n                    {\n                        \"country\": \"US\",\n                        \"city\": \"JACKSONVILLE\",\n                        \"use\": \"home\",\n                        \"line\": [\n                            \"45 DONE AVE\"\n                        ],\n                        \"postalCode\": \"321456\",\n                        \"text\": \"45 DONE AVE  JACKSONVILLE FL 321456 US\",\n                        \"state\": \"FL\",\n                        \"type\": \"physical\"\n                    }\n                ],\n                \"gender\": \"other\",\n                \"meta\": {\n                    \"lastUpdated\": \"2017-08-29T15:05:14.000-04:00\"\n                },\n                \"patient\": {\n                    \"reference\": \"Patient/20007\"\n                },\n                \"name\": [\n                    {\n                        \"given\": [\n                            \"JANE\"\n                        ],\n                        \"use\": \"usual\",\n                        \"family\": \"SMITH\"\n                    }\n                ],\n                \"active\": true,\n                \"id\": \"g76158\",\n                \"relationship\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"O\",\n                            \"display\": \"Other\"\n                        }\n                    ]\n                },\n                \"resourceType\": \"RelatedPerson\"\n            }\n        }\n    ],\n    \"total\": 38,\n    \"resourceType\": \"Bundle\"\n}"}],"_postman_id":"5ec1bfa3-0f6a-43b0-b98b-f04277cbc6e4"},{"name":"Create a new related person","id":"44b7f961-e4ec-ce44-5eea-a4d37d5f5410","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n<p>POST operations to this endpoint shall NOT include an ID.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","RelatedPerson"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"94f2d6c0-bc38-32a7-7d8d-445b07eb67bd","name":"Create a new related person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"type\": {\n                \"text\": \"Related Person Type\"\n            },\n            \"value\": \"policyholder\"\n        }\n    ],\n    \"period\": {\n        \"end\": \"2020-10-10T00:00:00-04:00\"\n    },\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"Testington Falls\",\n            \"use\": \"home\",\n            \"line\": [\n                \"RINXIF123456789012\"\n            ],\n            \"postalCode\": \"11111\",\n            \"text\": \"1234 Testington Falls AA 11111 US\",\n            \"state\": \"AA\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"1980-01-01\",\n    \"meta\": {\n        \"lastUpdated\": \"2022-04-27T03:01:59.000-04:00\"\n    },\n    \"patient\": {\n        \"reference\": \"Patient/123\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"FIRSTNAME\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"LASTNAME\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(123) 456-7890\"\n        },\n        {\n            \"system\": \"email\",\n            \"use\": \"home\",\n            \"value\": \"test@123.com\"\n        }\n    ],\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"ONESELF\",\n                \"display\": \"Self\"\n            }\n        ]\n    },\n    \"resourceType\": \"RelatedPerson\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":"","enabled":true,"type":"text"},{"key":"Content-Disposition","value":"inline;","description":"","enabled":true,"type":"text"},{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Date","value":"Thu, 07 Jun 2018 13:14:13 GMT","description":"","enabled":true,"type":"text"},{"key":"Location","value":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson/ph12601","description":"","enabled":true,"type":"text"},{"key":"Server","value":"nginx","description":"","enabled":true,"type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"diagnostics\": \"https://demo.openpracticesolutions.com/com/ops/opm/api/v2/fhir/RelatedPerson/ph184 successfully created!\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_CREATED\",\n                        \"display\": \"New resource created\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"44b7f961-e4ec-ce44-5eea-a4d37d5f5410"},{"name":"Update an existing related person","id":"4f7313bb-6be0-c7ac-4214-86f194b93d87","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson/{id}","description":"<p>The body of this operation should contain the complete JSON object for this resource.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","RelatedPerson","{id}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"f58d7ca6-723f-517a-148b-71151cb39248","name":"Update an existing related person","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"RelatedPerson\",\n  \"id\": \"g11111\",\n  \"identifier\": [ {\n    \"value\": \"guarantor\"\n  } ],\n  \"patient\": {\n    \"reference\": \"Patient/12345\",\n    \"type\": \"Patient\"\n  },\n  \"relationship\": [ {\n    \"coding\": [ {\n      \"code\": \"18\"\n    } ]\n  } ],\n  \"name\": [ {\n    \"use\": \"usual\",\n    \"family\": \"  test\",\n    \"given\": [ \"name\" ]\n  } ],\n  \"telecom\": [ {\n    \"system\": \"phone\",\n    \"value\": \"5555555555\",\n    \"use\": \"mobile\"\n  }, {\n    \"system\": \"email\",\n    \"value\": \"test@gmail.com\",\n    \"use\": \"home\"\n  } ],\n  \"gender\": \"female\",\n  \"birthDate\": \"2000-01-01\",\n  \"address\": [ {\n    \"use\": \"home\",\n    \"type\": \"postal\",\n    \"line\": [ \"123 Main ST\" ],\n    \"city\": \"CLEVELAND\",\n    \"state\": \"OH\",\n    \"postalCode\": \"84075\"\n  } ]\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson/g11111"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","type":"text","enabled":true,"name":"Connection","description":""},{"key":"Content-Disposition","value":"inline;","type":"text","enabled":true,"name":"Content-Disposition","description":""},{"key":"Content-Type","value":"application/json","type":"text","enabled":true,"name":"Content-Type","description":""},{"key":"Date","value":"Thu, 07 Jun 2018 14:32:23 GMT","type":"text","enabled":true,"name":"Date","description":""},{"key":"Last-Modified","value":"06/07/2018 &#149; 10:26 AM","type":"text","enabled":true,"name":"Last-Modified","description":""},{"key":"Server","value":"nginx","type":"text","enabled":true,"name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","type":"text","enabled":true,"name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"0","body":"{\n    \"issue\": [\n        {\n            \"severity\": \"information\",\n            \"code\": \"informational\",\n            \"details\": {\n                \"coding\": [\n                    {\n                        \"system\": \"http://hl7.org/fhir/operation-outcome\",\n                        \"code\": \"MSG_UPDATED\",\n                        \"display\": \"existing resource updated\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"resourceType\": \"OperationOutcome\"\n}"}],"_postman_id":"4f7313bb-6be0-c7ac-4214-86f194b93d87"}],"id":"f4a5041c-2b20-44d5-c8a0-f4a950b9d515","description":"<p>The FHIR RelatedPerson resource is intended to provide information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.</p>\n<p>RelatedPersons typically have a personal or non-healthcare-specific professional relationship to the patient. A RelatedPerson resource is primarily used for attribution of information, since RelatedPersons are often a source of information about the patient. For keeping information about people for contact purposes for a patient, use a Patient's Contact element. Some individuals may serve as both a Patient's Contact and a Related Person.</p>\n<p>Example RelatedPersons in PM:</p>\n<ul><li><div>A guarantor</div></li><li><div>A policy holder</div></li><li><div>An employer as policy holder</div></li></ul>\n\n<p>This resource is referenced by Account, Coverage, and Patient.</p>\n<p>The FHIR specification for this resource can be found at <a href=\"http://hl7.org/fhir/STU3/relatedperson.html\">http://hl7.org/fhir/STU3/relatedperson.html</a>.</p>\n<h2 id=\"extensions\">Extensions</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>URL</th>\n<th>Value Type</th>\n<th>Cardinality</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>use_paper_notification</td>\n<td>POST/PUT: Boolean  <br />GET: Boolean</td>\n<td>0..1</td>\n<td>When used in a POST/PUT, it will set the use of paper notification.</td>\n</tr>\n<tr>\n<td>use_email_notification</td>\n<td>POST/PUT: Boolean  <br />GET: Boolean</td>\n<td>0..1</td>\n<td>When used in a POST/PUT, it will set the use of email notification.</td>\n</tr>\n<tr>\n<td>use_text_notification</td>\n<td>POST/PUT: Boolean  <br />GET: Boolean</td>\n<td>0..1</td>\n<td>When used in a POST/PUT, it will set the use of text notification.</td>\n</tr>\n<tr>\n<td>use_voice_notification</td>\n<td>POST/PUT: Boolean  <br />GET: Boolean</td>\n<td>0..1</td>\n<td>When used in a POST/PUT, it will set the use of voice notification.</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Notable Exceptions</h2>\n\n<ul><li><p>IDs MUST be prefixed with certain designations, ensuring the user receives the proper resource.</p><ul><li><div><b>g</b> - Guarantor</div></li><li><div><b>ph</b> - Policy Holder</div></li><li><div><b>em</b> - Employer (billable as policy holder)</div></li></ul></li><li><p>When calling for a POST or PUT operation the user MUST supply one of the following identifers specifying the use of this resource.<br /></p><ul><li><div><b>guarantor</b> - Will create or update a guarantor.</div></li><li><div><b>policyholder</b> - Will create or update a policy holder.</div></li><li><div><b>employer </b>- Will create or update a billable employer</div></li></ul></li><li><div>When calling for a POST or PUT operation on a guarantor the user MAY supply one of the following uses to the identifier. If no use is supplied, the guarantor is assumed to be the default.<br /></div><ul><li><div><b>secondary</b> - Specifies a secondary guarantor.</div></li></ul></li></ul>","event":[{"listen":"prerequest","script":{"id":"e69d7147-35a6-4225-8bfb-21dc39c7de51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad199045-f603-4bf6-b441-5da932aa849c","type":"text/javascript","exec":[""]}}],"_postman_id":"f4a5041c-2b20-44d5-c8a0-f4a950b9d515"},{"name":"Examples","item":[{"name":"Registering a new patient","item":[{"name":"Create a new Patient resource","id":"9b76c275-a5d1-4150-ac02-d10c03586cf9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n            \"value\": \"123456789\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"SYRACUSE\",\n            \"use\": \"home\",\n            \"line\": [\n                \"123 DAVIS BLVD\"\n            ],\n            \"postalCode\": \"84075\",\n            \"text\": \"123 DAVIS BLVD  SYRACUSE UT 84075 US\",\n            \"state\": \"UT\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"2003-01-01\",\n    \"deceasedBoolean\": false,\n    \"contact\": [\n        {\n            \"address\": {\n                \"country\": \"US\",\n                \"city\": \"CLEVELAND\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"123 TEST ST\"\n                ],\n                \"postalCode\": \"44101\",\n                \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                \"state\": \"OH\",\n                \"type\": \"physical\"\n            },\n            \"gender\": \"male\",\n            \"name\": {\n                \"given\": [\n                    \"FIRST\",\n                    \"V\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"TEST\",\n                \"suffix\": [\n                    \"JR\"\n                ]\n            },\n            \"telecom\": [\n                {\n                    \"system\": \"phone\",\n                    \"use\": \"home\",\n                    \"value\": \"(555) 555-5555\"\n                }\n            ],\n            \"relationship\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"EP\",\n                            \"display\": \"Emergency contact person\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"generalPractitioner\": [\n        {\n            \"reference\": \"Practitioner/BOYAR\"\n        }\n    ],\n    \"name\": [\n        {\n            \"given\": [\n                \"KRISTOPHER\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(801) 555-5555\"\n        }\n    ],\n    \"communication\": [\n        {\n            \"language\": {\n                \"coding\": [\n                    {\n                        \"system\": \"urn:ietf:bcp:47\",\n                        \"code\": \"en\",\n                        \"display\": \"English\"\n                    }\n                ]\n            },\n            \"preferred\": true\n        }\n    ],\n    \"maritalStatus\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                \"code\": \"M\",\n                \"display\": \"Married\"\n            }\n        ]\n    },\n    \"resourceType\": \"Patient\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient","description":"<p>This operation will create a new patient resource in the system. The FHIR representation of that resource will return complete with ID if sucessful.</p>\n<p>This example assumes that the practitioner with ID BOYAR already exists in the system.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9226fb53-5f71-420d-99da-58ad2abd8859","name":"Create a new patient","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n            \"value\": \"123456789\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"SYRACUSE\",\n            \"use\": \"home\",\n            \"line\": [\n                \"123 DAVIS BLVD\"\n            ],\n            \"postalCode\": \"84075\",\n            \"text\": \"123 DAVIS BLVD  SYRACUSE UT 84075 US\",\n            \"state\": \"UT\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"2003-01-01\",\n    \"deceasedBoolean\": false,\n    \"contact\": [\n        {\n            \"address\": {\n                \"country\": \"US\",\n                \"city\": \"CLEVELAND\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"123 TEST ST\"\n                ],\n                \"postalCode\": \"44101\",\n                \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                \"state\": \"OH\",\n                \"type\": \"physical\"\n            },\n            \"gender\": \"male\",\n            \"name\": {\n                \"given\": [\n                    \"FIRST\",\n                    \"V\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"TEST\",\n                \"suffix\": [\n                    \"JR\"\n                ]\n            },\n            \"telecom\": [\n                {\n                    \"system\": \"phone\",\n                    \"use\": \"home\",\n                    \"value\": \"(555) 555-5555\"\n                }\n            ],\n            \"relationship\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"EP\",\n                            \"display\": \"Emergency contact person\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"generalPractitioner\": [\n        {\n            \"reference\": \"Practitioner/BOYAR\"\n        }\n    ],\n    \"name\": [\n        {\n            \"given\": [\n                \"KRISTOPHER\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(801) 555-5555\"\n        }\n    ],\n    \"communication\": [\n        {\n            \"language\": {\n                \"coding\": [\n                    {\n                        \"system\": \"urn:ietf:bcp:47\",\n                        \"code\": \"en\",\n                        \"display\": \"English\"\n                    }\n                ]\n            },\n            \"preferred\": true\n        }\n    ],\n    \"maritalStatus\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                \"code\": \"M\",\n                \"display\": \"Married\"\n            }\n        ]\n    },\n    \"resourceType\": \"Patient\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"identifier\": [\n        {\n            \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n            \"value\": \"123456789\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"SYRACUSE\",\n            \"use\": \"home\",\n            \"line\": [\n                \"123 DAVIS BLVD\"\n            ],\n            \"postalCode\": \"84075\",\n            \"text\": \"123 DAVIS BLVD  SYRACUSE UT 84075 US\",\n            \"state\": \"UT\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"active\": true,\n    \"birthDate\": \"2003-01-01\",\n    \"deceasedBoolean\": false,\n    \"contact\": [\n        {\n            \"address\": {\n                \"country\": \"US\",\n                \"city\": \"CLEVELAND\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"123 TEST ST\"\n                ],\n                \"postalCode\": \"44101\",\n                \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                \"state\": \"OH\",\n                \"type\": \"physical\"\n            },\n            \"gender\": \"male\",\n            \"name\": {\n                \"given\": [\n                    \"FIRST\",\n                    \"V\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"TEST\",\n                \"suffix\": [\n                    \"JR\"\n                ]\n            },\n            \"telecom\": [\n                {\n                    \"system\": \"phone\",\n                    \"use\": \"home\",\n                    \"value\": \"(555) 555-5555\"\n                }\n            ],\n            \"relationship\": [\n                {\n                    \"coding\": [\n                        {\n                            \"system\": \"http://hl7.org/fhir/v2/0131\",\n                            \"code\": \"EP\",\n                            \"display\": \"Emergency contact person\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"generalPractitioner\": [\n        {\n            \"reference\": \"Practitioner/BOYAR\"\n        }\n    ],\n    \"name\": [\n        {\n            \"given\": [\n                \"KRISTOPHER\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(801) 555-5555\"\n        }\n    ],\n    \"id\": \"20165\",\n    \"communication\": [\n        {\n            \"language\": {\n                \"coding\": [\n                    {\n                        \"system\": \"urn:ietf:bcp:47\",\n                        \"code\": \"en\",\n                        \"display\": \"English\"\n                    }\n                ]\n            },\n            \"preferred\": true\n        }\n    ],\n    \"maritalStatus\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                \"code\": \"M\",\n                \"display\": \"Married\"\n            }\n        ]\n    },\n    \"resourceType\": \"Patient\"\n}"}],"_postman_id":"9b76c275-a5d1-4150-ac02-d10c03586cf9"},{"name":"Create a new guarantor (RelatedPerson resource)","id":"88a9a514-40ec-4dd7-a847-da375eae5876","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"value\": \"guarantor\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"COLUMBUS\",\n            \"use\": \"home\",\n            \"line\": [\n                \"PO BOX 123\"\n            ],\n            \"postalCode\": \"43221-2550\",\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"patient\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"ERIC\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(614) 796-0330\"\n        }\n    ],\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"CHILD\",\n                \"display\": \"child\"\n            }\n        ]\n    },\n    \"birthDate\": \"2000-01-01\",\n    \"resourceType\": \"RelatedPerson\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson","description":"<p>This operation will create a new guarantor (RelatedPerson Resource) in the system. The FHIR representation of that resource will return complete with ID if successful.</p>\n<p>This RelatedPerson will be linked to the patient created above.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","RelatedPerson"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"62f28374-728d-461a-ab3d-3ff599f4ed33","name":"Create a new guarantor","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"value\": \"guarantor\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"COLUMBUS\",\n            \"use\": \"home\",\n            \"line\": [\n                \"PO BOX 123\"\n            ],\n            \"postalCode\": \"43221-2550\",\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"patient\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"ERIC\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(614) 796-0330\"\n        }\n    ],\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"CHILD\",\n                \"display\": \"child\"\n            }\n        ]\n    },\n    \"birthDate\": \"2000-01-01\",\n    \"resourceType\": \"RelatedPerson\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"identifier\": [\n        {\n            \"value\": \"guarantor\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"COLUMBUS\",\n            \"use\": \"home\",\n            \"line\": [\n                \"PO BOX 123\"\n            ],\n            \"postalCode\": \"43221-2550\",\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"patient\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"ERIC\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(614) 796-0330\"\n        }\n    ],\n    \"id\": \"g12601\",\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"CHILD\",\n                \"display\": \"child\"\n            }\n        ]\n    },\n    \"birthDate\": \"2000-01-01\",\n    \"resourceType\": \"RelatedPerson\"\n}"}],"_postman_id":"88a9a514-40ec-4dd7-a847-da375eae5876"},{"name":"Create a new policy holder (RelatedPerson resource)","id":"bee49ec1-d861-426b-b520-d017a1d96a4b","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"value\": \"policyholder\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"COLUMBUS\",\n            \"use\": \"home\",\n            \"line\": [\n                \"PO BOX 123\"\n            ],\n            \"postalCode\": \"43221-2550\",\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"patient\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"ERIC\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(614) 796-0330\"\n        }\n    ],\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"CHILD\",\n                \"display\": \"child\"\n            }\n        ]\n    },\n    \"birthDate\": \"2000-01-01\",\n    \"resourceType\": \"RelatedPerson\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson","description":"<p>This operation will create a new policy holder (RelatedPerson Resource) in the system. The FHIR representation of that resource will return complete with ID if successful.</p>\n<p>This RelatedPerson will be linked to the patient created above.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","RelatedPerson"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"5f021925-ec11-45a9-b502-bcfa0dd7ee44","name":"Create a new policy holder","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"identifier\": [\n        {\n            \"value\": \"policyholder\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"COLUMBUS\",\n            \"use\": \"home\",\n            \"line\": [\n                \"PO BOX 123\"\n            ],\n            \"postalCode\": \"43221-2550\",\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"patient\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"ERIC\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(614) 796-0330\"\n        }\n    ],\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"CHILD\",\n                \"display\": \"child\"\n            }\n        ]\n    },\n    \"birthDate\": \"2000-01-01\",\n    \"resourceType\": \"RelatedPerson\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/RelatedPerson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"identifier\": [\n        {\n            \"value\": \"policyholder\"\n        }\n    ],\n    \"address\": [\n        {\n            \"country\": \"US\",\n            \"city\": \"COLUMBUS\",\n            \"use\": \"home\",\n            \"line\": [\n                \"PO BOX 123\"\n            ],\n            \"postalCode\": \"43221-2550\",\n            \"text\": \"PO BOX 123  COLUMBUS OH 43221-2550 US\",\n            \"state\": \"OH\",\n            \"type\": \"physical\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"patient\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": [\n        {\n            \"given\": [\n                \"ERIC\"\n            ],\n            \"use\": \"usual\",\n            \"family\": \"JENSEN\"\n        }\n    ],\n    \"active\": true,\n    \"telecom\": [\n        {\n            \"system\": \"phone\",\n            \"use\": \"home\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"work\",\n            \"value\": \"(614) 796-0330\"\n        },\n        {\n            \"system\": \"phone\",\n            \"use\": \"mobile\",\n            \"value\": \"(614) 796-0330\"\n        }\n    ],\n    \"id\": \"ph12601\",\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                \"code\": \"CHILD\",\n                \"display\": \"child\"\n            }\n        ]\n    },\n    \"birthDate\": \"2000-01-01\",\n    \"resourceType\": \"RelatedPerson\"\n}"}],"_postman_id":"bee49ec1-d861-426b-b520-d017a1d96a4b"},{"name":"Create a new Coverage resource","id":"383ee490-48d3-4dc3-9691-e609adf95216","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"subscriber\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"payor\": [\n        {\n            \"reference\": \"Organization/102\"\n        }\n    ],\n    \"beneficiary\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"subscriberId\": \"123456798\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                \"code\": \"pay\",\n                \"display\": \"Pay\"\n            }\n        ]\n    },\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                \"code\": \"child\",\n                \"display\": \"Child\"\n            }\n        ]\n    },\n    \"grouping\": {\n        \"groupDisplay\": \"TEST GROUP\",\n        \"class\": \"Copay\",\n        \"classDisplay\": \"0.0\",\n        \"group\": \"123456ABCD\"\n    },\n    \"resourceType\": \"Coverage\",\n    \"status\": \"active\",\n    \"policyHolder\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"order\": 2\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage","description":"<p>This operation will create a new coverage in the system. The FHIR representation of that resource will return complete with ID if successful.</p>\n<p>This coverage resource represents the linkage between all of the resources created in the above examples. Any references made in the body of this example are assumed created.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Coverage"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"95499dbd-d058-42d5-87f9-0dd42fbb708e","name":"Create a new coverage","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"subscriber\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"payor\": [\n        {\n            \"reference\": \"Organization/102\"\n        }\n    ],\n    \"beneficiary\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"subscriberId\": \"123456798\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                \"code\": \"pay\",\n                \"display\": \"Pay\"\n            }\n        ]\n    },\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                \"code\": \"child\",\n                \"display\": \"Child\"\n            }\n        ]\n    },\n    \"grouping\": {\n        \"groupDisplay\": \"TEST GROUP\",\n        \"class\": \"Copay\",\n        \"classDisplay\": \"0.0\",\n        \"group\": \"123456ABCD\"\n    },\n    \"resourceType\": \"Coverage\",\n    \"status\": \"active\",\n    \"policyHolder\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"order\": 2\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Coverage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"subscriber\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"payor\": [\n        {\n            \"reference\": \"Organization/102\"\n        }\n    ],\n    \"beneficiary\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"subscriberId\": \"123456798\",\n    \"id\": \"12601\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/v3/ActCode\",\n                \"code\": \"pay\",\n                \"display\": \"Pay\"\n            }\n        ]\n    },\n    \"relationship\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/policyholder-relationship\",\n                \"code\": \"child\",\n                \"display\": \"Child\"\n            }\n        ]\n    },\n    \"grouping\": {\n        \"groupDisplay\": \"TEST GROUP\",\n        \"class\": \"Copay\",\n        \"classDisplay\": \"0.0\",\n        \"group\": \"123456ABCD\"\n    },\n    \"resourceType\": \"Coverage\",\n    \"status\": \"active\",\n    \"policyHolder\": {\n        \"reference\": \"RelatedPerson/ph12601\"\n    },\n    \"order\": 2\n}"}],"_postman_id":"383ee490-48d3-4dc3-9691-e609adf95216"},{"name":"Create a new Account resource","id":"18647520-f519-47c8-a0dc-117128e52bc0","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"coverage\": [\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12602\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 2\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 2\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12602\"\n            },\n            \"priority\": 2\n        }\n    ],\n    \"balance\": {\n        \"value\": 0\n    },\n    \"subject\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": \"KRISTOPHER JENSEN\",\n    \"guarantor\": [\n        {\n            \"party\": {\n                \"reference\": \"Patient/20165\"\n            }\n        },\n        {\n            \"party\": {\n                \"reference\": \"Patient/20019\"\n            }\n        }\n    ],\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                \"code\": \"PBILLACCT\",\n                \"display\": \"patient billing account\"\n            }\n        ]\n    },\n    \"resourceType\": \"Account\",\n    \"status\": \"active\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account","description":"<p>This operation will create a new account in the system. The FHIR representation of that resource will return complete with ID if sucessful.</p>\n<p>This account resource represents the linkage between all of the resources created in the above examples. Any references made in the body of this example are assumed created.</p>\n<p>This account is the final resource of this patient registration. It will become the best starting point to traverse the resource tree as it relates to this patient.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Account"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"12f00a3c-cccd-44d7-b217-8b710d7a8580","name":"Create a new account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"coverage\": [\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12602\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 2\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 2\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12602\"\n            },\n            \"priority\": 2\n        }\n    ],\n    \"balance\": {\n        \"value\": 0\n    },\n    \"subject\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": \"KRISTOPHER JENSEN\",\n    \"guarantor\": [\n        {\n            \"party\": {\n                \"reference\": \"Patient/20165\"\n            }\n        },\n        {\n            \"party\": {\n                \"reference\": \"Patient/20019\"\n            }\n        }\n    ],\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                \"code\": \"PBILLACCT\",\n                \"display\": \"patient billing account\"\n            }\n        ]\n    },\n    \"resourceType\": \"Account\",\n    \"status\": \"active\"\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"coverage\": [\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12602\"\n            },\n            \"priority\": 1\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12600\"\n            },\n            \"priority\": 2\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12601\"\n            },\n            \"priority\": 2\n        },\n        {\n            \"coverage\": {\n                \"reference\": \"Coverage/12602\"\n            },\n            \"priority\": 2\n        }\n    ],\n    \"balance\": {\n        \"value\": 0\n    },\n    \"subject\": {\n        \"reference\": \"Patient/20165\"\n    },\n    \"name\": \"KRISTOPHER JENSEN\",\n    \"guarantor\": [\n        {\n            \"party\": {\n                \"reference\": \"Patient/20165\"\n            }\n        },\n        {\n            \"party\": {\n                \"reference\": \"Patient/20019\"\n            }\n        }\n    ],\n    \"id\": \"20165\",\n    \"type\": {\n        \"coding\": [\n            {\n                \"system\": \"http://hl7.org/fhir/ValueSet/account-type\",\n                \"code\": \"PBILLACCT\",\n                \"display\": \"patient billing account\"\n            }\n        ]\n    },\n    \"resourceType\": \"Account\",\n    \"status\": \"active\"\n}"}],"_postman_id":"18647520-f519-47c8-a0dc-117128e52bc0"}],"id":"f1ed8109-5bcb-47e8-8c8d-5056737f3850","description":"<p>Below are the series of calls a user should make to register a new patient. </p>\n<p>This patient will be complete with demographics and insurance information.</p>\n<p>Some reference objects are created in the below examples. If a reference is made to an object not outlined in these examples, assume it exists.</p>\n","event":[{"listen":"prerequest","script":{"id":"e3bdc692-cace-45ce-8f54-73eeb78c0780","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4ea77bd1-1611-4481-8c0a-1b9182f3015d","type":"text/javascript","exec":[""]}}],"_postman_id":"f1ed8109-5bcb-47e8-8c8d-5056737f3850"},{"name":"Updating a patient from a kiosk","item":[{"name":"Patient searches for their record","id":"b54ff5a9-17e4-4cae-99a4-577017e65f77","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient?given=kristopher&family=jensen&birthdate=2003-01-01","description":"<p>The first thing the patient does is search for their record by entering their first name, last name and date of birth.</p>\n<p>The patient finds their record and proceeds to update it.</p>\n<p>In this example only one result is returned. Each implementation will want to handle multiple results in their own way.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient"],"host":["{{hostname}}"],"query":[{"key":"given","value":"kristopher"},{"key":"family","value":"jensen"},{"key":"birthdate","value":"2003-01-01"}],"variable":[]}},"response":[{"id":"9a14f954-bd53-48d9-adec-0c721d3d3155","name":"Patient searches for their record","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":{"raw":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient?given=kristopher&family=jensen&birthdate=2003-01-01","protocol":"https","host":["{{hostname}}"],"path":["com/ops/opm/api/v2/fhir","Patient"],"query":[{"key":"given","value":"kristopher"},{"key":"family","value":"jensen"},{"key":"birthdate","value":"2003-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"entry\": [\r\n       {\r\n           \"resource\": {\r\n               \"identifier\": [\r\n                   {\r\n                       \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\r\n                       \"value\": \"123456789\"\r\n                   }\r\n               ],\r\n               \"address\": [\r\n                   {\r\n                       \"country\": \"US\",\r\n                       \"city\": \"SYRACUSE\",\r\n                       \"use\": \"home\",\r\n                       \"line\": [\r\n                           \"123 DAVIS BLVD\"\r\n                       ],\r\n                       \"postalCode\": \"84075\",\r\n                       \"text\": \"123 DAVIS BLVD  SYRACUSE UT 84075 US\",\r\n                       \"state\": \"UT\",\r\n                       \"type\": \"physical\"\r\n                   }\r\n               ],\r\n               \"gender\": \"male\",\r\n               \"active\": true,\r\n               \"birthDate\": \"2003-01-01\",\r\n               \"deceasedBoolean\": false,\r\n               \"contact\": [\r\n                   {\r\n                       \"address\": {\r\n                           \"country\": \"US\",\r\n                           \"city\": \"CLEVELAND\",\r\n                           \"use\": \"home\",\r\n                           \"line\": [\r\n                               \"123 TEST ST\"\r\n                           ],\r\n                           \"postalCode\": \"44101\",\r\n                           \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\r\n                           \"state\": \"OH\",\r\n                           \"type\": \"physical\"\r\n                       },\r\n                       \"gender\": \"male\",\r\n                       \"name\": {\r\n                           \"given\": [\r\n                               \"FIRST\",\r\n                               \"V\"\r\n                           ],\r\n                           \"use\": \"usual\",\r\n                           \"family\": \"TEST\",\r\n                           \"suffix\": [\r\n                               \"JR\"\r\n                           ]\r\n                       },\r\n                       \"telecom\": [\r\n                           {\r\n                               \"system\": \"phone\",\r\n                               \"use\": \"home\",\r\n                               \"value\": \"(555) 555-5555\"\r\n                           }\r\n                       ],\r\n                       \"relationship\": [\r\n                           {\r\n                               \"coding\": [\r\n                                   {\r\n                                       \"system\": \"http://hl7.org/fhir/v2/0131\",\r\n                                       \"code\": \"EP\",\r\n                                       \"display\": \"Emergency contact person\"\r\n                                   }\r\n                               ]\r\n                           }\r\n                       ]\r\n                   }\r\n               ],\r\n               \"generalPractitioner\": [\r\n                   {\r\n                       \"reference\": \"Practitioner/BOYAR\"\r\n                   }\r\n               ],\r\n               \"name\": [\r\n                   {\r\n                       \"given\": [\r\n                           \"KRISTOPHER\"\r\n                       ],\r\n                       \"use\": \"usual\",\r\n                       \"family\": \"JENSEN\"\r\n                   }\r\n               ],\r\n               \"telecom\": [\r\n                   {\r\n                       \"system\": \"phone\",\r\n                       \"use\": \"home\",\r\n                       \"value\": \"(801) 555-5555\"\r\n                   }\r\n               ],\r\n               \"id\": \"20165\",\r\n               \"communication\": [\r\n                   {\r\n                       \"language\": {\r\n                           \"coding\": [\r\n                               {\r\n                                   \"system\": \"urn:ietf:bcp:47\",\r\n                                   \"code\": \"en\",\r\n                                   \"display\": \"English\"\r\n                               }\r\n                           ]\r\n                       },\r\n                       \"preferred\": true\r\n                   }\r\n               ],\r\n               \"maritalStatus\": {\r\n                   \"coding\": [\r\n                       {\r\n                           \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\r\n                           \"code\": \"M\",\r\n                           \"display\": \"Married\"\r\n                       }\r\n                   ]\r\n               },\r\n               \"resourceType\": \"Patient\"\r\n           }\r\n       }\r\n   ],\r\n   \"total\": 1,\r\n   \"resourceType\": \"Bundle\"\r\n}"}],"_postman_id":"b54ff5a9-17e4-4cae-99a4-577017e65f77"},{"name":"Patient updates their record","id":"37dec278-c24c-4ce5-9e9d-44ec22dcb546","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"resource\": {\n        \"identifier\": [\n            {\n                \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                \"value\": \"123456789\"\n            }\n        ],\n        \"address\": [\n            {\n                \"country\": \"US\",\n                \"city\": \"SYRACUSE\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"124 DAVIS BLVD\"\n                ],\n                \"postalCode\": \"84075\",\n                \"text\": \"124 DAVIS BLVD  SYRACUSE UT 84075 US\",\n                \"state\": \"UT\",\n                \"type\": \"physical\"\n            }\n        ],\n        \"gender\": \"male\",\n        \"active\": true,\n        \"birthDate\": \"2003-01-01\",\n        \"deceasedBoolean\": false,\n        \"contact\": [\n            {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"CLEVELAND\",\n                    \"use\": \"home\",\n                    \"line\": [\n                        \"123 TEST ST\"\n                    ],\n                    \"postalCode\": \"44101\",\n                    \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"gender\": \"male\",\n                \"name\": {\n                    \"given\": [\n                        \"FIRST\",\n                        \"V\"\n                    ],\n                    \"use\": \"usual\",\n                    \"family\": \"TEST\",\n                    \"suffix\": [\n                        \"JR\"\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(555) 555-5555\"\n                    }\n                ],\n                \"relationship\": [\n                    {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                \"code\": \"EP\",\n                                \"display\": \"Emergency contact person\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"generalPractitioner\": [\n            {\n                \"reference\": \"Practitioner/BOYAR\"\n            }\n        ],\n        \"name\": [\n            {\n                \"given\": [\n                    \"KRISTOPHER\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"JENSEN\"\n            }\n        ],\n        \"telecom\": [\n            {\n                \"system\": \"phone\",\n                \"use\": \"home\",\n                \"value\": \"(801) 555-5555\"\n            }\n        ],\n        \"id\": \"20165\",\n        \"communication\": [\n            {\n                \"language\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"urn:ietf:bcp:47\",\n                            \"code\": \"en\",\n                            \"display\": \"English\"\n                        }\n                    ]\n                },\n                \"preferred\": true\n            }\n        ],\n        \"maritalStatus\": {\n            \"coding\": [\n                {\n                    \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                    \"code\": \"M\",\n                    \"display\": \"Married\"\n                }\n            ]\n        },\n        \"resourceType\": \"Patient\"\n    }\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/20165","description":"<p>The patient updates the record returned above using the kiosk. In this example, the patient moved across the street and updated their address to reflect that.</p>\n<p>Once they have finished data entry, the kiosk makes the following call.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient","20165"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"10e83aa2-afb9-400e-aa78-66f5475ec72e","name":"Patient updates their record","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The authorization bearer required to make a request."},{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n    \"resource\": {\n        \"identifier\": [\n            {\n                \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                \"value\": \"123456789\"\n            }\n        ],\n        \"address\": [\n            {\n                \"country\": \"US\",\n                \"city\": \"SYRACUSE\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"124 DAVIS BLVD\"\n                ],\n                \"postalCode\": \"84075\",\n                \"text\": \"124 DAVIS BLVD  SYRACUSE UT 84075 US\",\n                \"state\": \"UT\",\n                \"type\": \"physical\"\n            }\n        ],\n        \"gender\": \"male\",\n        \"active\": true,\n        \"birthDate\": \"2003-01-01\",\n        \"deceasedBoolean\": false,\n        \"contact\": [\n            {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"CLEVELAND\",\n                    \"use\": \"home\",\n                    \"line\": [\n                        \"123 TEST ST\"\n                    ],\n                    \"postalCode\": \"44101\",\n                    \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"gender\": \"male\",\n                \"name\": {\n                    \"given\": [\n                        \"FIRST\",\n                        \"V\"\n                    ],\n                    \"use\": \"usual\",\n                    \"family\": \"TEST\",\n                    \"suffix\": [\n                        \"JR\"\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(555) 555-5555\"\n                    }\n                ],\n                \"relationship\": [\n                    {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                \"code\": \"EP\",\n                                \"display\": \"Emergency contact person\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"generalPractitioner\": [\n            {\n                \"reference\": \"Practitioner/BOYAR\"\n            }\n        ],\n        \"name\": [\n            {\n                \"given\": [\n                    \"KRISTOPHER\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"JENSEN\"\n            }\n        ],\n        \"telecom\": [\n            {\n                \"system\": \"phone\",\n                \"use\": \"home\",\n                \"value\": \"(801) 555-5555\"\n            }\n        ],\n        \"id\": \"20165\",\n        \"communication\": [\n            {\n                \"language\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"urn:ietf:bcp:47\",\n                            \"code\": \"en\",\n                            \"display\": \"English\"\n                        }\n                    ]\n                },\n                \"preferred\": true\n            }\n        ],\n        \"maritalStatus\": {\n            \"coding\": [\n                {\n                    \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                    \"code\": \"M\",\n                    \"display\": \"Married\"\n                }\n            ]\n        },\n        \"resourceType\": \"Patient\"\n    }\n}"},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient/20165"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"resource\": {\n        \"identifier\": [\n            {\n                \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n                \"value\": \"123456789\"\n            }\n        ],\n        \"address\": [\n            {\n                \"country\": \"US\",\n                \"city\": \"SYRACUSE\",\n                \"use\": \"home\",\n                \"line\": [\n                    \"124 DAVIS BLVD\"\n                ],\n                \"postalCode\": \"84075\",\n                \"text\": \"124 DAVIS BLVD  SYRACUSE UT 84075 US\",\n                \"state\": \"UT\",\n                \"type\": \"physical\"\n            }\n        ],\n        \"gender\": \"male\",\n        \"active\": true,\n        \"birthDate\": \"2003-01-01\",\n        \"deceasedBoolean\": false,\n        \"contact\": [\n            {\n                \"address\": {\n                    \"country\": \"US\",\n                    \"city\": \"CLEVELAND\",\n                    \"use\": \"home\",\n                    \"line\": [\n                        \"123 TEST ST\"\n                    ],\n                    \"postalCode\": \"44101\",\n                    \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n                    \"state\": \"OH\",\n                    \"type\": \"physical\"\n                },\n                \"gender\": \"male\",\n                \"name\": {\n                    \"given\": [\n                        \"FIRST\",\n                        \"V\"\n                    ],\n                    \"use\": \"usual\",\n                    \"family\": \"TEST\",\n                    \"suffix\": [\n                        \"JR\"\n                    ]\n                },\n                \"telecom\": [\n                    {\n                        \"system\": \"phone\",\n                        \"use\": \"home\",\n                        \"value\": \"(555) 555-5555\"\n                    }\n                ],\n                \"relationship\": [\n                    {\n                        \"coding\": [\n                            {\n                                \"system\": \"http://hl7.org/fhir/v2/0131\",\n                                \"code\": \"EP\",\n                                \"display\": \"Emergency contact person\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"generalPractitioner\": [\n            {\n                \"reference\": \"Practitioner/BOYAR\"\n            }\n        ],\n        \"name\": [\n            {\n                \"given\": [\n                    \"KRISTOPHER\"\n                ],\n                \"use\": \"usual\",\n                \"family\": \"JENSEN\"\n            }\n        ],\n        \"telecom\": [\n            {\n                \"system\": \"phone\",\n                \"use\": \"home\",\n                \"value\": \"(801) 555-5555\"\n            }\n        ],\n        \"id\": \"20165\",\n        \"communication\": [\n            {\n                \"language\": {\n                    \"coding\": [\n                        {\n                            \"system\": \"urn:ietf:bcp:47\",\n                            \"code\": \"en\",\n                            \"display\": \"English\"\n                        }\n                    ]\n                },\n                \"preferred\": true\n            }\n        ],\n        \"maritalStatus\": {\n            \"coding\": [\n                {\n                    \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n                    \"code\": \"M\",\n                    \"display\": \"Married\"\n                }\n            ]\n        },\n        \"resourceType\": \"Patient\"\n    }\n}"}],"_postman_id":"37dec278-c24c-4ce5-9e9d-44ec22dcb546"}],"id":"364091e9-adfc-43f1-bfec-a91b76e34590","description":"<p>This example mocks a kiosk user updating their demographics and the calls the kiosk makes to this API.</p>\n","_postman_id":"364091e9-adfc-43f1-bfec-a91b76e34590"}],"id":"4285c9af-d013-47bf-a679-cfe44c81cffd","description":"<p>See common use examples of this API below.</p>\n","_postman_id":"4285c9af-d013-47bf-a679-cfe44c81cffd"}],"id":"42a08b5e-457a-41a5-9a05-a09fee3df472","description":"<p>Below find a collection of FHIR resources supported by this API.</p>\n","event":[{"listen":"prerequest","script":{"id":"e0a66a9f-7298-4227-9b80-f3312f2fd50f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38ac41ac-9fc9-43f0-b1f8-94791c19bdcd","type":"text/javascript","exec":[""]}}],"_postman_id":"42a08b5e-457a-41a5-9a05-a09fee3df472"},{"name":"Search","item":[{"name":"Example Patient Search","id":"9f8df192-0c4f-4138-a74d-7713a472c049","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The authorization bearer required to make a request.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{hostname}}/com/ops/opm/api/v2/fhir/Patient?given=Jane&family=Doe","description":"<p>This example shows a search operation that would return a bundle of patients named Jane Doe.</p>\n","urlObject":{"protocol":"https","path":["com/ops/opm/api/v2/fhir","Patient"],"host":["{{hostname}}"],"query":[{"description":{"content":"<p>The given name of the patient(s) to search for.</p>\n","type":"text/plain"},"key":"given","value":"Jane"},{"description":{"content":"<p>The family name of the patient(s) to search for.</p>\n","type":"text/plain"},"key":"family","value":"Doe"}],"variable":[]}},"response":[],"_postman_id":"9f8df192-0c4f-4138-a74d-7713a472c049"}],"id":"138a46f6-0c10-40a4-9d3e-b6096e658861","description":"<p>Searching for resources is fundamental to the mechanics of FHIR. Search operations traverse through an existing set of resources filtering by parameters supplied to the search operation.</p>\n<p>This API follows the specification for search operations outlined by HL7 FHIR. That specification can be found at <a href=\"https://hl7.org/fhir/search.html\">https://hl7.org/fhir/search.html</a>.</p>\n<p>This API intends to implement as many of the search/result/type parameters as possible. Below, find what is supported at this time.</p>\n<table>\n<tr><th>Search Parameter Types</th><th>Parameters for all resources</th><th>Search result parameters</th></tr>\n<tr><td>Number</td><td>_id</td><td>_sort</td></tr>\n<tr><td>Date/DateTime</td><td>_lastUpdated</td><td></td></tr>\n<tr><td>String</td><td></td><td></td></tr>\n<tr><td>Token</td><td></td><td></td></tr>\n<tr><td>Reference</td><td></td><td></td></tr>\n<tr><td>Quantity</td><td></td><td></td></tr>\n</table>\n\n<p>See resource documentation for parameters specific to that resource.</p>\n","event":[{"listen":"prerequest","script":{"id":"8b8c5e58-83ad-4c5f-b6ef-4fe48e0f933f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d667d29c-8ba6-459d-9e12-5c0ccddac9a1","type":"text/javascript","exec":[""]}}],"_postman_id":"138a46f6-0c10-40a4-9d3e-b6096e658861"},{"name":"Webhooks","item":[{"name":"Examples","item":[{"name":"Updating a patient from a kiosk","item":[{"name":"Patient updates their record","id":"7232aa9c-3bba-4d52-b6bf-71bab6b58da7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>The content type being supplied.</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"event\": {\n\t\t\"id\": 1374,\n\t\t\"type\": \"PUT\", \n\t    \"resource\": {\n\t        \"identifier\": [\n\t            {\n\t                \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n\t                \"value\": \"123456789\"\n\t            }\n\t        ],\n\t        \"address\": [\n\t            {\n\t                \"country\": \"US\",\n\t                \"city\": \"SYRACUSE\",\n\t                \"use\": \"home\",\n\t                \"line\": [\n\t                    \"124 DAVIS BLVD\"\n\t                ],\n\t                \"postalCode\": \"84075\",\n\t                \"text\": \"124 DAVIS BLVD  SYRACUSE UT 84075 US\",\n\t                \"state\": \"UT\",\n\t                \"type\": \"physical\"\n\t            }\n\t        ],\n\t        \"gender\": \"male\",\n\t        \"active\": true,\n\t        \"birthDate\": \"2003-01-01\",\n\t        \"deceasedBoolean\": false,\n\t        \"contact\": [\n\t            {\n\t                \"address\": {\n\t                    \"country\": \"US\",\n\t                    \"city\": \"CLEVELAND\",\n\t                    \"use\": \"home\",\n\t                    \"line\": [\n\t                        \"123 TEST ST\"\n\t                    ],\n\t                    \"postalCode\": \"44101\",\n\t                    \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n\t                    \"state\": \"OH\",\n\t                    \"type\": \"physical\"\n\t                },\n\t                \"gender\": \"male\",\n\t                \"name\": {\n\t                    \"given\": [\n\t                        \"FIRST\",\n\t                        \"V\"\n\t                    ],\n\t                    \"use\": \"usual\",\n\t                    \"family\": \"TEST\",\n\t                    \"suffix\": [\n\t                        \"JR\"\n\t                    ]\n\t                },\n\t                \"telecom\": [\n\t                    {\n\t                        \"system\": \"phone\",\n\t                        \"use\": \"home\",\n\t                        \"value\": \"(555) 555-5555\"\n\t                    }\n\t                ],\n\t                \"relationship\": [\n\t                    {\n\t                        \"coding\": [\n\t                            {\n\t                                \"system\": \"http://hl7.org/fhir/v2/0131\",\n\t                                \"code\": \"EP\",\n\t                                \"display\": \"Emergency contact person\"\n\t                            }\n\t                        ]\n\t                    }\n\t                ]\n\t            }\n\t        ],\n\t        \"generalPractitioner\": [\n\t            {\n\t                \"reference\": \"Practitioner/BOYAR\"\n\t            }\n\t        ],\n\t        \"name\": [\n\t            {\n\t                \"given\": [\n\t                    \"KRISTOPHER\"\n\t                ],\n\t                \"use\": \"usual\",\n\t                \"family\": \"JENSEN\"\n\t            }\n\t        ],\n\t        \"telecom\": [\n\t            {\n\t                \"system\": \"phone\",\n\t                \"use\": \"home\",\n\t                \"value\": \"(801) 555-5555\"\n\t            }\n\t        ],\n\t        \"id\": \"20165\",\n\t        \"communication\": [\n\t            {\n\t                \"language\": {\n\t                    \"coding\": [\n\t                        {\n\t                            \"system\": \"urn:ietf:bcp:47\",\n\t                            \"code\": \"en\",\n\t                            \"display\": \"English\"\n\t                        }\n\t                    ]\n\t                },\n\t                \"preferred\": true\n\t            }\n\t        ],\n\t        \"maritalStatus\": {\n\t            \"coding\": [\n\t                {\n\t                    \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n\t                    \"code\": \"M\",\n\t                    \"display\": \"Married\"\n\t                }\n\t            ]\n\t        },\n\t        \"resourceType\": \"Patient\"\n\t    }\n\t}\n}"},"url":"https://{{callback_url}}/","description":"<p>The patient updates their record using the kiosk. In this example, the patient moved across the street and updated their address to reflect that.</p>\n<p>Once they have finished data entry, the kiosk makes the following call to the implementor's server.</p>\n","urlObject":{"protocol":"https","path":[""],"host":["{{callback_url}}"],"query":[],"variable":[]}},"response":[{"id":"832c4e24-c989-47c3-9084-047f6956be9f","name":"Patient updates their record","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"The content type being supplied."}],"body":{"mode":"raw","raw":"{\n\t\"event\": {\n\t\t\"id\": 1374,\n\t    \"resource\": {\n\t        \"identifier\": [\n\t            {\n\t                \"system\": \"http://hl7.org/fhir/sid/us-ssn\",\n\t                \"value\": \"123456789\"\n\t            }\n\t        ],\n\t        \"address\": [\n\t            {\n\t                \"country\": \"US\",\n\t                \"city\": \"SYRACUSE\",\n\t                \"use\": \"home\",\n\t                \"line\": [\n\t                    \"124 DAVIS BLVD\"\n\t                ],\n\t                \"postalCode\": \"84075\",\n\t                \"text\": \"124 DAVIS BLVD  SYRACUSE UT 84075 US\",\n\t                \"state\": \"UT\",\n\t                \"type\": \"physical\"\n\t            }\n\t        ],\n\t        \"gender\": \"male\",\n\t        \"active\": true,\n\t        \"birthDate\": \"2003-01-01\",\n\t        \"deceasedBoolean\": false,\n\t        \"contact\": [\n\t            {\n\t                \"address\": {\n\t                    \"country\": \"US\",\n\t                    \"city\": \"CLEVELAND\",\n\t                    \"use\": \"home\",\n\t                    \"line\": [\n\t                        \"123 TEST ST\"\n\t                    ],\n\t                    \"postalCode\": \"44101\",\n\t                    \"text\": \"123 TEST ST  CLEVELAND OH 44101 US\",\n\t                    \"state\": \"OH\",\n\t                    \"type\": \"physical\"\n\t                },\n\t                \"gender\": \"male\",\n\t                \"name\": {\n\t                    \"given\": [\n\t                        \"FIRST\",\n\t                        \"V\"\n\t                    ],\n\t                    \"use\": \"usual\",\n\t                    \"family\": \"TEST\",\n\t                    \"suffix\": [\n\t                        \"JR\"\n\t                    ]\n\t                },\n\t                \"telecom\": [\n\t                    {\n\t                        \"system\": \"phone\",\n\t                        \"use\": \"home\",\n\t                        \"value\": \"(555) 555-5555\"\n\t                    }\n\t                ],\n\t                \"relationship\": [\n\t                    {\n\t                        \"coding\": [\n\t                            {\n\t                                \"system\": \"http://hl7.org/fhir/v2/0131\",\n\t                                \"code\": \"EP\",\n\t                                \"display\": \"Emergency contact person\"\n\t                            }\n\t                        ]\n\t                    }\n\t                ]\n\t            }\n\t        ],\n\t        \"generalPractitioner\": [\n\t            {\n\t                \"reference\": \"Practitioner/BOYAR\"\n\t            }\n\t        ],\n\t        \"name\": [\n\t            {\n\t                \"given\": [\n\t                    \"KRISTOPHER\"\n\t                ],\n\t                \"use\": \"usual\",\n\t                \"family\": \"JENSEN\"\n\t            }\n\t        ],\n\t        \"telecom\": [\n\t            {\n\t                \"system\": \"phone\",\n\t                \"use\": \"home\",\n\t                \"value\": \"(801) 555-5555\"\n\t            }\n\t        ],\n\t        \"id\": \"20165\",\n\t        \"communication\": [\n\t            {\n\t                \"language\": {\n\t                    \"coding\": [\n\t                        {\n\t                            \"system\": \"urn:ietf:bcp:47\",\n\t                            \"code\": \"en\",\n\t                            \"display\": \"English\"\n\t                        }\n\t                    ]\n\t                },\n\t                \"preferred\": true\n\t            }\n\t        ],\n\t        \"maritalStatus\": {\n\t            \"coding\": [\n\t                {\n\t                    \"system\": \"http://hl7.org/fhir/v3/MaritalStatus\",\n\t                    \"code\": \"M\",\n\t                    \"display\": \"Married\"\n\t                }\n\t            ]\n\t        },\n\t        \"resourceType\": \"Patient\"\n\t    }\n\t}\n}"},"url":"https://{{callback_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"event\": 1374,\n\t\"success\": true\n}"}],"_postman_id":"7232aa9c-3bba-4d52-b6bf-71bab6b58da7"}],"id":"36ff2970-c6a1-4d22-84a8-e5a537d9fd6e","description":"<p>This example mocks a webhook event after a kiosk user updated their demographics and the call made to the implementor's server.</p>\n","event":[{"listen":"prerequest","script":{"id":"8de5cdfc-6b6c-4e28-b56f-9206eedca327","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0cd67555-1ea6-4c72-855f-048a5936bca7","type":"text/javascript","exec":[""]}}],"_postman_id":"36ff2970-c6a1-4d22-84a8-e5a537d9fd6e"}],"id":"060a72e9-32c0-41ea-a41c-10e08204b664","description":"<p>In the examples below, sample requests (the webhook event) are given along with the successful response expected from the implementation receiving the event.</p>\n","event":[{"listen":"prerequest","script":{"id":"804aff0c-7702-4d9d-a088-6ff317301fe4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d8b40138-61c9-47c4-8acc-b1be9f749d2d","type":"text/javascript","exec":[""]}}],"_postman_id":"060a72e9-32c0-41ea-a41c-10e08204b664"}],"id":"2942f674-988f-4c71-a8d1-028e87c5e24d","description":"<p>For implementers wishing to receive notifications when a resource is created/updated, this API supports the implementation of webhooks.</p>\n<p>At the time of credential generation, implementers may specify their wish to implement webhooks. They MUST provide a callback URL, e-mail, and resource subscriptions. The callback URL is where the webhook will POST/PUT any events generated. The e-mail will <b>only</b> be notified of events that have failed as a result of the implementer. The resource subscriptions signify the <b>only</b> resources the implementer will receive events for.</p>\n<img src=\"https://sal.openpracticesolutions.com/images/CredentialCreationWebhooks.gif\" />\n\n<p><b>Webhook implementers must send a server level 200 OK response and a JSON object with the event and success boolean set to true after receiving an event for it to be considered a success.</b></p>\n<p>Webhook events will continue to retry for a successful response every 30 seconds. If no successful response is returned within 30 minutes of the event's generation, implementers will receive an e-mail stating the number of missed events. After 24 hours of the event's generation without a successful response, a final e-mail will be sent stating missed events. If no successful response is received after a week, the event will stop retrying and the support team will contact the implementer to troubleshoot if possible.</p>\n<p>Each implementation of this API may handle received webhook events in its own way. All webhook events will be in a similar format to a POST/PUT operation to its corresponding resource's endpoint. Implementers will need to parse the resource type from this event.</p>\n<p>Implementers may see the incoming/outgoing logs associated with each of their credentials by clicking the associated cloud button on the credential selection screen. When filtering webhooks by status, implementers will see a variety of statuses associated with the events. Those statuses are translated below:</p>\n<ul><li><b>Queued</b>: The webhook service has detected the need for an event related to a specific resource and will attempt to generate the event details.</li>\n<li><b>Generated</b>: The webhook service has done whatever calculations, validations, and processing required to translate the event into a format readable by an implementation. The service will now try to send the event and interpret the response.</li>\n<li><b>Sent - No Response</b>: The webhook service has attempted to send the event to the associated URL. This status does not necessarily mean something is wrong, just that no response has been received. The service may still be reading the response or in the process of timing out.</li>\n<li><b>Sent - Success</b>: The webhook service has successfully sent the event to the implementation and received the response it was looking for. This event is complete!</li>\n<li><b>Sent - Error</b>: The webhook service has attempted to send the event to the implementation but received a bad response, or an unsuccessful one. The event will enter the retry workflow and start to notify the implementer as described above. The implementer may need to troubleshoot at this point.</li>\n<li><b>Error</b>: The webhook service failed to generate or send the event based on a service level issue. This means the implementer need not worry, the support team has been notified of the faulty event and is working to resolve the issue.</li>\n</ul>\n\n<h2>Note</h2>\nAt this time (08/16/2018), the webhooks service has just been overhauled. The intervals at which failed events are retried and rates are limited will change based on data collected. Those changes will be documented.","event":[{"listen":"prerequest","script":{"id":"2585a4c1-6f80-422d-9012-54be68cfbdc1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f0dd75b-8026-4423-8f28-e4f7ac888d00","type":"text/javascript","exec":[""]}}],"_postman_id":"2942f674-988f-4c71-a8d1-028e87c5e24d"}],"event":[{"listen":"prerequest","script":{"id":"dbb556da-0834-4648-a23d-5277c1b6b305","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3806ec66-479b-473c-8992-c6f757be9716","type":"text/javascript","exec":[""]}}],"variable":[{"key":"hostname","value":"{{hostname}}"},{"key":"api_authentication_path","value":"com/ops/opm/v2/api"},{"key":"api_endpoint_path","value":"com/ops/opm/api/v2/fhir"}]}