This document provides an overview of HL7 FHIR (Fast Healthcare Interoperability Resources). FHIR is a next generation standards framework that defines modular "Resources" like Patient and Encounter data that can be stored or exchanged. Resources have unique IDs and can reference each other to build a network. FHIR supports XML and JSON formats and defines RESTful APIs for searching, creating, updating, deleting and reading resources. It standardizes application design by using FHIR resources as the internal data model and API without data transformation. The document encourages downloading open source FHIR projects and learning from FHIR standards to simplify implementation and interoperability compared to older HL7 standards.