athena health patient portal api

by Krystel Lebsack 7 min read

Overview | developerportal

21 hours ago Welcome to APIs at athenahealth Build on top of the most open platform in healthcare. With our public standards-based and proprietary APIs, you can create applications that extend core athenaOne workflows. Join our developer community and see why our 750+ APIs rank at the top of the industry, in terms of quality and ease of use. >> Go To The Portal


What's new to athenahealth APIs?

Welcome to APIs at athenahealth Build on top of the most open platform in healthcare. With our public standards-based and proprietary APIs, you can create applications that extend core athenaOne workflows. Join our developer community and see why our 750+ APIs rank at the top of the industry, in terms of quality and ease of use.

What is the athenahealth network?

The GET/Patients/Search API allows partners to provide users of their application a workflow that replicates the patient search functionality in athenaNet. With this API, users can search for patients with either a partial last name, or with a partial last name and partial first name.

What is the get/patients/search API?

Output Parameters. Expand all. communicatorbrandlevelsettings string. patientportalenabled string Boolean to denote whether patient portal is enabled for the practice. portaldisplayname string Public facing name of the practice. practicehascommunicatorbrands string Boolean to denote whether the practice has Communicator brands.

Where can I learn more about Athena’s Patient Engagement Solution?

Athena Health API. Athena Health v1.0.0 ... By default, departments hidden in the portal do not appear. When this is set to true, that restriction is not applied. Default is false. providerlist. query. boolean. false. If set to true, list providers who see patients in this department. Default is false.

image

Does Athena have API?

Amazon Athena adds API/CLI, AWS SDK support, and audit logging with AWS CloudTrail. You can now run queries on Amazon Athena via the REST API using the AWS SDK available in Java, . NET, Node.May 19, 2017

Does athenahealth have a patient portal app?

Mobile-enabled patient portals make it easier for providers, staff and patients to communicate. They allow patients to check test results, refill prescriptions, review their medical record, view education materials and even check in for appointments—all from their mobile devices.

Is a patient portal an API?

April 26, 2018 - Better health IT interoperability and application programming interface (API) use are essential for making the most out of the patient portal and other patient engagement technology, according to ONC head Don Rucker, MD.Apr 26, 2018

What is athenaIDX?

athenaIDX (formerly Centricity Business™ *) is an enterprise-wide RCM solution that guides health systems, hospitals, large ambulatory groups, and Billing Services to optimize financial performance and successfully adapt to healthcare payment reform.

How do you make an AthenaHealth portal?

How Do I Create A Patient Portal Account on AthenaClick the Patient Portal link in the email or text message. In a Patient Portal invitation email, the link is Create My Account. ... Confirm your email address and enter your password twice. ... Select a security option and then click the Setup button below that option.Jul 15, 2021

How do you access the Athena Patient Portal?

Then the steps are:Go to: www.quickpayportal.com.Enter the QuickPay code from your statement.Pay your bill.

Is Centricity now Athena?

The company has renamed its enterprise revenue cycle management suite with a nod to its early roots at Vermont's IDX Systems Corporation. Watertown, Massachusetts-based athenahealth announced on Wednesday that its Centricity Business will be rebranded as athenaIDX.Jul 15, 2020

Did Athena buy GE Centricity?

The deal closed on July 11, 2018. Virence subsequently merged with athenahealth - another medical software vendor purchased by Veritas Capital in 2019. The Centricity brand continues to be owned by GE Healthcare.

What is Athena Flex?

Info. Athena Flex table is inspired by many years of input from our end users and designed with functionality that meets their daily needs. Like the rest of the Athena family, Athena Flex offers a flexibility and ergonomic design, which ensures a unique consumer experience.

Patient Portal Settings

The Patient Portal Settings feature allows the user to view the portal settings for a practice.

Input Parameters

communicatorbrandid integer The ID of the brand. If provided this will override the value of PORTALDISPLAYNAME in the output structure. If you want the name used in the name used in the portal for non branded portals pass this as undef

Output Parameters

patientportalenabled string Boolean to denote whether patient portal is enabled for the practice.

Get available practice IDs

GET https://api.athenahealth.com/ {apivariant}/ {practiceid}/practiceinfo HTTP/1.1

Get department IDs

GET https://api.athenahealth.com/ {apivariant}/ {practiceid}/departments HTTP/1.1

Get department by ID

GET https://api.athenahealth.com/ {apivariant}/ {practiceid}/departments/ {departmentid} HTTP/1.1

Get a patients by ID

departmentid: This is the ID for the department of the patient you are retrieving. If you are calling this on an enterprise practice with multiple financial groups (also called "provider groups"), this will ensure you are retrieving the correct patient and not a copy that is in a different department.

Get a providers

showallproviderids: In athenaNet's internal data structures, a single provider can be represented by multiple IDs. These IDs are used in certain external messages (e.g. HL7) and thus these IDs may need to be known by the API user as well. When set to true, a list of all of these ancillary IDs will be provided.

Overview

API resources are secured using Azure Active Directory (AAD). AAD verifies applications are registered to access the API server and authenticates resource requests. Upon authentication, an access token is provided enabling you to access API resources.

Creating a Developer Portal Account

During this procedure you will use a Microsoft authentication service to create and authenticate your new Developer Portal account.

Signing in to Developer Portal

Overview: During this procedure you will understand the procedures necessary to sign in to the Developer Portal.

Creating an Application

During this procedure you will use Developer Portal to create a new application.

Constructing the Access My Data URL

You are ready to call the FHIR Server using the Client id and Redirect URL defined in your developer account.

Generating the Authorization Code

Once the URL has been constructed, it can be navigated to using a Google Chrome browser. Upon Successfully accessing your constructed URL, the Access My Data page displays the following two options:

Generating Access Token

Now you are ready to make API calls. The following section provides several sample calls in Postman to illustrate how different APIs can be invoked.

image