Reference

Dock Health

HIPAA-compliant task management and workflow automation for healthcare. Assign, track, automate, and complete administrative to-do lists.

HIPAA-compliant task management and workflow automation for healthcare. Assign, track, automate, and complete administrative to-do lists.

Category: Workflow. Adds 2 actions to a care flow.

What to configure

Set these once, on the extension in Awell Studio. An action fails at run time if a required setting is missing.

SettingRequiredNotes
API keyYesThe API key you received from Dock Health. Stored as a secret.
Client IDYesUsed to perform the Client Credential grant to obtain an access token
Client secretYesUsed to perform the Client Credential grant to obtain an access token Stored as a secret.
EnvironmentNoDock Health supports two environments. Use the "DEVELOPMENT" environment to test your code and the "PRODUCTION" environment for your live application
Organization IDYesIdentifier of the organization making the request.
User IDYesIdentifier of the user on whose behalf the request is made.

Actions

Dock Health adds these 2 actions to a care flow. Add one to a step, then fill in its inputs.

Create task

Create a Task in Dock Health

This action can be previewed in Studio before you publish.

InputTypeRequiredDescription
DescriptionstringYesDescription of the task
Task list IDstringYesThe task list identifier.
Patient IDstringNoThe patient the task is associated with
Task group IDstringNoThe group to assign the task to

Returns:

Data pointType
taskIdstring

Get patient

Retrieve patient details from Dock

This action can be previewed in Studio before you publish.

InputTypeRequiredDescription
Dock patient IDstringYesIdentifier of the patient in Dock Health

Returns:

Data pointType
firstNamestring
lastNamestring

Setup and notes

Dock Health

HIPAA-compliant task management and workflow automation for healthcare. Assign, track, automate, and complete administrative to-do lists.

Extension settings

For the extension to function correctly, you must configure the following settings. You can read more about these settings here.

  • Environment (production or development)
  • Client ID
  • Client secret
  • API key
  • Organiation identifier
  • User identifier

Changelog

Dock Health changelog

Where this page comes from

The settings, actions, inputs, outputs and webhooks above are generated from the extension's own code, at @awell-health/awell-extensions v2.1.159. They match what the platform actually does rather than a description of it.

Field-level detail also appears in Awell Studio when you configure the action. Something wrong or missing? Email support@awellhealth.com.

On this page