Getting started with FHIR
Stay organized with collections
Save and categorize content based on your preferences.
HL7 FHIR (Fast Healthcare
Interoperability Resources); is a next-generation interoperability standard from
the standards development organization Health Level 7 (HL7).
FHIR evolved out of the desire to shift healthcare IT towards modern API driven
approaches making healthcare development more accessible to mobile and web
developers everywhere.
Whilst interoperability - or promoting data exchange - is the primary goal of
FHIR, its design offers many benefits especially for digital health solutions:
- A common data model for building healthcare applications: FHIR Resources
represent individual units of clinical and administrative information that
are used to define the data model for a healthcare application.
- Open specification and free to use: The FHIR specification is open meaning
that anyone can get involved in the balloting process. In addition it's free
to use for any application anywhere.
- Based on familiar technologies: FHIR is a specification and an open
standardized web API that is based on established web standards like REST,
OAuth, XML, JSON and HTTP.
- Promotes reusability of content: FHIR Resources that define the logical
models, data dictionaries and coding systems for a specific application can
be shared and reused. This promotes more consistent data collection across
similar programs as well as dissemination of evidence based guidelines such
as the WHO SMART
Guidelines.
If you are new to FHIR or just looking to learn more, here is a selection of
resources that can help you get up to speed quickly.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-23 UTC."],[[["HL7 FHIR is a next-generation standard for healthcare data exchange, designed to make healthcare development more accessible using modern API-driven approaches."],["FHIR offers a common data model, is free to use and built on familiar web technologies, promoting reusability and consistency in healthcare applications."],["FHIR's primary goal is to enhance interoperability by enabling seamless data exchange between different healthcare systems and applications."],["The specification is open and anyone can participate, allowing for wider adoption and community contributions to its development."]]],["FHIR (Fast Healthcare Interoperability Resources) is a healthcare interoperability standard designed to make healthcare development more accessible via API-driven approaches. Key features include a common data model using FHIR Resources, an open and free-to-use specification, reliance on web standards like REST and JSON, and support for content reusability. This promotes data consistency and guideline dissemination. Resources for learning more include the FHIR specification, webinars, and an Android developer SDK.\n"]]