{ "opencollection": "1.0.0", "info": { "name": "Orders API", "version": "2.0.0" }, "items": [ { "info": { "name": "Ancillary Companies", "type": "folder" }, "items": [ { "info": { "name": "List Ancillary Companies", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/ancillary_companies/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "The name of the ancillary company." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "type", "value": "", "type": "query", "description": "The order type the ancillary company can be associated with.\n\n* `cardiac` - cardiac\n* `imaging` - imaging\n* `sleep` - sleep\n* `pulmonary` - pulmonary" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of ancillary companies by specific type of order" }, { "info": { "name": "Retrieve Ancillary Company", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/ancillary_companies/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single ancillary company" } ] }, { "info": { "name": "Cardiac Centers", "type": "folder" }, "items": [ { "info": { "name": "List Cardiac Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_centers/", "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the cardiac center." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the cardiac center you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the cardiac center is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of cardiac centers" }, { "info": { "name": "Retrieve Cardiac Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_centers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac center" } ] }, { "info": { "name": "Cardiac Order Tests", "type": "folder" }, "items": [ { "info": { "name": "List Cardiac Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "The name of the cardiac order test you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the cardiac order test is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of cardiac order test" }, { "info": { "name": "Create Cardiac Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of cardiac order test" }, { "info": { "name": "Retrieve Cardiac Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac order test" }, { "info": { "name": "Delete Cardiac Order Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac order test" } ] }, { "info": { "name": "Cardiac Orders", "type": "folder" }, "items": [ { "info": { "name": "List Cardiac Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "patient", "value": "", "type": "query", "description": "The patient the cardiac order belongs to." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the cardiac order belongs to." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of cardiac orders" }, { "info": { "name": "Create Cardiac Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of cardiac orders" }, { "info": { "name": "Retrieve Cardiac Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac order" }, { "info": { "name": "Update Cardiac Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac order" }, { "info": { "name": "Partially Update Cardiac Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac order" }, { "info": { "name": "Delete Cardiac Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single cardiac order" } ] }, { "info": { "name": "Imaging Centers", "type": "folder" }, "items": [ { "info": { "name": "List Imaging Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_centers/", "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the imaging center." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the imaging center you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the imaging center is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of imaging centers" }, { "info": { "name": "Retrieve Imaging Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_centers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging center" } ] }, { "info": { "name": "Imaging Order Tests", "type": "folder" }, "items": [ { "info": { "name": "List Imaging Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "The name of the imaging order test you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the imaging order test is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of imaging order test" }, { "info": { "name": "Create Imaging Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of imaging order test" }, { "info": { "name": "Retrieve Imaging Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging order test" }, { "info": { "name": "Delete Imaging Order Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging order test" } ] }, { "info": { "name": "Imaging Orders", "type": "folder" }, "items": [ { "info": { "name": "List Imaging Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "patient", "value": "", "type": "query", "description": "The patient the imaging order belongs to." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the imaging order belongs to." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of imaging orders" }, { "info": { "name": "Create Imaging Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of imaging orders" }, { "info": { "name": "Retrieve Imaging Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging order" }, { "info": { "name": "Update Imaging Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging order" }, { "info": { "name": "Partially Update Imaging Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging order" }, { "info": { "name": "Delete Imaging Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single imaging order" } ] }, { "info": { "name": "Lab Facility Identifiers", "type": "folder" }, "items": [ { "info": { "name": "List Lab Facility Identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendor integrations" }, { "info": { "name": "Create Lab Facility Identifier", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendor integrations" }, { "info": { "name": "Retrieve Lab Facility Identifier", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" }, { "info": { "name": "Update Lab Facility Identifier", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" }, { "info": { "name": "Partially Update Lab Facility Identifier", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" }, { "info": { "name": "Delete Lab Facility Identifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" } ] }, { "info": { "name": "Lab Order Compendiums", "type": "folder" }, "items": [ { "info": { "name": "List Lab Order Compendiums", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/", "params": [ { "name": "code", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "lab_vendor", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice_created", "value": "", "type": "query", "description": "Multiple values may be separated by commas." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab order compendiums" }, { "info": { "name": "Create Lab Order Compendium", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab order compendiums" }, { "info": { "name": "Retrieve Lab Order Compendium", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order compendium" }, { "info": { "name": "Update Lab Order Compendium", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order compendium" }, { "info": { "name": "Partially Update Lab Order Compendium", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order compendium" }, { "info": { "name": "Delete Lab Order Compendium", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order compendium" } ] }, { "info": { "name": "Lab Order Sets", "type": "folder" }, "items": [ { "info": { "name": "List Lab Order Sets", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab order sets" }, { "info": { "name": "Create Lab Order Set", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab order sets" }, { "info": { "name": "Retrieve Lab Order Set", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order set" }, { "info": { "name": "Update Lab Order Set", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order set" }, { "info": { "name": "Partially Update Lab Order Set", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order set" }, { "info": { "name": "Delete Lab Order Set", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order set" } ] }, { "info": { "name": "Lab Order Tests", "type": "folder" }, "items": [ { "info": { "name": "List Lab Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/", "params": [ { "name": "code", "value": "", "type": "query", "description": "The codes of the lab tests you want to find." }, { "name": "compendium", "value": "", "type": "query", "description": "The ids of compendiums." }, { "name": "lab_vendor", "value": "", "type": "query", "description": "The ids of the lab vendors of the lab tests you want to find." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "The name of the lab order test." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "practice_created", "value": "", "type": "query", "description": "Multiple values may be separated by commas." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab order tests" }, { "info": { "name": "Create Lab Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab order tests" }, { "info": { "name": "Retrieve Lab Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order test" }, { "info": { "name": "Delete Lab Order Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order test" } ] }, { "info": { "name": "Lab Orders", "type": "folder" }, "items": [ { "info": { "name": "List Lab Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/", "params": [ { "name": "document_date__gt", "value": "", "type": "query" }, { "name": "document_date__gte", "value": "", "type": "query" }, { "name": "document_date__lt", "value": "", "type": "query" }, { "name": "document_date__lte", "value": "", "type": "query" }, { "name": "from_signed_date", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "patient", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "practice", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "to_signed_date", "value": "", "type": "query" }, { "name": "unsigned", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab orders" }, { "info": { "name": "Create Lab Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab orders" }, { "info": { "name": "Retrieve Lab Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order" }, { "info": { "name": "Update Lab Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order" }, { "info": { "name": "Partially Update Lab Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order" }, { "info": { "name": "Delete Lab Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab order" }, { "info": { "name": "Retrieve the Printable Lab Order View", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id/printable/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "print_header", "value": "", "type": "query", "description": "The id of the print header that you want to use for the printable view." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Providers are able to print a view of the lab order including the data provided behind this endpoint. Each lab order response includes a link to obtain this view; a PDF file. When you GET the link you'll receive a response with application/pdf and the bytes of the PDF." } ] }, { "info": { "name": "Lab Vendor Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Lab Vendor Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/", "params": [ { "name": "lab_vendor", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "Multiple values may be separated by commas." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendor integrations" }, { "info": { "name": "Create Lab Vendor Integration", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendor integrations" }, { "info": { "name": "Retrieve Lab Vendor Integration", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" }, { "info": { "name": "Update Lab Vendor Integration", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" }, { "info": { "name": "Partially Update Lab Vendor Integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" }, { "info": { "name": "Delete Lab Vendor Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor integration" } ] }, { "info": { "name": "Lab Vendor Patient Sites", "type": "folder" }, "items": [ { "info": { "name": "List Lab Vendor Patient Sites", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "vendor", "value": "", "type": "query", "description": "Multiple values may be separated by commas." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendor patient sites" }, { "info": { "name": "Create Lab Vendor Patient Site", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendor patient sites" }, { "info": { "name": "Retrieve Lab Vendor Patient Site", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor patient site" }, { "info": { "name": "Update Lab Vendor Patient Site", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor patient site" }, { "info": { "name": "Partially Update Lab Vendor Patient Site", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor patient site" }, { "info": { "name": "Delete Lab Vendor Patient Site", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor patient site" } ] }, { "info": { "name": "Lab Vendors", "type": "folder" }, "items": [ { "info": { "name": "List Lab Vendors", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "Multiple values may be separated by commas." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice_created", "value": "", "type": "query", "description": "Multiple values may be separated by commas." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendors" }, { "info": { "name": "Create Lab Vendor", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of lab vendors" }, { "info": { "name": "Retrieve Lab Vendor", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor" }, { "info": { "name": "Update Lab Vendor", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor" }, { "info": { "name": "Partially Update Lab Vendor", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor" }, { "info": { "name": "Delete Lab Vendor", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single lab vendor" } ] }, { "info": { "name": "Pulmonary Centers", "type": "folder" }, "items": [ { "info": { "name": "List Pulmonary Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_centers/", "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the pulmonary center." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the pulmonary center you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the pulmonary center is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of pulmonary centers" }, { "info": { "name": "Retrieve Pulmonary Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_centers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary center" } ] }, { "info": { "name": "Pulmonary Order Tests", "type": "folder" }, "items": [ { "info": { "name": "List Pulmonary Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "The name of the pulmonary order test you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the pulmonary order test is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of pulmonary order test" }, { "info": { "name": "Create Pulmonary Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of pulmonary order test" }, { "info": { "name": "Retrieve Pulmonary Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary order test" }, { "info": { "name": "Delete Pulmonary Order Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary order test" } ] }, { "info": { "name": "Pulmonary Orders", "type": "folder" }, "items": [ { "info": { "name": "List Pulmonary Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "patient", "value": "", "type": "query", "description": "The patient the pulmonary order belongs to." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the pulmonary order is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of pulmonary orders" }, { "info": { "name": "Create Pulmonary Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of pulmonary orders" }, { "info": { "name": "Retrieve Pulmonary Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary order" }, { "info": { "name": "Update Pulmonary Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary order" }, { "info": { "name": "Partially Update Pulmonary Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary order" }, { "info": { "name": "Delete Pulmonary Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single pulmonary order" } ] }, { "info": { "name": "Sleep Centers", "type": "folder" }, "items": [ { "info": { "name": "List Sleep Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_centers/", "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the sleep center." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the sleep center you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the sleep center is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of sleep centers" }, { "info": { "name": "Retrieve Sleep Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_centers/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep center" } ] }, { "info": { "name": "Sleep Order Tests", "type": "folder" }, "items": [ { "info": { "name": "List Sleep Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "name", "value": "", "type": "query", "description": "The name of the sleep order test you're searching for." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the sleep order test is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of sleep order test" }, { "info": { "name": "Create Sleep Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of sleep order test" }, { "info": { "name": "Retrieve Sleep Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep order test" }, { "info": { "name": "Delete Sleep Order Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep order test" } ] }, { "info": { "name": "Sleep Orders", "type": "folder" }, "items": [ { "info": { "name": "List Sleep Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "patient", "value": "", "type": "query", "description": "The patient the sleep order belongs to." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the sleep order is associated with." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of sleep orders" }, { "info": { "name": "Create Sleep Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of sleep orders" }, { "info": { "name": "Retrieve Sleep Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep order" }, { "info": { "name": "Update Sleep Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep order" }, { "info": { "name": "Partially Update Sleep Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep order" }, { "info": { "name": "Delete Sleep Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single sleep order" } ] } ], "bundled": true }