{ "opencollection": "1.0.0", "info": { "name": "[Premium] Patient Insurance API", "version": "2.0.0" }, "items": [ { "info": { "name": "Insurance Eligibility", "type": "folder" }, "items": [ { "info": { "name": "Get Eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_insurances/:id/eligibility/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the patient insurance" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get eligibility information for a patient insurance" }, { "info": { "name": "Create Eligibility", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patient_insurances/:id/eligibility/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the patient insurance" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create eligibility information for a patient insurance" }, { "info": { "name": "Get Eligibility Full Report", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_insurances/:id/eligibility_full_report/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the patient insurance" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get eligibility full report for a patient insurance" } ] } ], "bundled": true }