
If you work in healthcare and haven't heard the term "FHIR" yet, you will. It stands for Fast Healthcare Interoperability Resources, and it's the standard that's supposed to finally make healthcare systems talk to each other. But most explanations of FHIR are written for developers. This one is for clinicians.
When a patient transfers from Hospital A to Hospital B, their records often don't follow them — at least not in a useful way. You might get a faxed discharge summary. You might get a CCD (continuity of care document) that your system technically ingests but dumps into an unstructured blob that nobody reads.
The reason is simple: different EHR systems store data in different formats. One system calls it "allergies," another calls it "adverse reactions." One stores medications as free text, another as coded entries. Without a shared language, exchanging data is like trying to have a conversation where each person is speaking a different dialect.
FHIR is that shared language.
FHIR defines standardized "resources" — think of them as building blocks that represent clinical concepts. There's a Patient resource, a Medication resource, an Observation resource (for lab results and vitals), an AllergyIntolerance resource, and about 150 others.
Each resource has a defined structure. A Patient resource always has the same fields: name, date of birth, identifiers, contact information. This means that when System A sends a Patient resource to System B, both systems know exactly where to find each piece of information.
You should care because FHIR is what's making the following things possible:
FHIR is a technical standard, not a policy solution. It defines how to send data, but not when or whether to send it. Your hospital can have a perfect FHIR implementation and still not share data with the practice down the street because of organizational politics, competing business interests, or consent management challenges.
It also doesn't guarantee data quality. If a clinician enters a medication as free text rather than selecting from a coded list, FHIR can't magically structure that data during exchange.
If you're a clinical analyst or informaticist, FHIR literacy is becoming essential. You don't need to write code, but you do need to understand what's possible and what's not when someone asks "can we pull that data from the outside hospital?"
The answer is increasingly "yes" — but only if the data was captured in a structured way at the source. That's where clinical documentation quality and interoperability intersect, and it's an area where clinicians have more influence than they realize.
David Kim, RN, CPHIMS
David transitioned from emergency nursing to health IT after a decade in the ED. He now works as a clinical analyst focused on interoperability and data exchange. He writes about the career path from bedside to IT.
Clinical insights delivered to your inbox. No spam.