Skip to content
To develop and promote standards-based HL7® FHIR® APIs on the VistA platform
Branch: master
Clone or download
Latest commit 12c0f4d May 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
VistA-REST-services Update ReadMe.md May 3, 2019
images Added java api documentation Apr 29, 2019
java-api Changed serverUrl to be localhost Apr 29, 2019
.gitignore Inital repo setup Apr 29, 2019
LICENSE Inital repo setup Apr 29, 2019
ReadMe.md Added link to VistA REST doc May 1, 2019

ReadMe.md

FHIR-on-VistA

This repository consists of two main components:

  1. A VistA application which provides a REST API on top of VistA
  2. A Java application that provides a FHIR API on top of the VistA application

Each is necessary to provide a FHIR API on top of an instance of VistA.

The VistA REST API reads data from a VistA instance and returns data either as delimted text or as JSON. The Java FHIR API calls the VistA REST API and translates the delimited text or JSON into FHIR. Currently this Java FHIR API returns FHIR data as STU3.

Data flow through components

VistA REST API

The REST services use the RGNET web server to return data as either delimited text or JSON.

VistA REST API Implementation

Java Application

The Java application provids a FHIR API using Spring Boot and the Hapi FHIR framework.

Currently, the API provides the following FHIR resources:

  • Patient
  • Care Team
  • Condition
  • Observation
  • Location

Within the Patient resource the following compartments are available:

  • Condition
  • Encounter
  • Practitioner
  • Observation
  • Medication Statement
  • Medication Dispense
  • Medication Administration
  • Composition
  • Procedure
  • Flag
  • Appointment
  • Allergy Intolerance
  • Immunization
  • Goal
  • CarePlan
  • Diagnostic Report

Java API Implementation

Long Term Goals

VistA REST API

  • More JSON endpoints, replacing text-delimited enpoints.
  • More FHIR resource support
  • Actual FHIR from endpoints

Java

  • STU 4
  • Migrate to Java 11
  • Junit 5
  • More FHIR resources
  • More JSON consumption, replacing text-delimited consumption.

Related Projects

The VistA FHIR Data Loader project can be used in conjunction with this project to provide a complete VistA test or development environment. The VistA FHIR Data Loader can generate high quality synthetic patient data in VistA that can be exposed via this project.

You can’t perform that action at this time.