๐ What does FHIR stand for?
FHIR stands for Fast Healthcare Interoperability Resources. The name summarizes the standard’s original design goals and its central data model.
Fast to implement
In this context, Fast refers mainly to making healthcare interoperability faster and simpler to implement than earlier approachesโnot to a guarantee about system response time.
FHIR uses technologies familiar to many software teams, including HTTP, RESTful APIs, JSON, and XML. Familiar tools can reduce the amount of special-purpose technology an implementation team has to learn. Actual performance still depends on the system design, data, infrastructure, and workload.
Healthcare-specific
FHIR is designed for healthcare information. Its resource types cover clinical, administrative, financial, public-health, and research concepts.
Interoperability
In healthcare, interoperability means that people and systems can exchange information and use it with a shared understanding, even when they use different software. Technical exchange is only one layer; shared terminology, workflow agreements, governance, and human practice also matter.
In the introduction for non-developers, we saw everyday examples of failed interoperability, such as systems using different units or incompatible file formats. In healthcare, the consequences can be much more serious because the information supports care decisions.
Resources
Resources are predefined data structures for focused healthcare and administrative concepts. Examples include:
You can imagine resource types as separate forms for different aspects of healthcare. A completed form is one resource instance. Resources can refer to one another, and a Bundle can carry several related resources together.
You will learn more in What are resources?.