newsGNU Health - News: GNU Health HL7 FHIR server 0.9b3 is out

 
 
Latest News
GNU Health Hospital Management 4.4 released! posted by meanmicio, Sat 23 Dec 2023 11:28:57 PM UTC
Release of GNU Health HMIS 4.2.3 patchset posted by meanmicio, Sun 24 Sep 2023 04:20:59 PM UTC
GNUHealth Hospital Management 4.2.2 patchset released posted by meanmicio, Sun 17 Sep 2023 02:03:35 PM UTC
GNU Health Hospital Management patchset 4.2.1 released posted by meanmicio, Fri 07 Apr 2023 10:39:04 AM UTC
GNU Health Hospital Management 4.2 series released! posted by meanmicio, Sat 11 Feb 2023 11:55:55 PM UTC

GNU Health HL7 FHIR server 0.9b3 is out

Item posted by Luis Falcon <meanmicio> on Wed 04 Nov 2020 03:26:44 PM UTC.

Dear GH community

The FHIR REST server 0.9b3 is out! This new version is Python3 compatible and can interact with the GNU Health HMIS node => 3.6

The FHIR server is a Flask application, that generates HL7 FHIR messages to a number of resources in the GNU Health Hospital Management Information System (HMIS) node .

This Reversion is the continuation of the great work done by Chris Zimmerman for Python2 and older GH instances.

The current resources are now being implemented are:

  • Conformance: Describes the server's FHIR capabilities.
  • Patient: Patient demographic information, like email, address, SSN, etc.
  • DiagnosticReport: Completed lab tests, but not the data
  • Observation: Lab data, like uric acid values
  • Practitioner: Health professionals and their information
  • Procedure: Surgeries/operations
  • Condition: Diseases/diagnoses
  • FamilyHistory: Family histories of patients
  • Medication: Medications (not prescriptions!)
  • MedicationStatement: Medications taken by a patient
  • Immunization: Immunizations
  • Organization: Institutions, departments, companies, etc.


This is still a beta version. We plan to add write support in the near future.

The server is now shipped as a Python package and hosted at PyPI (https://pypi.org/project/gnuhealth-fhir-server/). It also provides two scripts to run it via Tornado or Gunicorn WSGI servers.

The latest documentation about the FHIR REST server can be found at Wikibooks (https://en.wikibooks.org/wiki/GNU_Health/Using_the_FHIR_REST_server)

We have also created an instance at the GH Federation community server, so you can try it out without the need of installing it.

The HL7 provides yet another means to interact with GNU Health HMIS nodes from other systems, besides the current existing methods that are in place.

Best
Luis



 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code