Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labeljirareport

Date

April 5, 2023

Issues

Jira Legacy
serverSystem JIRA
jqlQueryfixVersion = "6.15.1"
counttrue
serverId06a5f4fe-fa74-3f96-94da-28a15ff0dcfe
(23 enhancements, 23 bugs)

...

Release Highlights

EMR Enhancements

Add "SMS Patient Engagement Forms" Flag in Manage Realms

A new "SMS Patient Engagement Forms" flag has been added in the Master Data > Manage Realms section. This flag allows telemental health facilities to enable or disable sending Patient Engagement forms via SMS for specific realms, providing an alternative method of communication to better cater to patient preferences and needs.

...

  • Go to Forms Builder, create a new form or edit an existing form.

  • In the section header where you want to insert the table, click Action > Add Table:

  • Select the Column to place the table in and click Add.

  • Hover over the Add Table component and click the Edit button:

  • Configure the table options, add columns, then click Add to save your changes:

    • Include Score: TO DO - unclear how this works.

    • Read Only: Makes ALL text and date type columns uneditable in forms. Select, textarea and checkbox type columns will still be editable:

    • First Column Read Only: Makes only the first column uneditable in forms.

    • Include Header: Include the ability to filter, add and remove rows in the table:

      • Click Add Row button to add a row.

      • Any rows added by the user can be deleted by clicking the red X in the right column of the row

    • Include Last Row as Totals: Adds a row to the table containing the total of the values entered in the last column. Last column must be a text column and Include Header should be disabled:


  • Click Save to save changes to your form.

  • Make sure your form is enabled for Patient Engagement:

...

GET /api/billing/arreportSummary/from/{start_date}/until/{end_date}/billingentityid/{billingentity_ID}

Parameters:

  • start_date and end_date define timeframe of data to retrieve.

  • billingentity_ID is ID for the billing entity, found in Practice Setup > Billing Facilities.

...

GET /api/billing/arreport/from/{start_date}/until/{end_date}/billingentityid/{billingentity_ID}

Parameters:

  • start_date and end_date define timeframe of data to retrieve.

  • billingentity_ID is ID for the billing entity, found in Practice Setup > Billing Facilities.

...