HL7 FHIR for Lab Managers: What You Actually Need to Know
If you manage a lab, you'll eventually hear "HL7," "FHIR," or "interoperability" in a sales conversation with a hospital, a referring clinic, or a software vendor. You don't need to become an integration engineer to make good decisions here โ you just need to know what the terms mean and what to ask for.
HL7 vs. FHIR, in plain terms
HL7 (Health Level Seven) is the umbrella standards body and family of messaging formats healthcare systems have used for decades to exchange data โ orders, results, admissions, discharges. FHIR (Fast Healthcare Interoperability Resources) is HL7's newer standard, built around modern web APIs (REST, JSON) instead of older flat-file message formats. Most new integration work โ hospital EMRs, referring-physician portals, insurance systems โ is moving toward FHIR because it's faster to implement and easier to maintain.
Why this matters for a lab specifically
Four FHIR resource types cover almost everything a lab needs to exchange with the outside world:
- ServiceRequest โ an incoming test order from a referring doctor or hospital system.
- Patient โ demographic data, so you're not manually re-keying patient details from every referring source.
- Observation โ individual result values (a single analyte, a single reading).
- DiagnosticReport โ the finished, verified report tying a panel of Observations together.
When these are wired up correctly, a hospital can push an order directly into your system without a fax or manual data entry, and your verified results can land back in the hospital's EMR the moment they're signed off โ no PDF emailed back and forth.
What actually breaks in practice
The standard itself is rarely the problem. The real friction points are usually:
- Code system mismatches โ your test catalog needs to map cleanly to LOINC codes so the receiving system knows what result it's looking at.
- Partial implementations โ a vendor supporting "FHIR" for Patient and Observation but not DiagnosticReport still leaves you emailing PDFs for finished reports.
- Result timing โ if updates aren't pushed close to real time, referring doctors go back to calling your lab to check status, which defeats the point.
Questions worth asking any LIMS vendor
- Which specific FHIR resources do you support โ order intake, results, or both?
- Is your test catalog pre-mapped to LOINC, or is that mapping work left to us?
- Do results push automatically once verified, or does someone have to trigger an export?
- Can you show a working integration with a hospital system, not just a spec-compliance claim?
Interoperability isn't a checkbox feature โ it's judged by whether a referring doctor actually gets a result without picking up the phone. That's the test that matters more than any standards checklist.