Need help? Contact us:
...
The AthenaHealth adapter is designed to provide a template for getting started with Athenahealth API integrations, including:
...
Expand | ||
---|---|---|
| ||
Refer to Set up your Epic FHIR Setup Athenahealth Sandbox for the sign up process, creating and client and gathering the authentication details needed for the Epic FHIR Athenahealth Adapter. |
Expand | ||
---|---|---|
| ||
See Create a Component if this is your first time! |
Expand | ||
---|---|---|
| ||
Enter the ClientId and PrivateKey certificate path. Using the information provided, the component will run through the authentication workflow and set the Key and KeyExpiry value of the obtained access token automatically. |
How the
...
ATHENA Library works:
Expand | ||
---|---|---|
| ||
Sets up the EPIC FHIR ATHENA adapter framework, adding the various method modules to a metatable and storing the configurations added to the custom fields. |
Expand | ||
---|---|---|
| ||
The EPICFHIRauth ATHENAauth function , builds and makes the HTTP POST token request to obtain the access token required for any resource requests against the FHIR Server. A separate CreateJWT function creates the JSON Header and Payload components of the JWT and calls the OAUTH Library to sign and return the JWT required for the token request. If the token requests interacting with the AthenaHealth API. If the token request is successful (HTTP 200 response), the token and token expiry returned are set to the Key and KeyExpiry custom fields respectively. |
Expand | ||
---|---|---|
| ||
EPICcustom ATHENAcustom takes in any API requests and parameters to make the API call and return the response.
|