# Canvas Medical

## Overview <a href="#overview" id="overview"></a>

Use this tip sheet to summarize records from your Canvas Medical EHR. You will need to first install the Abstractive Health application into the CLI command of your Canvas instance and authenticate the application. If you have enabled Carequality integration, it will also retrieve and summarize external records from the national health information exchange.

### 1. To install the extension and populate the application in your Canvas instance, run the following CLI command: <a href="#id-1.-fill-this-form-to-enable-abstractive-health-within-your-athena-tablespace" id="id-1.-fill-this-form-to-enable-abstractive-health-within-your-athena-tablespace"></a>

```
canvas install abstractive_health
```

### 2. Authentication of application with Canvas Medical <a href="#id-2.-login-to-athena-health-with-your-account-credentials" id="id-2.-login-to-athena-health-with-your-account-credentials"></a>

Navigate to \<YOUR\_CANVAS\_URL>/auth/applications/register/ and fill in the following form values:

* Name: Abstractive Health Application (\* can be any name)
* Client ID: `QthYrxa08pr9wg4QSWtOFJeSuDzsv6XRpeH1lWAL` (\* must be an exact match)
* Client secret: \<a secret lives here, do not change>
* Client type: Public
* Authorization grant type: Authorization code
* Redirect uris: <https://app.abstractive.ai/>
* Algorithm: RSA with SHA-2 256

As described here: <https://docs.canvasmedical.com/guides/embedding-a-smart-on-fhir-application/>

### 3. Login to Canvas Medical with your account credentials <a href="#id-3.-click-the-search-bar-at-the-top-enter-your-patient-name-and-click-the-search-icon" id="id-3.-click-the-search-bar-at-the-top-enter-your-patient-name-and-click-the-search-icon"></a>

<figure><img src="/files/W3bA35sjzWgd1AinNwXH" alt=""><figcaption></figcaption></figure>

### **4. Search for a patient by name then select the patient.**

<figure><img src="/files/jGo7P0zZ50ELZtq8fVgI" alt=""><figcaption></figcaption></figure>

### **5. Select the external app icon (**![](/files/9LvNj2oVx04tVNRsPgoo)) **in the navigation header**

<figure><img src="/files/QF7wsfzmRNHmiDg4Q6Eb" alt=""><figcaption></figcaption></figure>

### 6. Then Click the Abstractive Health application

<figure><img src="/files/vfoDfKgVHrW5n26odMhG" alt=""><figcaption></figcaption></figure>

### 7. Authorize the Abstractive Health application to pull the FHIR resources.

<figure><img src="/files/ko6MpPEXy8r0vkR1ct3j" alt=""><figcaption></figcaption></figure>

### 8. Your first time accessing Abstractive Health, you will either need to log in or create a new account.

Your Canvas Medical account login will be linked to Abstractive Health, so you will not need to log in again in the future.

<figure><img src="/files/rTID4PtcxSUpwUYHaj0q" alt=""><figcaption></figcaption></figure>

### 9. Once you log in or create your account, the app will begin summarizing the notes and an AI summary will be available for your review. Once the summary is ready, you can access it by clicking on "View".

<figure><img src="/files/8Qt7tmuMvKbryqplOGeG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/L43MigBudtSSMVkg6Wjw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.abstractivehealth.com/ehr-integration/canvas-medical.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
