XES Module for FHIR Portal

Web Portal

An XES Module for FHIR web portal allows you to view the results of data mapping and resources used for use cases without having to use REST API. The web portal contains the following pages:

Patients

The Patients page of the XES Module for FHIR portal displays a list of patients uploaded to the HAPI FHIR server. All data you receive from different sources on a specific patient (eligibility requests, claims, details on allergy intolerance, encounters, observations, medications, and so on) is stored as FHIR resources and linked to this patient for easy access. On the Patients page, you can select a patient and view the patient's personal data, medical history, diagnosis, eligibility requests and responses, claims if any, and all other information extracted from that patient’s transactions.

You can also log in to a Patient portal as a patient and view the patient data that is only relevant to you.

You can click a line of a corresponding patient to view the Patient Details page for the selected patient, and sort the resources by date. To view the patient's data in the FHIR format, click FHIR ID. The Patient Details page also displays the time line - a diagram that displays the selected events chronologically for a specific patient. From the tables with eligibility requests, claims, details on allergy intolerance, encounters, observations, medications, and so on, you can remove each line with a record as well as multiple records of the same kind at once. You can also disable each table with encounters, observations, and so on by using corresponding check boxes next to a patient details on the left.

You can generate a CCD file and download the file to your computer. Click Generate CCD to create CCD data using the FHIR resources through the FHIR to CCD XEServer route in preconfigured XEServer profile.

You can also download your personal health records. For this, on the Patient Details page, click Blue Button to download your health information (a blue button bundle) in the .html format. The Blue Button gives you direct and easy access to your personal health records that you can view online or download in a human-readable format.

The downloaded file can have information on the following items:

  • Medical treatment
  • Current medication
  • Laboratory test results
  • Allergies
  • Health insurance claims information (financial, clinical, and so on).

You can also download your health information from the FHIR resources by clicking Blue Button FHIR Bundle.

All data received for a specific patient creates a FHIR bundle in the FHIR format that you can download by clicking FHIR Bundle.

The XESModule for FHIR installation contains a preconfigured XEServer profile that implements the Blue Button function. The profile receives 835/837 EDI transaction types, extracts the Explanation of Benefit (EOB) section, and uploads EOB onto a FHIR server. As a result, the EOB section becomes available to a patient on the web portal. The profile is located at $XES Module for FHIRRoot\assets\ProfileImages.

Coverage Eligibility

The Coverage Eligibility page allows you to view:

  • A list of coverage eligibility requests with the details about the patient specified in the request
  • Details on response, if it has already been received.

All data received for a specific patient forms a FHIR bundle in the FHIR format. New data received for the same patient is linked to the bundle. If some data is already present in the bundle, it is skipped to avoid duplication. On the Coverage Eligibility page, you can also view the original EDI transaction that was used to form a FHIR resource. For example, you can view a coverage eligibility response in the native format it was received in.

Using the XES Module for FHIR portal, you can also submit a coverage eligibility request (EDI or FHIR).

To submit the coverage eligibility request:

  1. In the XES Module for FHIR portal, on the Coverage Eligibility page, click Create Coverage Eligibility Request.
  2. Fill in the Create Coverage Eligibility Request form, and then click Submit.

Claims

On the Claims page of the XES Module for FHIR portal, you can view a list of processed claims and submit a new claim. For more information, see Claims Processing.

Providers

On the Providers page of the XES Module for FHIR portal, you can view a list of providers available on the FHIR server. Providers have a unique NPI (national provider identifier). All HIPAA covered organizational and individual healthcare providers must have an NPI. It is an identification number required by HIPAA for use in financial and administrative transactions.

Visualizer

On the Visualizer page of the XES Module for FHIR portal, you can visualize FHIR data. To view the Visualizer page, make sure that you enabled data visualization on the Settings page.

CCD Viewer

On the CCD Viewer page of the XES Module for FHIR portal, you can render complex CCD documents in a format that allows you to view and manage your clinical data.

Interaction Log

On the Interaction Log page of the XES Module for FHIR portal, you can view the requests that XES Module for FHIR sends to the FHIR Server, as well as the actions performed on the FHIR web portal.

You can add a log panel with any system and your log to any of the pages and view the requests and performed actions. On the top of any page, click Log panel or press the Ctrl+~ key combination.

Web Portal Settings