In order to call the RESTful OfficeEMR Webservices, you must first have access to a webservice account. To obtain access, you must request this from iSalus Healthcare. New accounts can be requested by submitting an email to support@isalushealthcare.com
Interactive API Explorer
Swagger URL: https://api.isalushealthcare.com/swagger/index.html
Definition: Sentinal API
Authorize: apiKey (provided by iSalus Technical contact)
Lower Environment URLs
Quality Assurance: https://api-qa.isalushealthcare.com/swagger/index.html
Development: https://api-dev.isalushealthcare.com/swagger/index.html
Quality Assurance: https://api-qa.isalushealthcare.com/swagger/index.html
Development: https://api-dev.isalushealthcare.com/swagger/index.html
Authentication
iSalus will generate the webservice account and associate the requested routes to the account following a signed contract for the project. Once generated, the apiKey will be shared with the vendor via an encrypted email.
The apiKey must be included as a Header value:
curl --location 'https://api.isalushealthcare.com/api/{$ServiceSpecificPath}' \
--header 'X-Api-Key: {$apiKey}'