​​A FHIR starters guide

HIR (Fast Healthcare Interoperability Resources) is a widely adopted healthcare interoperability standard that facilitates the secure exchange and integration of healthcare data across different systems. It enables structured data capturing and seamless data sharing.

​​A FHIR starters guide

FHIR (Fast Healthcare Interoperability Resources) is a widely adopted healthcare interoperability standard that facilitates the secure exchange and integration of healthcare data across different systems. It enables structured data capturing and seamless data sharing. It is important to emphasize that FHIR serves as a comprehensive specification, not as an out-of-the-box implementation. As such, there can be a variation in how FHIR is implemented between various vendors. This can result in differences in data modeling assumptions but also in the availability of certain features.

FHIR for data standardization

FHIR attempts to represent healthcare systems using a fixed set of resources which can be exchanged through a REST API. These FHIR resources are the building blocks in the framework, each representing a specific piece of data relevant in a healthcare system. This ranges from clinical reporting to payer resources, lab requests to ADT (Admission-Discharge-Transfer) information.

An overview of the resources in FHIR R5

The resources have well-defined structures and can be linked to each other through Resource References. In order to illustrate these references between various resources, let’s look at a simplified example. In the above graph representation of resources, a Patient has multiple Conditions and has a hospital Encounter to have surgery to cure one of those Conditions. The Procedure is performed by a Practitioner working in an Organization. The Observation linked to the patient could be their BMI at a specific moment

Simplified example of a Patient’s hospital Encounter

Of course solving interoperability with a fixed set of resources is naïve and doesn't satisfy the complex needs of the healthcare IT industry. This is why FHIR has adopted a 80/20 principle. The base layer is a fixed set of resources that define 80% of the information that needs to be exchanged. On top of that, FHIR defines a well documented procedure to make extensions or add constraints to these models, enabling customization and adaptation to various healthcare use cases and requirements.

A second core principle in FHIR is that every model is published in both a human (a website) and computer readable (a set of json files) format. The human readable representation pushes people to be more open about and publish their initiatives that are built on top of FHIR.

FHIR for customization

Continue reading? Get your free copy via this form.