{ "opencollection": "1.0.0", "info": { "name": "API Settings", "version": "unknown" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://example.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Update Patient", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Update Patient" }, { "info": { "name": "Get Patient", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Patient" }, { "info": { "name": "Find Problems", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/problems/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "path" } ] }, "docs": "Find Problems" }, { "info": { "name": "Create Problem", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/problems/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Problem" }, { "info": { "name": "Update Patient", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Patient" }, { "info": { "name": "Delete Patient", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Patient" }, { "info": { "name": "Get Event", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Event" }, { "info": { "name": "Update Event", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Event" }, { "info": { "name": "Update Event", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Event" }, { "info": { "name": "Delete Event", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Event" }, { "info": { "name": "Get Problem", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/problems/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Problem" }, { "info": { "name": "Update Problem", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/problems/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Problem" }, { "info": { "name": "Delete Problem", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/problems/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Problem" }, { "info": { "name": "Find Events", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/appointments/", "params": [ { "name": "time_slot_type", "value": "", "type": "query", "description": "value must be \"event\"" }, { "name": "physician", "value": "", "type": "query" }, { "name": "from_date", "value": "", "type": "query" }, { "name": "to_date", "value": "", "type": "query" } ] }, "docs": "Find Events" }, { "info": { "name": "Create Event", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/appointments/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Event" }, { "info": { "name": "Get Vital", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/vitals/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Vital" }, { "info": { "name": "Find Physicians", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/physicians/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "first_name", "value": "", "type": "query" }, { "name": "last_name", "value": "", "type": "query" }, { "name": "npi", "value": "", "type": "query" } ] }, "docs": "Find Physicians" }, { "info": { "name": "Find Medications", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medications/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "thread", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "discontinued", "value": "", "type": "query", "description": "Whether the thread has a discontinue order or not" }, { "name": "permanent", "value": "", "type": "query", "description": "Whether the medication is temporary or permanent." }, { "name": "document_date__lt", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects chart dates that precede it (exclusive)" }, { "name": "document_date__gt", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects chart dates that follow it (exclusive)" }, { "name": "document_date__lte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects chart dates that equal or precede it (inclusive)" }, { "name": "document_date__gte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects chart dates that equal or follow it (inclusive)" } ] }, "docs": "Find Medications" }, { "info": { "name": "Create Medication", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/medications/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Medication" }, { "info": { "name": "Get Allergy", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/allergies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Allergy" }, { "info": { "name": "Update Allergy", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/allergies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Allergy" }, { "info": { "name": "Delete Allergy", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/allergies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Allergy" }, { "info": { "name": "Create CCDA", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/ccda/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create CCDA" }, { "info": { "name": "Get Immunization", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/immunizations/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Immunization" }, { "info": { "name": "Delete Immunization", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/immunizations/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Immunization" }, { "info": { "name": "Get Family History", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/family_histories/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Family History" }, { "info": { "name": "Delete Family History", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/family_histories/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Family History" }, { "info": { "name": "Find Histories", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/histories/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Find Histories" }, { "info": { "name": "Create History", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/histories/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create History" }, { "info": { "name": "Find Allergies", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/allergies/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query", "description": "Find all allergies for a specific patient" } ] }, "docs": "Find Allergies" }, { "info": { "name": "Create Allergy", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/allergies/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Allergy" }, { "info": { "name": "Find Immunizations", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/immunizations/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Find Immunizations" }, { "info": { "name": "Create Immunization", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/immunizations/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Immunization" }, { "info": { "name": "Get Bill", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/bills/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Bill" }, { "info": { "name": "Update Bill", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/bills/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Bill" }, { "info": { "name": "Delete Bill", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/bills/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This is yet to be worked on. Keep this in Draft" }, { "info": { "name": "Get Non-Visit Note", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/non_visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Non-Visit Note" }, { "info": { "name": "Update Non-Visit Note", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/non_visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Non-Visit Note" }, { "info": { "name": "Update Non-Visit Note", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/non_visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Non-Visit Note" }, { "info": { "name": "Delete Non-Visit Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/non_visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Non-Visit Note" }, { "info": { "name": "Get History", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/histories/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get History" }, { "info": { "name": "Delete History", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/histories/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete History" }, { "info": { "name": "Get Report", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/reports/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Report" }, { "info": { "name": "Sign Report", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/reports/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sign Report" }, { "info": { "name": "Delete Report", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/reports/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Report" }, { "info": { "name": "Find Reports", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/reports/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "reported_date__gt", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects report dates that follow it (exclusive). It may be null in some cases, use document_date instead" }, { "name": "reported_date__lt", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects report dates that precede it (exclusive). It may be null in some cases, use document_date instead" }, { "name": "reported_date__gte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects report dates that follow it (inclusive). It may be null in some cases, use document_date instead" }, { "name": "reported_date__lte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects report dates that precede it (exclusive). It may be null in some cases, use document_date instead" }, { "name": "document_date__gt", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects document dates that follow it (exclusive)" }, { "name": "document_date__lt", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects document dates that precede it (exclusive)" }, { "name": "document_date__gte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects document dates that follow it (inclusive)" }, { "name": "document_date__lte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format that selects document dates that precede it (inclusive)" } ] }, "docs": "Find Reports" }, { "info": { "name": "Create Report", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/reports/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Report" }, { "info": { "name": "Find Vitals", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/vitals/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "visit_note", "value": "", "type": "query" }, { "name": "non_visit_note", "value": "", "type": "query" } ] }, "docs": "Find Vitals" }, { "info": { "name": "Create Vitals", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/vitals/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Vitals" }, { "info": { "name": "Find Non-Visit Notes", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/non_visit_notes/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Find Non-Visit Notes" }, { "info": { "name": "Create Non-Visit Note", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/non_visit_notes/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Non-Visit Note" }, { "info": { "name": "Find Practices", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/practices/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Practices" }, { "info": { "name": "Find Family Histories", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/family_histories/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" } ] }, "docs": "Find Family Histories" }, { "info": { "name": "Create Family History", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/family_histories/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Family History" }, { "info": { "name": "Get Visit Note", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Visit Note" }, { "info": { "name": "Sign Visit Note", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Users can sign a draft visit note using PATCH requests" }, { "info": { "name": "Delete Visit Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/visit_notes/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Visit Note" }, { "info": { "name": "Find Bills", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/bills/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "from_service_date", "value": "", "type": "query" }, { "name": "to_service_date", "value": "", "type": "query" }, { "name": "visit_note_id", "value": "", "type": "query", "description": "The id of the visit note this bill is attached to" }, { "name": "signing_physician", "value": "", "type": "query", "description": "The id of the physician who signed off on the visit note that is associated with this bill." }, { "name": "assigned_physician", "value": "", "type": "query", "description": "The id of the physician who is assigned to this bill, could be different from the signer." }, { "name": "practice", "value": "", "type": "query", "description": "The practice that is responsible for the bill" } ] }, "docs": "Find Bills" }, { "info": { "name": "Create Bill", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/bills/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new bill for an associated visit note" }, { "info": { "name": "Get Medication", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medications/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Medication" }, { "info": { "name": "Find Appointment Rooms", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/appointments/rooms", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" } ] }, "docs": "Find Appointment Rooms" }, { "info": { "name": "Find Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/app/subscriptions/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Subscriptions" }, { "info": { "name": "Subscribe to a resource updates", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/app/subscriptions/", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to a resource updates" }, { "info": { "name": "Find published events", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/app/published_events/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find published events" }, { "info": { "name": "Find Languages", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/languages/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Retrieve all available languages" }, { "info": { "name": "Create External Report", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/reports-ext/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Create External Report" }, { "info": { "name": "Get Recurring Event Group", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/recurring_event_groups/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Recurring Event Group" }, { "info": { "name": "Delete Recurring Event Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/recurring_event_groups/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Recurring Event Group" }, { "info": { "name": "Update Appointment Slot", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/appointments/id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Appointment Slot" }, { "info": { "name": "Update Appointment Slot", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/appointments/id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Appointment Slot" }, { "info": { "name": "Create Appointment Slot", "type": "http" }, "http": { "method": "OPTIONS", "url": "https://sandbox.elationemr.com/api/2.0/appointments/slots/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Create Appointment Slot" }, { "info": { "name": "Find Recurring Event Groups", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/recurring_event_groups/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "physician", "value": "", "type": "query", "description": "The ids of providers associated with these recurring event groups." }, { "name": "practice", "value": "", "type": "query", "description": "The practice for these recurring event groups." }, { "name": "reason", "value": "", "type": "query", "description": "The name of the recurring event group." }, { "name": "start_date", "value": "", "type": "query", "description": "Start of range to filter event groups by schedule date. Returns any group with schedules that don't end before this date." }, { "name": "end_date", "value": "", "type": "query", "description": "End of range to filter event groups by schedule date. Returns any group with schedules that don't start after this date." } ] }, "docs": "Find Recurring Event Groups" }, { "info": { "name": "Create Recurring Event Group", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/recurring_event_groups/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Create Recurring Event Group" }, { "info": { "name": "Update Recurring Event Group", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/recurring_event_groups/:id/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Update Recurring Event Group" }, { "info": { "name": "Get Pharmacy", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pharmacies/:ncpdpid/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ncpdpid", "value": "", "type": "path" } ] }, "docs": "Get Pharmacy" }, { "info": { "name": "Find BroadcastMessages", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/broadcast_messages/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find BroadcastMessages" }, { "info": { "name": "Create a BroadcastMessage", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/broadcast_messages/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Create a BroadcastMessage" }, { "info": { "name": "Delete a BroadcastMessage", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/broadcast_messages/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a BroadcastMessage" }, { "info": { "name": "Delete a Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/app/subscriptions/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Subscription" }, { "info": { "name": "Update Vitals", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/vitals/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Vitals" }, { "info": { "name": "Update Vitals", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/vitals/:id/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Update Vitals" }, { "info": { "name": "Get Insurance Plan", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/insurance_plans/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Insurance Plan" }, { "info": { "name": "Delete Insurance Plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/insurance_plans/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Insurance Plan" }, { "info": { "name": "Find Insurance Companies", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/insurance_companies/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" }, { "name": "carrier", "value": "", "type": "query" } ] }, "docs": "Find Insurance Companies" }, { "info": { "name": "Create Insurance Company", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/insurance_companies/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Insurance Company" }, { "info": { "name": "Find Insurance Plans", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/insurance_plans/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" }, { "name": "insurance_company", "value": "", "type": "query" } ] }, "docs": "Find Insurance Plans" }, { "info": { "name": "Create Insurance Plan", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/insurance_plans/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Insurance Plan" }, { "info": { "name": "Get Insurance Company", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/insurance_companies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Insurance Company" }, { "info": { "name": "Delete Insurance Company", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/insurance_companies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Insurance Company" }, { "info": { "name": "Update Insurance Company", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/insurance_companies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Insurance Company" }, { "info": { "name": "Update Insurance Company", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/insurance_companies/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Insurance Company" }, { "info": { "name": "Update Insurance Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/insurance_plans/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Insurance Plan" }, { "info": { "name": "Update Insurance Plan", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/insurance_plans/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Insurance Plan" }, { "info": { "name": "Find Patients", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patients/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "first_name", "value": "", "type": "query" }, { "name": "last_name", "value": "", "type": "query" }, { "name": "dob", "value": "", "type": "query" }, { "name": "sex", "value": "", "type": "query" }, { "name": "insurance_company", "value": "", "type": "query" }, { "name": "insurance_plan", "value": "", "type": "query" }, { "name": "group_id", "value": "", "type": "query" }, { "name": "member_id", "value": "", "type": "query" }, { "name": "master_patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "last_modified__gt", "value": "", "type": "query" }, { "name": "last_modified__gte", "value": "", "type": "query" }, { "name": "last_modified__lt", "value": "", "type": "query" }, { "name": "last_modified__lte", "value": "", "type": "query" } ] }, "docs": "Query against all patients in a practice." }, { "info": { "name": "Create Patient", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patients/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Patient" }, { "info": { "name": "Retrieve the Printable Report View", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/reports/:id/printable", "params": [ { "name": "report_id", "value": "", "type": "path", "description": "The Report's id." }, { "name": "print_header", "value": "", "type": "query", "description": "The id of the print header that you want to use for the printable view" } ] }, "docs": "Providers are able to print a view of the lab report including the data provided behind this endpoint.\n\nEach report response includes a link to obtain this view; a PDF file.\n\nWhen you GET the link you'll receive a response with application/pdf and the bytes of the PDF." }, { "info": { "name": "Get CCDA", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/ccda/:patient_id", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "The id of the patient chart." }, { "name": "start_date", "value": "", "type": "query", "description": "iso8601 datetime before which we'll exclude data from the CCDA output. See note in supported sections below." }, { "name": "end_date", "value": "", "type": "query", "description": "iso8601 datetime after which we'll exclude data from the CCDA output. See note in supported sections below." }, { "name": "sections", "value": "", "type": "query", "description": "Comma separated list of sections. See supported sections below." }, { "name": "template", "value": "", "type": "query", "description": "The template used to display the desired information on the CCDA" } ] }, "docs": "We include an endpoint to allow you to retrieve a CCDA v2.1 representation of the data in a patient's chart." }, { "info": { "name": "Get published event", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/app/published_events/:event_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "event_id", "value": "", "type": "path", "description": "The event ID of the published event. See Event object" } ] }, "docs": "Get published event" }, { "info": { "name": "Update published event", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/app/published_events/:event_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "event_id", "value": "", "type": "path", "description": "The event ID of the published event. See Event object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update published event" }, { "info": { "name": "Update published event", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/app/published_events/:event_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "event_id", "value": "", "type": "path", "description": "The event ID of the published event. See Event object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update published event" }, { "info": { "name": "Get Practice", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/practices/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the practice ID" } ] }, "docs": "Get Practice" }, { "info": { "name": "Update Practice", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/practices/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the practice ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Practice" }, { "info": { "name": "Update Practice", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/practices/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the practice ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Practice" }, { "info": { "name": "Get Physician", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/physicians/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the physician ID" } ] }, "docs": "Get Physician" }, { "info": { "name": "Update Physician", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/physicians/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the physician ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Physician" }, { "info": { "name": "Update Physician", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/physicians/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "the physician ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Physician" }, { "info": { "name": "Find Lab Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "unsigned", "value": "", "type": "query" }, { "name": "from_signed_date", "value": "", "type": "query" }, { "name": "to_signed_date", "value": "", "type": "query" }, { "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" } ] }, "docs": "Find Lab Orders" }, { "info": { "name": "Create Lab Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Order" }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create User" }, { "info": { "name": "Get Message Thread", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Message Thread" }, { "info": { "name": "Get Thread Message", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/thread_messages/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Thread Message" }, { "info": { "name": "Delete Thread Message", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/thread_messages/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the thread message." } ] }, "docs": "Delete Thread Message" }, { "info": { "name": "Find Message Threads", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "document_date__gt", "value": "", "type": "query" }, { "name": "document_date__lt", "value": "", "type": "query" }, { "name": "document_date__gte", "value": "", "type": "query" }, { "name": "document_date__lte", "value": "", "type": "query" } ] }, "docs": "Find Message Threads" }, { "info": { "name": "Create Message Thread", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Message Thread" }, { "info": { "name": "Find Thread Messages", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/thread_messages/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Thread Messages" }, { "info": { "name": "Create Thread Message", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/thread_messages/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Thread Message" }, { "info": { "name": "Find Letters", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/letters", "params": [ { "name": "patient", "value": "", "type": "query", "description": "Patient ID" }, { "name": "practice", "value": "", "type": "query", "description": "Practice ID" }, { "name": "document_date__gt", "value": "", "type": "query" }, { "name": "document_date__lt", "value": "", "type": "query" }, { "name": "document_date__gte", "value": "", "type": "query" }, { "name": "document_date__lte", "value": "", "type": "query" }, { "name": "recipient_name", "value": "", "type": "query", "description": "Recipient Name" }, { "name": "recipient_id", "value": "", "type": "query", "description": "Recipient ID" } ] }, "docs": "Find Letters" }, { "info": { "name": "Get Letter", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/letters/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Letter ID" } ] }, "docs": "Get Letter" }, { "info": { "name": "Update Letter", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/letters/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Letter ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Letter" }, { "info": { "name": "Update Letter", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/letters/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Letter ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Letter" }, { "info": { "name": "Get Referral Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/referral_orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Letter ID" } ] }, "docs": "Get Referral Order" }, { "info": { "name": "Get Imaging Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Imaging Order" }, { "info": { "name": "Update Imaging Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Imaging Order" }, { "info": { "name": "Update Imaging Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Imaging Order" }, { "info": { "name": "Delete Imaging Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Imaging Order" }, { "info": { "name": "Get Cardiac Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Cardiac Order" }, { "info": { "name": "Update Cardiac Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Cardiac Order" }, { "info": { "name": "Update Cardiac Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Cardiac Order" }, { "info": { "name": "Delete Cardiac Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Cardiac Order" }, { "info": { "name": "Get Sleep Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Sleep Order" }, { "info": { "name": "Update Sleep Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Sleep Order" }, { "info": { "name": "Update Sleep Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Sleep Order" }, { "info": { "name": "Delete Sleep Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Sleep Order" }, { "info": { "name": "Get Pulmonary Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Pulmonary Order" }, { "info": { "name": "Update Pulmonary Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Pulmonary Order" }, { "info": { "name": "Update Pulmonary Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Pulmonary Order" }, { "info": { "name": "Delete Pulmonary Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Pulmonary Order" }, { "info": { "name": "Get Lab Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Lab Order Tests" }, { "info": { "name": "Delete Lab Order Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Order Test" }, { "info": { "name": "Get Lab Order Compendium", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get 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", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Order Compendium" }, { "info": { "name": "Update Lab Order Compendium", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update 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", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Order Compendium" }, { "info": { "name": "Get Lab Vendor", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Lab Vendor" }, { "info": { "name": "Update Lab Vendor", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Vendor" }, { "info": { "name": "Update Lab Vendor", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Vendor" }, { "info": { "name": "Delete Lab Vendor", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Vendor" }, { "info": { "name": "Get Lab Vendor Patient Site", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Lab Vendor Patient Site" }, { "info": { "name": "Put Lab Vendor Patient Site", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Put Lab Vendor Patient Site" }, { "info": { "name": "Patch Lab Vendor Patient Site", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch 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", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Vendor Patient Site" }, { "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": "lab_order_id", "value": "", "type": "path", "description": "The Report's id." }, { "name": "print_header", "value": "", "type": "query", "description": "The id of the print header that you want to use for the printable view" } ] }, "docs": "Providers are able to print a view of the lab order including the data provided behind this endpoint.\n\nEach lab order response includes a link to obtain this view; a PDF file.\n\nWhen you GET the link you'll receive a response with application/pdf and the bytes of the PDF." }, { "info": { "name": "Get Delegate Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/delegate_permissions/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Delegate Permissions" }, { "info": { "name": "Update Delegate Permissions", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/delegate_permissions/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Delegate Permissions" }, { "info": { "name": "Find Delegate Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/delegate_permissions/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Delegate Permissions" }, { "info": { "name": "Create Delegate Permissions", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/delegate_permissions/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Delegate Permissions" }, { "info": { "name": "Delete a Delegate Permission", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/delegate_permissions/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Delegate Permission" }, { "info": { "name": "Get Staff Group", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/staff_group/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Staff Group" }, { "info": { "name": "Get Office Staff", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/office_staff/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Office Staff" }, { "info": { "name": "Update Office Staff", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/office_staff/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Office Staff" }, { "info": { "name": "Find Office Staff", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/office_staff/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Office Staff" }, { "info": { "name": "Create Office Staff", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/office_staff/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Office Staff" }, { "info": { "name": "Find Staff Group", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/staff_groups/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" } ] }, "docs": "Find Staff Group" }, { "info": { "name": "Create Staff Group", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/staff_groups/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Staff Group" }, { "info": { "name": "Delete a Staff Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/staff_groups/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Staff Group" }, { "info": { "name": "Update Staff Group", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/staff_groups/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Staff Group" }, { "info": { "name": "Get Vaccine", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/vaccines/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Note, Practices may view Medispan and Elation created Vaccines, along with any Vaccines added to the system by that Practice. This is a read-only view. They may also filter the list by whether the Vaccine is from Medispan, Elation, or their own Practice." }, { "info": { "name": "Delete Vaccine", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/vaccines/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Note, Practices may only (soft) delete vaccines created by that Practice. Deleting a Vaccine will prevent it from displaying when selecting a Vaccine from the list of possible Vaccines when entering an Immunization into a patient record." }, { "info": { "name": "Post Letter", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/letters/", "body": { "type": "json", "data": "{}" } }, "docs": "Post Letter" }, { "info": { "name": "Find Document Tags", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/document_tags/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Document Tags" }, { "info": { "name": "Create Document Tag", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/document_tags/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Document Tag" }, { "info": { "name": "Get Document Tag", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/document_tags/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Document Tag" }, { "info": { "name": "Update Document Tag", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/document_tags/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Document Tag" }, { "info": { "name": "Update Document Tag", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/document_tags/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Document Tag" }, { "info": { "name": "Find Clinical Documents", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/clinical_documents/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Clinical Documents" }, { "info": { "name": "Create Clinical Document", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/clinical_documents/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Clinical Document" }, { "info": { "name": "Get Clinical Document", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/clinical_documents/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Clinical Document" }, { "info": { "name": "Find Drug Intolerances", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/drug_intolerances/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patients", "value": "", "type": "query" } ] }, "docs": "Find Drug Intolerances" }, { "info": { "name": "Get Drug Intolerance", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/drug_intolerances/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Drug Intolerance" }, { "info": { "name": "Delete Drug Intolerance", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/drug_intolerances/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Drug Intolerance" }, { "info": { "name": "Create Drug Intolerance", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0" }, "docs": "Create Drug Intolerance" }, { "info": { "name": "Update Drug Intolerance", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0" }, "docs": "Update Drug Intolerance" }, { "info": { "name": "Delete Appointment Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0" }, "docs": "Delete Appointment Type" }, { "info": { "name": "Search Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/contacts/search/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "q", "value": "", "type": "query", "description": "Contact name or fax number to look for" }, { "name": "city", "value": "", "type": "query", "description": "City name where to look contacts" }, { "name": "state", "value": "", "type": "query", "description": "State where to look contacts" }, { "name": "specialties", "value": "", "type": "query", "description": "Comma separated specialties to look for contacts. Examples: \"psychology,dental care\" or \"pharmacy\"" } ] }, "docs": "Search Contacts" }, { "info": { "name": "List Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/contacts/", "params": [ { "name": "npi", "value": "", "type": "query", "description": "The NPI of the contact" } ] }, "docs": "List Contacts" }, { "info": { "name": "Create Contact", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/contacts/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Contact" }, { "info": { "name": "Update Contacts", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/contacts/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Contacts" }, { "info": { "name": "Update Contacts", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/contacts/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Contacts" }, { "info": { "name": "Delete Contacts", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/contacts/:id/" }, "docs": "Delete Contacts" }, { "info": { "name": "Post Referral Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/referral_orders/", "body": { "type": "json", "data": "{}" } }, "docs": "Post Referral Order" }, { "info": { "name": "Update Referral Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/referral_orders/", "body": { "type": "json", "data": "{}" } }, "docs": "Update Referral Order" }, { "info": { "name": "Update Referral Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/referral_orders/", "body": { "type": "json", "data": "{}" } }, "docs": "Update Referral Order" }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/users/:user_id/", "body": { "type": "json", "data": "{}" } }, "docs": "Update User" }, { "info": { "name": "Find Print Headers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/print_headers/", "params": [ { "name": "practice", "value": "", "type": "query", "description": "The practice id that we want to filter print headers by." } ] }, "docs": "Find Print Headers" }, { "info": { "name": "Get Print Header", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/print_headers/:id" }, "docs": "Get Print Header" }, { "info": { "name": "Get Insurance Cards", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/insurance_cards/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Patient identifier" } ] }, "docs": "Get Insurance Cards" }, { "info": { "name": "Create Insurance Card", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/insurance_cards/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Patient identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Insurance Card" }, { "info": { "name": "Delete Insurance Card", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/insurance_cards/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "rank", "value": "", "type": "query", "description": "Primary or secondary insurances (1 or 2)" }, { "name": "side", "value": "", "type": "query", "description": "Insurance card side. Usually front (1) or back (2)" }, { "name": "archive", "value": "", "type": "query", "description": "Optional flag to archive the insurance card as a report before deleting" }, { "name": "id", "value": "", "type": "path", "description": "Patient identifier" } ] }, "docs": "Delete Insurance Card" }, { "info": { "name": "Find Discontinued Medications", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/discontinued_medications/", "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "document_date__lte", "value": "", "type": "query" }, { "name": "document_date__gte", "value": "", "type": "query" }, { "name": "discontinue_date__gte", "value": "", "type": "query" }, { "name": "discontinue_date__lte", "value": "", "type": "query" } ] }, "docs": "Find Discontinued Medications" }, { "info": { "name": "Create Discontinued Medications", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/discontinued_medications/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Discontinued Medications" }, { "info": { "name": "Patch discontinue med order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/discontinued_medication/:id/", "body": { "type": "json", "data": "{}" } }, "docs": "Patch discontinue med order" }, { "info": { "name": "Get Thread Member", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/thread_members/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the thread member" } ] }, "docs": "Get Thread Member" }, { "info": { "name": "Update Thread Member", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/thread_members/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the thread member" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Thread Member" }, { "info": { "name": "Find Thread Members", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/thread_members/", "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "user", "value": "", "type": "query" }, { "name": "group", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Either Addressed or ReqAct" }, { "name": "ack_time", "value": "", "type": "query" } ] }, "docs": "Find Thread Members" }, { "info": { "name": "Create Thread Member", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/thread_members/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Thread Member" }, { "info": { "name": "Update Message Thread", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the message thread" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Message Thread" }, { "info": { "name": "Delete Message Thread", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the message thread" } ] }, "docs": "Delete Message Thread" }, { "info": { "name": "Delete Thread Member", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/thread_members/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the thread member" } ] }, "docs": "Delete Thread Member" }, { "info": { "name": "Get Lab Vendor Integration", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Lab Vendor Integration" }, { "info": { "name": "Put Lab Vendor Integration", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Put Lab Vendor Integration" }, { "info": { "name": "Patch Lab Vendor Integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch 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", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Vendor Integration" }, { "info": { "name": "Delete Lab Facility Identifiers", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Facility Identifiers" }, { "info": { "name": "Get Eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_insurances/:id/eligibility/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "patient insurance ID" } ] }, "docs": "Get Eligibility" }, { "info": { "name": "Create Eligibility", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patient_insurances/:id/eligibility/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Patient Insurance ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Eligibility" }, { "info": { "name": "Get Refill", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_refills/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Refill" }, { "info": { "name": "Get Prescription Fill", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/prescription_fills/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Prescription Fill" }, { "info": { "name": "Find Prescription Fills", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/prescription_fills/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query", "description": "The doctor's practice" }, { "name": "patient", "value": "", "type": "query", "description": "Prescribed patient" }, { "name": "fill_date__isnull", "value": "", "type": "query", "description": "Fillment date" }, { "name": "fill_date__gte", "value": "", "type": "query", "description": "Fillment date" }, { "name": "fill_date__lte", "value": "", "type": "query", "description": "Fillment date" }, { "name": "fill_status", "value": "", "type": "query", "description": "The status of fill" } ] }, "docs": "Find Prescription Fills" }, { "info": { "name": "Get History Download Fill", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_history_download_fills/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get History Download Fill" }, { "info": { "name": "Find History Download Fills", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_history_download_fills/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query", "description": "Prescribed patient" }, { "name": "practice", "value": "", "type": "query", "description": "The doctor's practice" }, { "name": "history_download", "value": "", "type": "query", "description": "Download summary" }, { "name": "last_fill_date__gte", "value": "", "type": "query" }, { "name": "last_fill_date__lte", "value": "", "type": "query" }, { "name": "written_date__lte", "value": "", "type": "query" }, { "name": "written_date__gte", "value": "", "type": "query" }, { "name": "last_fill_date__isnull", "value": "", "type": "query" }, { "name": "written_date__isnull", "value": "", "type": "query" } ] }, "docs": "Find History Download Fills" }, { "info": { "name": "Find Medication Order Templates", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_order_templates/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" }, { "name": "deleted_date__isnull", "value": "", "type": "query" }, { "name": "deleted_date__gte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format" }, { "name": "deleted_date__lte", "value": "", "type": "query", "description": "Date/time in ISO 8601 UTC format" } ] }, "docs": "Find Medication Order Templates" }, { "info": { "name": "Create Medication Order Template", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/medication_order_templates/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Medication Order Template" }, { "info": { "name": "Get Medication Order Template", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_order_templates/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Medication Order Template" }, { "info": { "name": "Update an existing Medication Order Template", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/medication_order_templates/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Medication Order Template" }, { "info": { "name": "Update an existing Medication Order Template", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/medication_order_templates/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Medication Order Template" }, { "info": { "name": "Delete Medication Order Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/medication_order_templates/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Medication Order Template" }, { "info": { "name": "Find Handouts", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/handouts/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice_created", "value": "", "type": "query" }, { "name": "tags", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ] }, "docs": "Find Handouts" }, { "info": { "name": "Create Handout", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/handouts/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Handout" }, { "info": { "name": "Get Handouts", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/handouts/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Hangout id" } ] }, "docs": "Get Handouts" }, { "info": { "name": "Update Handout", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/handouts/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Hangout id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Handout" }, { "info": { "name": "Delete Handout", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/handouts/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Hangout id" } ] }, "docs": "Delete Handout" }, { "info": { "name": "Update Handout", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/handouts/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Hangout id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Handout" }, { "info": { "name": "Get Discontinued Medication", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/discontinued_medications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "discontinue_medication id" } ] }, "docs": "Get Discontinued Medication" }, { "info": { "name": "Find Visit Notes", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/visit_notes/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query" }, { "name": "physician", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "unsigned", "value": "", "type": "query" }, { "name": "from_signed_date", "value": "", "type": "query" }, { "name": "to_signed_date", "value": "", "type": "query" }, { "name": "last_modified__gt", "value": "", "type": "query" }, { "name": "last_modified__lt", "value": "", "type": "query" }, { "name": "last_modified__gte", "value": "", "type": "query" }, { "name": "last_modified__lte", "value": "", "type": "query" } ] }, "docs": "Find Visit Notes" }, { "info": { "name": "Create Visit Note", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/visit_notes/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Visit Note" }, { "info": { "name": "Find incoming files", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/incoming_files/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" }, { "name": "practice_fax", "value": "", "type": "query" }, { "name": "from_number", "value": "", "type": "query" }, { "name": "created_date__lte", "value": "", "type": "query" }, { "name": "created_date__gte", "value": "", "type": "query" }, { "name": "received_date__lte", "value": "", "type": "query" }, { "name": "received_date__gte", "value": "", "type": "query" }, { "name": "process_state", "value": "", "type": "query", "description": "The current processing state of the file. Choices = complete, error, processing" } ] }, "docs": "Find incoming files" }, { "info": { "name": "Get incoming file", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/incoming_files/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get incoming file" }, { "info": { "name": "Get Lab Order", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The object id" } ] }, "docs": "Get Lab Order" }, { "info": { "name": "Update Lab Order", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Object id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Order" }, { "info": { "name": "Update Lab Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Object id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Order" }, { "info": { "name": "Delete Lab Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_orders/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The object id" } ] }, "docs": "Delete Lab Order" }, { "info": { "name": "Find Refills", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_refills/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query", "description": "Prescribed patient" }, { "name": "practice", "value": "", "type": "query", "description": "The doctor's practice" }, { "name": "received_date__gte", "value": "", "type": "query", "description": "Date of receiving a drug" }, { "name": "received_date__lte", "value": "", "type": "query", "description": "Date of receiving a drug" }, { "name": "prescriber", "value": "", "type": "query" } ] }, "docs": "Find Refills" }, { "info": { "name": "Find Imaging Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "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." } ] }, "docs": "Find Imaging Orders" }, { "info": { "name": "Create Imaging Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/imaging_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Imaging Order" }, { "info": { "name": "Find Cardiac Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "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." } ] }, "docs": "Find Cardiac Orders" }, { "info": { "name": "Create Cardiac Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Cardiac Order" }, { "info": { "name": "Find Pulmonary Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query", "description": "The patient the order belongs to." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the order belongs to." } ] }, "docs": "Find Pulmonary Orders" }, { "info": { "name": "Create Pulmonary Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Pulmonary Order" }, { "info": { "name": "Find Sleep Orders", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient", "value": "", "type": "query", "description": "The patient the order belongs to." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the order belongs to." } ] }, "docs": "Find Sleep Orders" }, { "info": { "name": "Create Sleep Order", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/sleep_orders/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Sleep Order" }, { "info": { "name": "Find Lab Order Sets", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find 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/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Order Set" }, { "info": { "name": "Get Lab Order Sets", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Lab Order Sets" }, { "info": { "name": "Update Lab Order Set", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Object id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Order Set" }, { "info": { "name": "Update Lab Order Set", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Object id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Lab Order Set" }, { "info": { "name": "Delete Lab Order Sets", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_sets/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Lab Order Sets" }, { "info": { "name": "Find Lab Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "code", "value": "", "type": "query", "description": "The codes of the lab tests you want to find" }, { "name": "lab_vendor", "value": "", "type": "query", "description": "The ids of the lab vendors of the lab tests you want to find" }, { "name": "practice_created", "value": "", "type": "query", "description": "The id's of practice" }, { "name": "practice", "value": "", "type": "query", "description": "The id's of practice. Has field_name=\"practice_created\"" }, { "name": "compendium", "value": "", "type": "query", "description": "The id's of compendium" } ] }, "docs": "Find 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/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Order Test" }, { "info": { "name": "Find Lab Order Compendium", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "lab_vendor", "value": "", "type": "query", "description": "The id's of lab_vendor" }, { "name": "practice_created", "value": "", "type": "query", "description": "The id's of practice. Has field_name=\"lab_vendor__practice_created\"" } ] }, "docs": "Find Lab Order Compendium" }, { "info": { "name": "Create Lab Order Compendium", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_order_compendiums/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Order Compendium" }, { "info": { "name": "Find Lab Vendor", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "practice_created", "value": "", "type": "query", "description": "The id's of practice." } ] }, "docs": "Find Lab Vendor" }, { "info": { "name": "Create Lab Vendor", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendors/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Vendor" }, { "info": { "name": "Find Lab Vendor Patient Site", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query", "description": "The id's of practice_created." }, { "name": "vendor", "value": "", "type": "query", "description": "The id's of vendor." } ] }, "docs": "Find Lab Vendor Patient Site" }, { "info": { "name": "Create Lab Vendor Patient Site", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_patient_sites/", "headers": [ { "name": "Authentication", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Vendor Patient Site" }, { "info": { "name": "Find Lab Vendor Integration", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query", "description": "The id's of practice" }, { "name": "lab_vendor", "value": "", "type": "query", "description": "The id's of lab_vendor" } ] }, "docs": "Find Lab Vendor Integration" }, { "info": { "name": "Create Lab Vendor Integration", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_vendor_integrations/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Vendor Integration" }, { "info": { "name": "Get Lab Facility Identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id [WIP]", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Lab Facility Identifiers" }, { "info": { "name": "Put Lab Facility Identifiers", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id [WIP]", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Put Lab Facility Identifiers" }, { "info": { "name": "Patch Lab Facility Identifiers", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/:id [WIP]", "headers": [ { "name": "Authentication", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch Lab Facility Identifiers" }, { "info": { "name": "Find Lab Facility Identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/", "headers": [ { "name": "Authentication", "value": "" } ] }, "docs": "Find Lab Facility Identifiers" }, { "info": { "name": "Create Lab Facility Identifiers", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/lab_facility_identifiers/ [WIP]", "headers": [ { "name": "Authentication", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Lab Facility Identifiers" }, { "info": { "name": "Get Cardiac Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Cardiac Order Test" }, { "info": { "name": "Find Cardiac Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the cardiac order test you're searching for" }, { "name": "practice", "value": "", "type": "query", "description": "The practice the cardiac order test is associated with." } ] }, "docs": "Find Cardiac Order Tests" }, { "info": { "name": "Create Cardiac Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Cardiac Order Test" }, { "info": { "name": "Find Pharmacy [WIP]", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pharmacies/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "active_start_time", "value": "", "type": "query", "description": "lookup_expr=\"gte\"" }, { "name": "active_end_time", "value": "", "type": "query", "description": "lookup_expr=\"lte\"" } ] }, "docs": "Find Pharmacy [WIP]" }, { "info": { "name": "Find Events [WIP]", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/appointments/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "time_slot_type", "value": "", "type": "query", "description": "if you want only events, value must be \"event\"" }, { "name": "physician", "value": "", "type": "query" }, { "name": "from_date", "value": "", "type": "query", "description": "lookup_expr=\"gte\"" }, { "name": "to_date", "value": "", "type": "query", "description": "lookup_expr=\"lte\"" } ] }, "docs": "Find Events [WIP]" }, { "info": { "name": "Create Event [WIP]", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/appointments/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Event [WIP]" }, { "info": { "name": "Update Event [WIP]", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Event [WIP]" }, { "info": { "name": "Update Event [WIP]", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Event [WIP]" }, { "info": { "name": "Find Cardiac Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_centers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the cardiac center." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the cardiac center you're searching for" }, { "name": "practice", "value": "", "type": "query", "description": "The practice the cardiac order test is associated with." } ] }, "docs": "Find Cardiac Centers" }, { "info": { "name": "Get Historical Medication Download Requests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_history_downloads/:medication_history_download_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "medication_history_download_id", "value": "", "type": "path", "description": "The id of the download" } ] }, "docs": "Get Historical Medication Download Requests" }, { "info": { "name": "Find Historical Medication Download Requests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/medication_history_downloads/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Historical Medication Download Requests" }, { "info": { "name": "Create an Historical Medication Download Request", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/medication_history_downloads/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Historical Medication Download Request" }, { "info": { "name": "Get Cardiac Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/cardiac_centers/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Cardiac Center" }, { "info": { "name": "Find Ancillary Companies", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/ancillary_companies/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the ancillary company." }, { "name": "type", "value": "", "type": "query", "description": "The order type the ancillary company can be associated with. Allowed values are \"cardiac\", \"imaging\", \"pulmonary\", and \"sleep\"" } ] }, "docs": "Find Ancillary Companies" }, { "info": { "name": "Get Ancillary Company", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/ancillary_companies/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Ancillary Company" }, { "info": { "name": "Find Thread Messages [WIP]", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/thread_messages/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "thread", "value": "", "type": "query" }, { "name": "patient", "value": "", "type": "query" }, { "name": "practice", "value": "", "type": "query" }, { "name": "sender", "value": "", "type": "query" } ] }, "docs": "Find Thread Messages [WIP]" }, { "info": { "name": "Create Thread Message [WIP]", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/thread_messages/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Thread Message [WIP]" }, { "info": { "name": "Create Message Thread [WIP]", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Message Thread [WIP]" }, { "info": { "name": "[WIP] Methods Put and Patch not allowed.Update Message Thread", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/Methods Put and Patch not allowed." }, "docs": "[WIP] Methods Put and Patch not allowed.Update Message Thread" }, { "info": { "name": "Delete Message Thread [WIP]", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/message_threads/:id/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the message thread" } ] }, "docs": "Delete Message Thread [WIP]" }, { "info": { "name": "Find Service Location", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/service_locations", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Service Location" }, { "info": { "name": "Create Service Location", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/service_locations", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Service Location" }, { "info": { "name": "Get Service Location", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/service_locations/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Service Location" }, { "info": { "name": "Update Service Location", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/service_locations/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Service Location" }, { "info": { "name": "Update Service Location", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/service_locations/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Service Location" }, { "info": { "name": "Delete Service Location", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/service_locations/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Service Location" }, { "info": { "name": "Find Imaging Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the imaging order test you're searching for" }, { "name": "practice", "value": "", "type": "query", "description": "The practice the imaging order test is associated with." } ] }, "docs": "Find Imaging Order Tests" }, { "info": { "name": "Create Imaging Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Imaging Order Test" }, { "info": { "name": "Get Imaging Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_order_tests/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Imaging Order Test" }, { "info": { "name": "Find Imaging Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_centers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the imaging center." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the imaging center you're searching for." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the imaging center is associated with." } ] }, "docs": "Find Imaging Centers" }, { "info": { "name": "Get Imaging Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/imaging_centers/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Imaging Center" }, { "info": { "name": "Find Patient Forms", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_forms", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" }, { "name": "created_date__gte", "value": "", "type": "query", "description": "Greater than or equal to created date" }, { "name": "created_date__lte", "value": "", "type": "query", "description": "Lower than or equal to created date" } ] }, "docs": "Find Patient Forms" }, { "info": { "name": "Get Patient Form", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_forms/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get Patient Form" }, { "info": { "name": "Find Sleep Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the sleep order test you're searching for" }, { "name": "practice", "value": "", "type": "query", "description": "The practice the sleep order test is associated with." } ] }, "docs": "Find Sleep Order Tests" }, { "info": { "name": "Create Sleep Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Sleep Order Test" }, { "info": { "name": "Get Sleep Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_order_tests/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Sleep Order Test" }, { "info": { "name": "Find Sleep Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_centers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the sleep center." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the sleep center you're searching for." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the sleep center is associated with." } ] }, "docs": "Find Sleep Centers" }, { "info": { "name": "Get Sleep Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/sleep_centers/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Sleep Center" }, { "info": { "name": "Find Insurance Eligibility Usage", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/practices/:id/eligibility_usage", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the practice" }, { "name": "start_date", "value": "", "type": "query", "description": "Must be earlier than end_date. If not provided, defaults to first of the current month." }, { "name": "end_date", "value": "", "type": "query", "description": "Must be later than start_date. If not provided, defaults to today's date." } ] }, "docs": "Find Insurance Eligibility Usage" }, { "info": { "name": "Find Pulmonary Order Tests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the pulmonary order test you're searching for" }, { "name": "practice", "value": "", "type": "query", "description": "The practice the pulmonary order test is associated with." } ] }, "docs": "Find Pulmonary Order Tests" }, { "info": { "name": "Create Pulmonary Order Test", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Pulmonary Order Test" }, { "info": { "name": "Get Pulmonary Order Test", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_order_tests/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Pulmonary Order Test" }, { "info": { "name": "Find Pulmonary Centers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_centers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "company", "value": "", "type": "query", "description": "The ancillary company associated with the pulmonary center." }, { "name": "location_name", "value": "", "type": "query", "description": "The location name of the pulmonary center you're searching for." }, { "name": "practice", "value": "", "type": "query", "description": "The practice the pulmonary center is associated with." } ] }, "docs": "Find Pulmonary Centers" }, { "info": { "name": "Get Pulmonary Center", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/pulmonary_centers/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Pulmonary Center" }, { "info": { "name": "Create Appointment [WIP]", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/appointments/[WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Appointment [WIP]" }, { "info": { "name": "Update Appointment [WIP]", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Appointment [WIP]" }, { "info": { "name": "Update Appointment [WIP]", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/appointments/:id/ [WIP]", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Appointment [WIP]" }, { "info": { "name": "Get Patient Photo", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patients/:patient_id/profile_image", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "The id of the patient" } ] }, "docs": "Get Patient Photo" }, { "info": { "name": "Create Patient Photo", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patients/:patient_id/profile_image", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "The patient id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Patient Photo" }, { "info": { "name": "Delete Patient Photo", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/patients/:patient_id/profile_image/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_id", "value": "", "type": "path" } ] }, "docs": "Delete Patient Photo" }, { "info": { "name": "Find Clinical Questionnaire", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/clinical_questionnaires", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Clinical Questionnaire" }, { "info": { "name": "GET Clinical Questionnaire", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/clinical_questionnaires/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "GET Clinical Questionnaire" }, { "info": { "name": "Find Fax Lines", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/fax_lines/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" } ] }, "docs": "Find Fax Lines" }, { "info": { "name": "Get Fax Line", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/fax_lines/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Fax Line" }, { "info": { "name": "Release a Bill To PMS", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/bills/:id/actions/release-to-pms/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Release a Bill To PMS" }, { "info": { "name": "File Incoming Files to Patient Chart", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/incoming_files", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "File Incoming Files to Patient Chart" }, { "info": { "name": "Find Report Types", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/report_types", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" } ] }, "docs": "Find Report Types" }, { "info": { "name": "Get Report Type", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/report_types/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Report Type" }, { "info": { "name": "Create Incoming Files", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/incoming_files", "body": { "type": "json", "data": "{}" } }, "docs": "Create Incoming Files" }, { "info": { "name": "List Provider Teams", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient-provider-teams", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "List Provider Teams" }, { "info": { "name": "List Team Members for a given team", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient-provider-teams/:team_id/team_members", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The identifier of the patient provider team" } ] }, "docs": "List Team Members for a given team" }, { "info": { "name": "Create a Provider Team Member", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patient-provider-team-members", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Provider Team Member" }, { "info": { "name": "Update Team Member", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/patient-provider-team-members/:team_member_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "team_member_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Team Member" }, { "info": { "name": "Delete a Team Member", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/patient-provider-team-members/:team_member_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "team_member_id", "value": "", "type": "path" } ] }, "docs": "Delete a Team Member" }, { "info": { "name": "List the Team Members for a given Patient", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patients/:patient_id/patient_provider_team", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_id", "value": "", "type": "path" } ] }, "docs": "List the Team Members for a given Patient" }, { "info": { "name": "Create a Provider Team for a given Patient", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patients/:patient_id/patient_provider_team", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_id", "value": "", "type": "path" } ] }, "docs": "Create a Provider Team for a given Patient" }, { "info": { "name": "Updating Outstanding Balance", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patients/:id/outstanding_balance/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updating Outstanding Balance" }, { "info": { "name": "Get CCDA (CEHRT 2022)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/ccda/:patient-id", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "The id of the patient chart." }, { "name": "start_date", "value": "", "type": "query", "description": "iso8601 datetime before which we'll exclude data from the CCDA output. See note in supported sections below." }, { "name": "end_date", "value": "", "type": "query", "description": "iso8601 datetime after which we'll exclude data from the CCDA output. See note in supported sections below." }, { "name": "sections", "value": "", "type": "query", "description": "Comma separated list of sections. See supported sections below." }, { "name": "template", "value": "", "type": "query", "description": "The template used to display the desired information on the CCDA" } ] }, "docs": "We include an endpoint to allow you to retrieve a CCDA v2.1 representation of the data in a patient's chart." }, { "info": { "name": "Create a Billing Code", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/billing_codes/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a CPT code that users can add to bills. To view them in the app, go to Practice Settings - Billing." }, { "info": { "name": "Find Visit Note Types", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_types/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Visit Note Types" }, { "info": { "name": "Get Visit Note Type", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_types/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get Visit Note Type" }, { "info": { "name": "Delete Visit Note Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_types/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Delete Visit Note Type" }, { "info": { "name": "Update Visit Note Type", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_types/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Visit Note Type" }, { "info": { "name": "Find Appointment Types", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/appointment_types/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Appointment Types" }, { "info": { "name": "Get Appointment Type", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/appointment_types/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get Appointment Type" }, { "info": { "name": "Update Appointment Type", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/appointment_types/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Appointment Type" }, { "info": { "name": "Find Visit Note Templates", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_templates/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Visit Note Templates" }, { "info": { "name": "Get Visit Note Template", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_templates/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get Visit Note Template" }, { "info": { "name": "Update Visit Note Template", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_templates/:id", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Visit Note Template" }, { "info": { "name": "Delete Visit Note Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/visit_note_templates/:id", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Delete Visit Note Template" }, { "info": { "name": "Get Physician Availabilities", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/physicians/:id/availabilities" }, "docs": "Get Physician Availabilities" }, { "info": { "name": "Update Physician Availabilities", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/physicians/:id/availabilities" }, "docs": "Update Physician Availabilities" }, { "info": { "name": "Get a Billing Code", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/billing_codes/:billing_code_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "billing_code_id", "value": "", "type": "path", "description": "The internal elation id of the billing code" } ] }, "docs": "Get a CPT code that the practice has set up. To view all codes in the app, go to Practice Settings - Billing." }, { "info": { "name": "Get Billing Codes", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/billing_codes/ (COPY)", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "practice", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" } ] }, "docs": "Get the CPT codes that the practice has set up. To view them in the app, go to Practice Settings - Billing." }, { "info": { "name": "Update a Billing Code", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/billing_codes/:billing_code_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "billing_code_id", "value": "", "type": "path", "description": "The id of the billing code" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a CPT code that users can add to bills. To view them in the app, go to Practice Settings - Billing." }, { "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/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "patient insurance ID" } ] }, "docs": "Get Eligibility Full Report" }, { "info": { "name": "List Patient Form Requests", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_form_requests" }, "docs": "List Patient Form Requests" }, { "info": { "name": "Create Patient Form Request", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/patient_form_requests", "body": { "type": "json", "data": "{}" } }, "docs": "Create Patient Form Request" }, { "info": { "name": "Get Patient Form Request", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/patient_form_requests/:patient_form_request_id", "params": [ { "name": "patient_form_request_id", "value": "", "type": "path", "description": "The ID of the PatientFormRequest object." } ] }, "docs": "Get Patient Form Request" }, { "info": { "name": "Update Patient Form Request", "type": "http" }, "http": { "method": "PUT", "url": "https://sandbox.elationemr.com/api/2.0/patient_form_requests/:patient_form_request_id", "params": [ { "name": "patient_form_request_id", "value": "", "type": "path", "description": "The ID of the request that should be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Patient Form Request" }, { "info": { "name": "Delete Patient Form Request", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/patient_form_requests/:patient_form_request_id", "params": [ { "name": "patient_form_request_id", "value": "", "type": "path", "description": "The ID of the PatientFormRequest object to be deleted." } ] }, "docs": "Delete Patient Form Request" }, { "info": { "name": "Find Practice Medications", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/practice_medications/", "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the practice medication" }, { "name": "practice", "value": "", "type": "query", "description": "The id of the practice" } ] }, "docs": "Find Practice Medications" }, { "info": { "name": "Create Practice Medication", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/practice_medications/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Practice Medication" }, { "info": { "name": "Fetch Practice Medication", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/practice_medications/:practice_medication_id/", "params": [ { "name": "practice_medication_id", "value": "", "type": "path", "description": "The id of the practice medication" } ] }, "docs": "Fetch Practice Medication" }, { "info": { "name": "Obsolete Practice Medication", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.elationemr.com/api/2.0/practice_medications/:practice_medication_id/", "params": [ { "name": "practice_medication_id", "value": "", "type": "path", "description": "The id of the practice medication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Obsolete Practice Medication" }, { "info": { "name": "Find Allergy Documentation (NKDA)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/allergy_documentation/", "params": [ { "name": "patient", "value": "", "type": "query", "description": "The patient id" } ] }, "docs": "Find Allergy Documentation (NKDA)" }, { "info": { "name": "Create Allergy Documentation (NKDA)", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.elationemr.com/api/2.0/allergy_documentation/", "body": { "type": "json", "data": "{}" } }, "docs": "Create Allergy Documentation (NKDA)" }, { "info": { "name": "Get Allergy Documentation (NKDA)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/allergy_documentation/:allergy_documentation_id/", "params": [ { "name": "allergy_documentation_id", "value": "", "type": "path", "description": "The id of the allergy documentation" } ] }, "docs": "Get Allergy Documentation (NKDA)" }, { "info": { "name": "Delete Allergy Documentation (NKDA)", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.elationemr.com/api/2.0/allergy_documentation/:allergy_documentation_id/", "params": [ { "name": "allergy_documentation_id", "value": "", "type": "path", "description": "The id of the allergy documentation" } ] }, "docs": "Delete Allergy Documentation (NKDA)" }, { "info": { "name": "Fetch Contact", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/contacts/:contact_id/", "params": [ { "name": "contact_id", "value": "", "type": "path", "description": "The id of the contact" } ] }, "docs": "Fetch Contact" }, { "info": { "name": "Get Injection", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/injections/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Injection" }, { "info": { "name": "Find Packaged Medications", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/packaged_medications/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ndc", "value": "", "type": "query", "description": "The National Drug Code associated with the packaged medication" }, { "name": "reference_medication_id", "value": "", "type": "query", "description": "The id of the reference medication associated with the packaged medication" }, { "name": "name", "value": "", "type": "query", "description": "The name of the packaged medication" } ] }, "docs": "Find Packaged Medications" }, { "info": { "name": "Get Reference Medication", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/reference_medications/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Reference Medication" }, { "info": { "name": "Get Packaged Medication", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/packaged_medications/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Packaged Medication" }, { "info": { "name": "Find Reference Medications", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/reference_medications/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ndc", "value": "", "type": "query", "description": "Any of the National Drug Codes associated with the reference medication" }, { "name": "rxnorm_cui", "value": "", "type": "query", "description": "Any of the RxNorm Concept Identifiers associated with the reference medication" }, { "name": "practice", "value": "", "type": "query", "description": "The ID of the practice that created the reference medication" }, { "name": "name", "value": "", "type": "query", "description": "The name of the reference medication" } ] }, "docs": "Find Reference Medications" }, { "info": { "name": "Find Injections", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/injections/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Find Injections" }, { "info": { "name": "Find Packaged Medication Labelers", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/packaged_medication_labelers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query", "description": "The name of the packaged medication labeler" } ] }, "docs": "Find Packaged Medication Labelers" }, { "info": { "name": "Get Packaged Medication Labeler", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.elationemr.com/api/2.0/packaged_medication_labelers/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Packaged Medication Labeler" } ], "bundled": true }