EDI2XML

9
Oct 2019
What is FHIR?
(Last Updated On: October 9, 2019)


History of HL7

In 1987, at the initiative of the IT company Simborg Systems, a non-profit organization was created to develop a new standard for improving the interaction of independent health information system (HIS).

Today, Health Level Seven International is a leading global provider of standards for the interoperability of medical information systems, accredited by the American National Standards Institute (ANSI).

The result of HL7’s work was the creation of three generations of standards.

HL7 V1

The first version of the HL7 standard (released in 1987) was intended only to test the concept and determine the content and structure of the standard. Actual use in production began with HL7 2.1 (1990).

HL7 V2

FHIR standardThe HL7 2.x (V2) standard describes the exchange of administrative, financial and clinical information in the form of text messages. These messages use a non-XML encoding syntax based on segments (lines) and one-character delimiters.

Messages are of various types and subtypes, for example, ADT – (Admit Discharge Transfer) messages for the transmission of administrative information about the visit, ORU message – for transmits observations and results.

HL7 v2.x has allowed for the interoperability between the following systems:

– Patient Administration Systems (PAS).

– Medical practice management (PMS) systems.

– Laboratory Information Systems (LIS).

– Electronic Medical Record (EMR) systems.

– Electronic Health Record (EHR) systems.

Dietary systems

Pharmacy systems

Billing systems

Most commonly used HL7 (v2) message types:

  • ACK – General acknowledgment message
  • ADT – Admission, Discharge and Transfer message
  • BAR – Add or change the billing account
  • DFT – Detailed financial transaction
  • MDM – Medical document management
  • MFN – Master files notification
  • ORM – Pharmacy/treatment order message
  • ORU – Observation result (unsolicited)
  • QRY – used to query source data systems about things like patient demographics, etc.
  • RAS – Pharmacy/treatment administration
  • RDE – Pharmacy/treatment encoded order message
  • RGV – Pharmacy/treatment give message
  • SIU – Scheduling information unsolicited

The development of new technologies led in 1995 to the development of a new generation of HL7 V3 standards that were not backward compatible with V2.

HL7 V3

HL7 V3, unlike V2, is a standard based on the Reference Information Model (HL7 RIM); data type model.

According to HL7 International: “The HL7 Reference Information Model (RIM) is a critical component of the HL7 V3 family of standards. It is the root of all information models and structures developed as part of the V3 development process”

Unfortunately, even though HL7 V3 was theoretically deeply and conceptually developed, the development of subject areas took too much time. Also, the complexity of the standard at the implementation stage caused a serious wave of criticism and several attempts to simplify the standard.

HL7 FHIR

HL7 FHIR appeared in 2011. The new HL7 FHIR development approach is based on RESTful principles. FHIR is designed to simplify and accelerate the implementation of HL7 with the goal of efficient interaction between legacy healthcare systems, as well as access to medical data from various devices (computers, tablets, mobile phones).

Why FHIR is Better

HL7 FHIR (Fast Healthcare Interoperability Resources)The main idea of FHIR is to create a basic set of resources that, individually or in combination, can satisfy most use cases. FHIR resources define the content and structure of a core set of information that is common to most implementations.

FHIR Resources are divided into types and groups, each type has its own field structure, whose values can be primitive or composite types and links to other resources. Fields may be mandatory or optional, contain one or more values. For example, the “Patient” resource contains primitive type fields: date of birth / gender / …, composite type: name / address / …, links to the organization and the list of referring physicians, etc. Resources are based on the following structures:

  • XML
  • JSON
  • HTTP
  • Atom
  • OAuth

FHIR Data Exchange

HL7 Specification FHIR describes several approaches for exchanging data between systems. Systems can exchange resources separately or collect related resources into groups (Bundles) and exchange these resource groups (Bundles).

Data exchange options:

RESTful API (HTTP) – the interaction between systems occurs by performing operations on resources using REST requests.

Messaging – the interaction between systems is organized in the form of sending messages between systems. Each message contains information that one system wants to communicate to another. A message is a group of related resources of a certain type.

Documents – the interaction between systems occurs at the document level, i.e. one system requests documents from another system and receives them.

A document is a group of resources combined into a document through a special composition resource and secured at the time of signing the document.

Depending on the architecture of your solution and the tasks you are solving, you can use the appropriate exchange option.

FHIR 4

In January 2019, a new version of FHIR became available. In FHIR4 future changes will be backward compatible. Moreover, some key FHIR elements from now became normative, including RESTful API, XML and JSON formats, terminology layer, conformance framework, as well as Patient and Observation resources.

The FHIR standard and open application programming interfaces (APIs) are today considered critical elements to ensure the interoperability of medical data.

If you want to know more about HL7 Standard read our blog: Introduction to HL7 Standards (Health Level 7)

Contact us for free IT Consultation +1 (450) 681 3009

Comments are closed.