Fast Healthcare Interoperability Resources

Fast Healthcare Interoperability Resources (FHIR, pronounced "fire") is a draft standard describing data formats and elements (known as "resources") and an Application Programming Interface (API) for exchanging Electronic health records. The standard was created by the Health Level Seven International (HL7) health-care standards organization.

FHIR builds on previous data format standards from HL7, like HL7 version 2.x and HL7 version 3.x. But it is easier to implement because it uses a modern web-based suite of API technology, including a HTTP-based RESTful protocol, HTML and Cascading Style Sheets for user interface integration, a choice of JSON or XML for data representation, OAuth for authorization and ATOM for query results.[1] One of its goals is to facilitate interoperation between legacy health care systems, to make it easy to provide health care information to health care providers and individuals on a wide variety of devices from computers to tablets to cell phones, and to allow third-party application developers to provide medical applications which can be easily integrated into existing systems.

FHIR provides an alternative to document-centric approaches by directly exposing discrete data elements as services. For example, basic elements of healthcare like patients, admissions, diagnostic reports and medications can each be retrieved and manipulated via their own resource URLs. FHIR was supported at an American Medical Informatics Association meeting by companies like Cerner which value its open and extensible nature.[2]

Standardization

In February 2014, Health Level Seven International published FHIR as a "Draft Standard for Trial Use" (DSTU), Release 1, version DSTU 1 (v0.0.82).[3]

In December 2014, a broad cross-section of stakeholders committed to the Argonaut Project[4] which will provide acceleration funding and political will to publish FHIR implementation guides and profiles for query/response interoperability and document retrieval by May 2015.[5] It would then be possible for medical records systems to migrate from the current practice of exchanging complex Clinical Document Architecture (CDA) documents, and instead exchange sets of simpler, more modular and interoperable FHIR JSON objects.[6] The initial goal, to be completed in time for the May 2015 HL7 FHIR Draft Standard for Trial Use revision 2 ballot, is to specify two FHIR profiles that are relevant to the Meaningful Use requirements, along with and an implementation guide for using OAuth 2.0 for authentication. [7]

Implementations

A number of high-profile players in the health care informatics field are showing interest in and experimenting with FHIR, including CommonWell Health Alliance and SMArt (Substitutable Medical Applications, reusable technologies).[1] In 2014, the U.S. Health IT Policy and the Health IT Standards committees endorsed recommendations for more public (open) APIs. The JASON task force report on "A Robust Health Data Infrastructure" says that FHIR is currently the best candidate API approach, and that such APIs should be part of stage 3 of the "meaningful use" criteria of the U.S. Health Information Technology for Economic and Clinical Health Act. [8][9][10][11]

Open source implementations of FHIR data structures, servers, clients and tools include reference implementations from HL7 in a variety of languages, SMART on FHIR[12] and HAPI-FHIR in Java.[13]

See also

References

  1. 1.0 1.1 Dan Munro (2014-03-30). "Setting Healthcare Interop On Fire". Forbes. Retrieved 2014-11-22.
  2. "SMART on FHIR a Smoking Hot Topic at AMIA Meeting". Healthcare Informatics. 2014-11-17. Retrieved 2014-11-22.
  3. "HL7 Fast Healthcare Interoperability Resources Specification 'FHIR™', Release 1". HL7 International. 2014-02-02. Retrieved 2014-12-26.
  4. "HL7 Launches Joint Argonaut Project to Advance FHIR". HL7 International. 2014-12-04. Retrieved 2014-12-26.
  5. "Kindling FHIR". Healthcare IT News. 2014-12-04. Retrieved 2014-12-06.
  6. "Can Argonaut Project Make Exchanging Health Data Easier?". InformationWeek. 2015-01-26. Retrieved 2015-02-28.
  7. "Halamka: Expect Argonaut Deliverables by May". healthcare-informatics.com. 2015-02-19. Retrieved 2015-02-28.
  8. "EHR interoperability solution offered by key IT panels". Modern Healthcare. 2014-10-16. Retrieved 2014-11-08.
  9. "Proposed interoperability overhaul finds boosters, doubters". Modern Healthcare. 2014-10-21. Retrieved 2014-11-08.
  10. "Federal HIT Committees OK Public API Recommendations to ONC". Healthcare Informatics. 2014-10-15. Retrieved 2014-11-08.
  11. "Teams Make their Pitch for Defense EHR Contract". Health Data Management. 2014-11-07. Retrieved 2014-11-08.
  12. "Geisinger moves to mobilize its EHR platform". mHealthNews. 2014-11-11. Retrieved 2014-12-06.
  13. "Open Source FHIR implementations - HL7Wiki". Retrieved 2014-12-06.

External links