Difference between revisions of "FHIR"
Mike kingery (talk | contribs) |
|||
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
− | Fast Healthcare Interoperability Resources (FHIR, pronounced "Fire" | + | Fast Healthcare Interoperability Resources (FHIR, pronounced "Fire" defines a set of "[[Resource]]s" that represent granular clinical concepts. The resources can be managed in isolation, or aggregated into complex documents. This flexibility offers coherent solutions for a range of interoperability problems. |
− | |||
− | |||
The simple direct definitions of the resources are based on thorough requirements gathering, formal analysis and extensive cross-mapping to other relevant standards. A workflow management layer provides support for designing, procuring, and integrating solutions. | The simple direct definitions of the resources are based on thorough requirements gathering, formal analysis and extensive cross-mapping to other relevant standards. A workflow management layer provides support for designing, procuring, and integrating solutions. | ||
Line 9: | Line 7: | ||
Technically, FHIR is designed for the web; the resources are based on simple XML, with an http-based RESTful protocol where each resource has predictable URL. Where possible, open internet standards are used for data representation. | Technically, FHIR is designed for the web; the resources are based on simple XML, with an http-based RESTful protocol where each resource has predictable URL. Where possible, open internet standards are used for data representation. | ||
− | = | + | = FHIR Development Links = |
− | The | + | * The current specification: [http://www.HL7.org/fhir/] |
+ | * gForge home: [http://gforge.hl7.org/gf/project/fhir/] | ||
+ | * Hot Topics | ||
− | |||
= Implementation Resources = | = Implementation Resources = | ||
* [[Publicly Available FHIR Servers for testing]] | * [[Publicly Available FHIR Servers for testing]] |
Revision as of 17:22, 14 May 2012
Introduction
Fast Healthcare Interoperability Resources (FHIR, pronounced "Fire" defines a set of "Resources" that represent granular clinical concepts. The resources can be managed in isolation, or aggregated into complex documents. This flexibility offers coherent solutions for a range of interoperability problems.
The simple direct definitions of the resources are based on thorough requirements gathering, formal analysis and extensive cross-mapping to other relevant standards. A workflow management layer provides support for designing, procuring, and integrating solutions.
Technically, FHIR is designed for the web; the resources are based on simple XML, with an http-based RESTful protocol where each resource has predictable URL. Where possible, open internet standards are used for data representation.
FHIR Development Links