Fundamentals
Set theme to dark (⇧+D)

Fast Healthcare Interoperability Resources (FHIR)

FHIR is an Industry Standard for describing Health Care related Artifacts.

It describes Artifacts, and also allows individual companies to extend that data model for their specific Application.

It also describes a number of Operations and specifies REST API end points for them.

The FHIR protocol describes different FHIR Resources for every Health Care artifact. The problem with how they defined the FHIR Resources, is that it still allows different ways of describing an artifact in the FHIR Resource. The result is that there are various FHIR “Dialects”.

​​ FHIR Resources

FHIR has a lot of FHIR Resources, where every FHIR Resource describes a different artifact in relation to Health Care. Every FHIR Resource is a technical data object, which can be rendered in a number of Message Protocols (like JSON or XML) using a number of Transport Protocols (like REST API or SOAP).

FHIR Resources can be placed into a number of categories:

  • Foundation
  • Base
  • Clinical
  • Financial
  • Specialized

In total there are about 150 different FHIR Resources.

Every FHIR Resource has a “header” that is common to all FHIR Resources. This allows for parsing the message without knowing in advance exactly what resource it is; the “header” will tell exactly what resource it is, which tells the Software how to proceed processing it.

​​ Specifications

There are two FHIR Standards:

FHIR also provides a Clinical Document Architecture (CDA). Consolidated CDA (C-CDA) is another standard.

​​ Sources